Hi, I am using a C++ DLL function as a Custom Action in a VS deployment project. I need to set some input data to this custom action. Example: c:\a.dll;c:\b.dll
It seems like I cannot do it. The MsiGetProperty does not return anything (or it fails) inside custom action function. If I have custom action data as: "abcd", then MsiGetProperty gets the data properly.
How do I send the data as I require. Please help.
Thanks, Hilmi.