Skip to content

Commit ce9779a

Browse files
authored
Update Installer.wxs
1 parent 3b9d033 commit ce9779a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Installer.wxs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,14 @@
3535
</Directory>
3636

3737
<Icon Id="IconFile.ico" SourceFile="C:\projects\pixelarttool\PixelArtTool\Resources\Icons\appicon.ico" />
38-
38+
39+
<!-- Define the RemoveFile table -->
40+
<Fragment>
41+
<ComponentGroup Id="RemoveFileGroup">
42+
<RemoveFolder Id="ApplicationProgramsFolder" On="uninstall" />
43+
</ComponentGroup>
44+
</Fragment>
45+
3946
</Product>
4047

4148
</Wix>

0 commit comments

Comments
 (0)