/build/static/layout/Breadcrumb_cap_w.png

How to disable a feature in MSI?

I got an exe and in the install instruction it is mentioned to Disable 2 features while installing. If you install you'll get an option to disable those 2 features.

I've extracted the msi and when we install the msi we don't have an option to disable features.

Please let me know how to disable those 2 features in MSI.

 

Thanks in Advance.


0 Comments   [ + ] Show comments

Answers (1)

Answer Summary:
Goto Feature table and put "0" under Level column of the particular Feature..
Posted by: jagadeish 10 years ago
Red Belt
2

Goto Feature table and put "0" under Level column of the particular Feature..


Comments:
  • Thank you jagadeish. I have a question a feature will install only if installlevel>=feature level, right? If we change feature level to 0 then it'll be less than install level and it'll install, right?

    Thanks in advance.. - vinodreddy10 10 years ago
  • Yes.. but If the value of the Level column in the Feature table is 0, that feature is not installed and not displayed in the UI. A feature with an installation level of 0 (zero) is not installed during any installation, including administrative installations.

    INSTALLLEVEL property can have values from 1 to 32767 - jagadeish 10 years ago
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ