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

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
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

Perhaps look in the MSI help about the ADDLOCAL property? You can set that at the msiexec.exe or setup.exe command line...
0 Kudos
Guster_Q
Level 2

That worked like a champ! I added ADDLOCAL with a comma delimited list of features to my command line.

ADDLOCAL=Feature1,Feature2,Feature3
0 Kudos