Kalappa Pattar wrote:

I want to read the command line arguments that are passed to msi file . Based on the command line parameter I want to set a property in my wix file.

MSI supports this natively. You can set public properties at the MSIEXEC command line:

msiexec /l*v install.log /i foo.msi PROPERTY=Value PROPERTY2="Embedded space value"
-- 
sig://boB
http://bobs.org



_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to