Page 1 of 1

Commands not running

Posted: Wed Sep 04, 2013 11:48 am
by lewistactical
I have several commands in the installation but non of them are running.
One of them is the following
Command: <SystemDir>\cmd.exe
Parameters: /C del <InstallDir>\dotNetFx40_Full_x86_x64.exe
Launch on: All
Show: Hide
Launch: After Install
Wait until process finishes is checked.
The installer is putting the file in the the <InstallDir> but it will not run the command to execute the file nor the command to delete the file.
Please help
Tim

Re: Commands not running

Posted: Wed Sep 04, 2013 1:40 pm
by Leo
Hi Tim,

Try the following:
Parameters: /C del /Q "<InstallDir>\dotNetFx40_Full_x86_x64.exe"