From 4794985d8d210a8e7bc738b620c269222ff25c85 Mon Sep 17 00:00:00 2001
From: Tank_Master <tank.master@phoenixviewer.com>
Date: Wed, 11 Feb 2015 22:25:17 -0800
Subject: [PATCH] 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.

---
 indra/newview/installers/windows/installer_template.nsi | 2 --
 1 file changed, 2 deletions(-)

diff --git a/indra/newview/installers/windows/installer_template.nsi b/indra/newview/installers/windows/installer_template.nsi
index 8872bef9939..96ca83bddae 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
-- 
GitLab