Archive: Suppresseing ExecWait's DetailPrint


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?


See SetDetailsPrint.


Beautiful.

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