Re: [WiX-users] Getting Progress of Rollback

2010-07-02 Thread James Poole
I've used the example here with success: http://msdn.microsoft.com/en-us/library/aa368786%28v=VS.85%29.aspx You'll see that it has a section where it handles the progress and roll back. Look at: /* determine direction */ -James Poole On Thu, Jul 1, 2010 at 6:02 PM, Andy Glass

Re: [WiX-users] Getting Progress of Rollback

2010-07-02 Thread Andy Glass
...@slowcommotion.com] Sent: Friday, July 02, 2010 5:59 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Getting Progress of Rollback I've used the example here with success: http://msdn.microsoft.com/en-us/library/aa368786%28v=VS.85%29.aspx You'll see that it has

Re: [WiX-users] Getting Progress of Rollback

2010-07-02 Thread James Poole
...@slowcommotion.com] Sent: Friday, July 02, 2010 5:59 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Getting Progress of Rollback I've used the example here with success: http://msdn.microsoft.com/en-us/library/aa368786%28v=VS.85%29.aspx You'll see that it has

Re: [WiX-users] Getting Progress of Rollback

2010-07-02 Thread Andy Glass
10:06 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Getting Progress of Rollback What was the return code from MsiInstallProduct? Also, are you sure you are at a point where it would actually give you roll back status? If it's a small product it may just

[WiX-users] Getting Progress of Rollback

2010-07-01 Thread Andy Glass
I realize that this isn't a WiX-specific question, but I figure someone here may have run into the same issue: I've written a bootstrapper to install our msis, and am using MsiSetExternalUI to get the status updates/progress for the bootstrapper's UI. The problem is that when the