Jeff MacDuff wrote:

Does anyone else have a method to install to a directory that isn't a "named" directory?

Surely I can somehow set the path based on environment variable? Is there a expand method within wix?


Use a custom action. @Property/@Value formats the value so you can use [%envVar] to refer to an environment variable.

--
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