Installomator Mate 1.3.3 – Bugfixes and one new feature

I had planned to release this version before we ended 2025, but because of life and work I get to celebrate the (happy) new year with an update.

Nothing fancy, I’ve just taken care of some of the bugs that I introduced in the last version, and some that have been with us since the beginning. A few properties that haven’t been in use for a while were also retired, and if the stars align that could reduce memory impact.

This fall I’ve been using Installomator a lot in Jamf Pro, Jamf School and Intune, and Installomator Mate has been a time saver for me, but bouncing between projects I realised that it was missing a method to clear all the selected labels. So that’s the new feature for 1.3.3.

I hope you’ll enjoy this update.

Happy new year! 🥂

Use the bult in updater or the download button below to get the latest version.

8 reaktioner på ”Installomator Mate 1.3.3 – Bugfixes and one new feature

  1. Or if you just try something simliar to this:

    #!/bin/sh
    /usr/local/bin/dialog --listitem "1Password" --commandfile /tmp/dialog_cmd.log &
    sudo /usr/local/Installomator/Installomator.sh 1password8 DEBUG=0 DIALOG_CMD_FILE=/tmp/dialog_cmd.log DIALOG_LIST_ITEM_NAME="1Password"

    Image of Installomator Mate, using Swift dialog command file

    The important thing is to make sure Dialog is launched using the list view with a commandfile, and that Installomator is using the same file to update the progress.

  2. Hi Olof, your solution works, thanks:

    /usr/local/bin/dialog –listitem ”KeepassXC” –commandfile /var/tmp/dialog.log & sudo /usr/local/Installomator/Installomator.sh keepassxc DEBUG=0 PROMPT_TIMEOUT=900 LOGO=ws1 DIALOG_CMD_FILE=/var/tmp/dialog.log DIALOG_LIST_ITEM_NAME=”KeePassXC”

    And if i use the settings of installomator mate, it does not work:
    /usr/local/Installomator/Installomator.sh keepassxc DEBUG=0 LOGGING=DEBUG PROMPT_TIMEOUT=900 NOTIFY_DIALOG=1 LOGO=ws1 INTERUPT_DND=no DIALOG_CMD_FILE=/var/tmp/dialog.log DIALOG_LIST_ITEM_NAME=”KeePassXC”

  3. Hi Olaf, the Apple notification that you see after installing for example Tor Browser: Tor Browser update complete! Installed Tor Browser, version 15.0.8

  4. I have modified your script based on your tip so that you only receive the Apple notification that the app with the version number has been installed. I have removed the dialog app. Personally, I think you should use the Apple notification instead of a dialog. How can you script an, for example, Apple notification message if an app already has the latest version?

Lämna ett svar

Denna webbplats använder Akismet för att minska skräppost. Lär dig om hur din kommentarsdata bearbetas.