Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2015-07-31 19:25:17 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-07-31 19:25:17 +0300
commitf66ebb2f1eaf8f40533211bbdf0f518ede175d95 (patch)
tree1abff76cae862c819ede14ea9f1f51c135342e5a /cmake/modules/NSIS.template.in
parentb8d21bdd51d63edd7a019fb40e37796cff05e57f (diff)
NSIS: Actually call the elevation wrapper
Diffstat (limited to 'cmake/modules/NSIS.template.in')
-rw-r--r--cmake/modules/NSIS.template.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index 9da966286..e30c2f84d 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -720,6 +720,7 @@ Function .onInit
${MementoSectionRestore}
UAC_TryAgain:
+ !insertmacro UAC_RunElevated
${Switch} $0
${Case} 0
${IfThen} $1 = 1 ${|} Quit ${|} ;we are the outer process, the inner process has done its work, we are done