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 d6a5f97 commit 1470eb1Copy full SHA for 1470eb1
Installer.wxs
@@ -38,13 +38,15 @@
38
39
</Product>
40
41
- <!-- Define the RemoveFile table -->
42
<Fragment>
43
<ComponentGroup Id="RemoveFileGroup">
44
<ComponentRef Id="ProductComponent" />
45
</ComponentGroup>
46
<FeatureRef Id="HelloWorldFeature" />
47
<Property Id="ApplicationProgramsFolder" Value="ApplicationProgramsFolder" />
+ </Fragment>
48
+
49
+ <Fragment>
50
<RemoveFolder Id="ApplicationProgramsFolder" Directory="ApplicationProgramsFolder" On="uninstall" />
51
</Fragment>
52
0 commit comments