Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Installomator options ? #90

Open
gnc-tibo opened this issue Feb 21, 2025 · 1 comment
Open

Wrong Installomator options ? #90

gnc-tibo opened this issue Feb 21, 2025 · 1 comment
Labels
Support support question

Comments

@gnc-tibo
Copy link

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 ?

@scriptingosx
Copy link
Collaborator

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 scriptingosx added the Support support question label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support support question
Projects
None yet
Development

No branches or pull requests

2 participants