For some reason, NSIS can't find either variables.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ad5001 2021-08-26 18:34:17 +02:00
parent 21dc8a8b87
commit fda467e355
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -198,8 +198,8 @@ Section "Uninstall"
RMDir /r "$INSTDIR"
Delete "$SMPROGRAMS\LogarithmPlotter.lnk"
DeleteRegKey HKLM $[REG_UNINSTALL}
DeleteRegKey HKLM $[REG_APPPATHS}
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\LogarithmPlotter"
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\App Paths\logarithmplotter.exe"
; ;DeleteRegKey /ifempty HKCU "Software\Modern UI Test"
;
SectionEnd