Re: [WiX-users] [WiX Burn Custom BA] Get ExePackage ExitCode

2012-11-09 Thread Hoover, Jacob
to the end user. -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Thursday, November 08, 2012 11:24 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] [WiX Burn Custom BA] Get ExePackage ExitCode On 02-Nov-12 03:57, Amadeus wrote: > We have a custom bootstrap

Re: [WiX-users] [WiX Burn Custom BA] Get ExePackage ExitCode

2012-11-09 Thread Bob Arnson
On 02-Nov-12 03:57, Amadeus wrote: > We have a custom bootstrapper that among its installation packages is > installing an ExePackage that can return a special code that means success - > but show information to the user on completion. Burn doesn't support that concept. There's success and success

[WiX-users] [WiX Burn Custom BA] Get ExePackage ExitCode

2012-11-02 Thread Amadeus
Hello, We have a custom bootstrapper that among its installation packages is installing an ExePackage that can return a special code that means success - but show information to the user on completion. So far I've been unable to catch this exit code status in any events thrown by Burn. It seems t