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
- :
- Re: Feature selection on a silent install
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 15, 2009
07:19 PM
Feature selection on a silent install
I'm using a basic msi project. Is there a way to specify which features should be selected when running a silent install from the command line? I read the kb article on silent installs but it didn't discuss feature selection.
http://kb.acresso.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=installshield15helplib-SilentInstallhtm&sliceId=&docTypeID=DT_MACROVISIONHELPNET_1_1&dialogID=51656530&stateId=0%200%2051654581
http://kb.acresso.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=installshield15helplib-SilentInstallhtm&sliceId=&docTypeID=DT_MACROVISIONHELPNET_1_1&dialogID=51656530&stateId=0%200%2051654581
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 15, 2009
07:24 PM
Perhaps look in the MSI help about the ADDLOCAL property? You can set that at the msiexec.exe or setup.exe command line...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 15, 2009
07:36 PM
That worked like a champ! I added ADDLOCAL with a comma delimited list of features to my command line.
ADDLOCAL=Feature1,Feature2,Feature3
ADDLOCAL=Feature1,Feature2,Feature3