Re: [WiX-users] Having issue with Variable.

2008-10-06 Thread Madhavi Athota (HCL Technologies Ltd)
Hi Bob, Thank you very much. This worked. -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2008 9:53 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Having issue with Variable. MadhaviAthota wrote: > > The q

Re: [WiX-users] How can I control the Order of Component Installation.

2008-10-07 Thread Madhavi Athota (HCL Technologies Ltd)
Hi Rob, Thank you for the reply. How can this be achieved. I have seen in one of the forums that this can be done with custom actions. I am trying to write a custom action in the following, but it is not working. I am not able to figure out the mistake. http://schemas.microsoft.com/wix/2006/

Re: [WiX-users] Exit Code is not working for return="check" in custom action.

2008-10-14 Thread Madhavi Athota (HCL Technologies Ltd)
Hi My custom actions are working with conditions for install and uninstall appropriately, but though I give the execution type as immediate, custom action is not responding for exit code(The exit code returned is 1) REMOVE REMOVE NOT Installed AND NO

Re: [WiX-users] How can I run a custom action only on uninstall

2008-10-14 Thread Madhavi Athota (HCL Technologies Ltd)
Thanks a lot peter, custom actions are working now. -Original Message- From: Peter Vestergaard [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2008 6:12 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How can I run a custom action only on uninstal