I tried the suggestions below. It does not work.

Path and folder do not appear.
 

> From: r...@robmensching.com
> Date: Thu, 18 Aug 2011 06:50:50 -0700
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] wix 3.5 Remember Company name during folder  
> selection
> 
> Try:
> 
> <Directory Id="TARGETDIR" Name="SourceDir">
>     <!-- Install stuff into [SystemDrive] folder. -->
>     <!-- This is the folder where the website content will be located -->
> 
>     <!-- robmen: You really should root your install in a well-known folder
> like ProgramFilesFolder, not the root of the largest drive like
> TARGETDIR. -->
>     <Directory Id="INSTALLLOCATION">
>         <Directory Id="CompanyNameFolder" Name="CompanyName">
>     </Directory>
> </Directory>
> 
> On Wed, Aug 17, 2011 at 7:02 PM, Kwong Hu Kiu <kwon...@hotmail.com> wrote:
> 
> >
> >
> >
> > 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
> >
> >
> 
> 
> -- 
> virtually, Rob Mensching - http://RobMensching.com LLC
> ------------------------------------------------------------------------------
> 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
                                          
------------------------------------------------------------------------------
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