Step 7 – Install Secure Client with Selected Modules
Install Secure Client with the configured modules.
- Open a terminal and mount the .dmg from /Volumes.
cd ~/Downloads diskutil eject Cisco\ Secure\ Client\ <version> hdiutil convert csc-writeable.dmg -format UDRO -o csc-readable.dmg
Here, <version> refers to the current version number of Cisco Secure Client.
- Run the installer which provides the
pkg
option along with the name of the Cisco Secure Client package and theapplyChoiceChangesXML
option with install_choices.xml. Make sure you are still in the /Volumes directory when running this command.hdiutil attach ~/Downloads/csc-readable.dmg sudo installer -pkg Cisco\ Secure\ Client\ <version>/Cisco\ Secure\ Client.pkg -applyChoiceChangesXML ~/Downloads/install_choices.xml -target /
Here, <version> refers to the current version number of Cisco Secure Client.