Skip to content

Commit c4a36f6

Browse files
authored
Update Installer.wxs
1 parent 725c3bc commit c4a36f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Installer.wxs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
</ComponentGroup>
4848
<FeatureRef Id="HelloWorldFeature" />
4949
<Property Id="ApplicationProgramsFolder" Value="ApplicationProgramsFolder" />
50+
51+
<!-- Add RemoveFolder element for ApplicationProgramsFolder in the RemoveFile table -->
52+
<RemoveFolder Id="RemoveApplicationProgramsFolder" Directory="ApplicationProgramsFolder" On="uninstall" />
53+
5054
</Fragment>
5155

5256
</Wix>

0 commit comments

Comments
 (0)