Skip to content

Commit 81d7727

Browse files
authored
Update Installer.wxs
1 parent 702d87b commit 81d7727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Installer.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
<!-- Define the RemoveFile table -->
4242
<Fragment>
4343
<ComponentGroup Id="RemoveFileGroup">
44-
<Component>
45-
<RemoveFolder Id="RemoveApplicationProgramsFolder" Directory="ApplicationProgramsFolder" On="uninstall" />
44+
<Component Directory="ApplicationProgramsFolder">
45+
<RemoveFolder Id="RemoveApplicationProgramsFolder" On="uninstall" />
4646
</Component>
4747
</ComponentGroup>
4848
</Fragment>

0 commit comments

Comments
 (0)