Skip to content

Commit d6a5f97

Browse files
authored
Update Installer.wxs
1 parent 0d7e141 commit d6a5f97

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Installer.wxs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@
4141
<!-- Define the RemoveFile table -->
4242
<Fragment>
4343
<ComponentGroup Id="RemoveFileGroup">
44-
<Component Id="RemoveApplicationProgramsFolder" Directory="ApplicationProgramsFolder">
45-
<RemoveFolder Id="RemoveApplicationProgramsFolder" On="uninstall" />
46-
</Component>
44+
<ComponentRef Id="ProductComponent" />
4745
</ComponentGroup>
46+
<FeatureRef Id="HelloWorldFeature" />
47+
<Property Id="ApplicationProgramsFolder" Value="ApplicationProgramsFolder" />
48+
<RemoveFolder Id="ApplicationProgramsFolder" Directory="ApplicationProgramsFolder" On="uninstall" />
4849
</Fragment>
4950

5051
</Wix>

0 commit comments

Comments
 (0)