|
<?xml version="1.0" encoding="UTF-8"?> |
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
|
<plist version="1.0"> |
|
<dict> |
|
<key>Comments</key> |
|
<string>Based on https://github.com/autopkg/grahampugh-recipes/blob/master/CiscoAnyConnect/CiscoAnyConnect.pkg.recipe |
|
|
|
Wraps the vendor package so that it can be run with Choice Changes XML. |
|
|
|
Requires a configuration xml profile (VPN_XML) which should be added to the RECIPE_OVERRIDE_DIR before running the recipe. An example is provided named example.xml. |
|
|
|
If you need more packages installing, you should make a copy of this recipe and edit the ChoicesXMLGenerator choices list. This isn't overridable. Don't forget to change the Identifier if you do this. |
|
</string> |
|
<key>Description</key> |
|
<string>Creates a Cisco AnyConnect VPN-only package.</string> |
|
<key>Identifier</key> |
|
<string>com.company.pkg.CiscoAnyConnect</string> |
|
<key>ParentRecipe</key> |
|
<string>com.company.download.CiscoAnyConnect</string> |
|
<key>Input</key> |
|
<dict> |
|
<key>NAME</key> |
|
<string>Cisco AnyConnect Secure Mobility Client</string> |
|
<key>VPN_XML</key> |
|
<string>example.xml</string> |
|
<key>CONTENT_XML</key> |
|
<string>Put_escaped_XML_profile_text_into_AutoPkg_recipe_override |
|
</string> |
|
<key>UMBRELLA_ORGANIZATION_ID</key> |
|
<string>Put_text_into_AutoPkg_recipe_override</string> |
|
<key>UMBRELLA_FINGERPRINT</key> |
|
<string>Put_text_into_AutoPkg_recipe_override</string> |
|
<key>UMBRELLA_USER_ID</key> |
|
<string>Put_text_into_AutoPkg_recipe_override</string> |
|
<key>CHOICE_VPN</key> |
|
<string>1</string> |
|
<key>CHOICE_WEBSECURITY</key> |
|
<string>1</string> |
|
<key>CHOICE_FIREAMP</key> |
|
<string>1</string> |
|
<key>CHOICE_DART</key> |
|
<string>1</string> |
|
<key>CHOICE_POSTURE</key> |
|
<string>1</string> |
|
<key>CHOICE_ISEPOSTURE</key> |
|
<string>1</string> |
|
<key>CHOICE_NVM</key> |
|
<string>1</string> |
|
<key>CHOICE_UMBRELLA</key> |
|
<string>1</string> |
|
<key>DISABLE_VPN</key> |
|
<string>false</string> |
|
<key>DISABLE_CUSTOMER_EXPERIENCE_FEEDBACK</key> |
|
<string>false</string> |
|
<key>HIDE_UNINSTALLERS</key> |
|
<string>1</string> |
|
<key>SOFTWARETITLE</key> |
|
<string>AnyConnectSecureMobilityClient</string> |
|
<key>SOFTWARETITLE1</key> |
|
<string>AnyConnect</string> |
|
<key>SOFTWARETITLE2</key> |
|
<string>Secure</string> |
|
<key>SOFTWARETITLE3</key> |
|
<string>Mobility</string> |
|
<key>SOFTWARETITLE4</key> |
|
<string>Client</string> |
|
<key>PKGID</key> |
|
<string>com.cisco.anyconnect</string> |
|
</dict> |
|
<key>MinimumVersion</key> |
|
<string>1.0.0</string> |
|
<key>Process</key> |
|
<array> |
|
<dict> |
|
<key>Arguments</key> |
|
<dict> |
|
<key>pkgdirs</key> |
|
<dict> |
|
<key>Profiles</key> |
|
<string>0755</string> |
|
<key>Profiles/ampenabler</key> |
|
<string>0755</string> |
|
<key>Profiles/feedback</key> |
|
<string>0755</string> |
|
<key>Profiles/iseposture</key> |
|
<string>0755</string> |
|
<key>Profiles/nvm</key> |
|
<string>0755</string> |
|
<key>Profiles/umbrella</key> |
|
<string>0755</string> |
|
<key>Profiles/vpn</key> |
|
<string>0755</string> |
|
<key>Profiles/websecurity</key> |
|
<string>0755</string> |
|
</dict> |
|
<key>pkgroot</key> |
|
<string>%RECIPE_CACHE_DIR%/Scripts</string> |
|
</dict> |
|
<key>Processor</key> |
|
<string>PkgRootCreator</string> |
|
</dict> |
|
<dict> |
|
<key>Arguments</key> |
|
<dict> |
|
<key>pkgdirs</key> |
|
<dict> |
|
</dict> |
|
<key>pkgroot</key> |
|
<string>%RECIPE_CACHE_DIR%/pkgroot</string> |
|
</dict> |
|
<key>Processor</key> |
|
<string>PkgRootCreator</string> |
|
</dict> |
|
<dict> |
|
<key>Arguments</key> |
|
<dict> |
|
<key>pkg_path</key> |
|
<string>%RECIPE_CACHE_DIR%/Scripts/AnyConnect.pkg</string> |
|
<key>source_pkg</key> |
|
<string>%pathname%/AnyConnect.pkg</string> |
|
</dict> |
|
<key>Processor</key> |
|
<string>PkgCopier</string> |
|
</dict> |
|
<dict> |
|
<key>Arguments</key> |
|
<dict> |
|
<key>file_content</key> |
|
<string>%CONTENT_XML%</string> |
|
<key>file_mode</key> |
|
<string>0644</string> |
|
<key>file_path</key> |
|
<string>%RECIPE_CACHE_DIR%/Scripts/Profiles/vpn/%VPN_XML%</string> |
|
</dict> |
|
<key>Processor</key> |
|
<string>FileCreator</string> |
|
</dict> |
|
<dict> |
|
<key>Arguments</key> |
|
<dict> |
|
<key>file_content</key> |
|
<string>{ |
|
"organizationId" : "%UMBRELLA_ORGANIZATION_ID%", |
|
"fingerprint" : "%UMBRELLA_FINGERPRINT%", |
|
"userId" : "%UMBRELLA_USER_ID%" |
|
} |
|
</string> |
|
<key>file_mode</key> |
|
<string>0644</string> |
|
<key>file_path</key> |
|
<string>%RECIPE_CACHE_DIR%/Scripts/Profiles/umbrella/OrgInfo.json</string> |
|
</dict> |
|
<key>Processor</key> |
|
<string>FileCreator</string> |
|
</dict> |
|
<dict> |
|
<key>Arguments</key> |
|
<dict> |
|
<key>file_content</key> |
|
<string><?xml version="1.0" encoding="UTF-8"?> |
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
|
<plist version="1.0"> |
|
<array> |
|
<dict> |
|
<key>attributeSetting</key> |
|
<integer>%CHOICE_VPN%</integer> |
|
<key>choiceAttribute</key> |
|
<string>selected</string> |
|
<key>choiceIdentifier</key> |
|
<string>choice_vpn</string> |
|
</dict> |
|
<dict> |
|
<key>attributeSetting</key> |
|
<integer>%CHOICE_WEBSECURITY%</integer> |
|
<key>choiceAttribute</key> |
|
<string>selected</string> |
|
<key>choiceIdentifier</key> |
|
<string>choice_websecurity</string> |
|
</dict> |
|
<dict> |
|
<key>attributeSetting</key> |
|
<integer>%CHOICE_FIREAMP%</integer> |
|
<key>choiceAttribute</key> |
|
<string>selected</string> |
|
<key>choiceIdentifier</key> |
|
<string>choice_fireamp</string> |
|
</dict> |
|
<dict> |
|
<key>attributeSetting</key> |
|
<integer>%CHOICE_DART%</integer> |
|
<key>choiceAttribute</key> |
|
<string>selected</string> |
|
<key>choiceIdentifier</key> |
|
<string>choice_dart</string> |
|
</dict> |
|
<dict> |
|
<key>attributeSetting</key> |
|
<integer>%CHOICE_POSTURE%</integer> |
|
<key>choiceAttribute</key> |
|
<string>selected</string> |
|
<key>choiceIdentifier</key> |
|
<string>choice_posture</string> |
|
</dict> |
|
<dict> |
|
<key>attributeSetting</key> |
|
<integer>%CHOICE_ISEPOSTURE%</integer> |
|
<key>choiceAttribute</key> |
|
<string>selected</string> |
|
<key>choiceIdentifier</key> |
|
<string>choice_iseposture</string> |
|
</dict> |
|
<dict> |
|
<key>attributeSetting</key> |
|
<integer>%CHOICE_NVM%</integer> |
|
<key>choiceAttribute</key> |
|
<string>selected</string> |
|
<key>choiceIdentifier</key> |
|
<string>choice_nvm</string> |
|
</dict> |
|
<dict> |
|
<key>attributeSetting</key> |
|
<integer>%CHOICE_UMBRELLA%</integer> |
|
<key>choiceAttribute</key> |
|
<string>selected</string> |
|
<key>choiceIdentifier</key> |
|
<string>choice_umbrella</string> |
|
</dict> |
|
</array> |
|
</plist> |
|
</string> |
|
<key>file_mode</key> |
|
<string>0755</string> |
|
<key>file_path</key> |
|
<string>%RECIPE_CACHE_DIR%/Scripts/InstallerChoices.xml</string> |
|
</dict> |
|
<key>Processor</key> |
|
<string>FileCreator</string> |
|
</dict> |
|
<dict> |
|
<key>Arguments</key> |
|
<dict> |
|
<key>file_content</key> |
|
<string><!– Optional AnyConnect installer settings are provided below. Configure the setting(s) as "true" (default "false" or commented out) to perform optional action(s) at install time. —> |
|
<Transforms> |
|
<DisableVPN>%DISABLE_VPN%</DisableVPN> |
|
<DisableCustomerExperienceFeedback>%DISABLE_CUSTOMER_EXPERIENCE_FEEDBACK%</DisableCustomerExperienceFeedback> |
|
</Transforms> |
|
</string> |
|
<key>file_mode</key> |
|
<string>0755</string> |
|
<key>file_path</key> |
|
<string>%RECIPE_CACHE_DIR%/Scripts/Profiles/ACTransforms.xml</string> |
|
</dict> |
|
<key>Processor</key> |
|
<string>FileCreator</string> |
|
</dict> |
|
<dict> |
|
<key>Arguments</key> |
|
<dict> |
|
<key>file_content</key> |
|
<string>#!/bin/bash |
|
|
|
|
|
packagePath="${0%/*}/AnyConnect.pkg" |
|
choicesXML="${0%/*}/InstallerChoices.xml" |
|
# Set value in AutoPkg override, default is 1 for "true" |
|
hideUninstallers="%HIDE_UNINSTALLERS%" |
|
# Array of uninstall application bundles on the installer's target volume |
|
if [[ -n $3 ]]; then |
|
targetVolume=$3 |
|
else |
|
targetVolume="" |
|
fi |
|
uninstallAppBundlePaths=( |
|
"${targetVolume}/Applications/Cisco/Uninstall AnyConnect DART.app" |
|
"${targetVolume}/Applications/Cisco/Uninstall AnyConnect.app" |
|
) |
|
exitCode=0 |
|
|
|
|
|
# Run embedded installer with the Choice Changes XML |
|
if [[ -r "${packagePath}" && -r "${choicesXML}" ]]; then |
|
if ! /usr/sbin/installer -applyChoiceChangesXML "${choicesXML}" -pkg "${packagePath}" -target "$3"; then |
|
echo "Installation of package \"${packagePath}\" failed." |
|
exitCode=1 |
|
fi |
|
else |
|
echo "Package \"${packagePath}\" not found." |
|
exitCode=1 |
|
fi |
|
|
|
# Hide uninstallers |
|
# Override will specify 1 as "true" |
|
# Set to another value to specify "false" |
|
# If variable is unset/null or still contains an AutoPkg variable reference, treat as "true" |
|
if [[ "${hideUninstallers}" -eq 1 || \ |
|
-z "${hideUninstallers}" || \ |
|
"${hideUninstallers}" == "%""HIDE_UNINSTALLERS""%" ]]; then |
|
for uninstallAppBundlePath in "${uninstallAppBundlePaths[@]}" |
|
do |
|
if [[ -d "${uninstallAppBundlePath}" ]]; then |
|
if /usr/bin/chflags hidden "${uninstallAppBundlePath}"; then |
|
echo "Uninstaller app bundle \"${uninstallAppBundlePath}\" was hidden successfully." |
|
else |
|
echo "Uninstaller app bundle \"${uninstallAppBundlePath}\" was not hidden successfully." |
|
exitCode=1 |
|
fi |
|
else |
|
echo "Uninstaller app bundle \"${uninstallAppBundlePath}\" was not found and cannot be hidden." |
|
fi |
|
done |
|
else |
|
echo "Uninstallers will not be hidden." |
|
fi |
|
|
|
exit "${exitCode}" |
|
</string> |
|
<key>file_mode</key> |
|
<string>0755</string> |
|
<key>file_path</key> |
|
<string>%RECIPE_CACHE_DIR%/Scripts/postinstall</string> |
|
</dict> |
|
<key>Processor</key> |
|
<string>FileCreator</string> |
|
</dict> |
|
<dict> |
|
<key>Arguments</key> |
|
<dict> |
|
<key>pkg_request</key> |
|
<dict> |
|
<key>chown</key> |
|
<array> |
|
</array> |
|
<key>id</key> |
|
<string>%PKGID%.%VENDOR%%SOFTWARETITLE%</string> |
|
<key>pkgname</key> |
|
<string>%VENDOR%_%SOFTWARETITLE%_%version%</string> |
|
<key>pkgroot</key> |
|
<string>%RECIPE_CACHE_DIR%/pkgroot</string> |
|
<key>pkgtype</key> |
|
<string>flat</string> |
|
<key>scripts</key> |
|
<string>%RECIPE_CACHE_DIR%/Scripts</string> |
|
<key>version</key> |
|
<string>%version%</string> |
|
</dict> |
|
</dict> |
|
<key>Processor</key> |
|
<string>PkgCreator</string> |
|
</dict> |
|
<dict> |
|
<key>Arguments</key> |
|
<dict> |
|
<key>path_list</key> |
|
<array> |
|
<string>%RECIPE_CACHE_DIR%/%VENDOR%</string> |
|
<string>%RECIPE_CACHE_DIR%/pkgroot</string> |
|
</array> |
|
</dict> |
|
<key>Processor</key> |
|
<string>PathDeleter</string> |
|
</dict> |
|
</array> |
|
</dict> |
|
</plist> |