Intern here trying to create a Jamf package to install OneLogin Desktop. Anyone able to point me in the right direction?
Need help with using Composer to create a package through Jamf that includes:
- The OneLogin Desktop .dmg (the dmg only contains an Installer and Uninstaller)
- Include a Silent Installer Script provided by OneLogin inside said package
- Execute terminal command after install to run silent installer script with custom parameter (installer key)
sudo sh onelogin-silent-installer-3.0.52 full <INSTALLER_KEY>
Using Composer to achieve this is highly preferred because I only have experience with it. My biggest issue now is to just figure out a way to combine the the .dmg and separate installer script together so that I can link the package to a script and deploy it via a Jamf policy.
For reference, here is the support KB article from OneLogin where the silent installer script can be found. https://onelogin.service-now.com/support?id=kb_article&sys_id=188d16ecdb8d5780d5505eea4b9619fe