Loading
  • One possibility is that you could go into your Features node, select the featureName, whatever it be, that you don't want them to have a choice over and in the right-hand pane change the "Display" to "Not Visible". It will still install assuming everything else is equal, the user just will not see that one as a choice in the Feature Tree of the CustomSetup dialog.

     

    I hope that is somewhat helpful.

     

    Chad
    Expand Post
  • If that is not what you are after then the INSTALLLEVEL might do the trick for you. INSTALLLEVEL is a bit tricky to understand initially but once you use it some it can be handy. There is a global INSTALLLEVEL for the whole project and then an INSTALLLEVEL for each Feature in your installer. Rather than retype the whole thing I'll link you to this information.

     

    https://msdn.microsoft.com/en-us/library/windows/desktop/aa369536(v=vs.85).aspx

     

    Since INSTALLLEVEL gets logged you can always look at the MSI install log to see what the values are for it.

     

    I hope it helps.

     

    Chad
    Expand Post

Loading
How to implement only one feature selected