Software Secure Access
Activity Manage

Step 7 – Install Secure Client with Selected Modules

Install Secure Client with the configured modules.

  1. 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.

  2. 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.