Skip to content
Snippets Groups Projects
Commit 4794985d authored by Tank_Master's avatar Tank_Master
Browse files

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.
parent ac368a23
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,6 @@ WindowIcon on # Show our icon in left corner ...@@ -86,7 +86,6 @@ WindowIcon on # Show our icon in left corner
BGGradient off # No big background window BGGradient off # No big background window
CRCCheck on # Make sure CRC is OK CRCCheck on # Make sure CRC is OK
InstProgressFlags smooth colored # New colored smooth look InstProgressFlags smooth colored # New colored smooth look
ShowInstDetails nevershow # No details, no "show" button
SetOverwrite on # Overwrite files by default SetOverwrite on # Overwrite files by default
AutoCloseWindow true # After all files install, close window AutoCloseWindow true # After all files install, close window
...@@ -725,7 +724,6 @@ FunctionEnd ...@@ -725,7 +724,6 @@ FunctionEnd
;; Uninstall settings ;; Uninstall settings
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
UninstallText $(UninstallTextMsg) UninstallText $(UninstallTextMsg)
ShowUninstDetails show
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Uninstall Section ;; Uninstall Section
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment