Setting custom property in msi file
- by krk
How to set custom property in a msi file on the fly? I do not want to pass the custom property using msiexec. I want to save the value of the property in the msi file itself based on user log in.
Thanks in advance.