Posted on 08-23-2016 07:42 AM
Hi all,
I'd like to use a custom icon with the JAMF Helper. One thread I've read suggests packaging the icon with Composer and dropping it into /Library/Application Support/JAMF/bin, while another thread suggests placing the icon into /Library/Application Support/JAMF/bin unpackaged. I've tried the latter and when I run a policy calling the JAMF Helper it doesn't add the icon to the window. Can anyone advise on the best way implement a custom icon, including what icon size parameters to set?
Posted on 08-23-2016 07:46 AM
You can put the icon wherever you want on the computer- so long as there is read access to it. I like to use /usr/local/mycompany/logos.
/Library/Application Support/JAMF/bin/jamfHelper.app/Contents/MacOS/jamfHelper -windowType utility -title TitleHere -description "$message" -windowPosition ll -icon /usr/local/mycompany/logos/Logo_Black.png
Posted on 09-08-2016 08:48 AM
Thanks @thoule, that worked perfectly!