I want to execute a dos command in a custom action, like:del file.txtThis behavior can be placed in a batch file and executed:[SystemFolder]Cmd.exe /c "InstallService.bat"But I'd like to avoid the batch file, if I can.I've tried:[SystemFolder]Cmd.exe...