nsis uninstall typo reg key #438

Merged
sarah merged 1 commits from winUninstall into trunk 2022-04-21 23:33:17 +00:00
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