mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Revert "NSIS: Try to ignore (invalid) errors from NSIS UAC"
This reverts commit 38eaf241fa
.
This commit is contained in:
parent
68947525a0
commit
c71058980a
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue