For some reason, NSIS can't find either variables.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
21dc8a8b87
commit
fda467e355
1 changed files with 2 additions and 2 deletions
|
@ -198,8 +198,8 @@ Section "Uninstall"
|
||||||
RMDir /r "$INSTDIR"
|
RMDir /r "$INSTDIR"
|
||||||
|
|
||||||
Delete "$SMPROGRAMS\LogarithmPlotter.lnk"
|
Delete "$SMPROGRAMS\LogarithmPlotter.lnk"
|
||||||
DeleteRegKey HKLM $[REG_UNINSTALL}
|
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\LogarithmPlotter"
|
||||||
DeleteRegKey HKLM $[REG_APPPATHS}
|
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\App Paths\logarithmplotter.exe"
|
||||||
; ;DeleteRegKey /ifempty HKCU "Software\Modern UI Test"
|
; ;DeleteRegKey /ifempty HKCU "Software\Modern UI Test"
|
||||||
;
|
;
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
Loading…
Reference in a new issue