This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- MSI Install always installing all features when run in silent mode
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jan 26, 2015
12:54 PM
MSI Install always installing all features when run in silent mode
I have a large MSI based install that installs three different versions of our program. The SN entered by the user decides what version of the program gets installed and selects features based on that. This all works great when run normally with the UI but when we run it with a /qn swithc to run it silently it always installs all features and I cannot figure out how to selectively turn some features off. I do have installscript functions that are called with custom actions and those are working except the feature selection. I have tried from the commandline too but it always installs everything.
How can I turn something off?
Brandon Lowe
How can I turn something off?
Brandon Lowe
(3) Replies
‎Jan 27, 2015
05:23 AM
Did you look at ADDLOCAL property already?
‎Jan 27, 2015
10:15 AM
So ADDLOCAL works if I list every feature I need. The only problem with this is we have about 25 features. Is there any way to select which feature I want to install using an installscript custom action when running in silent mode?
‎Jan 29, 2015
11:23 AM
you can look @ MsiSetProperty or use a Type 51 custom action aka set-a-property to set ADDLOCAL with desired features