diff options
author | Tank_Master <tank.master@phoenixviewer.com> | 2015-02-11 22:25:17 -0800 |
---|---|---|
committer | Tank_Master <tank.master@phoenixviewer.com> | 2015-02-11 22:25:17 -0800 |
commit | 4794985d8d210a8e7bc738b620c269222ff25c85 (patch) | |
tree | 426163ca785c27c83a0be3abca9b0de3c3c9e644 /indra/newview/installers/windows | |
parent | ac368a2384c33004bddba1059938d42e16d996d7 (diff) |
Show Details button at install and uninstall
Note: Showing details adds a lot of overhead and will slow down the processes,
but allows the user the option of seeing what is going on. Usefull for errors that occure.
Diffstat (limited to 'indra/newview/installers/windows')
-rwxr-xr-x | indra/newview/installers/windows/installer_template.nsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/installers/windows/installer_template.nsi b/indra/newview/installers/windows/installer_template.nsi index 8872bef993..96ca83bdda 100755 --- a/indra/newview/installers/windows/installer_template.nsi +++ b/indra/newview/installers/windows/installer_template.nsi @@ -86,7 +86,6 @@ WindowIcon on # Show our icon in left corner BGGradient off # No big background window
CRCCheck on # Make sure CRC is OK
InstProgressFlags smooth colored # New colored smooth look
-ShowInstDetails nevershow # No details, no "show" button
SetOverwrite on # Overwrite files by default
AutoCloseWindow true # After all files install, close window
@@ -725,7 +724,6 @@ FunctionEnd ;; Uninstall settings
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
UninstallText $(UninstallTextMsg)
-ShowUninstDetails show
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Uninstall Section
|