Hi ,
trying to help with some JAMF bundling, and I would like to know how to do the following if possible.
Im used to building the standard .pkg into jamf but not using specific commands to install the .pkg from within JAMF.
We have a client installer for Thinkbox Deadline render Client which requires a bunch of parameters to be set during install.
I was able to get the install working using their provided "installbuilder.sh" that resides within the .PKG
"sudo /Volumes/Deadline-10.1.21.4-osx-installers/DeadlineClient-10.1.21.4-osx-installer.app/Contents/MacOS/installbuilder.sh --prefix /Applications/Thinkbox/Deadline10 --setpermissionsclient true --unattendedmodeui minimal --mode unattended --connectiontype Direct --repositorydir /Volumes/net-render-repo/ --licenseserver @ 10.200.235.200 "
What I need to do now is incorporate that command so that it can be used direct from JAMF to push to 50 or so clients.
Any help appreciated
Thanks