Unable to upload Adobe CC 2021 pkg to Jamf

bclaringbold
New Contributor

Created a deployment from the Adobe admin console. Downloaded and extracted the pkg file. When I upload the pkg into Jamf the upload fails.

Anywhere I can check in Jamf to see why? Any thoughts?

15 REPLIES 15

kevinthegreat
New Contributor

Did you use Jamf admin or the web interface?

bclaringbold
New Contributor

web interface

easyedc
Valued Contributor II

How big is your package? is it the full adobe suite? We've been running into issues with larger package sizes. Jamf is aware.

kevinthegreat
New Contributor

@bclaringbold I have had better luck with admin especially with larger packages.

jusmep
New Contributor

I've had no issues using Jamf Admin to upload the full Adobe PKG files for both the Apple Silicon and Apple Intel packages to Jamf.

rebecca_latimer
New Contributor III

I had issues with our last Adobe PKG file because of the size. Try compressing it and uploading it as a .zip file to jamf.

PE2000
Contributor

try megapkgr

thebrucecarter
Contributor II

We've had SO much trouble uploading and installing Adobe CC as a single package that we broke it down into one app per package and do it that way.

p.s. Does uploading from the web interface only work for cloud instances of Jamf Pro? I've looked at that area on our on-prem setup and I don't get the upload button.

matt_vin
New Contributor II

I just finished a training with JAMF and this was something that was brought up. It was suggested that adobe should be broken up into each app and uploaded that way to be most effective. And not destroy your network if you're sending it to like 100 machines.

nickmock
New Contributor II

If the package is too large it will fail. As example, we are using Jamf Cloud, I had to create a package for each individual piece of software, and upload those via Jamf Admin one at a time. Then create individual policies to push those packages in Jamf.

user-cMKWdZotKF
New Contributor

You just need the build file. I made a pkg and it seems to work fine. I don't even bother to update it since Adobe is constantly updating and so far it updates to the latest. If this build eventually breaks I'll make an updated one.

bclaringbold
New Contributor

Thanks for all the replies. The package is about 21GB. Thought maybe it was a size thing as @easyedc suggested. Split the package into 2 pieces (don't really want to do all 20 apps separate if i don't have to :) The 2 parts have uploaded but now when trying to install the packages via a policy I am getting the following error:

  1. Executing Policy Adobe CC 2021 - April 2021
  2. Downloading https://use1-jcds.services.jamfcloud.com//download/d8c86d9261ef4cc99214e00dec1b0e92/Adobe-CC-April2021-part1_Install.pkg.zip?token=b6a81ad2591740cb95f52e59fc8c3ebdmfqfxb80lsm6ji34rb7r3e38lorte0zp...
  3. Installing Adobe CC 2021 - April2021 - Part1...
  4. Installation failed. The installer reported: installer: Error - An error occurred while running the InstallationCheck tool for “Adobe-CC-April2021-part1_Install”. Try running the tool again.

mhasman
Valued Contributor

Same issue sometime with Jamf Admin. So, I always compress to .zip, then upload

easyedc
Valued Contributor II

Funny you mention Adobe this morning. Been fighting through installs myself. Check the Adobe installer log for error codes - Adobe sux, here's their error codes. Logs are here

/Library/Logs/Adobe/Installers/

In our case, it turns out Adobe doesn't like having a browser window open.

taugust_ric
Contributor

I would highly recommend packaging each application separately for a number of reasons. These include:

  • The entire suite is on the large side (~20 GB)
  • Some applications are on continuous update cycles (Lightroom, Lightroom Classic, XD, Dimension, Premiere Rush) while the others are linked to the official "Creative Cloud" yearly or bi-yearly releases. This year for example, the CC 2021 was released in two parts - the audio/video creation apps didn't have a CC 2021 version until March, while tools like Photoshop and Illustrator were released in Fall 2020. This means you are repackaging that large "suite" package multiple times per year, rather than just updating the individual apps when necessary.
  • Two apps aren't Apple Silicon compatible yet (Dimension and Prelude). When those apps do get released for Apple Silicon you're stuck updating that 20GB package again.
  • Adobe Acrobat installs are more sensitive to failures than the others, it's good to have that one broken out so it's failure doesn't affect the install of the other Adobe apps.

I've tried a number of strategies going back to when it was Adobe Creative Suite (before Creative Cloud), and packaging up each app individually has become the easiest method for most use cases.

I'm in the process of building custom packages for each Adobe app that include both the Intel and Apple Silicon versions from the Adobe Console, runs a script to check to see which architecture the install is running on, and then installs the proper package. It also runs an uninstall of all previous versions before hand, and then runs Adobe Update Manager at the end to bring it up to the latest version if the Adobe console package isn't the most recent. I can share more if folks are interested, but I must warn you my scripting skills are very novice and brute force at times. :-)