Skip to content
⌘ NSIS Forum Archive

Changing the Exec: In InstFiles Page

3 posts

goldstarqc#

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#
Something like this:
	SetDetailsPrint none
exec V:\someCmd.cmd
SetDetailsPrint both
DetailPrint "Running This command"
Takhir#
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