Skip to content

Commit 1d5cbad

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

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Installer.wxs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323

2424
<!-- Remove the shortcut on uninstall -->
2525
<RemoveFolder Id="ProgramMenuFolder" Directory="ProgramMenuFolder" On="uninstall" />
26-
<!-- <RegistryValue Root="HKCU" Key="Software\Microsoft\PixelArtTool" Name="installed" Type="integer" Value="1" KeyPath="yes" /> -->
26+
<!-- Remove the shortcut on uninstall -->
27+
<RemoveFolder Id="ApplicationProgramsFolder" On="uninstall" /
28+
> <!-- <RegistryValue Root="HKCU" Key="Software\Microsoft\PixelArtTool" Name="installed" Type="integer" Value="1" KeyPath="yes" /> -->
2729

2830
</Component>
2931
</Directory>
@@ -46,8 +48,4 @@
4648
<Property Id="ApplicationProgramsFolder" Value="ApplicationProgramsFolder" />
4749
</Fragment>
4850

49-
<Fragment>
50-
<RemoveFolder Id="ApplicationProgramsFolder" Directory="ApplicationProgramsFolder" On="uninstall" />
51-
</Fragment>
52-
5351
</Wix>

0 commit comments

Comments
 (0)