I am writing an installer using wix. For silent installation using msiexec, i would like to provide few parameters from the commandline which i want to set to wix properties.
These properties I am using to enable/disable few features.
Can anyone please tell me how to read those command line properties passed to msiexec. Using C++ Custom Action we read using MsiGetProperty
Thanks a lot..
Best Regards, Marc