First use Adobe's Creative Cloud Packager. The example uses Sep 2017 files.
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 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 "Captivate1709.msi" /qn /lv* "c:\windows\logs\Adobe_Captivate1709.log" cd ..\Exceptions exceptionDeployer.exe --workflow=install --mode=post
Then
for SCCM application mode, use a method to detect. MSI detection did
not work and files do not have the version numbers. I had to use file exist with a certain size logic. The picture would make it clearer.
Setup Information:
Setup Type: Windows Installer (Delivered as an EXE)
Deployment Method Used: Vendor Provided Command Line (switch driven)
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