• Joined on 2025-07-20
michael closed issue Installomator/Installomator#628 2026-01-19 18:34:45 +00:00
Add ability to reopen app after update completes
michael commented on issue Installomator/Installomator#626 2026-01-19 18:34:45 +00:00
Make notification message template one or more variables

@apizz commented on GitHub:

@scriptingosx I've tested and confirmed indeed that if sent to Management Action that you can't, but with osascript it appears you can. I'm still working on a PR,…

michael commented on issue Installomator/Installomator#626 2026-01-19 18:34:45 +00:00
Make notification message template one or more variables

@scriptingosx commented on GitHub:

It is not technically possible to change the icon with the notification solutions used in installomator (Management Action or osascript).

There are some…

michael commented on issue Installomator/Installomator#627 2026-01-19 18:34:45 +00:00
Code42 install: spctl weirdness

@Theile commented on GitHub:

I don't know much about this error. I cannot see this now. I think we have either changed the label, or the issue went away somehow. So I close this.

michael commented on issue Installomator/Installomator#626 2026-01-19 18:34:45 +00:00
Make notification message template one or more variables

@Theile commented on GitHub:

This script example is for display Dialog and not for notifications.

michael commented on issue Installomator/Installomator#627 2026-01-19 18:34:45 +00:00
Code42 install: spctl weirdness

@jcmbowman commented on GitHub:

I just ran into this issue with the obsbotwebcam installer. After a fair amount of troubleshooting I determined that this only occurs on the computers that are…

michael commented on issue Installomator/Installomator#628 2026-01-19 18:34:45 +00:00
Add ability to reopen app after update completes

@Theile commented on GitHub:

I think we have fixed this, by opening the app if Installomator loses it. We even added BLOCKING_PROCESS_ACTION "quit" so these menu items can be simply asked to quit…

michael commented on issue Installomator/Installomator#628 2026-01-19 18:34:45 +00:00
Add ability to reopen app after update completes

@scriptingosx commented on GitHub:

this is simple enough for apps with a single process, but what about apps that have multiple processes?

michael opened issue Installomator/Installomator#622 2026-01-19 18:34:44 +00:00
Mosyle integration
michael closed issue Installomator/Installomator#620 2026-01-19 18:34:44 +00:00
Create installation package to install Installomator.sh locally
michael closed issue Installomator/Installomator#622 2026-01-19 18:34:44 +00:00
Mosyle integration
michael closed issue Installomator/Installomator#621 2026-01-19 18:34:44 +00:00
xpath command in Big Sur requires '-e' argument
michael commented on issue Installomator/Installomator#622 2026-01-19 18:34:44 +00:00
Mosyle integration

@Theile commented on GitHub:

I have released a branch of Installomator that I use with Mosyle, and I added version number to many of the labels in my solution. That way I can have Mosyle run the…

michael commented on issue Installomator/Installomator#622 2026-01-19 18:34:44 +00:00
Mosyle integration

@Theile commented on GitHub:

Super, I'm more than happy to do any contribution.

What is currently important for Mosyle is a way for the script to check installed version before trying to…

michael commented on issue Installomator/Installomator#622 2026-01-19 18:34:44 +00:00
Mosyle integration

@mdmmac commented on GitHub:

Thank you @Theile your fork is exactly what I was looking for.

michael commented on issue Installomator/Installomator#620 2026-01-19 18:34:44 +00:00
Create installation package to install Installomator.sh locally

@Theile commented on GitHub:

Hi Armin,

I have branched your great work to a solution with version checking, and where the admin can built a pkg for installation into /usr/local/bin.

This is…

michael commented on issue Installomator/Installomator#621 2026-01-19 18:34:44 +00:00
xpath command in Big Sur requires '-e' argument

@scriptingosx commented on GitHub:

implemented a workaround in 3530130b487e04b980a4407c18538c78ac492207

michael commented on issue Installomator/Installomator#620 2026-01-19 18:34:44 +00:00
Create installation package to install Installomator.sh locally

@mdmmac commented on GitHub:

To install locally, without a package, I used the following script (credit : Mosyle.com)

#!/bin/bash

Download a file on /usr/local/bin

URLDOWNLOAD="http://any…

michael commented on issue Installomator/Installomator#620 2026-01-19 18:34:44 +00:00
Create installation package to install Installomator.sh locally

@scriptingosx commented on GitHub:

  1. downloading and installing Labels.txt is not necessary
  2. that Mosyle recommends to download a script which will be run with root privileges using curl…
michael commented on issue Installomator/Installomator#620 2026-01-19 18:34:44 +00:00
Create installation package to install Installomator.sh locally

@scriptingosx commented on GitHub:

A signed and notarized distribution package which will install Installomator.sh in /usr/local/Installomator/Installomator.sh is now available in the…