if
(
not exists boolean "AutomaticCheckEnabled" of dictionaries of file "/Library/Preferences/com.apple.SoftwareUpdate.plist"
)
then "Software Update Enabled" else if
(
boolean "AutomaticCheckEnabled" of dictionaries of file "/Library/Preferences/com.apple.SoftwareUpdate.plist"
)
then "Software Update Enabled" else "Software Update Disabled"
if (not exists boolean "AutomaticCheckEnabled" of dictionaries of file "/Library/Preferences/com.apple.SoftwareUpdate.plist") then "Software Update Enabled" else if (boolean "AutomaticCheckEnabled" of dictionaries of file "/Library/Preferences/com.apple.SoftwareUpdate.plist") then "Software Update Enabled" else "Software Update Disabled"