Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adobe Creative Cloud Package #35

Open
cashxx opened this issue Jan 21, 2022 · 3 comments
Open

Adobe Creative Cloud Package #35

cashxx opened this issue Jan 21, 2022 · 3 comments

Comments

@cashxx
Copy link

cashxx commented Jan 21, 2022

Not sure how much leverage you have at MS. But it would be nice to see MS and Adobe work together for Mac Admins to deploy their Adobe Creative Cloud Package. I have been unsuccessful getting it to work 100% correctly. I did manage to get it to work by putting their package in another package, signing it with Apple Developer ID, wrapping in Intune and uploading to Intune. It runs and installs fine, but reports back to intune that it didn't know the status.

This lead me to use one of your scripts and purpose it for the Adobe CC package, I can take the Adobe CC package and downloaded it. I have to put it on Amazon S3 which doesn't seem to like pkg files so I have to zip it first and then upload to S3 and then in your script I use the zip function to unzip it and changed one line in there to use installer to install the package after it's been unzipped and testing it twice now it has worked fine. I'm fine now that I have a solution, but not sure what others are doing. I have asked on slack and get no response. Seen posts on web that it just doesn't work and really no solution except to wrap it in another package and go that route, but for me it didn't report back correctly.

But seems to be a bunch of hoops to get it to work. Be nice to simply download the package, wrap it for Intune and upload it to Intune.

@diabeetus01
Copy link

At this point I can't even get Creative Cloud to install correctly through Intune without an "Unable to reach Adobe servers" error message.
My script works fine when ran via Terminal, but then it doesn't install the program correctly yet doesn't log any errors when the exact same script is ran through Intune's Shell Scripts on the same iMac. Getting annoying that this is the one program we can't deploy, Adobe just can't make working deployment tools it seems.

@jbba2023
Copy link

jbba2023 commented May 1, 2024

I have had issues with installing Adobe via Sh script because the built in zip utility was crashing, once i got around that I found that Adobe don't sign their PKG unmanaged installers. So i'm working on signing them installers with our trusted root cert that i deploy anyway and seeing if it will install it then. Bit of a mess but i guess some parts at least make sense.

@CKunze-MSFT
Copy link
Collaborator

is this still an issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants