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

2007-08-02 Thread Christopher Painter
oster, Richard - PAL; [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] FW: passing parameters through custom actions in C# `Group Think` may agree that managed code custom actions are bad, but I certainly don't agree. Writing CA's in C++ compared to

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

2007-08-02 Thread Richard.Foster
AIL PROTECTED]; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] FW: passing parameters through custom actions in C# `Group Think` may agree that managed code custom actions are bad, but I certainly don't agree. Writing CA's in C++ compared to C# frankly, is painful at best. I've don

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

2007-08-02 Thread Christopher Painter
m: [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 C# Hi, I am trying to pass parameters from WIX to C# code, but I

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

2007-08-02 Thread Balaji Nidadavolu
lto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 6:11 PM To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] FW: passing parameters through custom actions in C# Baladji, Be very careful using C# within a Microsoft Installer based installation (like those gener

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

2007-08-02 Thread Richard.Foster
ugust 02, 2007 5:40 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] FW: passing parameters through custom actions in C# 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:

[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