Hi all,
 
I have a setup with feature selection enabled like this one now, in a file 
called "MyInstaller.wxs",
 
<Feature Id="MyFeature"


             Title="MyTitle"


             Description="Desc...."


             Level="1" AllowAdvertise="no" Absent="allow" 
TypicalDefault="install">



      <ComponentGroupRef Id="Test Component"/>
      .
      .
      .    
    </Feature>
 
The code that handles the User interface is in another file called 
UserInterface.wxi. 
I know that to check if a certain feature is selected I need to do 
<[CDATA[&MyFeature=3]]> in the "Publish" line example:
 
<Publish Property="FeatureChoiceDlgPrev" 
Value="InstallWelcomeDlg">$(var.allowFeatureChoice) = 1</Publish>
 
now my question is how can I access the "MyFeature" which is located in 
"MyInstaller.wxs" in the "UserInterface.wxi"file ?
 
Thanks a lot for your help :)
 
Noel
                                          
------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&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