It should be two lines of code (I'm in the UK) - defaults write
NSGlobalDomain AppleLanguages "(en-GB)"defaults write NSGlobalDomain
AppleLocale "en_GB"
Applescript is probably the most reliable way to set an icon, it aint
pretty though... #!/bin/bash ITEM_PATH="$4" echo "The path is
$ITEM_PATH" ICON="$8" echo "The icon is $ICON" AS_ICON=`echo
"\"${ICON}\""` AS_PATH=`echo "\"${ITEM_PATH}\""` # Variab...
Jamf is more flexible in terms of running scripts, installing packages
and triggering policies on Macs, configuration profiles tend to be much
the same across any MDM solution as they are based on an Apple spec.
Have you looked at the install log on the Mac? Does the package fail
when manually installed? The jamf log is all well and good, but you
probably want to have a physical test case that you can look at the
local logs of to work out what is going on.
I use Jamf for macOS and InTune for iOS, partly this is becaus iOS is
relatively defined in how/what can be managed so most MDM services will
have 95% of what you need for iOS, macOS is different. So if you just
have a number of iOS devices to manage...