mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 12:49:34 +02:00
repair nsProcess unload macro call for uninstaller
This commit is contained in:
parent
31805be6af
commit
03f2b5ec64
1 changed files with 2 additions and 2 deletions
|
@ -1040,7 +1040,7 @@ Function un.onInit
|
||||||
|
|
||||||
; make sure none of the installed applications are still running
|
; make sure none of the installed applications are still running
|
||||||
!insertmacro CheckForRunningApplications "uninstalled" "Uninstaller"
|
!insertmacro CheckForRunningApplications "uninstalled" "Uninstaller"
|
||||||
${nsProcess:Unload}
|
${nsProcess::Unload}
|
||||||
|
|
||||||
; attempt to elevate the uninstaller to admin status
|
; attempt to elevate the uninstaller to admin status
|
||||||
uac_tryagain:
|
uac_tryagain:
|
||||||
|
@ -1269,7 +1269,7 @@ Function .onInit
|
||||||
|
|
||||||
; make sure none of the installed applications are still running
|
; make sure none of the installed applications are still running
|
||||||
!insertmacro CheckForRunningApplications "installed" "Installer"
|
!insertmacro CheckForRunningApplications "installed" "Installer"
|
||||||
${nsProcess:Unload}
|
${nsProcess::Unload}
|
||||||
|
|
||||||
StrCmp "@CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL@" "ON" 0 inst
|
StrCmp "@CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL@" "ON" 0 inst
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue