Wrong Installomator options ? #83

Closed
opened 2026-01-19 18:31:28 +00:00 by michael · 1 comment
Owner

Originally created by @gnc-tibo on GitHub.

We encountered an issue while running Jamf Setup Manager 1.1.1 on an already logged-in user session (late enrollment via profile).

Jamf Setup Manager launched correctly and performed all its tasks until the Installomator action for Zoom — nothing happened.

I had to force quit JSM, and that’s when I saw the Installomator notification asking the user to quit Zoom, already launched, which was hidden behind the JSM window.

Is it possible to use another BLOCKING_PROCESS_ACTION option for Installomator ?

Originally created by @gnc-tibo on GitHub. We encountered an issue while running Jamf Setup Manager 1.1.1 on an already logged-in user session (late enrollment via profile). Jamf Setup Manager launched correctly and performed all its tasks until the Installomator action for Zoom — nothing happened. I had to force quit JSM, and that’s when I saw the Installomator notification asking the user to quit Zoom, already launched, which was hidden behind the JSM window. Is it possible to use another `BLOCKING_PROCESS_ACTION` option for Installomator ?
michael added the Support label 2026-01-19 18:31:28 +00:00
Author
Owner

@scriptingosx commented on GitHub:

You can set Installomator variables with the arguments option. in this case you can override the BLOCKING_PROCESS_ACTION

<dict>
  <key>label</key>
  <string>Zoom</string>
  <key>icon</key>
  <string>symbol:gearshape.2</string>
  <key>installomator</key>
  <string>zoom</string>
  <key>arguments</key>
  <array>
    <string>BLOCKING_PROCESS_ACTION=ignore</string>
  </array>
</dict>
@scriptingosx commented on GitHub: You can set Installomator variables with the `arguments` option. in this case you can override the `BLOCKING_PROCESS_ACTION` ```xml <dict> <key>label</key> <string>Zoom</string> <key>icon</key> <string>symbol:gearshape.2</string> <key>installomator</key> <string>zoom</string> <key>arguments</key> <array> <string>BLOCKING_PROCESS_ACTION=ignore</string> </array> </dict> ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jamf/Setup-Manager#83