Re: [WiX-users] Burn : Get the status of packages installation in a custom BA.

2014-05-21 Thread Sean Hall
If you look at HandleExitCode at the bottom of exeengine.cpp ( https://github.com/wixtoolset/wix3/blob/develop/src/burn/engine/exeengine.cpp), you'll see that the engine doesn't set hrStatus in ExecutePackageComplete to the exit code. It always returns S_OK unless the EXE package's exit code trans

[WiX-users] Burn : Get the status of packages installation in a custom BA.

2014-05-21 Thread DEBAENE Arnaud
Hello, I am writing a custom managed BA to be used with my Burn bootstrapper. The chain to install consist of several EXEs, with various return codes that I have mapped to Burn behaviors (success, reboot required, error, ...) using . When one of the EXE packages fails, Burn detect the failure