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.