Hi,


        How do i get wix 3.5 to remember my company name as part of the user 
selected folder to be installed?


For example,

I usually install my files to C:\CompanyName and when the installer 
prompts user to select their preferred location to be installed, 
C:\CompanyName usualy replaced with [PATH TO USERS SELECTED FOLDER]. I 
would like it to add CompanyName to the end of the path.

[PATH TO USERS SELECTED FOLDER]\CompanyName


How can i achieve that?

Code below to install to C:\CompanyName

<Directory Id="TARGETDIR" Name="SourceDir">
    <!-- Install stuff into [SystemDrive] folder. -->
    <!-- This is the folder where the website content will be located -->
    <Directory Id="INSTALLLOCATION" Name="CompanyName">
    </Directory>
</Directory>


Cheers!

    
 
http://stackoverflow.com/questions/7091978/wix-3-5-remember-company-name-during-folder-selection

                                          
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to