Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Hide Messages during the installation process (http://forums.winamp.com/showthread.php?t=250832)

a_maier56 10th July 2006 22:36

Hide Messages during the installation process
 
Hi,

I want to hide one ExecWait Call, which installs a MSDE. In this call i have to declare the username and the passwort. And nobody should see this information!

But normally the ExecWait call is displayed in the DetailView during the installation process!? So how can I hide the information/call?

Thank you for help!

Greetings, Andi!

a_maier56 10th July 2006 23:09

Hi,

I found the solution on my own:-):

SetDetailsPrint none
ExecWait 'content, which i have to hide'
SetDetailsPrint both

For a correct definition of the SetDetailsPrint statement see the NSIS User Manual!

Best Regards,
Andi!


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

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.