Jump to content

Recommended Posts

Posted

I'm currently trying to deploy Creative Cloud on SCCM within my task sequence but it never installs. I have followed the instructions provided by Adobe but no dice!

Does anyone currently deploy the creative cloud suite via SCCM and would be willing to share how they managed to do this.

Thanks in advance!

Posted

Nothing really special for our side. We customise the installing via the Adobe deployment tools and then deploy the customised MSI with /q switch (But when do it after build rather than during TS)

 

When you say Task Sequence if you're actually doing it during Windows deployment you'll need to make sure all your internet/proxy/filtering works as it'll be trying to live pull updates during that stage and anything that blocks it due to user filtering/certificates/inspection etc would break the install

 

Steve

Posted
We do it in our OSD task sequence, and we break it down so we install each app seperately (with the needed edits made when the package is created in the console) and use the setup.exe with the --silent switch.
Posted

Create a package (not Application) using the Build folder as the target. Create a Program with the Build folder as the target - we use the following command:

 

setup.exe --silent --INSTALLLANGUAGE=en_GB

 

Install in the TS. We reboot after the install, before installing any other software.

Posted
Create a package (not Application) using the Build folder as the target. Create a Program with the Build folder as the target - we use the following command:

 

setup.exe --silent --INSTALLLANGUAGE=en_GB

 

Install in the TS. We reboot after the install, before installing any other software.

I managed to get this working using your command, but as an Application. I used the registry key "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Creative Cloud\DisplayVersion" defined as "Greater than or equal to 5.10.0.573" (which is the packaged version we downloaded last year and it should auto update.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...