Re: [WiX-users] run custom action on rollback from failure to commit

2009-01-15 Thread Adam Langley
Windows Installer XML toolset. Subject: Re: [WiX-users] run custom action on rollback from failure to commit In article , Rob Mensching writes: > That looks much closer. Your last statement isn't _quite_ correct. > The defe rred actions (rollback actions are deferred) are

Re: [WiX-users] run custom action on rollback from failure to commit

2009-01-15 Thread Adam Langley
om     -Original Message- From: Rob Mensching [mailto:rob.mensch...@microsoft.com] Sent: Friday, 16 January 2009 9:52 a.m. To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] run custom action on rollback from failure to commit That looks much closer. Yo

Re: [WiX-users] run custom action on rollback from failure to commit

2009-01-15 Thread Richard
In article , Rob Mensching writes: > That looks much closer. Your last statement isn't _quite_ correct. > The defe rred actions (rollback actions are deferred) are "scheduled" > in the first pass of the Windows Installer. That's when the condition > is evaluated and that's wh y the rollb

Re: [WiX-users] run custom action on rollback from failure to commit

2009-01-15 Thread Rob Mensching
nuary 15, 2009 12:13 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] run custom action on rollback from failure to commit Thanks Rob, I do handle uninstall, but not uninstall-rollback (that will be next on the list). So do I want something like this? (I assume t

Re: [WiX-users] run custom action on rollback from failure to commit

2009-01-15 Thread Adam Langley
9 486 9010 alang...@winscribe.com www.winscribe.com     -Original Message- From: Rob Mensching [mailto:rob.mensch...@microsoft.com] Sent: Friday, 16 January 2009 5:05 a.m. To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] run custom action on rollback from failur

Re: [WiX-users] run custom action on rollback from failure to commit

2009-01-15 Thread Rob Mensching
You need to mark the rollback action @Execute="rollback" and make sure it is scheduled *before* the execution action. Also, make sure your condition on your rollback action is correct. Also, do you handle uninstall and uninstall rollback? -Original Message- From: Adam Langley [mailto: