Skip to main content
Participant
December 14, 2020
Answered

Creative Cloud Package SCCM command line

  • December 14, 2020
  • 1 reply
  • 415 views

Hi there,

 

I am trying to deploy the creative cloud app via a package as outlined in the official documentation.

 

Are my cmd switches correct?

I get a return error of 0 when I run in command line with the setup.exe and build folder etc on the c drive

 

variation 1: setup --silent --ADOBEINSTALLDIR=C:\ProgramFiles\Adobe --INSTALLLANGUAGE=en_GB

 

variation 2: "setup.exe"--silent --ADOBEINSTALLDIR=C:\ProgramFiles\Adobe --INSTALLLANGUAGE=en_GB

variation 3: 

setup.exe --silent --ADOBEINSTALLDIR="C:\ProgramFiles\Adobe" --INSTALLLANGUAGE=en_GB

https://helpx.adobe.com/lu_en/enterprise/admin-guide.html/lu_en/enterprise/kb/deploy-packages-using-sccm.ug.html

 

Thanks

 

Christine 

 

This topic has been closed for replies.
Correct answer SuJoshi

Hello,

I think Variation 3 would work for the deployment. 

Syntax Example: setup.exe --silent --ADOBEINSTALLDIR="C:\InstallDir" --INSTALLLANGUAGE=fr_CA

You can contact the manufacturer to get more details on it.

1 reply

SuJoshiCommunity ManagerCorrect answer
Community Manager
December 17, 2020

Hello,

I think Variation 3 would work for the deployment. 

Syntax Example: setup.exe --silent --ADOBEINSTALLDIR="C:\InstallDir" --INSTALLLANGUAGE=fr_CA

You can contact the manufacturer to get more details on it.