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:
<Property Id="teststring" >
<![CDATA[Hello world]]>
</Property>
<CustomAction Id="testing" Return="check" BinaryKey="test " DllEntry="hello "/>
<Binary Id="test" src="test.dll"...