Posted on 09-04-2013 08:40 AM
I'm opening this discussion up again, because it seems the Adobe has changed the package contents of the Air installer and it no longer works in Greg Neagle's packager. All I get are failed installations. When I try to package it with Composer it packages fine, but when I try to install it and then run and Air application it tells me that the Air Package is corrupted. Any help would be appreciated.
Posted on 09-04-2013 10:30 AM
Time for more Adobe duct tape...Karl Gibson, you're needed at ER...
Posted on 09-04-2013 08:18 PM
I've had success with Greg's script, however the permissions are borked, so I wrote a script which runs "after" which fixed the permissions.
Then, when testing, I ran into issues where it refused to install. Discovered that it failed if I had multiple partitions, and AIR was already installed on one of them. Created an fstab entry to preclude the other partitions from automagically mounting.
Even then, at imaging time, it failed about 50% of the time.
Finally, I snapshotted the install and created a .dmg. Problem solved.
Posted on 09-18-2013 11:21 AM
This is another way to build an OS X installer pkg for AIR:
https://github.com/autopkg/autopkg
Posted on 09-18-2013 11:24 AM
Hearing a lot of good stuff about autopkg, is this one of Greg Neagle's jewels?
PS, I'm asking since it looks like a grandy spanky new tool, but nothing in the Third-Party Products page. :)
Don
Posted on 09-18-2013 06:02 PM
Seems like it's Greg/Tim Sutton/others' projects... but it's pretty slick.
Wonder if there'd be a "feature enhancement" for Composer to be able to import manifests from AutoPKG...