Hi,
I have a few programs i want to install on our new iMacs, Logic.pkg, Papercut.dmg, Sibelius.pkg & netsupport.dmg
I have searched and tried several scripts but nothing seems to work, JamF says the iMac has recieved the script but nothing happens.
the packages are currently stored on a munki repository accessible by URL, if its easier i can copy them to a network share?
i need it so they automatically download and install on the iMacs using Bash or Apple Script, i can see a lot of you are good at doing this type of scripting and i thank you for your help.
PaperCut website:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.papercut.client.agent</string>
<key>ProgramArguments</key>
<array>
<string>/Applications/PCClient.app/Contents/MacOS/JavaAppLauncher</string>
</array>
<key>KeepAlive</key>
<true/>
</dict>
</plist>
thanks
Michael