Jump to content

Recommended Posts

Posted

Hello Guys,

 

Really after some help / advice with deploying Adobe Creative cloud on a CC4 network. I have created the packages using the Adobe Creative Cloud Packager tool, and imported them into the RMMC. The software itself installs successfully on the machines, however it only seems to work for around 7 days running in trial mode, and doesn't automatically activate the licence.

 

Some machines work fine, but others don't.

 

Also, sometimes we are getting "Please uninstall and reinstall the product, error 16" when Students launch the Adobe Programs.

 

I have rang RM this morning asking if they do an integration pack for Adobe Creative Cloud, just awaiting their response.

 

Many Thanks

James

Posted

That sounds familiar.

 

We're on RM CC4 with Adobe CS5.5 and get those errors/situations.

 

We have a .bat script we fire out with Impero to fix it.

 

@echo off

title Fixing PDF Reader

 

echo.

echo Do not close this box

echo.

echo Carry on working on whatever you are currently doing

echo.

echo It will close itself when it has finished

echo.

echo Fixing Adobe PDF Reader...

echo.

copy \\server\rmpublic\ScriptsEtc\setacl.exe c:\ > nul

c:

cd\

SetACL.exe -on "c:\ProgramData\Adobe\SLStore" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe\SLStore" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

SetACL.exe -on "c:\ProgramData\Adobe\SLStore\62524365.lic" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe\SLStore\62524365.lic" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

 

 

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

 

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Settings" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Settings" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

 

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Settings\High Quality Print.joboptions" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Settings\Oversized Pages.joboptions" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Settings\PDFA1b 2005 CMYK.joboptions" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Settings\PDFA1b 2005 RGB.joboptions" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Settings\PDFX1a 2001.joboptions" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Settings\PDFX3 2002.joboptions" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Settings\Press Quality.joboptions" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Settings\Smallest File Size.joboptions" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Settings\Standard.joboptions" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Extras\MAGAZINE Ad 2006 JPN.joboptions" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Extras\PDFX1a 2001 JPN.joboptions" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Extras\PDFX1a 2003 JPN.joboptions" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Extras\PDFX1a 2003.joboptions" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Extras\PDFX3 2002 JPN.joboptions" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Extras\PDFX3 2003 JPN.joboptions" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Extras\PDFX3 2003.joboptions" -ot file -actn setowner -ownr "n:administrators" > nul

 

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Settings\High Quality Print.joboptions" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Settings\Oversized Pages.joboptions" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Settings\PDFA1b 2005 CMYK.joboptions" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Settings\PDFA1b 2005 RGB.joboptions" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Settings\PDFX1a 2001.joboptions" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Settings\PDFX3 2002.joboptions" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Settings\Press Quality.joboptions" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Settings\Smallest File Size.joboptions" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Settings\Standard.joboptions" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Extras\MAGAZINE Ad 2006 JPN.joboptions" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Extras\PDFX1a 2001 JPN.joboptions" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Extras\PDFX1a 2003 JPN.joboptions" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Extras\PDFX1a 2003.joboptions" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Extras\PDFX3 2002 JPN.joboptions" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Extras\PDFX3 2003 JPN.joboptions" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Adobe PDF\Extras\PDFX3 2003.joboptions" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

 

 

SetACL.exe -on "c:\ProgramData\Adobe\Acrobat" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Acrobat" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

 

SetACL.exe -on "c:\ProgramData\Adobe\Air" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Air" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

 

SetACL.exe -on "c:\ProgramData\Adobe\Arm" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Arm" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

 

SetACL.exe -on "c:\ProgramData\Adobe\Setup" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe\Setup" -ot file -actn trustee -trst "n1:Everyone;ta:remtrst;w:dacl,sacl" > nul

 

SetACL.exe -on "c:\ProgramData\Adobe" -ot file -actn setowner -ownr "n:administrators" > nul

SetACL.exe -on "c:\ProgramData\Adobe" -ot file -actn setprot -op "dacl:np;sacl:np" > nul

SetACL.exe -on "c:\ProgramData\Adobe" -ot file -actn rstchldrn -rst "dacl,sacl" > nul

SetACL.exe -on "c:\ProgramData\Adobe" -ot file -actn ace -ace "n:everyone;p:full;m:grant" > nul

 

SetACL.exe -on "c:\Program Files\Common Files\Adobe" -ot file -actn setprot -op "dacl:np;sacl:np" > nul

SetACL.exe -on "c:\Program Files\Common Files\Adobe" -ot file -actn rstchldrn -rst "dacl,sacl" > nul

SetACL.exe -on "c:\Program Files\Common Files\Adobe" -ot file -actn ace -ace "n:everyone;p:full;m:grant" > nul

 

Peter

Posted

Thank you for this Peter!

 

I have just re-improvised what you have done, but on the actual WriteAccess settings of the package so RM Client Security Module automatically applies these.

 

The problem is, I get Creative Cloud working, then about 1 week later its asking students to sign into Creative Cloud to activate the software.

 

I have redone the packages this weekend, ensuring that I have chosen Device Licences instead of User Licences, going to redeploy this tomorrow morning and see if this makes a difference and the problems go away.

 

Creative Cloud is absolutely fantastic software as I personal use it myself, but its not so nice to deploy!

 

Cheers

James

That sounds familiar.

 

We're on RM CC4 with Adobe CS5.5 and get those errors/situations.

 

We have a .bat script we fire out with Impero to fix it.

 

 

 

Peter

  • 1 month later...
Posted

James, sorry to hijack this thread but do you mind if I contact you regarding Adobe CC and CC4.3? I'm having a nightmare trying to push it to my Win 7 64bit clients

 

Regards,

Jonathan

Posted
James, sorry to hijack this thread but do you mind if I contact you regarding Adobe CC and CC4.3? I'm having a nightmare trying to push it to my Win 7 64bit clients

 

Regards,

Jonathan

 

PM'd you mate!

Cheers

James

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...