Getting CustomActionData from C++
问题 I have a Wix file where I am creating a Deferred Custom Action . I have written a C# program, which is, for now, looping over the CustomActionData and printing the Key and Values . Consider the snippet given below: <Binary Id="myAction" SourceFile="..\Type51CA\bin\Release\Type51CA.CA.dll" /> <CustomAction Id="CustomAction1" Property="CustomAction2" Value="SomePropertyOne=[INSTALLFOLDER];SomePropertyTwo=[IPADDRESS];" /> <CustomAction Id="CustomAction2" BinaryKey="myAction" DllEntry=