nsis uninstall typo reg key
continuous-integration/drone/pr Build is pending Details

This commit is contained in:
Dan Ballard 2022-04-21 16:32:14 -07:00
parent ffdc7b3262
commit 85186b2565
1 changed files with 1 additions and 1 deletions

View File

@ -110,5 +110,5 @@ Section "Uninstall"
RMDir /r /REBOOTOK "$INSTDIR"
DeleteRegKey /ifempty HKCU "Software\Cwtch\installLocation"
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\ImageMaker"
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Cwtch"
SectionEnd