Doug Payne wrote:

I'm using WIXUI_INSTALLDIR to prompt the user to enter an altnernate install location for the product. I am following the example outlined in the help for the WIXUI_INSTALLDIR dalog set. I set the value of WIXUI_INSTALLDIR to the Directory Id of the default location, and this shows up in the dialog correctly. But If I change this location via the dialog (to c:\OtherFolder), the components are still copied to the default location.


Try using an all-uppercase directory id. I didn't call it out in the doc page, but it's a requirement to pass the selection you make in the UI to the execute sequence.

If that works for you, I'll update the doc.

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