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-09-17 15:47:54 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-09-17 15:47:54 +0300
commitc71058980a9065bd65527e4e628106d46d97037a (patch)
tree62a45fa4752b95e08fd6ad2be209f6038aa9e61e /cmake/modules/NSIS.template.in
parent68947525a0bcceb6a97d99f78169da81aca50ef3 (diff)
Revert "NSIS: Try to ignore (invalid) errors from NSIS UAC"
This reverts commit 38eaf241fa98ec3cdcd56a1096a05232aeccdf23.
Diffstat (limited to 'cmake/modules/NSIS.template.in')
-rw-r--r--cmake/modules/NSIS.template.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index 8e1b8a5de..98d5a3df6 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -741,8 +741,6 @@ Function .onInit
Quit
${EndSwitch}
- ClearError
-
;Prevent multiple instances.
System::Call 'kernel32::CreateMutexA(i 0, i 0, t "${APPLICATION_SHORTNAME}Installer") i .r1 ?e'
Pop $R0
@@ -808,8 +806,6 @@ Function un.onInit
Quit
${EndSwitch}
- ClearError
-
;Prevent multiple instances.
System::Call 'kernel32::CreateMutexA(i 0, i 0, t "${APPLICATION_SHORTNAME}Uninstaller") i .r1 ?e'
Pop $R0