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 725c3bc commit c4a36f6Copy full SHA for c4a36f6
Installer.wxs
@@ -47,6 +47,10 @@
47
</ComponentGroup>
48
<FeatureRef Id="HelloWorldFeature" />
49
<Property Id="ApplicationProgramsFolder" Value="ApplicationProgramsFolder" />
50
+
51
+ <!-- Add RemoveFolder element for ApplicationProgramsFolder in the RemoveFile table -->
52
+ <RemoveFolder Id="RemoveApplicationProgramsFolder" Directory="ApplicationProgramsFolder" On="uninstall" />
53
54
</Fragment>
55
56
</Wix>
0 commit comments