@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,…
@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…
@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.
@Theile commented on GitHub:
This script example is for display Dialog and not for notifications.
@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…
@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…
@scriptingosx commented on GitHub:
this is simple enough for apps with a single process, but what about apps that have multiple processes?
@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…
@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…
@mdmmac commented on GitHub:
Thank you @Theile your fork is exactly what I was looking for.
@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…
@scriptingosx commented on GitHub:
implemented a workaround in 3530130b487e04b980a4407c18538c78ac492207
@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…
@scriptingosx commented on GitHub:
- downloading and installing
Labels.txtis not necessary - that Mosyle recommends to download a script which will be run with root privileges using curl…
@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…