Hi
I'm trying to make an Acrobat DC deployment package. We are a CCE customer. I'm yet to have success with Acrobat DC deployments. They tend to work at first, then the prompt for sign-in comes back, or the product claims to not be activated. In any case, here are the steps I'm taking, please tell me whether or not it looks like I'm doing this right. And most of all, what I'm supposed to do with the checkbox that offers me to "allow standalone Acrobat deployment with CCE serial... This is new, and thus far, I have not been able to find any documentation that explains what it is. Not even the "Help" window that displays for each page addresses it. Questions are in bold.
- Make Acrobat DC package using CCP. I uncheck the "Creative Cloud Desktop Application", as this package should be strictly the latest version of Acrobat. Though, I do want admin users to be able to update their own software.
- I open Acrobat Customization Wizard DC and proceed to open C:\[path]\Acrobat Pro DC\Build\Setup\APRO15.0\Adobe Acrobat\AcroPro.msi. All defaults are left default unless noted in the following steps.
- Since this is a package made with CCP, I leave the serial number field blank.
- Personalization
- In this scenario (am a CCE customer, configuring a package to be deployed via SCCM) what should I do with "Allow standalone Acrobat deployment with CCE serial"?
- Check- Suppress display of EULA
- Installation Options
- Remove all versions of Reader
- Silently
- Suppress reboot
- Online Services and Features
- Check- Disable Upsell
- Check- Disable SignOut
- Check- Disable all services
- Save the package.
- Save the entire folder to the application share for SCCM
- Open SCCM > Software Library > Create Application
- Windows Installer (some things say to use the installer, other things say to use the MSI. Please explain!)
- Browse to location of AcroPro.msi
- Fill in Application details
- Installation program: msiexec /i "AcroPro.msi" TRANSFORMS=AcroPro.mst /q
- Is this the right installation program? Should I change from msi to exe? Does the transform and /q switch look right?
- Personalization
So far, the application will deploy and install fine, but "Sign In Required" pops up immediately upon opening a PDF, which feels like neither the work pulling down the app from CCP, or switching the MST is making any difference. Also, I want to make this part of a OSD task sequence. What else do I need to do to this package in order for it to install as part of a task sequence, activated and not requiring sign in?
Thanks for your help!
-Garrett