silent install pkg mac os x with custom install

tranatisoc
New Contributor II

hi all -

i'm trying to do a silent install on anyconnect client 4.5.x. it's in .pkg format.

typically i would execute the following command:

sudo installer -verboseR -pkg "/somelocation/somefile.pkg" -target /

however, the installation has several options to select from: vpn, web security, amp enabler, and so on.

how can i select only vpn option and de-select the rest?

please could someone help me with this command. thanks

12ba759b3804405eab0636b0f8c8e446

2 REPLIES 2

hcodfrie
Contributor II

Hi,

This might help you out

https://sneakypockets.wordpress.com/2017/07/26/using-installer-choices-xml-to-modify-anyconnect-and-mcafee-deployments/

tranatisoc
New Contributor II

worked! many thanks hcodfrie