Skip to main content
Answer

Creating Photoshop Color Settings as a pushable package?

  • July 11, 2016
  • 7 replies
  • 75 views

Forum|alt.badge.img+7

Ideally I'd like to be able to push a package that will set color settings such as CMYK profiles and RGB settings as well as color management settings. Is my best bet to do this to use composer and then having that package fill user templates or should I be looking into scripting this? I'm not the best when it comes to scripting.

Any insight would be appreciated. Thanks!

Best answer by al_platt

Hi,

I'm sure i used to do this years ago for using Composer. But if you can find what .plist to amend then you should be able to script it.

If you can piece together a script then that would be a better way to go about it.

7 replies

Forum|alt.badge.img+8
  • Contributor
  • Answer
  • July 11, 2016

Hi,

I'm sure i used to do this years ago for using Composer. But if you can find what .plist to amend then you should be able to script it.

If you can piece together a script then that would be a better way to go about it.


Forum|alt.badge.img+14
  • Valued Contributor
  • July 11, 2016

We use a .csf file, distributed to /Library/Application Support/Adobe/Color/Settings/Recommended


Forum|alt.badge.img+7
  • Author
  • Contributor
  • July 18, 2016

Forum|alt.badge.img+3
  • Contributor
  • April 4, 2019

Hi don't suppose you managed to get Bridge to sync via a script at all? As copying the colour.csf to the either of the libraries (/Library or /Users/Library) isn't a problem but trying to get it to sync via a preference script I'm struggling with.

Thanks


Forum|alt.badge.img+4
  • New Contributor
  • April 4, 2019

@Frosty You will find it nearly impossible to script or activate that .csf-file via Bridge. According to Adobe it is not possible to do it in a consistant manor, so we're trying to educate our end-users to check it manually. That is an uphill battle for sure.
We have found a possible solution but it is not consistant enough as it does not work for CC2017, but should work for later releases.


Forum|alt.badge.img
  • New Contributor
  • April 4, 2019

In addition to the files in /Library/Application Support/Adobe/Color/Settings & /Library/Application Support/Adobe/Color/Profiles, I package up the following file ~/Library/Preferences/Adobe/Color/ACEConfigCache2.lst as well in a DMG with FUT & FEU set to push it to all users.

Doesn't always work if pushed as part of an imaging configuration, but seems to work fine as a policy or if pushed by Casper Remote - sets the Colour Settings for all relevant Adobe CC Applications.


Forum|alt.badge.img+3
  • Contributor
  • April 5, 2019

Thanks for your help.. I ended up creating a package with Packages and it works. The only snag is the user has to open bridge first before the installation.. so I'm going to create a kind of work around for this.. but it works kind of.. Thanks Prodic and JonLonghurst