Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8569119
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:15:40+00:00 2026-06-11T18:15:40+00:00

I have an WIX installation with a feature and two subfeatures. I would like

  • 0

I have an WIX installation with a feature and two subfeatures. I would like the feature to be required and the two subfeatures optional but not to install by default. Here is my feature tree:

<Feature Id="A" Level="3" AllowAdvertise="no" TypicalDefault="install" 
         InstallDefault="local" Absent="disallow" >
  <Feature Id="A1" Level="1" AllowAdvertise="no" />
  <Feature Id="A2" Level="1" AllowAdvertise="no" />
</Feature>

I thought that adding:

<Property Id="INSTALLLEVEL" Value=3 />

would set the main feature to install and the subfeatures to not install. That isn’t the case; all features are installed by default.

I’m using the WixUI_FeatureTree. I wonder if that might be messing up the INSTALLLEVEL property.

So is what I am attempting even possible? How can I disable the two subfeatures by default?

Edit: Interesting. I set INSTALLLEVEL=1000 and tried it again and all features were still set to install. Could WixUI_FeatureTree be clobbering INSTALLLEVEL?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T18:15:41+00:00Added an answer on June 11, 2026 at 6:15 pm

    I think your problem is in overwriting the value of INSTALLLEVEL property duting execution of the UISequence. Adding code

    <Property Id="INSTALLLEVEL" Value=3 />
    

    initializes property value on the very beginning of installation process. But when you are moving from dialog to dialog the INSTALLLEVEL property may change before you are seeing the FeathreTree dialog. Please verify verbose log entries of “Propery value changed” and the final value of INSTALLLEVEL property in the end of the log file.
    You may need to create custom action to set INSTALLLEVEL to whatever value you need.
    Example can be found in WIX sources: SetupType dialog does exactly this:

    <Control Id="TypicalButton" Type="PushButton" X="40" Y="65" Width="80" 
             Height="17" ToolTip="!(loc.SetupTypeDlgTypicalButtonTooltip)" 
             Default="yes" Text="!(loc.SetupTypeDlgTypicalButton)">
      <Publish Property="WixUI_InstallMode" Value="InstallTypical">1</Publish>
      <Publish Event="SetInstallLevel" Value="3">1</Publish>
    </Control>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have Wix 3.5, WixUI_Mondo dialogs and only one Feature to install. The Installer
I have a WiX installer that I would like to check for .Net 3.5,
I have created a WiX installation package for a large program. The install package
We have an installer created using WIX. As part of this install we would
I have a WiX install project that includes IIS setings for virtual directory and
I have changed the wix tutorial codes from here http://www.tramontana.co.hu/wix/ to make my own
I have to create an installation package using Wix. If an admin user is
I have a WiX install package. I use the TARGETDIR property to do some
I am using WiX 3.6 to create my application setup. I have bundled two
I am using WIX for my application's setup project, I have to install device

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.