Hey Guys -
I'm familier with packaging Adobe products... until I got to DC. I created a package for Acrobat Standard DC, used the Customization Wizard to add the serial and set options, and it successfully installs. The first time a user launches it, though, it will not continue until they Sign In. Below is the process i followed:
- Downloaded latest Acrobat source files from site
- Verified license number(s) were correct and for correct product
- Extracted downloaded file and put all files from "Adobe Acrobat" folder into source share
- Installed Cusomization Wizard for DC, entered the serial number, selected a few basic options including disabling online services, and saved it as AcroStan.mst
- Created package with the below string
msiexec /i AcroPro.msi TRANSFORMS=AcroStan.mst /q
Seemingly there's a universal installer now so no more AcroStan.msi
The string above successfully installed the application, but it acts as if I didn't enter a serial number. I'd try installing using Setup.exe, but don't know how to instruct the installer to use the .MST using it (add it to setup.ini?)
What to do? Thanks!