Hello. I'm trying to install Acrobat DC Pro with Adobe's customization utility. The package is created successfully, however when I install the application, it fails at the end when applying the custom plist.
Here's the entries from the install.log file from /private/var/log
Jan 28 16:08:29 itsd586.local installd[1842]: ./postinstall: Replacing the hive DC of /Library/Preferences/com.adobe.Acrobat.Pro.plist with that of /private/tmp/PKInstallSandbox.3iNOuo/Scripts/com.adobe.acrobat.DC.viewer.app.pkg.MUI.WCdCZ7/Resources/com.adobe.Acrobat.Pro.plist
Jan 28 16:08:30 itsd586.local installd[1842]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Untitled3.pkg”." UserInfo=0x7ff9fdc9bee0 {NSFilePath=./postinstall, NSURL=file://localhost/Users/tjones/Desktop/Acrobat%20DC/Untitled3.pkg#application.pkg, PKInstallPackageIdentifier=com.adobe.acrobat.DC.viewer.app.pkg.MUI, NSLocalizedDescription=An error occurred while running scripts from the package “Untitled3.pkg”.} {
PKInstallPackageIdentifier = "com.adobe.acrobat.DC.viewer.app.pkg.MUI";
Jan 28 16:08:30 itsd586.local Installer[7411]: install:didFailWithError:Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Untitled3.pkg”." UserInfo=0x6080002f5e80 {NSFilePath=./postinstall, NSURL=file://localhost/Users/tjones/Desktop/Acrobat%20DC/Untitled3.pkg#application.pkg, PKInstallPackageIdentifier=com.adobe.acrobat.DC.viewer.app.pkg.MUI, NSLocalizedDescription=An error occurred while running scripts from the package “Untitled3.pkg”.}
Here's my plist file
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>cServices</key>
<dict>
<key>bTogglePrefSync</key>
<true/>
<key>bToggleAdobeSign</key>
<true/>
<key>bToggleAdobeDocumentServices</key>
<true/>
</dict>
<key>2015</key>
<string>FeatureLockdown</string>
<key>cIPM</key>
<dict>
<key>bShowMsgAtLaunch</key>
<false/>
</dict>
<key>cCloud</key>
<dict/>
<key>bAdobeSendPluginToggle</key>
<false/>
</dict>
</plist>