Only 3 months ago, we announced Adobe Admin Console Packages – 2.0. Well, there have since been some changes which have required a rewrite and as new version, hence 3.0.
The primary changes are:
- The Adobe installers are now installed locally, with the locally installed application being queried to get the required metadata.
- Due to the above, the script AdobeAdminConsolePackagesImporter.py, now needs to be run under sudo.
- Additionally, two new flags have been added to
AdobeAdminConsolePackagesImporter.py
:- –extract-icons: Extracts the applications icon to the recipes %RECIPE_CACHE_DIR%
- –uninstall: Uninstalls the applications from the Mac running AdobeAdminConsolePackagesImporter.py, one the have been processed for the required metadata.
- With macOS 15 no longer supporting bundle packages, bundle package support has been removed.
- Recipes for 2021 and 2022 titles have been removed.
For more details on the why, see below. Otherwise head over to the ReadMe.
Continue reading