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 420d157 commit 8ff3a0dCopy full SHA for 8ff3a0d
Installer.wxs
@@ -40,12 +40,17 @@
40
41
</Product>
42
43
+ <!-- Define the RemoveFile table -->
44
<Fragment>
45
<ComponentGroup Id="RemoveFileGroup">
46
<ComponentRef Id="ProductComponent" />
47
</ComponentGroup>
48
<FeatureRef Id="HelloWorldFeature" />
49
<Property Id="ApplicationProgramsFolder" Value="ApplicationProgramsFolder" />
50
+
51
+ <!-- Add RemoveFolder element for ApplicationProgramsFolder -->
52
+ <RemoveFolder Id="ApplicationProgramsFolder" On="uninstall" Directory="ApplicationProgramsFolder" />
53
54
</Fragment>
55
56
</Wix>
0 commit comments