java.jago
3rd April 2006 11:35 UTC
Hide all details about the installation - show only the progress bar !!!
Hi,
I want to hide all the details (meaning which files are copied where etc.) during the installation.
One can not only activate "hide details" but show no details at all - however, there is still under the progressbar shown what files are copied where.
Can I hide everything BUT the progress bar (to keep the user entertained) ???
Cheers,
jago
Mr Inches
3rd April 2006 15:18 UTC
The SetDetailsPrint None instruction will suppress both output to the header text and the Details log.
The progress bar should still update.
If not, try the RealProgress plugin or one of the Banner/Marqui plugins to produce an 'entertaining' progress bar.
Afrow UK
3rd April 2006 15:38 UTC
I think what you might be after is:
ShowInstDetails nevershow
This will permanently hide the list control.
-Stu
vinnietran
3rd April 2006 19:04 UTC
Instead of showing the Installation Details, is there a way to make the Installation Details to go the a log file?
vinnietran
3rd April 2006 19:09 UTC
I found it:
LogSet on|off
Sets whether install logging to $INSTDIR\install.log will happen. Note that NSIS_CONFIG_LOG must be set in the installer configuration (it is not by default) to support this.
Afrow UK
3rd April 2006 21:26 UTC
Download the special build if you do not wish to recompile.
-Stu
vinnietran
3rd April 2006 21:31 UTC
Thanks Stu.