cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ali_azin
Level 2

How to choose install one feature or another in basic msi?

Hi,


I'm building an installer for my software. I want the installer to allow user choose between two version of high quality and low quality of the software. I changed the setup type dialog to achieve this. The problem is when I choose the high quality option, it also install the low quality one. It seems its because the InstallLevel property in high quality option is higher than low quality one. Is there a way to install high quality without installing the low quality?

Thanks in advance
Labels (1)
0 Kudos
(1) Reply
MichaelU
Level 12 Flexeran
Level 12 Flexeran

Correct, install level works cumulatively. Your control events should probably use the AddLocal and/or Remove control events to directly change which features are selected.
0 Kudos