Having the below feature structure, and running the MSI with the following
command line

msiexec /I SmallSetup.msi /norestart /Lv c:\BA\install.log ADDLOCAL=FeatureB
INSTALLFOLDER=c:\batom

I would expect to see both Feature and FeatureB1 selected...to my surprise
only FeatureB is selected

even in silnet mode only feature B is installed.

  <Feature Id="FeatureB"
             Display="expand"
             Title="Feature B"
             Description="Feature B Description"
             InstallDefault="local" Level="10">

      <Component Directory="FeatureB"
Guid="{6702377D-6C3D-4356-ADCF-681BB39A7B25}" Id="ComponentB.txt">
        <File KeyPath="yes" Source="Content\FeatureB\ComponentB.txt"/>
      </Component>

      <Feature Id="FeatureB1"
               Display="expand"
               Title="Feature B1"
               Description="Feature B1 Description"
               InstallDefault="followParent" 
               Level="10">
        <Component Directory="FeatureB1" 
Guid="{DA98F584-8D20-4004-9ECF-2A847EC67808}" Id="ComponentBB1.txt">
          <File KeyPath="yes"
Source="Content\FeatureB\FeatureB1\ComponentBB1\ComponentBB1.txt"/>
        </Component>
      </Feature>



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/InstallDefault-followParent-not-reflected-by-windows-installer-UI-tp7589468.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&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