I created a new CS6 pkg installer using the latest AAMEE. I'm deploying it with our software distribution server (Filewave) which runs the pushes and runs the pkg installer on the client computer. The installer seems to work on newer Mac OS versions but thus far is failing on 10.6 systems.
The installer fails with this:
Oct 23 10:56:13 mups-mac2 installer[1654]: PackageKit: ----- Begin install -----
Oct 23 10:56:13 mups-mac2 installer[1654]: PackageKit: request=PKInstallRequest <1 packages, destination=/>
Oct 23 10:56:13 mups-mac2 installer[1654]: PackageKit: packages=(\n "PKJaguarPackage <file://localhost/usr/local/etc/FileWaveInstallers/Adobe%20CS6%202014.10_Install.pkg>"\n)
Oct 23 10:56:15 mups-mac2 installer[1654]: PackageKit: Extracting file://localhost/usr/local/etc/FileWaveInstallers/Adobe%20CS6%202014.10_Install.pkg (destination=/var/folders/zz/zzzivhrRnAmviuee+++++++++++/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
Oct 23 10:56:16 mups-mac2 installer[1654]: PackageKit: Executing script "./preupgrade" in /usr/local/etc/FileWaveInstallers/Adobe CS6 2014.10_Install.pkg/Contents/Resources
Oct 23 10:56:16 mups-mac2 installer[1654]: ./preupgrade: AAMEE Installer : preupgrade launched...
Oct 23 10:56:16 mups-mac2 installer[1654]: ./preupgrade: AAMEE Installer : Working directory is /usr/local/etc/FileWaveInstallers/Adobe CS6 2014.10_Install.pkg/Contents/Resources
Oct 23 10:56:16 mups-mac2 installer[1654]: ./preupgrade: AAMEE Installer : Launching AdobeDeploymentManager...
Oct 23 10:56:18 mups-mac2 installer[1654]: ./preupgrade: AAMEE Installer : Exit code of AdobeDeploymentManager is (81)
Oct 23 10:56:18 mups-mac2 installer[1654]: ./preupgrade: AAMEE Installer : Exit ...
Oct 23 10:56:18 mups-mac2 installer[1654]: PackageKit: Install Failed: PKG: pre-install scripts for "com.adobe.Enterprise.install.7A6B126E-98D6-403B-8C08-4A688A05F40F"\nError Domain=PKInstallErrorDomain Code=112 UserInfo=0x100472800
"An error occurred while running scripts from the package “Adobe CS6 2014.10_Install.pkg”." {\n NSFilePath = "./preupgrade";\n NSLocalizedDescription =
"An error occurred while running scripts from the package \U201cAdobe CS6 2014.10_Install.pkg\U201d.";\n NSURL = "file://localhost/usr/local/etc/FileWaveInstallers/Adobe%20CS6%202014.10_Install.pkg";\n
PKInstallPackageIdentifier = "com.adobe.Enterprise.install.7A6B126E-98D6-403B-8C08-4A688A05F40F";\n}
Oct 23 10:56:18 mups-mac2 installer[1654]: install:didFailWithError:Error Domain=PKInstallErrorDomain Code=112 UserInfo=0x100472800 "An error occurred while running scripts from the package “Adobe CS6 2014.10_Install.pkg”."
Oct 23 10:56:19 mups-mac2 installer[1654]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
The package works on some systems, thus far anything I've tested on that isn't 10.6, and installs fine on a 10.6 system when installed locally like a regular pkg installer. It just fails to install on 10.6 when deployed by our software deployment server.