I'm having an issue with what I would thought was a simple problem, if anyone has any suggestions it would be much appreciated.
I have built a policy that will deploy a .app into the /Applications folder. I want the program to be initiated once the .app package is fully downloaded through a script without user interaction.
I thought it would just be:
#!
open /Applications/(program).app
Thanks,
Edmund