I'm confused about how to get DEPNotify to run correctly (or I should say the way I want it to run)... I would like this to run from Self Service to cover both DEP and non-DEP computers, all handled by my IT Team.
Here's my thought process - We're using Jamf Connect Login(JCL) (tried to use DEPNotify built into JCL, but thought that I need to cover the NON-DEP computers). IT logs the user in via JCL > opens up Self Service > clicks "Install" on the Build Process icon > off goes DEPNotify and deploys everything I need it to.
So here's what I've got in place currently:
I've packaged up DEPNotify and a Logo package to a Policy to install via a trigger.
I've got a DEPNotify script (not sure if correct...) in a Self Service Policy to click to start the build process.
Contents of script in order:
setup variable to call Jamf binary
install DEPNotify by calling the Policy trigger
DEPNotify commands to set logo, window title, main title, main text, determinate off, window not movable.
command to launch DEPNotify: open -a /Applications/Utilities/DEPNotify.app - not sure if it's correct, was going as running as root via Jamf...
Set Determinate to 4 (for small scale testing)
Start going through Status steps to installing apps > calling Jamf Binary event triggers to install at each step.
Once done, then Quit command.
Problem is DEPNotify doesn't even show up... I know everything is installing as it should be as I have User Interactions showing when installing/installed.
Not sure what I'm doing wrong - Please HELP!!
