Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Suppresseing ExecWait's DetailPrint (http://forums.winamp.com/showthread.php?t=283451)

helix400 19th December 2007 23:22

Suppresseing ExecWait's DetailPrint
 
Hey all,

I'm cleaning up a .NET downloader script so the displayed messages make more sense to the user.

Currently, when the installer launches dotnetfx to install the .NET 2.0 framework, ExecPrint puts this message on the installer window:

ExecWait C:\Users\AName\AppData\Local\Temp\dotnetfx.exe /q /c:"install /qb"'

I'd prefer instead to simply have it say something like:

Now installing the .NET 2.0 Framework. This will take several minutes.

Is there a way I can prevent ExecWait from putting its DetailPrint on the screen?

Joel 19th December 2007 23:35

See SetDetailsPrint.

helix400 19th December 2007 23:44

Beautiful.

I searched the manual for DetailPrint. That 's' in SetDetailsPrint kept it hidden from me.


All times are GMT. The time now is 18:01.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.