Skip to main content
Question

Failed to install Adobe Premiere Pro and Photoshop

  • February 16, 2022
  • 5 replies
  • 22 views

Forum|alt.badge.img+10


Hi,

We can't deploy Adobe Photoshop and Adobe Premiere Pro with Jamf.
Do any of you have this problem?

Whether we import the package via Jamf Admin or via JSS it is the same result.

5 replies

Forum|alt.badge.img+3
  • New Contributor
  • February 17, 2022

Did you upload the offline installers to jamf distribution point and make a policy to send the package to the user with a trigger or make it available on Self Service?


Forum|alt.badge.img+10
  • Author
  • Valued Contributor
  • February 17, 2022

Hi,

Yes that's how we do it

Offline installers (>4 Gb) and available on Self Service.

And installation packages of Adobe Photoshop and Adobe Premiere Pro works perfectly manually.

That's why I think it's a Jamf issue


Forum|alt.badge.img+3
  • New Contributor
  • February 18, 2022

Hi,

Yes that's how we do it

Offline installers (>4 Gb) and available on Self Service.

And installation packages of Adobe Photoshop and Adobe Premiere Pro works perfectly manually.

That's why I think it's a Jamf issue


navigate to the policy and check the policy log, here is an example:

 

Details

 
[STEP 1 of 5]
Executing Policy Adobe_Photoshop_x64
[STEP 2 of 5]
Downloading adobe_photoshop_v23.1_Install.pkg...
Resuming download of http://10.x.x.x/xxx/Packages/adobe_photoshop_v23.1_Install.pkg...
Verifying package integrity...
Installing adobe_photoshop_v23.1_Install.pkg...
Successfully installed adobe_photoshop_v23.1_Install.pkg.

 

 


Forum|alt.badge.img+10
  • Author
  • Valued Contributor
  • February 21, 2022

A pre-installation script included in the installation package is generated by Adobe Admin Console and may fail when deployed through Jamf Pro.
The following error in jamf.log:

PackageKit: Install Failed: Error
Domain=PKInstallErrorDomain Code=112
"An error occurred while running scripts from the package
“ADOBEINSTALLERNAME.pkg”.
" UserInfo={NSFilePath=./preinstall, NSURL=file://
localhost/Library/Application%20Support/JAMF/Downloads/
ADOBEINSTALLERNAME.pkg.unzip/ADOBEINSTALLERNAME.pkg,
PKInstallPackageIdentifier=com.adobe.Enterprise.install.U
NIQUEIDENTIFIERHERE,
NSLocalizedDescription=An error occurred while running
scripts from the package “ADOBEINSTALLERNAME.pkg”.}

The workaround is to insert the package generated by Adobe Admin Console in a pkg created via Composer in order to copy it to a temporary folder (example /private/tmp/AdobeInstall/ADOBEINSTALLERNAME.pkg) with a post script executing the package then delete the temporary folder

sudo install -pkg /private/tmp/AdobeInstall/ADOBEINSTALLERNAME.pkg -target / rm -Rf /private/tmp/AdobeInstall

 

We tested and it works without any problem.

 


dlondon
Forum|alt.badge.img+14
  • Honored Contributor
  • November 19, 2024

Hey @glpi-ios

Shouldn't that be:

installer -pkg /private/tmp/AdobeInstall/ADOBEINSTALLERNAME.pkg -target / rm -Rf /private/tmp/AdobeInstall