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 c4a36f6 commit f19589eCopy full SHA for f19589e
Installer.wxs
@@ -46,11 +46,11 @@
46
<ComponentRef Id="ProductComponent" />
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" />
+ </Fragment>
53
+ <!-- Define the RemoveFolder element outside the Fragment -->
+ <Fragment>
+ <RemoveFolder Id="ApplicationProgramsFolder" Directory="ApplicationProgramsFolder" On="uninstall" />
54
</Fragment>
55
56
</Wix>
0 commit comments