Yes, creating a smart group based on 'Patch Reporting' and then nesting it in a secound group for targeting is still a solid approach. It ensures accurate targeting without relying directly on 'latest version' criteria. another option is using extension attributes to track app versions, combined with smart groups for more flexibility. If you’re managing a large number of apps, leveraging API scripts with Installomator can also streamline the process. Hope this helps!
Yes, creating a smart group based on 'Patch Reporting' and then nesting it in a secound group for targeting is still a solid approach. It ensures accurate targeting without relying directly on 'latest version' criteria. another option is using extension attributes to track app versions, combined with smart groups for more flexibility. If you’re managing a large number of apps, leveraging API scripts with Installomator can also streamline the process. Hope this helps!
Thanks for your answer!
If I use Installomator for applications available in the Self Service, how can I ensure that, once the application has been installed by the user, it will then be correctly updated via my rule ? Have you ever done it ?
Thanks for your answer!
If I use Installomator for applications available in the Self Service, how can I ensure that, once the application has been installed by the user, it will then be correctly updated via my rule ? Have you ever done it ?
With the self service option I like to use the installomators builtin reporting script. They use swift dialog to show enduser the what is downloading and once its done the scripts runs a Jamf recon command.
https://github.com/Installomator/Installomator/tree/main/MDM/Jamf
With the self service option I like to use the installomators builtin reporting script. They use swift dialog to show enduser the what is downloading and once its done the scripts runs a Jamf recon command.
https://github.com/Installomator/Installomator/tree/main/MDM/Jamf
Is it possible to show an example with screenshots, for example ?
Is it possible to show an example with screenshots, for example ?

I suggest pushing the swift dialog out first to your test computers first then to your environment.

I suggest pushing the swift dialog out first to your test computers first then to your environment.
Hey checking to see how your installomator set up is going
Hey checking to see how your installomator set up is going
I want the updates to be installed silently, without any notifications. However, the problem is that if the application is open, the update cannot proceed. That's why I considered applying the rule at startup. But some users have applications that launch automatically at startup, and for those whose applications don’t launch, there’s always a delay before the update is applied. If the user opens the application in the meantime, it affects the user experience because the update won’t happen immediately.
I want the updates to be installed silently, without any notifications. However, the problem is that if the application is open, the update cannot proceed. That's why I considered applying the rule at startup. But some users have applications that launch automatically at startup, and for those whose applications don’t launch, there’s always a delay before the update is applied. If the user opens the application in the meantime, it affects the user experience because the update won’t happen immediately.
I had this issues with Chrome. We use a secondary script to "Quit Chrome Nice". THe user is prompted to quit chrome within 5 MIn or chrome will be force quit.
I had this issues with Chrome. We use a secondary script to "Quit Chrome Nice". THe user is prompted to quit chrome within 5 MIn or chrome will be force quit.
Would it be possible to create a rule for updating an application by using the Installomator script twice with the same application name ?
In the first case, a priority before is configured and the parameter BLOCKING_PROCESS_ACTION=silent_fail is specified.
If this step fails, the second script takes over. This time, a notification is displayed to inform the user of the update, while leaving the choice to the user with the BLOCKING_PROCESS_ACTION=prompt_user parameter.
Would it be possible to create a rule for updating an application by using the Installomator script twice with the same application name ?
In the first case, a priority before is configured and the parameter BLOCKING_PROCESS_ACTION=silent_fail is specified.
If this step fails, the second script takes over. This time, a notification is displayed to inform the user of the update, while leaving the choice to the user with the BLOCKING_PROCESS_ACTION=prompt_user parameter.
You should be able to use both parameters in the same script without doubling up. Or you can set one installomater script in self service and have one run as a policy on its own.
You should be able to use both parameters in the same script without doubling up. Or you can set one installomater script in self service and have one run as a policy on its own.
Yes, absolutely, but I don't know why it doesn't work for some applications.
With Firefox, everything works fine, but with Teams, for example, the application updates and closes without displaying a dialogue box. In another case, as with Zotero, nothing seems to happen until we manually close the application and relaunch it. Only then do we see that it has been updated.
Example for Teams
