Skip to content

Bundle Installation Script

Simone Martorelli edited this page Feb 8, 2021 · 2 revisions

This example script reads the application plist for the bundle names and installs the applications specified in the install_event_list dictionary. The variable bundlename will need to be set for each bundle created and the install loop duplicated for each bundle.

In the Jamf Pro Server (JPS):

  1. Upload the example script, modified to reflect your bundles, into the JPS.
  2. Create a policy and attach the script to it.
  3. Create a custom event trigger that needs to be specified in the enrollment application. When the user selects next at the bundle selection screen this is the event trigger that is called.
  4. Set the policy to run ongoing and scope to all users.

Example Script

Clone this wiki locally