Custom icon to use with the JAMF Helper

cghigliotty
New Contributor

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?

2 REPLIES 2

thoule
Valued Contributor II

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

cghigliotty
New Contributor

Thanks @thoule, that worked perfectly!