Hi my directory structure looks like below and it will install into program
folders by default.Can any one help me to change the Install directory to
D:\Websites\ and also send the required directory through command line.

 <Property Id="WIXUI_INSTALLDIR" Value="INSTALLLOCATION" />

 
    <Feature Id="Complete"
             Title="MyWeb SCBU"
             Level="1"
             Display="expand"
             ConfigurableDirectory="INSTALLLOCATION">
 </Feature>

  
  <Fragment>

   <Directory Id="TARGETDIR" Name="SourceDir">
           
      <Directory Id="ProgramFilesFolder" Name="PFiles">
          <Directory Id="INSTALLLOCATION" Name="SCBUDirect">
          </Directory>
      </Directory>
    </Directory>

  </Fragment>



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Change-Default-MSI-Installation-directory-tp7583697.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to