That’s correct. RUM will update the base versions of an Adobe app, but
notupgrade it. For example you can install any version of Photoshop 2023
anduse the script to apply bug fixes. But it won’t upgrade the app from
2022to 2023.Also, note that if no ...
I should note that this script is specifically for use with Jamf
policies. We can use this one script to install and / or update the base
version of most Adobe apps. OptionsPackages: Installs Adobe Photoshop
base version of 22.0 (or later)Scripts: ad...
@mnordbye : Sure! This script will work if you've enabled Adobe Remote
Update Manager in the admin console when you build the packages. The
ScriptadobeRumUniversal.sh#!/bin/bash # # Runs Adobe RUM to manage Adobe
Application updates # Parameters avai...
Expanding on obi-k's comment:We do the same. Here's a high level view of
our workflow:Create and download packages on the Adobe Console. Be sure
to enable RUM in these.We package each app individually rather than
bundle multiples since the assets are...