• Joined on 2025-07-20
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 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 opened issue Installomator/Installomator#622 2026-01-19 18:34:44 +00:00
Mosyle integration
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…

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:

I think the script was meant for my branch, as I separated the labels out in their own script (InstallomatorLabels.sh). My basic idea was that the script could load…

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

@scriptingosx commented on GitHub:

@Theile this is awesome!

I have created issues #84 and #85 to make merging your changes a part of the planning. Together with the app-version issues/PRs, we…

michael opened issue Installomator/Installomator#623 2026-01-19 18:34:44 +00:00
Add ability to use Jamf parameter values to override default NOTIFY and BLOCKING_PROCESS_ACTION values
michael opened issue Installomator/Installomator#624 2026-01-19 18:34:44 +00:00
Add variables to customize user quit & update prompt message
michael opened issue Installomator/Installomator#625 2026-01-19 18:34:44 +00:00
Brave download is broken
michael closed issue Installomator/Installomator#625 2026-01-19 18:34:44 +00:00
Brave download is broken
michael closed issue Installomator/Installomator#624 2026-01-19 18:34:44 +00:00
Add variables to customize user quit & update prompt message
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…