goldstarqc
25th July 2005 18:00 UTC
Changing the Exec: In InstFiles Page
Hi,
I run a execDos command. I want to know how to change on the InstFiles Page the "Description" of the command...
ie:
Rather than displaying the actual command:
exec: V:\someCmd.cmd
display that sort of thing :
"Running This command"
I cannot find how ?!
glory_man
25th July 2005 18:08 UTC
Something like this:
SetDetailsPrint none
exec V:\someCmd.cmd
SetDetailsPrint both
DetailPrint "Running This command"
Takhir
25th July 2005 19:50 UTC
Use with last wiki ExecDos build
ExecDos::exec /NOUNLOAD /ASYNC "path\your_app.exe" "" "" ; or v:\somecmd.cmd if you want :)
DetailPrint "Running This command"
ExecDos::wait
Pop $0 ; exit code