Burn calls ::CreateProcess() on the ExePackage. A .bat file is not an executable, it's a text file that is interpreted by cmd.exe. Today, Burn only supports running executables that are contained within the Bundle so running a batch file like this is not supported.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Now I creating a big installation with setup IIS and WebDeploy's deployment. So I need execute .bat|.cmd or .vbs over bat or internal cmd's commands. Parameters need for parametrize setup of WebDeploy's package. WebDeploy's package is deployed by running own package's cmd. All bat files are included into Bundle.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Bootstrapper project
Bug can also present in UninstallCommand, RepairCommand.
What error? Please attach the Burn log.
Log included into ExePackage_DoubleQuotesBug.zip\bin\Release\i_burn ExePackage_DoubleQuotesBug 2012-08-07 19-39-42.log"
Burn calls ::CreateProcess() on the ExePackage. A .bat file is not an executable, it's a text file that is interpreted by cmd.exe. Today, Burn only supports running executables that are contained within the Bundle so running a batch file like this is not supported.
Now I creating a big installation with setup IIS and WebDeploy's deployment. So I need execute .bat|.cmd or .vbs over bat or internal cmd's commands. Parameters need for parametrize setup of WebDeploy's package. WebDeploy's package is deployed by running own package's cmd. All bat files are included into Bundle.
Okay but Burn does not support executing text files that are interpreted by some other executable today.