We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5cbad commit 2be3563Copy full SHA for 2be3563
Installer.wxs
@@ -24,7 +24,7 @@
24
<!-- Remove the shortcut on uninstall -->
25
<RemoveFolder Id="ProgramMenuFolder" Directory="ProgramMenuFolder" On="uninstall" />
26
27
- <RemoveFolder Id="ApplicationProgramsFolder" On="uninstall" /
+ <RemoveFolder Id="ApplicationProgramsFolder" On="uninstall" />
28
> <!-- <RegistryValue Root="HKCU" Key="Software\Microsoft\PixelArtTool" Name="installed" Type="integer" Value="1" KeyPath="yes" /> -->
29
30
</Component>
0 commit comments