James Shoemaker wrote:
>   Is there any way to conditionally set the installdir?  I need to set
> it to various things based on the value of a passed in property.  If the
> passed in property is empty I need a default, if the passed property is
> a particular string a value read from the registry, any other passed
> value needs to directly set the installdir.
>   
You can use custom actions, sequenced with conditions. (e.g., use a 
condition of PASSED_IN_PROPERTY<>"" to trigger a CA that sets the default.)

-- 
sig://boB
http://bobs.org


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to