Archive: Changing the Exec: In InstFiles Page


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 ?!


Something like this:

        SetDetailsPrint none
exec V:\someCmd.cmd
SetDetailsPrint both
DetailPrint "Running This command"

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