Hi,
During MSI install, I want to set values of some property based on other input
property value. Something like
if ("[SERVERENV]" = "TEST")
<Property Id="SERVERURL" value=http://url-test.com />
else
<Property Id="SERVERURL" value=http://url-prod.com />
Endif
Can someone tell me how to do this? Can we do this without using custom action?
Thanks,
Paramesh
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users