Re: [WiX-users] CA Error with MBA

2013-05-30 Thread Hoover, Jacob
d(int status) { return status >= 0; } } -Original Message- From: Nick Miller [mailto:nmil...@livetechnology.com] Sent: Thursday, May 30, 2013 11:57 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] CA Error with MBA

Re: [WiX-users] CA Error with MBA

2013-05-30 Thread Nick Miller
Awesome, thanks! -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: Thursday, May 30, 2013 12:48 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] CA Error with MBA Ahh, then that is your answer. E.Status != 0 means

Re: [WiX-users] CA Error with MBA

2013-05-30 Thread Hoover, Jacob
ginal Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: Thursday, May 30, 2013 12:33 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] CA Error with MBA I was talking specifically in your MBA, on the ApplyComplete handler. I was in the 3.8

Re: [WiX-users] CA Error with MBA

2013-05-30 Thread Nick Miller
- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: Thursday, May 30, 2013 12:33 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] CA Error with MBA I was talking specifically in your MBA, on the ApplyComplete handler. I was in the 3.8 codebas

Re: [WiX-users] CA Error with MBA

2013-05-30 Thread Hoover, Jacob
ssion for Windows Installer XML toolset. Subject: Re: [WiX-users] CA Error with MBA Thanks for the reply, Here is the result when I break the CA: APPLY COMPLETE, e.STATUS: -2147023293 APPLY COMPLETE, e.STATUS: -2147023293 -Original Message- From: Hoover, Jacob [mailto:jaco

Re: [WiX-users] CA Error with MBA

2013-05-30 Thread Nick Miller
Installer XML toolset. Subject: Re: [WiX-users] CA Error with MBA Sorry for the delay, in your MBA, what is the value of e.Status from private void ApplyComplete(object sender, ApplyCompleteEventArgs e) From: Nick Miller [nmil...@livetechnology.com] Sent

Re: [WiX-users] CA Error with MBA

2013-05-29 Thread Hoover, Jacob
Windows Installer XML toolset. Subject: Re: [WiX-users] CA Error with MBA HI Jacob, Yes, I wrote the CA myself, its pretty simple, it changes some values in an INI file based on choices the user makes during the install. I have several custom actions that do different things, and I found that if any

Re: [WiX-users] CA Error with MBA

2013-05-15 Thread Nick Miller
Nope, here is my CA reference: ... NOT Installed -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: Wednesday, May 15, 2013 1:39 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] CA Error with MBA Ok, so

Re: [WiX-users] CA Error with MBA

2013-05-15 Thread Hoover, Jacob
- From: Nick Miller [mailto:nmil...@livetechnology.com] Sent: Wednesday, May 15, 2013 10:49 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] CA Error with MBA HI Jacob, Yes, I wrote the CA myself, its pretty simple, it changes some values in an INI fil

Re: [WiX-users] CA Error with MBA

2013-05-15 Thread Nick Miller
:36 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] CA Error with MBA Not enough information in what you have provided to give you more info... Did you write this CA yourself? What does the CA do? Do you have logging turned on for the CA? To me, it sounds

Re: [WiX-users] CA Error with MBA

2013-05-15 Thread Hoover, Jacob
underlying exception. -Original Message- From: Nick Miller [mailto:nmil...@livetechnology.com] Sent: Wednesday, May 15, 2013 9:53 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] CA Error with MBA Anyone have any ideas? -Original Message

Re: [WiX-users] CA Error with MBA

2013-05-15 Thread Nick Miller
Anyone have any ideas? -Original Message- From: Nick Miller [mailto:nmil...@livetechnology.com] Sent: Tuesday, May 14, 2013 11:09 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] CA Error with MBA Tried looking for Result.Error, and

Re: [WiX-users] CA Error with MBA

2013-05-14 Thread Nick Miller
: Tuesday, May 14, 2013 12:21 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] CA Error with MBA CA messages come back to the MsiExecuteMessage() callback, IIRC. On Mon, May 13, 2013 at 7:31 PM, Nick Miller wrote: > Hi All, > > I have a managed boo

Re: [WiX-users] CA Error with MBA

2013-05-13 Thread Rob Mensching
CA messages come back to the MsiExecuteMessage() callback, IIRC. On Mon, May 13, 2013 at 7:31 PM, Nick Miller wrote: > Hi All, > > I have a managed bootstrapper application that installs a couple of MSI I > created, and for some reason the Bootstrapper.Error event never fires when > one of the c

[WiX-users] CA Error with MBA

2013-05-13 Thread Nick Miller
Hi All, I have a managed bootstrapper application that installs a couple of MSI I created, and for some reason the Bootstrapper.Error event never fires when one of the custom actions fails. The CA returns ActionResult.Failure, and the install rolls back, but my installer informs the user that