@FletcherS7 commented on GitHub:
feels like it's easier if you scope this in your MDM like creating a smart group in jamf to identify hosts with the app running.
A good addition will be…
@KMTMark commented on GitHub:
There is already an argument that can be passed to block apps re-opening after installation but I'm not sure Installomator will be able to do much in these instances…
@asri-tm commented on GitHub:
feels like it's easier if you scope this in your MDM like creating a smart group in jamf to identify hosts with the app running.
A good addition will be a…
@FletcherS7 commented on GitHub:
Wondering if anyone has tried to script this. I tried reversing the blocking process method to only run the label if blocking processes were found but I have…
@wakco commented on GitHub:
You do realise this could be flipped, because it raises the obvious question, why is the sed command there anyway?
Clearly it is there to fix the version matching…
@asri-tm commented on GitHub:
Just using your example, this should fix for this label at the meantime until the devs decided to change the version number format
mkuser)
name="mkuser"
…
@asri-tm commented on GitHub:
it is tough to control since installomator is grabbing data from various sources hence labels are used for individual apps. so tweaks/workarounds like these are not…
@PicoMitchell commented on GitHub:
It was a long time ago now that I tested, but I believe that installing worked fine. Just that the app would be blocked from running, but the user could still…
@acodega commented on GitHub:
@PicoMitchell My understanding is we need this feature because Installomator can't install when the Mac is set to App Store only.
@darylheadley commented on GitHub:
I already assume you've got a way of differentiating between architectures and using the same label. Can't see it though
@PicoMitchell commented on GitHub:
It may be worth re-considering allowing installomator to still run and even install apps when the system is set to only allow Mac App Store apps to run,…
@darylheadley commented on GitHub:
Changed the script to have two labels for VirtualBox virtualboxintel and virtualboxsilicon
virtualboxintel) # credit: AP Orlebeke (@apizz) …
@darylheadley commented on GitHub:
Found it. Done it. Only tested on Apple Silicon - working.
virtualbox) name="VirtualBox" type="pkgInDmg" pkgName="VirtualBox.pkg" if [[…