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.
Great tool! But i can’t get Swiftdialog working ;-(
Thanks John. Could you perhaps share some code, so we can figure out what’s wrong?
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"
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.
Tnx! I wil try your tip 😉
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”
Hm, I’m working on some bug fixes and better network handling. I’ll look into this as weel.
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
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?