I am trying to run a .exe installer as a pre-install using Package Boot, but fails.
To test that the exe does work with the switch I have used I created a seperate package and it deployed fine.
The package is vcredist_x86 with the switch /q.
When I add vcredist_x86 as a pre Run Program with a command line /q to my main package it fails.
Below is an extract from the log file:
2013/01/30 10:41:49:252 PID: 2220 TID: 176 installer::uninstallpackage MsiConfigureProduct() called for Product ID: {F2B059F7-59B4-4CBD-8F85-7AD64603C361}. Exit Code: 1605
2013/01/30 10:41:49:267 PID: 2220 TID: 176 programobject::execute(msi) uninstall completed for program name: C:\WINDOWS\SoftwareDistribution\Download\Install\{F2B059F7-59B4-4CBD-8F85-7AD64603C361} and process exit code was: 0x645
2013/01/30 10:41:49:267 PID: 2220 TID: 176 ewException caught: Failed to execute process File: ExecutionEngine.cppLine: 1184
stack trace :
2013/01/30 10:41:49:267 PID: 2220 TID: 176 programobject::execute(exe) called for program name: C:\WINDOWS\SoftwareDistribution\Download\Install\vcredist_x86.exe
2013/01/30 10:41:49:283 PID: 2220 TID: 176 installer::runexepackage called for path: C:\WINDOWS\SoftwareDistribution\Download\Install\vcredist_x86.exe with command line: /q.
2013/01/30 10:41:49:283 PID: 2220 TID: 176 installer::runexepackage CreateProcess called with fqcommandline: C:\WINDOWS\SoftwareDistribution\Download\Install\vcredist_x86.exe /q.
2013/01/30 10:41:49:283 PID: 2220 TID: 176 installer::runexepackage() failed with pathtoexe with command line (C:\WINDOWS\SoftwareDistribution\Download\Install\vcredist_x86.exe /q). Error Code: 2
2013/01/30 10:41:49:298 PID: 2220 TID: 176 programobject::execute(exe) completed for program name: C:\WINDOWS\SoftwareDistribution\Download\Install\vcredist_x86.exe and process exit code was: 0x2
2013/01/30 10:41:49:298 PID: 2220 TID: 176 ewException caught: Failed to execute process File: ExecutionEngine.cppLine: 1184
stack trace :