We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702d87b commit 81d7727Copy full SHA for 81d7727
Installer.wxs
@@ -41,8 +41,8 @@
41
<!-- Define the RemoveFile table -->
42
<Fragment>
43
<ComponentGroup Id="RemoveFileGroup">
44
- <Component>
45
- <RemoveFolder Id="RemoveApplicationProgramsFolder" Directory="ApplicationProgramsFolder" On="uninstall" />
+ <Component Directory="ApplicationProgramsFolder">
+ <RemoveFolder Id="RemoveApplicationProgramsFolder" On="uninstall" />
46
</Component>
47
</ComponentGroup>
48
</Fragment>
0 commit comments