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
am Langley [mailto:alang...@winscribe.com] Sent: Wednesday, January 14, 2009 20:59 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] run custom action on rollback from failure to commit I have a vustom action which installs some 3rd party tools... FFDSHOWUNI

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

2009-01-14 Thread Adam Langley
I have a vustom action which installs some 3rd party tools... FFDSHOWUNINSTALLPATH AND This works well, on install it runs the ffdshow.exe, and on uninstall it runs the ffdshow uninstaller (FFDSHOWUNINSTALLPATH is an exe located via the registry). My question is: How do I ge