[WiX-users] FW: custom action after uninstall

2007-08-05 Thread Balaji Nidadavolu
Hi, I want to execute a custom action as a last step in my uninstall process. Can anyone please let me know what code I should write in Wix, to call the custom action. Thank you, Regards Balaji. DISCLAIMER == This e-mail may contain privileged and confidential inform

[WiX-users] custom action after uninstall

2007-08-03 Thread Balaji Nidadavolu
Hi, I want to execute a custom action after completing my whole uninstall process. Can anyone please let me know what code I should write in Wix, to call the custom action. Thank you, Regards Balaji. DISCLAIMER == This e-mail may contain privileged and confidential info

Re: [WiX-users] FW: passing parameters through custom actions in C#

2007-08-02 Thread Balaji Nidadavolu
rst, but it would be worth checking. Regards, Richard _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Balaji Nidadavolu Sent: Thursday, August 02, 2007 5:40 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] FW: passing parameters through custom actions in

[WiX-users] FW: passing parameters through custom actions in C#

2007-08-02 Thread Balaji Nidadavolu
Hi, I am trying to pass parameters from WIX to C# code, but I am not able to do it properly. To code that I have written on WIX side is: The code I have written in C# and compiled as a DLL is : using System; using System.Text; using System.Runtime.InteropServ

[WiX-users] backing up the existing files while installing

2007-08-01 Thread Balaji Nidadavolu
Hi, Our current requirement is something like this. Requirement(in WIX) : We are currently adding a component to the existing software. While installing the component, we need to take a backup of 2 files since they will be replaced with their latest versions. While uninstalling

[WiX-users] passing parameters through custom actions in C#

2007-08-01 Thread Balaji Nidadavolu
Hi, I am trying to pass parameters from WIX to C# code, but I am not able to do it properly. To code that I have written on WIX side is: The code I have written in C# and compiled as a DLL is : using System; using System.Text; using System.Runtime.InteropService