Skip to content

Commit def5702

Browse files
authored
Update Installer.wxs
1 parent 30b2498 commit def5702

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Installer.wxs

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,13 @@
3838

3939
</Product>
4040

41-
<!-- Define the RemoveFile table -->
42-
<Fragment>
43-
<ComponentGroup Id="RemoveFileGroup">
44-
<RemoveFolder Id="ApplicationProgramsFolder" On="uninstall" />
45-
</ComponentGroup>
46-
</Fragment>
41+
<!-- Define the RemoveFile table -->
42+
<Fragment>
43+
<ComponentGroup Id="RemoveFileGroup">
44+
<Component>
45+
<RemoveFolder Id="ApplicationProgramsFolder" On="uninstall" />
46+
</Component>
47+
</ComponentGroup>
48+
</Fragment>
4749

4850
</Wix>

0 commit comments

Comments
 (0)