[WiX-users] Problem with roll backing custom action

2008-09-29 Thread Allah Rakha
Hi there, I have a problem with roll backing custom actions. Here is the case; I have a custom action say "A" with Execute='deferred' and it starts after the "StartServices". And an other custom action say "B" with Execute='rollback' that is a roll back action. Now when custom action "A" is

[WiX-users] Installation Mode and Custom Actions

2008-09-25 Thread Allah Rakha
Hi Folks While developing Wix based the installer I am facing the following problem; I have three buttons on the setup type dialog each for the following - Typical -Custom -Complete Now say user select the 'Custom' My problem starts here. I also have a deffered custom action which run some cus