From 03f2b5ec642ae844569a9aa56b4052cdf51bca04 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 18 Jan 2016 17:09:29 -0800 Subject: [PATCH] repair nsProcess unload macro call for uninstaller --- cmake/templates/NSIS.template.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index ae71c16860..54b628683b 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -1040,7 +1040,7 @@ Function un.onInit ; make sure none of the installed applications are still running !insertmacro CheckForRunningApplications "uninstalled" "Uninstaller" - ${nsProcess:Unload} + ${nsProcess::Unload} ; attempt to elevate the uninstaller to admin status uac_tryagain: @@ -1269,7 +1269,7 @@ Function .onInit ; make sure none of the installed applications are still running !insertmacro CheckForRunningApplications "installed" "Installer" - ${nsProcess:Unload} + ${nsProcess::Unload} StrCmp "@CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL@" "ON" 0 inst