I have a CC 2015 .pkg that I created with CCP. It installs fine any other way, but if I try and preload it onto the 10.10.4 image I am trying to make in AutoDMG it errors out fairly generically.
Can't wrap my head around it, as I've had Adobe installers as part of AutoDMG images before and never had an issue.
I can also build my 10.10.4 image perfectly as long as I don't include the CC .pkg.
Any input, anyone seen similar? I've included the pertinent logs below if that is helpful at all.
Thanks in advance.
```
2015-07-07 20:00:07 Info: installd: PackageKit: Executing script "./preinstall" in /Users/admin/Desktop/CC_Install.pkg/Contents/Resources
2015-07-07 20:00:07 Info: installd: ./preinstall: CCP Package Installer : preinstall launched...
2015-07-07 20:00:07 Info: installd: ./preinstall: CCP Package Installer : Working directory is /Users/admin/Desktop/CC_Install.pkg/Contents/Resources
2015-07-07 20:00:07 Info: installd: ./preinstall: CCP Package Installer : Launching AdobeDeploymentManager...
2015-07-07 20:00:07 Info: Running package scripts…
2015-07-07 20:01:33 Info: installer.Debug: install:didFailWithError:Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “CC_Install.pkg”." UserInfo=0x7febc1539b50 {NSFilePath=./preinstall, NSURL=file://localhost/Users/admin/Desktop/CC_Install.pkg, PKInstallPackageIdentifier=com.adobe.Enterprise.install.CA0C46A8-14C1-4048-8206-984F2806CE1E, NSLocalizedDescription=An error occurred while running scripts from the package “CC_Install.pkg”.}
2015-07-07 20:01:34 Info: installer.Error: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
2015-07-07 20:01:34 Info: installer: The install failed (The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.)
2015-07-07 20:01:34 Error: Workflow failed: Build failed (CC_Install.pkg failed with return code 1)
2015-07-07 20:01:34 Info: installd: ./preinstall: CCP Package Installer : Exit code of AdobeDeploymentManager is (79)
2015-07-07 20:01:34 Info: installd: ./preinstall: CCP Package Installer : Exit ...
2015-07-07 20:01:34 Info: installd: PackageKit: releasing backupd
2015-07-07 20:01:34 Info: installd: PackageKit: allow user idle system sleep
2015-07-07 20:01:34 Info: installd: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “CC_Install.pkg”." UserInfo=0x7fa1630c8180 {NSFilePath=./preinstall, NSURL=file://localhost/Users/admin/Desktop/CC_Install.pkg, PKInstallPackageIdentifier=com.adobe.Enterprise.install.CA0C46A8-14C1-4048-8206-984F2806CE1E, NSLocalizedDescription=An error occurred while running scripts from the package “CC_Install.pkg”.} {
2015-07-07 20:01:34 Info: installd: NSFilePath = "./preinstall";
2015-07-07 20:01:34 Info: installd: NSLocalizedDescription = "An error occurred while running scripts from the package U201cCC_Install.pkgU201d.";
2015-07-07 20:01:34 Info: installd: NSURL = "file://localhost/Users/admin/Desktop/CC_Install.pkg";
2015-07-07 20:01:34 Info: installd: PKInstallPackageIdentifier = "com.adobe.Enterprise.install.CA0C46A8-14C1-4048-8206-984F2806CE1E";
2015-07-07 20:01:34 Info: installd: }
2015-07-07 20:01:34 Info: installd: PackageKit: Running idle tasks
2015-07-07 20:01:34 Info: installd: PackageKit: Removing client PKInstallDaemonClient pid=3039, uid=0 (/usr/sbin/installer)
2015-07-07 20:01:34 Info: installd: PackageKit: Done with sandbox removals
2015-07-07 20:01:35 Info: "disk3" unmounted.
2015-07-07 20:01:35 Info: "disk3" ejected.
2015-07-07 20:01:35 Error: Task exited with status 102```