dexedrine
9th July 2003 15:57 UTC
Hiding "Execute: ..."
Is there a way to hide what the installer is actually doing, so that I can put in my own text?
Right now it says:
Execute: c:\program files\somewhere\dotnetfx.exe /q:a /c:"install /l /q"
I'd rather it say something like "Installing .NET Framework..." or something else.
Joost Verburg
9th July 2003 16:59 UTC
Check the documentation for the ShowInstDetails command.
dexedrine
9th July 2003 17:23 UTC
Yeah, I tried that earlier after reading the documentation before posting. When using "ShowInstDetails nevershow", it still shows me what it's doing at the time. Any reason why it wouldn't work?
Thanks,
Jason
DOCa Cola
9th July 2003 17:46 UTC
use
ShowInstDetails none
before your exec command and
ShowInstDetails listonly
or
ShowInstDetails both
after the exec command
Joost Verburg
9th July 2003 20:23 UTC
Sorry, I copied the wrong one. It should be SetDetailsPrint.
DOCa Cola
9th July 2003 20:25 UTC
erm, sure, i messed that up too :)