Re: [WiX-users] Burn ExePackage using ExitCode

2013-09-16 Thread adam.voss
Doing a little testing with a dummy application that would return an arbitrary exit code. I found Burn has good support for standard exit codes. It seemed to treat the exit code as a the System Error Code (http://msdn.microsoft.com/en-us/library/windows/desktop/ms681381%28v=vs.85%29.aspx) and dis

[WiX-users] Burn ExePackage using ExitCode

2013-04-16 Thread Marco Tognacci
I have this ExePackage definition in my Burn project I want to know if I have to set the ExitCode for each value or if there are default values that I haven't need to add.If I don't add the ExitCode which will be the behavior of the Burn setup?