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 0d7e141 commit d6a5f97Copy full SHA for d6a5f97
Installer.wxs
@@ -41,10 +41,11 @@
41
<!-- Define the RemoveFile table -->
42
<Fragment>
43
<ComponentGroup Id="RemoveFileGroup">
44
- <Component Id="RemoveApplicationProgramsFolder" Directory="ApplicationProgramsFolder">
45
- <RemoveFolder Id="RemoveApplicationProgramsFolder" On="uninstall" />
46
- </Component>
+ <ComponentRef Id="ProductComponent" />
47
</ComponentGroup>
+ <FeatureRef Id="HelloWorldFeature" />
+ <Property Id="ApplicationProgramsFolder" Value="ApplicationProgramsFolder" />
48
+ <RemoveFolder Id="ApplicationProgramsFolder" Directory="ApplicationProgramsFolder" On="uninstall" />
49
</Fragment>
50
51
</Wix>
0 commit comments