Skip to content

Commit 1470eb1

Browse files
authored
Update Installer.wxs
1 parent d6a5f97 commit 1470eb1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Installer.wxs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,15 @@
3838

3939
</Product>
4040

41-
<!-- Define the RemoveFile table -->
4241
<Fragment>
4342
<ComponentGroup Id="RemoveFileGroup">
4443
<ComponentRef Id="ProductComponent" />
4544
</ComponentGroup>
4645
<FeatureRef Id="HelloWorldFeature" />
4746
<Property Id="ApplicationProgramsFolder" Value="ApplicationProgramsFolder" />
47+
</Fragment>
48+
49+
<Fragment>
4850
<RemoveFolder Id="ApplicationProgramsFolder" Directory="ApplicationProgramsFolder" On="uninstall" />
4951
</Fragment>
5052

0 commit comments

Comments
 (0)