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

2007-08-01 Thread Wilson, Phil
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: The code I have written in C# and compiled as a DLL is : using System; using System.Text

[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