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 def5702 commit 702d87bCopy full SHA for 702d87b
Installer.wxs
@@ -42,7 +42,7 @@
42
<Fragment>
43
<ComponentGroup Id="RemoveFileGroup">
44
<Component>
45
- <RemoveFolder Id="ApplicationProgramsFolder" On="uninstall" />
+ <RemoveFolder Id="RemoveApplicationProgramsFolder" Directory="ApplicationProgramsFolder" On="uninstall" />
46
</Component>
47
</ComponentGroup>
48
</Fragment>
0 commit comments