Re: [WiX-users] How to set a condition, that prevents custom actions on error

2008-02-19 Thread Bob Arnson
vishnum wrote: > Now I want to perform a different action for every custom action when the > custom action fails. > When actions fail, the installation should be rolled back, leaving the machine in its original state. -- sig://boB http://joyofsetup.com/ ---

Re: [WiX-users] How to set a condition, that prevents custom actions on error

2008-02-19 Thread vishnum
Hello All: I wanted to do something similar here. I have a set of custom actions say X, Y and Z. Now I want to perform a different action for every custom action when the custom action fails. For eg: If X fails i want to write something to registry, if Y fails I want to delete a registry key and

Re: [WiX-users] How to set a condition, that prevents custom actions on error

2006-07-17 Thread Derek Cicerone
, 2006 10:32 PM To: Markus Libiseller Cc: WiX-users Subject: Re: [WiX-users] How to set a condition, that prevents custom actions on error   Markus Libiseller wrote: Thanks for your answer. I would like to set a property that prevents the start of my custom action in cases of installation

Re: [WiX-users] How to set a condition, that prevents custom actions on error

2006-07-17 Thread Bob Arnson
Markus Libiseller wrote: Thanks for your answer. I would like to set a property that prevents the start of my custom action in cases of installation failures, perhaps if the service could not be installed or anything. How can I set a property (let’s call it ‘installationErro

Re: [WiX-users] How to set a condition, that prevents custom actions on error

2006-07-13 Thread Bob Arnson
Markus Libiseller wrote: I would like to ask you for help about a problem I’ve with my setup-project: I’ve written a setup, that starts a custom action after the completion of the setup. In this custom action the client is registered to the server and further configurations

[WiX-users] How to set a condition, that prevents custom actions on error

2006-07-12 Thread Markus Libiseller
Greetings from Germany;   I would like to ask you for help about a problem I’ve with my setup-project: I’ve written a setup, that starts a custom action after the completion of the setup. In this custom action the client is registered to the server and further configurations are done. I w