free780 Posted July 4, 2019 Posted July 4, 2019 Just a bit of a warning if anyone gets asked to deploy this. Currently it doesn't work with federated logins which are needed for the Shared Device Licensing. The main issue is some samples can't download from a federated user which doesn't have a named licence. I think I have a workaround by copying in the samples into C:\Users\Public\Documents\Adobe\Premiere Rush when the first user is someone with a named licence. You also need to push a file in the user context to untick Sync to Adobe CC.
free780 Posted July 9, 2019 Author Posted July 9, 2019 (edited) OK So. 1. Update Adobe Creative Cloud Desktop app. 2. Copy C:\Users\Public\Documents\Adobe\Premiere Rush to each PC. 3.Update Rush via RUM to the latest version. Start-Transcript -Path "C:\Temp\logs\Adobe_Rush.log" -Force -Verbose #Install Adobe Rush Start-Process -Wait "$PSScriptRoot\setup.exe" -ArgumentList "--silent" #Copy Sample Files Copy-Item -Recurse "$PSScriptRoot\Premiere Rush" "C:\Users\Public\Documents\Adobe" -Verbose #Update Create Cloud Desktop App $CCAppVersion = Get-item 'C:\Program Files (x86)\Adobe\Adobe Creative Cloud\ACC\Creative Cloud.exe' | Select-Object -ExpandProperty VersionInfo | Select-Object -ExpandProperty ProductVersion if($CCAppVersion -LT "4.8.2.478"){ Start-Process -Wait "\\\share\Adobe Creative Cloud Desktop App\4.8.2.476\Build\setup.exe" -ArgumentList "--silent" -Verbose} #Update RushStart-Process -wait "C:\Program Files (x86)\Common Files\Adobe\OOBE_Enterprise\RemoteUpdateManager\RemoteUpdateManager.exe" -ArgumentList "--productVersions=RUSH" -Verbose Stop-Transcript Edited July 9, 2019 by free780
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now