Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   How to set text for setdetailsprint? (http://forums.winamp.com/showthread.php?t=281608)

tarsjaan 17th November 2007 08:21

How to set text for setdetailsprint?
 
Hello there,
I wrote a script which installs Dot net framework ,MySQL, MyApplication , One another add on application. But on the installer user interface while executing the different commands on the progress bar the command currently executing are being displayed. How can i set the custom text when executing the command.
I have used setdetailsprint textonly at .oninit function


PLease help.!

kichik 17th November 2007 08:41

Use:
code:
SetDetailsPrint both
DetailPrint "installing something..."
SetDetailsPrint listonly
ExecWait something
SetDetailsPrint both



All times are GMT. The time now is 04:55.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.