On 11/1/07, 0x001A4 <[EMAIL PROTECTED]> wrote: > > How would I go about changing the default installation directory from Program > Files to the C:\ or whatever drive the user has windows installed on?
Your Directory structure probably looks something like this: <Directory Id="TARGETDIR" Name="SourceDir"> <Directory Id="ProgramFilesFolder"> <Directory Id="INSTALLDIR" Name="MyAppName"> ......... </Directory> </Directory> </Directory> You could replace the 2nd Id for "WindowsVolume"... but then again the documentation says you shouldn't use that. I don't know why. You can always give it a try. ------------------------------------------------------------------------- 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