Mark Line wrote:
Using the standard InstallDirDlg setup is there anyway to set a default value on the installDir which shows on the UI, as it shows C:\ however if its not changed it seems to install everything to a different DIR....

Can you post your Directory hierarchy? If you point WIXUI_INSTALLDIR to a directory immediately under TARGETDIR, MSI defaults to the drive with the most available space. You can provide another default using intervening Directory elements, such as ProgramFilesFolder or via a custom action that sets the directory.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to