Most of it is straight from Adobe's own supplied
script apart from logging. For SCCM Application, create a file size
based detection condition.
You need to create the .msi using "creative cloud packager" tool from Adobe. Choose a single product like Premeiere for more flexibility.
Most of it is straight from Adobe's own supplied
script apart from logging. For SCCM Application, create a file size
based detection condition.
You need to create the .msi using "creative cloud packager" tool from Adobe.
REM ------------------------------------------------------------------------------------------------ REM Example Creative Cloud Packager deployment script REM Please note: change language and MSI and log filenames to match the package being used REM then save this file inside the package, alongside the .ccp file defining the package REM 2015 Adobe Systems Incorporated - for support please visit http://www.adobe.com/support/ REM ------------------------------------------------------------------------------------------------
REM Ensure script is running in the directory from which is was executed @setlocal enableextensions @cd /d "%~dp0"
REM Remove VidToolsCC2015_x64 REM msiexec /x {3AAB5927-0FCE-4E71-8E49-EFD0D9750998} /q
REM Example with German installLanguage option; replace de_DE with fr_FR, en_GB, en_US etc. as required cd Exceptions exceptionDeployer.exe --workflow=install --mode=pre --installLanguage=en_US cd ..\Build start /wait msiexec /i "PremierePro1709.msi" /qn /lv* "c:\windows\logs\Adobe_PremierePro1709.log" cd ..\Exceptions exceptionDeployer.exe --workflow=install --mode=post
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ