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-02-17 19:22:02 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-02-17 19:59:14 +0300
commitc5f78fab51ca3107de1cca5adbb69d11ccb73b8e (patch)
treec9672e82895d2185f50a15cc5be5f977c0519bd3 /cmake/modules/NSIS.template.in
parentfb77cd5f7e491e1b43106464c5015997a041504b (diff)
Make NSIS installer with /S fully silent
Addresses #2006
Diffstat (limited to 'cmake/modules/NSIS.template.in')
-rw-r--r--cmake/modules/NSIS.template.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index 50a8fe403..31c9e35db 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -264,7 +264,7 @@ FunctionEnd
!macro ConfirmEndProcess processName
MessageBox MB_YESNO|MB_ICONEXCLAMATION \
$ConfirmEndProcess_MESSAGEBOX_TEXT \
- IDYES process_${processName}_kill IDNO process_${processName}_ended
+ /SD IDYES IDYES process_${processName}_kill IDNO process_${processName}_ended
process_${processName}_kill:
DetailPrint $ConfirmEndProcess_KILLING_PROCESSES_TEXT
Processes::KillProcess ${processName}