Installation of Creative Cloud Connector on the local machine:
...
- It can be done via the Adobe Exchange portal, search for "Digizuite Creative Cloud Connector"
- By using Adobe's command line tool: (download using Firefox. Chrome seems to distrust it) (UPDATE: This is a user friendly alternative https://zxpinstaller.com/)
- Unzip the folder
- Open the CMD (doesn't have to be "as admin")
- Change directory (CD) to the root of the folder you unzipped: cd "C:\Users\{your user}\Downloads\ExManCmd_win"
- (Optional) You may check which programs are already installed: ExManCmd.exe /list all
- Get the address of the CCC .zxp file
- Install the connector using the following command where the path in the citation marks point to the zxp file: ExManCmd.exe /install "C:\Users\{your user}\Downloads\digizuite-adobe-connector.zxp"
- (Optional) Run the following command, to see whether the zxp file was installed: ExManCmd.exe /list all
Info The commands we're using can be found here
No regedit needed
Will install to Program Files (x86)
- Or by a manual installation: (regedit needed)
- Acquire the installation files from your contact at Digizuite. You'll be sent a zip named something like"digizuite-adobe-connector.5.x.x-xxx.zip"
- Unzip it into a folder you name anything - for this guide we've chosen to call it: com.digizuite.creative-cloud-connector
- Move the folder to either of the following paths:
- Windows: C:\Program Files\Common Files\Adobe\CEP\extensions\com.digizuite.creative-cloud-connector
- MacOS: ~/Library/Application Support/Adobe/CEP/extensions/com.digizuite.creative-cloud-connector
Info | ||
---|---|---|
| ||
If you place the files in both the Program Files AND the Program Files (x86) - you will very likely encounter issues. Only place the files in Program Files. |
...
Placeholder | Description |
---|---|
ApiDomain | You need to replace ApiDomain with the base Domain of the DAM Center that Media Manager 5 should be connected to. |
ProductVersion | The version of the product that has been installed. Example: 5.0.0-1404 |
VersionId | This is the current version ID of Media Manager 5 ConfigManager version to be used. The easiest way to find it is by opening and logging in to your DAM Center, as demonstrated on the screenshot below: Use "!" in front of the VersionId to set that specific version as the current one, and not any version available beneath. Remember to include the character "/" at the end! |
InstrumentationKey | E.g. e08240fb-c3b6-4b1f-9013-361c81dc506d |
UseFederatedAuthentication | Must be set to "true" if using SSO. |
EnableNormalLogin | Must be set to "true" if normal login should be enabled together with SSO. |
...