Hi,
I'm relatively new to WiX and am using WixUI_FeatureTree for the first time.
I have two small installations that I'm trying to combine into one script.
One for the Client and one for the Server.  I'm trying to make both Features
in the FeatureTree to default to "Entire Feature will be Disabled" so the
user has to turn one of them on to continue with the install. Currently the
first Feature is active and the second feature is the way I want it.  

My first question is:  How do I make both features default to "Entire
Feature will be Disabled" status?   

Second question which is not as important as the first, however if I can do
it I would like to:  Is it possible to make one Feature not be able to be
selected if the second feature is anything other than Disabled?  I would
like to make the user only be able to turn on one Feature at a time rather
then turn them both on.  I want them to run it twice if they want the Server
and the Client on the same machine.  This is to just make sure there are no
mistakes in their installation choices.

Here's the Code I have so far:  

    <Feature Id='ClientInstall' Title='Client' Description='Client'
AllowAdvertise='no'
      Display='expand' Level='1' ConfigurableDirectory='INSTALLDIR'>
        <ComponentRef Id='ClientInstaller' />
    </Feature>

    <Feature Id='DownloadServiceInstall' Title='Download Service'
Description='Download Service' AllowAdvertise='no'
      Display='expand' Level='2' ConfigurableDirectory='INSTALLDIR'>
        <ComponentRef Id='DownloadServiceInstaller' />
    </Feature>

Thanks for any and all help!!


Best Regards,

Henry Sheldon




------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to