Custom Install Defaults

Add-in Express™ Support Service
That's what is more important than anything else

Custom Install Defaults
 
Darren Dickerson




Posts: 17
Joined: 2014-09-24
I have this feature set here. When I select Custom Install I want it to default to install everything locally. I don't seem to be able to do that.


<Feature Id="FloorPlanServer" Title="Floor Plan Server" Level="1" TypicalDefault="install" InstallDefault="local">
      <Feature Id="DatabasesFeature" Title="Databases" Level="2" TypicalDefault="install" InstallDefault="local" AllowAdvertise="no" Description="Floor Plan and NADA Databases.">
      </Feature>
      <Feature Id="MaintenancePlanFeature" Title="Maintenance Plans" Level="2" TypicalDefault="install" InstallDefault="local" AllowAdvertise="no" Description="Full Recovery Model Maintenence Plans for Floor Plan and NADA Databases.">
        <ComponentGroupRef Id="FloorPlanServerCustomActions.Binaries" />
        <ComponentRef Id="comp_E7E51EC9_5F95_4576_9476_1D3EEC5C0A1B" />
        <ComponentGroupRef Id="FloorPlanServerCustomActions.Content" />
      </Feature>
      <Feature Id="TitleArchiveFolderFeature" Title="Title Archive Folder" Level="2" TypicalDefault="install" InstallDefault="local" AllowAdvertise="no" Description="Title Archive Folder for storing Floor Item documents.">
      </Feature>
      <Feature Id="ServiceFeature" Title="Service" Level="2" TypicalDefault="install" InstallDefault="local" AllowAdvertise="no" Description="Floor Plan Service for calculating interest on Floor Items and periodic refresh of NADA value.">
      </Feature>
    </Feature>
Posted 20 Oct, 2014 17:25:13 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Darren,

Our WiX Designer does not support multi-features installation projects. I am afraid I cannot suggest anything of value in this regard.

You can use the Condition property in the File System, Custom Actions, etc. editors to exclude some parts of your setup package from installation.
Posted 21 Oct, 2014 04:14:30 Top
Darren Dickerson




Posts: 17
Joined: 2014-09-24
Oh! I misunderstood what was supposed to happen here. It's a red X because a feature is not installed.
Posted 22 Oct, 2014 09:37:34 Top