2013/12/5 Dave Williamson, Clear Sky Software <d...@clearskysoftware.com>:
>
>       <Directory Id='TARGETDIR' Name='SourceDir'>
>         <Directory Id='ProgramFilesFolder'>
>           <Directory Id='INSTALLDIR' Name='CSSI'>
>
> With the above directory structure the WixUI_FeatureTree is showing a
> Location of "C:\" on the feature selection dialog shown just after accepting
> the license agreement.  We would expect the location to be C:\Program
> Files\CSSI.
>
> In WiX 3.8.1128.0 is there anything special that needs to be provided in the
> wxs to help the default location directory that shows on the feature
> selection UI show something other than C:\ when it is first shown?

Set ConfigurableDirectory="INSTALLDIR" in the <Feature> element(s).

-- 
Nicolás

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to