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 2be3563 commit 420d157Copy full SHA for 420d157
Installer.wxs
@@ -25,7 +25,7 @@
25
<RemoveFolder Id="ProgramMenuFolder" Directory="ProgramMenuFolder" On="uninstall" />
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" /> -->
+ <!-- <RegistryValue Root="HKCU" Key="Software\Microsoft\PixelArtTool" Name="installed" Type="integer" Value="1" KeyPath="yes" /> -->
29
30
</Component>
31
</Directory>
0 commit comments