View McAfee_Choices.xml
<?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>0</integer> | |
<key>choiceAttribute</key> | |
<string>selected</string> | |
<key>choiceIdentifier</key> |
View McAfeeENS_Choices.xml
************************** | |
Running GenerateProductConfig | |
A higher version of the agent than 5.0.4.283 is already installed. Agent installation will be skipped | |
OS Name is MacOSX | |
OS Minor Version is 12 | |
OS Minor Ver is >= 8 | |
FMPInstall check - retval is 0 | |
Checking if we have FMP already installed | |
FMP higher build number already installed on this machine. So, installer will skip FMP package installation. | |
UIInstall Check - retval is 0 |
View effectiveChoices.txt
<dict> | |
<key>attributeSetting</key> | |
<true/> | |
<key>choiceAttribute</key> | |
<string>visible</string> | |
<key>choiceIdentifier</key> | |
<string>choice_umbrella</string> | |
</dict> | |
<dict> | |
<key>attributeSetting</key> |
View choicesForAnyConnect.xml
<?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>1</integer> | |
<key>choiceAttribute</key> | |
<string>selected</string> | |
<key>choiceIdentifier</key> |
View a_choice.txt
<dict> | |
<key>attributeSetting</key> | |
<integer>0</integer> | |
<key>choiceAttribute</key> | |
<string>selected</string> | |
<key>choiceIdentifier</key> | |
<string>choice_umbrella</string> | |
</dict> |
View xml_skeleton
<?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> | |
</array> | |
</plist> |
View umbrellachoice.txt
<dict> | |
<key>childItems</key> | |
<array/> | |
<key>choiceDescription</key> | |
<string>Installs the module that enables Umbrella Roaming Security.</string> | |
<key>choiceIdentifier</key> | |
<string>choice_umbrella</string> | |
<key>choiceIsEnabled</key> | |
<true/> | |
<key>choiceIsSelected</key> |
View anyconnect_choices.xml
<?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>childItems</key> | |
<array> | |
<dict> | |
<key>childItems</key> | |
<array/> |