Skip to content

Commit

Permalink
remove uninstall shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
fralonra committed Aug 4, 2023
1 parent 8d4c9d4 commit deaa979
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions extra/windows/wix/wgshadertoy.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@
Description="A WGSL playground inspired by Shadertoy"
Target="[!WgShadertoyExeFile]"
WorkingDirectory="INSTALLDIR"/>
<Shortcut Id="UninstallProduct"
Name="Uninstall WgShadertoy"
Target="[SystemFolder]msiexec.exe"
Arguments="/x [ProductCode]"
Description="Uninstalls WgShadertoy" />
<RemoveFolder Id="ProgramMenu" Directory="ProgramMenu" On="uninstall"/>
<RegistryValue Root="HKCU" Key="Software\Fralonra\WgShadertoy" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
</Component>
Expand Down

0 comments on commit deaa979

Please sign in to comment.