Skip to main content
Participating Frequently
March 1, 2013
Question

How to auto update AIR runtime when installing with native installer?

  • March 1, 2013
  • 1 reply
  • 2012 views

Hi, we recently changed our app to a native installer for both Windows and OS X.

It seemed that when we distributed a .air file the install process would upgrade the installed version of the AIR runtime (if necessary) before installing our application.

Now it seems that if AIR is installed with an old version (say 2.5) and the native installer app is installed (requiring AIR 3.0) an error message appears that says "Sorry, an error has occurred. The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author".

My question is how can we have our native installer bring the user's version of the AIR runtime to the minimum required (3.0) or the latest version (3.6)?

The error message displayed to the user does not provide meaningful info.

Thank you so much for your help with this!

This topic has been closed for replies.

1 reply

chris.campbell
Legend
March 1, 2013

Do you have an installer log I can take a look at?  I'm surprised you're getting this error, are you updating your native app using the method outlined here?

http://www.adobe.com/devnet/air/articles/updating-air-apps-native-installer.html

You might also want to consider using a captive runtime.

http://www.adobe.com/devnet/air/articles/air3-install-and-deployment-options.html

Thanks,

Chris

Participating Frequently
March 1, 2013

Hi Chris, thank you for the response. I've spent quite a bit of time browsing the forum and you're sort of a celebrity to me ;-)

The "installer damaged" error message is happening on the first install of our application with older version of the AIR runtime.  The app is using the nativeapplicatoinupdater ( http://code.google.com/p/nativeapplicationupdater/ ) project for updates (which is working great once the app is installed).

I performed a few tests on OS X (10.8.2) this evening and here are my results.

AIR 1.5: app install dialog with option to download AIR 3.6 is shown. INSTALL OK

AIR 2.04.: app install dialog with option to download AIR 3.6 IS NOT shown. INSTALL FAILS

AIR 2.5.: app install dialog with option to download AIR 3.6 IS NOT shown. INSTALL FAILS

AIR 2.6: app install dialog with option to download AIR 3.6 is shown. INSTALL OK

AIR 2.7: app install dialog with option to download AIR 3.6 is shown. APP INSTALL OK

So it seems the problem is with AIR 2.04 and 2.5. I uninstalled and reinstalled the AIR runtime for each test. I can consistently reproduce the failed install with 2.04 and 2.5. The same DMG file was used in each test.  I have seen similar error messages on Windows 7 when AIR 2.5 was installed, though I didn't get a chance to look at the log to confirm it's the same migration error.

The failed installs seem to drop out because of: "failed while validating native package: Error: invalid migration signature".

Tomorrow I can create a version without the migration certificate to see if it can be successfully installed on 2.04 and 2.5. It's "interesting" that the other versions of the runtime do not fail on this condition.

Here are details from the log:

Here is the log with AIR 1.5 (install Adobe AIR 3.6 (required) is checked and displayed: INSTALL OK

Feb 28 22:43:22 collings-4.local mds[36]: (/)(Warning) IndexQuery in bool preIterate_FSI(SISearchCtx_FSI *):Throttling inefficient file system query

Feb 28 22:43:23 collings-4.local Finder[371]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 1. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.

Feb 28 22:43:24 collings-4.local Dock[368]: no information back from LS about running process

Feb 28 22:43:25 collings-4.local Install [APP_NAME][5921]: Bootstrapper begin with version (null) on Mac x86

Feb 28 22:43:25 collings-4.local Install [APP_NAME][5921]: Installed runtime (1.5.3.9130) located at /Library/Frameworks/Adobe AIR.framework

Feb 28 22:43:25 collings-4.local Install [APP_NAME][5921]: Begin runtime download from http://airdownload.adobe.com/air/3/nai/macos10.8/x86/installer

Feb 28 22:43:25 collings-4.local Install [APP_NAME][5921]: Download destination is /var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/installer

Feb 28 22:43:36 collings-4.local Install [APP_NAME][5921]: Download success

Feb 28 22:43:36 collings-4.local Install [APP_NAME][5921]: Begin signature download from http://airdownload.adobe.com/air/3/nai/macos10.8/x86/installer.p7

Feb 28 22:43:36 collings-4.local Install [APP_NAME][5921]: Download destination is /var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/installer.p7

Feb 28 22:43:36 collings-4.local Install [APP_NAME][5921]: Download success

Feb 28 22:43:36 collings-4.local Install [APP_NAME][5921]: Begin crl download from http://crl.adobe.com/prodSvce.crl

Feb 28 22:43:36 collings-4.local Install [APP_NAME][5921]: Download destination is /var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/prodSvce.crl

Feb 28 22:43:36 collings-4.local Install [APP_NAME][5921]: Download success

Feb 28 22:43:36 collings-4.local Install [APP_NAME][5921]: Begin crl download from http://crl.adobe.com/cds.crl

Feb 28 22:43:36 collings-4.local Install [APP_NAME][5921]: Download destination is /var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/cds.crl

Feb 28 22:43:36 collings-4.local Install [APP_NAME][5921]: Download success

Feb 28 22:43:36 collings-4.local Install [APP_NAME][5921]: Begin cert chain validation

Feb 28 22:43:36 collings-4.local Install [APP_NAME][5921]: Cert chain validation succeeded

Feb 28 22:43:36 collings-4.local Install [APP_NAME][5921]: Detached signature verified

Feb 28 22:43:36 collings-4.local Install [APP_NAME][5921]: Launching subprocess with commandline "AIR Runtime Installer" -x1 /Volumes/Install [APP_NAME]/Install [APP_NAME].app/Contents/Resources/[APP_NAME]

Feb 28 22:43:44 collings-4.local Adobe AIR Installer[5928]: Runtime Installer begin with version 3.6.0.5970 on Mac OS 10.8.2 x86

Feb 28 22:43:44 collings-4.local Adobe AIR Installer[5928]: Commandline is: -x1 "/Volumes/Install [APP_NAME]/Install [APP_NAME].app/Contents/Resources/[APP_NAME]"

Feb 28 22:43:44 collings-4.local Adobe AIR Installer[5928]: Installed runtime (1.5.3.9130) located at /Library/Frameworks/Adobe AIR.framework

Feb 28 22:43:44 collings-4.local Adobe AIR Installer[5928]: Invoking Application Installer for combined install

Feb 28 22:43:44 collings-4.local Adobe AIR Installer[5928]: Launching subprocess with commandline /var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/airyBgifj/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer -runtime "/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/airyBgifj/Adobe AIR Installer.app/Contents/Frameworks" -withRuntime -url "/Volumes/Install [APP_NAME]/Install [APP_NAME].app/Contents/Resources/[APP_NAME]"

Feb 28 22:43:44 collings-4.local Adobe AIR Application Installer[5930]: Application Installer begin with version 3.6.0.5970 on Mac OS 10.8.2 x86

Feb 28 22:43:44 collings-4.local Adobe AIR Application Installer[5930]: Commandline is: -runtime "/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/airyBgifj/Adobe AIR Installer.app/Contents/Frameworks" -withRuntime -url "/Volumes/Install [APP_NAME]/Install [APP_NAME].app/Contents/Resources/[APP_NAME]"

Feb 28 22:43:44 collings-4.local Adobe AIR Application Installer[5930]: Installed runtime (1.5.3.9130) located at /Library/Frameworks/Adobe AIR.framework

Feb 28 22:43:46 collings-4.local Adobe AIR Application Installer[5930]: Validating app in folder /Volumes/Install [APP_NAME]/Install [APP_NAME].app/Contents/Resources/[APP_NAME]/Contents/Resources

Feb 28 22:43:55 collings-4.local Adobe AIR Application Installer[5930]: Application signature verified

Feb 28 22:43:55 collings-4.local Adobe AIR Application Installer[5930]: Unpackaging/validation complete

Feb 28 22:43:55 collings-4.local Adobe AIR Application Installer[5930]: No app located for appID 'com.[APP_NAME].[APP_NAME]' and pubID ''

Feb 28 22:43:58 collings-4.local Finder[371]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 1. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.

Feb 28 22:43:59 collings-4.local Adobe AIR Application Installer[5930]: Launching subprocess with commandline /var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/airyBgifj/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer -runtime "/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/airyBgifj/Adobe AIR Installer.app/Contents/Frameworks" -silent -logToStdout -withRuntime -url -location /Applications -desktopShortcut -programMenu "/Volumes/Install [APP_NAME]/Install [APP_NAME].app/Contents/Resources/[APP_NAME]"

Feb 28 22:43:59 collings-4.local Adobe AIR Application Installer[5930]: Relaunching with elevation

Feb 28 22:44:03 collings-4.local auditd[5934]: Auditing enabled

Feb 28 22:44:03 collings-4.local auditd[5934]: Got low space trigger

Feb 28 22:44:03 collings-4.local auditd[5934]: auditd_read_dirs(): all audit log directories over soft limit

Feb 28 22:44:04 collings-4.local auditd[5934]: renamed /var/audit/20130301084246.not_terminated to /var/audit/20130301084246.20130301084403

Feb 28 22:44:04 collings-4.local auditd[5934]: New audit file is /var/audit/20130301084403.not_terminated

Feb 28 22:44:04 collings-4.local _securityagent[5938]: audit warning: allsoft

Feb 28 22:44:04 collings-4.local _securityagent[5941]: audit warning: closefile /var/audit/20130301084246.20130301084403

Feb 28 22:44:04 collings-4.local _securityagent[5940]: audit warning: soft /var/audit

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in pam_sm_authenticate(): Got user: [USER_NAME]

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in pam_sm_authenticate(): Got ruser: (null)

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in pam_sm_authenticate(): Got service: authorization

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in od_principal_for_user(): No authentication authority returned

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in od_principal_for_user(): failed: 7

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in pam_sm_authenticate(): Done cleanup3

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in pam_sm_authenticate(): Kerberos 5 refuses you

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in od_record_check_pwpolicy(): retval: 0

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in od_record_attribute_create_cfstring(): returned 2 attributes for dsAttrTypeStandard:AuthenticationAuthority

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in pam_sm_setcred(): Establishing credentials

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in pam_sm_setcred(): Got user: [USER_NAME]

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in pam_sm_setcred(): Context initialised

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in pam_sm_setcred(): Got euid, egid: 0 0

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in pam_sm_setcred(): Done getpwnam()

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in pam_sm_setcred(): Done setegid() & seteuid()

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in pam_sm_setcred(): pam_sm_setcred: krb5 user [USER_NAME] doesn't have a principal

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in pam_sm_setcred(): Done cleanup3

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in pam_sm_setcred(): Done seteuid() & setegid()

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in pam_sm_setcred(): Done cleanup4

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in pam_sm_setcred(): pam_sm_setcred: ntlm

Feb 28 22:44:04 collings-4.local authorizationhost[5935]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping

Feb 28 22:44:04 collings-4.local com.apple.SecurityServer[27]: UID 501 authenticated as user [USER_NAME] (UID 501) for right 'system.privilege.admin'

Feb 28 22:44:04 collings-4.local com.apple.SecurityServer[27]: Succeeded authorizing right 'system.privilege.admin' by client '/private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/airyBgifj/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app' [5930] for authorization created by '/private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/airyBgifj/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app' [5930] (13,0)

Feb 28 22:44:04 collings-4.local coreservicesd[67]: Application App:"Adobe AIR Application Installer" [ 0x0/0x41a41a]  @ 0x0x7fe548ca9570 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x41b41b:) ), so denying.

Feb 28 22:44:04 collings-4.local WindowServer[116]: [cps/setfront] Failed setting the front application to Adobe AIR Application Installer, psn 0x0-0x41a41a, securitySessionID=0x186a4, err=-13066

Feb 28 22:44:04 collings-4.local com.apple.SecurityServer[27]: Succeeded authorizing right 'system.privilege.admin' by client '/usr/libexec/security_authtrampoline' [5942] for authorization created by '/private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/airyBgifj/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app' [5930] (3,0)

Feb 28 22:44:04 collings-4.local authexec[5942]: executing /var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/airyBgifj/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer

Feb 28 22:44:04 collings-4.local Adobe AIR Application Installer[5942]: Application Installer begin with version 3.6.0.5970 on Mac OS 10.8.2 x86

Feb 28 22:44:04 collings-4.local Adobe AIR Application Installer[5942]: Commandline is: -runtime "/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/airyBgifj/Adobe AIR Installer.app/Contents/Frameworks" -silent -logToStdout -withRuntime -url -location /Applications -desktopShortcut -programMenu "/Volumes/Install [APP_NAME]/Install [APP_NAME].app/Contents/Resources/[APP_NAME]"

Feb 28 22:44:04 collings-4.local Adobe AIR Application Installer[5942]: Installed runtime (1.5.3.9130) located at /Library/Frameworks/Adobe AIR.framework

Feb 28 22:44:05 collings-4.local Adobe AIR Application Installer[5942]: Validating app in folder /Volumes/Install [APP_NAME]/Install [APP_NAME].app/Contents/Resources/[APP_NAME]/Contents/Resources

Feb 28 22:44:12 collings-4.local Adobe AIR Application Installer[5942]: Application signature verified

Feb 28 22:44:12 collings-4.local Adobe AIR Application Installer[5942]: Unpackaging/validation complete

Feb 28 22:44:12 collings-4.local Adobe AIR Application Installer[5942]: No app located for appID 'com.[APP_NAME].[APP_NAME]' and pubID ''

Feb 28 22:44:12 collings-4.local Adobe AIR Application Installer[5942]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/Shared/Library/Application Support/Adobe"

Feb 28 22:44:12 collings-4.local Adobe AIR Application Installer[5942]: Launching subprocess with commandline /usr/sbin/chown -hfRP [USER_NAME] "/Users/[USER_NAME]/Library/Application Support/Adobe"

Feb 28 22:44:12 collings-4.local Adobe AIR Application Installer[5942]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/[USER_NAME]/Library/Application Support/Adobe"

Feb 28 22:44:12 collings-4.local Adobe AIR Application Installer[5942]: Launching subprocess with commandline /usr/sbin/chown -hfRP [USER_NAME] "/Users/[USER_NAME]/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/bin"

Feb 28 22:44:12 collings-4.local Adobe AIR Application Installer[5942]: Starting silent combined runtime update and app install.

           Updating runtime from version 1.5.3.9130 to version 3.6.0.5970.

           Installing app com.[APP_NAME].[APP_NAME] version 1.3.7 to /Applications  using the source file at /Volumes/Install [APP_NAME]/Install [APP_NAME].app/Contents/Resources/[APP_NAME]

Feb 28 22:44:22 collings-4 kernel[0]: Sandbox: sandboxd(5950) deny mach-lookup com.apple.coresymbolicationd

Feb 28 22:44:22 collings-4.local sandboxd[5950] ([5920]): mdworker(5920) deny file-read-data /Users/[USER_NAME]/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/bin/fpupdatepl (pre-ls-info fstype:hfs fsflag:480D000 flags:240000005E diag:0 uti:com.apple.application-file plugin:/Library/Spotlight/Application.mdimporter - find suspect file using: sudo mdutil -t 15941757)

Feb 28 22:44:52 collings-4.local Adobe AIR Application Installer[5942]: Registering /Applications/Utilities/Adobe AIR Application Installer.app/Contents/Info.plist

Feb 28 22:44:52 collings-4.local Adobe AIR Application Installer[5942]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Library/Frameworks/Adobe AIR.framework"

Feb 28 22:44:52 collings-4.local Adobe AIR Application Installer[5942]: Subprocess chown succeeded

Feb 28 22:44:52 collings-4.local Adobe AIR Application Installer[5942]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Applications/Utilities/Adobe AIR Application Installer.app"

Feb 28 22:44:52 collings-4.local Adobe AIR Application Installer[5942]: Subprocess chown succeeded

Feb 28 22:44:52 collings-4.local Adobe AIR Application Installer[5942]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Applications/Utilities/Adobe AIR Uninstaller.app"

Feb 28 22:44:52 collings-4.local Adobe AIR Application Installer[5942]: Subprocess chown succeeded

Feb 28 22:44:53 collings-4.local mdworker[5920]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 1. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.

Feb 28 22:44:53 collings-4.local Adobe AIR Application Installer[5942]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel /Applications/[APP_NAME].app

Feb 28 22:44:53 collings-4.local Adobe AIR Application Installer[5942]: Subprocess chown succeeded

Feb 28 22:44:53 collings-4.local Adobe AIR Application Installer[5942]: Launching subprocess with commandline /bin/chmod -R ugo+rx /Applications/[APP_NAME].app

Feb 28 22:44:53 collings-4.local Adobe AIR Application Installer[5942]: Subprocess chmod succeeded

Feb 28 22:44:53 collings-4.local Adobe AIR Application Installer[5942]: Application Installer end with exit code 0

Feb 28 22:44:53 collings-4.local Adobe AIR Application Installer[5930]: Elevated install completed

Feb 28 22:44:54 collings-4.local Adobe AIR Application Installer[5930]: Launching subprocess with commandline /Applications/[APP_NAME].app

Feb 28 22:44:54 collings-4.local Dock[368]: no information back from LS about running process

Feb 28 22:44:54 collings-4.local Adobe AIR Application Installer[5930]: Application Installer end with exit code 0

Feb 28 22:44:54 collings-4.local Adobe AIR Installer[5928]: Subprocess app installer failed (-1)

Feb 28 22:44:54 collings-4.local Adobe AIR Installer[5928]: Runtime Installer end with exit code 7

Feb 28 22:44:54 collings-4.local Install [APP_NAME][5921]: Subprocess Runtime Installer failed (7)

Feb 28 22:44:54 collings-4.local Install [APP_NAME][5921]: Bootstrapper end with exit code 7

Feb 28 22:44:54 collings-4 com.apple.launchd.peruser.501[353] ([0x0-0x416416].com.[APP_NAME].[APP_NAME].installer[5921]): Exited with code: 7

Here is the log with AIR 2.0.4 (the dialog to install the app and option to download 3.6 is not displayed): INSTALL FAILED

Feb 28 21:34:11 collings-4.local Install [APP_NAME][4367]: Bootstrapper begin with version (null) on Mac x86

Feb 28 21:34:11 collings-4.local Install [APP_NAME][4367]: Installed runtime (2.0.4.13090) located at /Library/Frameworks/Adobe AIR.framework

Feb 28 21:34:11 collings-4.local Install [APP_NAME][4367]: Launching subprocess with commandline "AIR Application Installer" /Volumes/Install [APP_NAME]/Install [APP_NAME].app/Contents/Resources/[APP_NAME]

Feb 28 21:34:11 collings-4.local Adobe AIR Application Installer[4369]: Starting app install of file:///Volumes/Install%20[APP_NAME]/Install%20[APP_NAME].app/Contents/Resources/[APP_NAME]

Feb 28 21:34:11 collings-4.local Adobe AIR Application Installer[4369]: UI SWF load is complete

Feb 28 21:34:12 collings-4.local Adobe AIR Application Installer[4369]: UI initialized

Feb 28 21:34:12 collings-4.local Adobe AIR Application Installer[4369]: Detected native app installer

Feb 28 21:34:12 collings-4.local Adobe AIR Application Installer[4369]: style being loaded from stylesNative.swf

Feb 28 21:34:12 collings-4.local Adobe AIR Application Installer[4369]: beginning UI styling

Feb 28 21:34:12 collings-4.local Adobe AIR Application Installer[4369]: UI styling complete

Feb 28 21:34:12 collings-4.local Adobe AIR Application Installer[4369]: Validating the native package at file:///Volumes/Install%20[APP_NAME]/Install%20[APP_NAME].app/Contents/Resources/[APP_NAME]

Feb 28 21:34:20 collings-4.local Adobe AIR Application Installer[4369]: failed while validating native package: Error: invalid migration signature

Here is the log with AIR 2.5 (the dialog to install the app and option to download 3.6 is not displayed): INSTALL FAILED

Feb 28 21:37:38 collings-4.local Install [APP_NAME][4428]: Bootstrapper begin with version (null) on Mac x86

Feb 28 21:37:38 collings-4.local Install [APP_NAME][4428]: Installed runtime (2.5.0.16600) located at /Library/Frameworks/Adobe AIR.framework

Feb 28 21:37:38 collings-4.local Install [APP_NAME][4428]: Launching subprocess with commandline "AIR Application Installer" /Volumes/Install [APP_NAME]/Install [APP_NAME].app/Contents/Resources/[APP_NAME]

Feb 28 21:37:39 collings-4.local Adobe AIR Application Installer[4430]: Application Installer begin with version 2.5.0.16600 on Mac OS 10.8.2 x86

Feb 28 21:37:39 collings-4.local Adobe AIR Application Installer[4430]: Commandline is: "/Volumes/Install [APP_NAME]/Install [APP_NAME].app/Contents/Resources/[APP_NAME]"

Feb 28 21:37:39 collings-4.local Adobe AIR Application Installer[4430]: Installed runtime (2.5.0.16600) located at /Library/Frameworks/Adobe AIR.framework

Feb 28 21:37:40 collings-4.local Adobe AIR Application Installer[4430]: Validating app in folder /Volumes/Install [APP_NAME]/Install [APP_NAME].app/Contents/Resources/[APP_NAME]/Contents/Resources

Feb 28 21:37:47 collings-4.local Adobe AIR Application Installer[4430]: Migration signature validation failed

Feb 28 21:37:47 collings-4.local Adobe AIR Application Installer[4430]: Got an unexpected fatal error while validating native package: Error: invalid migration signature

Feb 28 21:37:50 collings-4.local Adobe AIR Application Installer[4430]: Application Installer end with exit code 7

Feb 28 21:37:50 collings-4.local Install [APP_NAME][4428]: Subprocess Application Installer failed (7)

Feb 28 21:37:50 collings-4.local Install [APP_NAME][4428]: Bootstrapper end with exit code 7

Feb 28 21:37:50 collings-4 com.apple.launchd.peruser.501[353] ([0x0-0x28d28d].com.[APP_NAME].[APP_NAME].installer[4428]): Exited with code: 7

Here is the log with AIR 2.6 (the dialog to install the app and option to download 3.6 is displayed): INSTALL OK

Feb 28 22:19:39 collings-4.local Install [APP_NAME][5321]: Installed runtime (2.6.0.19140) located at /Library/Frameworks/Adobe AIR.framework

Feb 28 22:19:39 collings-4.local Adobe AIR Application Installer[5323]: Application Installer begin with version 2.6.0.19140 on Mac OS 10.8.2 x86

Feb 28 22:19:39 collings-4.local Adobe AIR Application Installer[5323]: Commandline is: "/Volumes/Install [APP_NAME]/Install [APP_NAME].app/Contents/Resources/[APP_NAME]"

Feb 28 22:19:39 collings-4.local Adobe AIR Application Installer[5323]: Installed runtime (2.6.0.19140) located at /Library/Frameworks/Adobe AIR.framework

Feb 28 22:19:40 collings-4.local Adobe AIR Application Installer[5323]: Validating app in folder /Volumes/Install [APP_NAME]/Install [APP_NAME].app/Contents/Resources/[APP_NAME]/Contents/Resources

Feb 28 22:19:48 collings-4.local Adobe AIR Application Installer[5323]: Application signature verified

Feb 28 22:19:48 collings-4.local Adobe AIR Application Installer[5323]: Unpackaging/validation complete

Feb 28 22:19:48 collings-4.local Adobe AIR Application Installer[5323]: Application has unknown namespace http://ns.adobe.com/air/application/3.1. Attempting immediate runtime update

Feb 28 22:19:48 collings-4.local Adobe AIR Application Installer[5323]: Begin runtime update download from http://airdownload.adobe.com/air/3/macos/x86/add/3.1/update

Feb 28 22:19:48 collings-4.local Adobe AIR Application Installer[5323]: Download destination is /Users/[USER_NAME]/Library/Application Support/Adobe/AIR/Updater/Update

Feb 28 22:19:48 collings-4.local Adobe AIR Application Installer[5323]: Unpackaging http://airdownload.adobe.com/air/3/macos/x86/add/3.1/update to /Users/[USER_NAME]/Library/Application Support/Adobe/AIR/Updater/Update

Feb 28 22:20:12 collings-4.local Adobe AIR Application Installer[5323]: Unpackaging complete

Feb 28 22:20:12 collings-4.local Adobe AIR Application Installer[5323]: Download success

Feb 28 22:20:12 collings-4.local Adobe AIR Application Installer[5323]: Successfully downloaded immediate update. Invoking downloaded installer

Feb 28 22:20:13 collings-4.local Adobe AIR Application Installer[5323]: Launching subprocess with commandline /Users/[USER_NAME]/Library/Application Support/Adobe/AIR/Updater/Update/updater -x1 -deleteInput /private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/0/TemporaryItems/FlashTmp0

Feb 28 22:20:13 collings-4.local Adobe AIR Application Installer[5323]: Application Installer end with exit code 0

Feb 28 22:20:20 collings-4.local Adobe AIR Installer[5330]: Runtime Installer begin with version 3.6.0.5970 on Mac OS 10.8.2 x86

Feb 28 22:20:20 collings-4.local Adobe AIR Installer[5330]: Commandline is: -x1 -deleteInput /private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/0/TemporaryItems/FlashTmp0

Feb 28 22:20:20 collings-4.local Adobe AIR Installer[5330]: Installed runtime (2.6.0.19140) located at /Library/Frameworks/Adobe AIR.framework

Feb 28 22:20:20 collings-4.local Adobe AIR Installer[5330]: Invoking Application Installer for combined install

Feb 28 22:20:20 collings-4.local Adobe AIR Installer[5330]: Launching subprocess with commandline /var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/air9paHcd/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer -runtime "/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/air9paHcd/Adobe AIR Installer.app/Contents/Frameworks" -withRuntime -deleteInput -url /private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/0/TemporaryItems/FlashTmp0

Feb 28 22:20:20 collings-4.local Adobe AIR Application Installer[5331]: Application Installer begin with version 3.6.0.5970 on Mac OS 10.8.2 x86

Feb 28 22:20:20 collings-4.local Adobe AIR Application Installer[5331]: Commandline is: -runtime "/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/air9paHcd/Adobe AIR Installer.app/Contents/Frameworks" -withRuntime -deleteInput -url /private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/0/TemporaryItems/FlashTmp0

Feb 28 22:20:20 collings-4.local Adobe AIR Application Installer[5331]: Installed runtime (2.6.0.19140) located at /Library/Frameworks/Adobe AIR.framework

Feb 28 22:20:22 collings-4.local Adobe AIR Application Installer[5331]: Validating app in folder /private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/0/TemporaryItems/FlashTmp0/Contents/Resources

Feb 28 22:20:30 collings-4.local Adobe AIR Application Installer[5331]: Application signature verified

Feb 28 22:20:30 collings-4.local Adobe AIR Application Installer[5331]: Unpackaging/validation complete

Feb 28 22:20:30 collings-4.local Adobe AIR Application Installer[5331]: No app located for appID 'com.[APP_NAME].[APP_NAME]' and pubID ''

Feb 28 22:20:33 collings-4.local Adobe AIR Application Installer[5331]: Launching subprocess with commandline /var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/air9paHcd/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer -runtime "/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/air9paHcd/Adobe AIR Installer.app/Contents/Frameworks" -silent -logToStdout -withRuntime -url -location /Applications -desktopShortcut -programMenu /private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/0/TemporaryItems/FlashTmp0

Feb 28 22:20:33 collings-4.local Adobe AIR Application Installer[5331]: Relaunching with elevation

Feb 28 22:20:39 collings-4.local com.apple.SecurityServer[27]: Succeeded authorizing right 'system.privilege.admin' by client '/private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/air9paHcd/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app' [5331] for authorization created by '/private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/air9paHcd/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app' [5331] (13,0)

Feb 28 22:20:39 collings-4.local coreservicesd[67]: Application App:"Adobe AIR Application Installer" [ 0x0/0x382382]  @ 0x0x7fe549928a40 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x383383:) ), so denying.

Feb 28 22:20:39 collings-4.local WindowServer[116]: [cps/setfront] Failed setting the front application to Adobe AIR Application Installer, psn 0x0-0x382382, securitySessionID=0x186a4, err=-13066

Feb 28 22:20:39 collings-4.local com.apple.SecurityServer[27]: Succeeded authorizing right 'system.privilege.admin' by client '/usr/libexec/security_authtrampoline' [5342] for authorization created by '/private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/air9paHcd/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app' [5331] (3,0)

Feb 28 22:20:39 collings-4.local authexec[5342]: executing /var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/air9paHcd/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer

Feb 28 22:20:39 collings-4.local Adobe AIR Application Installer[5342]: Application Installer begin with version 3.6.0.5970 on Mac OS 10.8.2 x86

Feb 28 22:20:39 collings-4.local Adobe AIR Application Installer[5342]: Commandline is: -runtime "/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/air9paHcd/Adobe AIR Installer.app/Contents/Frameworks" -silent -logToStdout -withRuntime -url -location /Applications -desktopShortcut -programMenu /private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/0/TemporaryItems/FlashTmp0

Feb 28 22:20:39 collings-4.local Adobe AIR Application Installer[5342]: Installed runtime (2.6.0.19140) located at /Library/Frameworks/Adobe AIR.framework

Feb 28 22:20:40 collings-4.local Adobe AIR Application Installer[5342]: Validating app in folder /private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/0/TemporaryItems/FlashTmp0/Contents/Resources

Feb 28 22:20:48 collings-4.local Adobe AIR Application Installer[5342]: Application signature verified

Feb 28 22:20:48 collings-4.local Adobe AIR Application Installer[5342]: Unpackaging/validation complete

Feb 28 22:20:48 collings-4.local Adobe AIR Application Installer[5342]: No app located for appID 'com.[APP_NAME].[APP_NAME]' and pubID ''

Feb 28 22:20:48 collings-4.local Adobe AIR Application Installer[5342]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/Shared/Library/Application Support/Adobe"

Feb 28 22:20:48 collings-4.local Adobe AIR Application Installer[5342]: Launching subprocess with commandline /usr/sbin/chown -hfRP [USER_NAME] "/Users/[USER_NAME]/Library/Application Support/Adobe"

Feb 28 22:20:48 collings-4.local Adobe AIR Application Installer[5342]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/[USER_NAME]/Library/Application Support/Adobe"

Feb 28 22:20:48 collings-4.local Adobe AIR Application Installer[5342]: Launching subprocess with commandline /usr/sbin/chown -hfRP [USER_NAME] "/Users/[USER_NAME]/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/bin"

Feb 28 22:20:48 collings-4.local Adobe AIR Application Installer[5342]: Starting silent combined runtime update and app install.

Feb 28 22:21:32 collings-4.local Adobe AIR Application Installer[5342]: Registering /Applications/Utilities/Adobe AIR Application Installer.app/Contents/Info.plist

Feb 28 22:21:32 collings-4.local Adobe AIR Application Installer[5342]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Library/Frameworks/Adobe AIR.framework"

Feb 28 22:21:32 collings-4.local Adobe AIR Application Installer[5342]: Subprocess chown succeeded

Feb 28 22:21:32 collings-4.local Adobe AIR Application Installer[5342]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Applications/Utilities/Adobe AIR Application Installer.app"

Feb 28 22:21:32 collings-4.local Adobe AIR Application Installer[5342]: Subprocess chown succeeded

Feb 28 22:21:32 collings-4.local Adobe AIR Application Installer[5342]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Applications/Utilities/Adobe AIR Uninstaller.app"

Feb 28 22:21:32 collings-4.local Adobe AIR Application Installer[5342]: Subprocess chown succeeded

Feb 28 22:21:33 collings-4.local Adobe AIR Application Installer[5342]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel /Applications/[APP_NAME].app

Feb 28 22:21:33 collings-4.local Adobe AIR Application Installer[5342]: Subprocess chown succeeded

Feb 28 22:21:33 collings-4.local Adobe AIR Application Installer[5342]: Launching subprocess with commandline /bin/chmod -R ugo+rx /Applications/[APP_NAME].app

Feb 28 22:21:33 collings-4.local Adobe AIR Application Installer[5342]: Subprocess chmod succeeded

Feb 28 22:21:34 collings-4.local Adobe AIR Application Installer[5342]: Application Installer end with exit code 0

Feb 28 22:21:34 collings-4.local Adobe AIR Application Installer[5331]: Elevated install completed

Feb 28 22:21:34 collings-4.local Adobe AIR Application Installer[5331]: Launching subprocess with commandline /Applications/[APP_NAME].app

Feb 28 22:21:35 collings-4.local Adobe AIR Application Installer[5331]: Application Installer end with exit code 0

Feb 28 22:21:35 collings-4.local Adobe AIR Installer[5330]: Subprocess app installer succeeded

Feb 28 22:21:35 collings-4.local Adobe AIR Installer[5330]: Runtime Installer end with exit code 0

Here is the log with AIR 2.7 (the dialog to install the app and option to download 3.6 is displayed): INSTALL OK

Feb 28 22:30:27 collings-4.local Install [APP_NAME][5591]: Installed runtime (2.7.1.19610) located at /Library/Frameworks/Adobe AIR.framework

Feb 28 22:30:28 collings-4.local Adobe AIR Application Installer[5593]: Application Installer begin with version 2.7.1.19610 on Mac OS 10.8.2 x86

Feb 28 22:30:28 collings-4.local Adobe AIR Application Installer[5593]: Commandline is: "/Volumes/Install [APP_NAME]/Install [APP_NAME].app/Contents/Resources/[APP_NAME]"

Feb 28 22:30:28 collings-4.local Adobe AIR Application Installer[5593]: Installed runtime (2.7.1.19610) located at /Library/Frameworks/Adobe AIR.framework

Feb 28 22:30:28 collings-4.local Adobe AIR Application Installer[5593]: Validating app in folder /Volumes/Install [APP_NAME]/Install [APP_NAME].app/Contents/Resources/[APP_NAME]/Contents/Resources

Feb 28 22:30:37 collings-4.local Adobe AIR Application Installer[5593]: Application signature verified

Feb 28 22:30:37 collings-4.local Adobe AIR Application Installer[5593]: Unpackaging/validation complete

Feb 28 22:30:37 collings-4.local Adobe AIR Application Installer[5593]: Application has unknown namespace http://ns.adobe.com/air/application/3.1. Attempting immediate runtime update

Feb 28 22:30:37 collings-4.local Adobe AIR Application Installer[5593]: Begin runtime update download from http://airdownload.adobe.com/air/3/macos/x86/add/3.1/update

Feb 28 22:30:37 collings-4.local Adobe AIR Application Installer[5593]: Download destination is /Users/[USER_NAME]/Library/Application Support/Adobe/AIR/Updater/Update

Feb 28 22:30:37 collings-4.local Adobe AIR Application Installer[5593]: Unpackaging http://airdownload.adobe.com/air/3/macos/x86/add/3.1/update to /Users/[USER_NAME]/Library/Application Support/Adobe/AIR/Updater/Update

Feb 28 22:31:04 collings-4.local Adobe AIR Application Installer[5593]: Unpackaging complete

Feb 28 22:31:04 collings-4.local Adobe AIR Application Installer[5593]: Download success

Feb 28 22:31:04 collings-4.local Adobe AIR Application Installer[5593]: Successfully downloaded immediate update. Invoking downloaded installer

Feb 28 22:31:04 collings-4.local Adobe AIR Application Installer[5593]: Launching subprocess with commandline /Users/[USER_NAME]/Library/Application Support/Adobe/AIR/Updater/Update/updater -x1 -deleteInput /private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/0/TemporaryItems/FlashTmp0

Feb 28 22:31:04 collings-4.local Adobe AIR Application Installer[5593]: Application Installer end with exit code 0

Feb 28 22:31:11 collings-4.local Adobe AIR Installer[5604]: Runtime Installer begin with version 3.6.0.5970 on Mac OS 10.8.2 x86

Feb 28 22:31:11 collings-4.local Adobe AIR Installer[5604]: Commandline is: -x1 -deleteInput /private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/0/TemporaryItems/FlashTmp0

Feb 28 22:31:11 collings-4.local Adobe AIR Installer[5604]: Installed runtime (2.7.1.19610) located at /Library/Frameworks/Adobe AIR.framework

Feb 28 22:31:11 collings-4.local Adobe AIR Installer[5604]: Invoking Application Installer for combined install

Feb 28 22:31:11 collings-4.local Adobe AIR Installer[5604]: Launching subprocess with commandline /var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/airyCunbe/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer -runtime "/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/airyCunbe/Adobe AIR Installer.app/Contents/Frameworks" -withRuntime -deleteInput -url /private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/0/TemporaryItems/FlashTmp0

Feb 28 22:31:12 collings-4.local Adobe AIR Application Installer[5605]: Application Installer begin with version 3.6.0.5970 on Mac OS 10.8.2 x86

Feb 28 22:31:12 collings-4.local Adobe AIR Application Installer[5605]: Commandline is: -runtime "/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/airyCunbe/Adobe AIR Installer.app/Contents/Frameworks" -withRuntime -deleteInput -url /private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/0/TemporaryItems/FlashTmp0

Feb 28 22:31:12 collings-4.local Adobe AIR Application Installer[5605]: Installed runtime (2.7.1.19610) located at /Library/Frameworks/Adobe AIR.framework

Feb 28 22:31:13 collings-4.local Adobe AIR Application Installer[5605]: Validating app in folder /private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/0/TemporaryItems/FlashTmp0/Contents/Resources

Feb 28 22:31:23 collings-4.local Adobe AIR Application Installer[5605]: Application signature verified

Feb 28 22:31:23 collings-4.local Adobe AIR Application Installer[5605]: Unpackaging/validation complete

Feb 28 22:31:23 collings-4.local Adobe AIR Application Installer[5605]: No app located for appID 'com.[APP_NAME].[APP_NAME]' and pubID ''

Feb 28 22:31:28 collings-4.local Adobe AIR Application Installer[5605]: Launching subprocess with commandline /var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/airyCunbe/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer -runtime "/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/airyCunbe/Adobe AIR Installer.app/Contents/Frameworks" -silent -logToStdout -withRuntime -url -location /Applications -desktopShortcut -programMenu /private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/0/TemporaryItems/FlashTmp0

Feb 28 22:31:28 collings-4.local Adobe AIR Application Installer[5605]: Relaunching with elevation

Feb 28 22:31:33 collings-4.local com.apple.SecurityServer[27]: Succeeded authorizing right 'system.privilege.admin' by client '/private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/airyCunbe/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app' [5605] for authorization created by '/private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/airyCunbe/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app' [5605] (13,0)

Feb 28 22:31:33 collings-4.local coreservicesd[67]: Application App:"Adobe AIR Application Installer" [ 0x0/0x3c53c5]  @ 0x0x7fe548e920f0 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x3c63c6:) ), so denying.

Feb 28 22:31:33 collings-4.local WindowServer[116]: [cps/setfront] Failed setting the front application to Adobe AIR Application Installer, psn 0x0-0x3c53c5, securitySessionID=0x186a4, err=-13066

Feb 28 22:31:33 collings-4.local com.apple.SecurityServer[27]: Succeeded authorizing right 'system.privilege.admin' by client '/usr/libexec/security_authtrampoline' [5617] for authorization created by '/private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/airyCunbe/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app' [5605] (3,0)

Feb 28 22:31:33 collings-4.local authexec[5617]: executing /var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/airyCunbe/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer

Feb 28 22:31:33 collings-4.local Adobe AIR Application Installer[5617]: Application Installer begin with version 3.6.0.5970 on Mac OS 10.8.2 x86

Feb 28 22:31:33 collings-4.local Adobe AIR Application Installer[5617]: Commandline is: -runtime "/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/T/airyCunbe/Adobe AIR Installer.app/Contents/Frameworks" -silent -logToStdout -withRuntime -url -location /Applications -desktopShortcut -programMenu /private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/0/TemporaryItems/FlashTmp0

Feb 28 22:31:33 collings-4.local Adobe AIR Application Installer[5617]: Installed runtime (2.7.1.19610) located at /Library/Frameworks/Adobe AIR.framework

Feb 28 22:31:34 collings-4.local Adobe AIR Application Installer[5617]: Validating app in folder /private/var/folders/r3/sysmrw8s4f1f18wvfk79zwrw0000gn/0/TemporaryItems/FlashTmp0/Contents/Resources

Feb 28 22:31:41 collings-4.local Adobe AIR Application Installer[5617]: Application signature verified

Feb 28 22:31:41 collings-4.local Adobe AIR Application Installer[5617]: Unpackaging/validation complete

Feb 28 22:31:41 collings-4.local Adobe AIR Application Installer[5617]: No app located for appID 'com.[APP_NAME].[APP_NAME]' and pubID ''

Feb 28 22:31:41 collings-4.local Adobe AIR Application Installer[5617]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/Shared/Library/Application Support/Adobe"

Feb 28 22:31:41 collings-4.local Adobe AIR Application Installer[5617]: Launching subprocess with commandline /usr/sbin/chown -hfRP [USER_NAME] "/Users/[USER_NAME]/Library/Application Support/Adobe"

Feb 28 22:31:41 collings-4.local Adobe AIR Application Installer[5617]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/[USER_NAME]/Library/Application Support/Adobe"

Feb 28 22:31:41 collings-4.local Adobe AIR Application Installer[5617]: Launching subprocess with commandline /usr/sbin/chown -hfRP [USER_NAME] "/Users/[USER_NAME]/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/bin"

Feb 28 22:31:41 collings-4.local Adobe AIR Application Installer[5617]: Starting silent combined runtime update and app install.

Feb 28 22:32:18 collings-4.local Adobe AIR Application Installer[5617]: Registering /Applications/Utilities/Adobe AIR Application Installer.app/Contents/Info.plist

Feb 28 22:32:19 collings-4.local Adobe AIR Application Installer[5617]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Library/Frameworks/Adobe AIR.framework"

Feb 28 22:32:19 collings-4.local Adobe AIR Application Installer[5617]: Subprocess chown succeeded

Feb 28 22:32:19 collings-4.local Adobe AIR Application Installer[5617]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Applications/Utilities/Adobe AIR Application Installer.app"

Feb 28 22:32:19 collings-4.local Adobe AIR Application Installer[5617]: Subprocess chown succeeded

Feb 28 22:32:19 collings-4.local Adobe AIR Application Installer[5617]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Applications/Utilities/Adobe AIR Uninstaller.app"

Feb 28 22:32:19 collings-4.local Adobe AIR Application Installer[5617]: Subprocess chown succeeded

Feb 28 22:32:19 collings-4.local Adobe AIR Application Installer[5617]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel /Applications/[APP_NAME].app

Feb 28 22:32:19 collings-4.local Adobe AIR Application Installer[5617]: Subprocess chown succeeded

Feb 28 22:32:19 collings-4.local Adobe AIR Application Installer[5617]: Launching subprocess with commandline /bin/chmod -R ugo+rx /Applications/[APP_NAME].app

Feb 28 22:32:19 collings-4.local Adobe AIR Application Installer[5617]: Subprocess chmod succeeded

Feb 28 22:32:20 collings-4.local Adobe AIR Application Installer[5617]: Application Installer end with exit code 0

Feb 28 22:32:20 collings-4.local Adobe AIR Application Installer[5605]: Elevated install completed

Feb 28 22:32:20 collings-4.local Adobe AIR Application Installer[5605]: Launching subprocess with commandline /Applications/[APP_NAME].app

Feb 28 22:32:21 collings-4.local Adobe AIR Application Installer[5605]: Application Installer end with exit code 0

Feb 28 22:32:21 collings-4.local Adobe AIR Installer[5604]: Subprocess app installer succeeded

Feb 28 22:32:21 collings-4.local Adobe AIR Installer[5604]: Runtime Installer end with exit code 0

Participating Frequently
March 2, 2013

Hi Chris, I'm not sure if this helps, but I checked and the application is not using a migration certificate. The EXE version of the app is being signed with a certificate.  And the DMG version is being signed with the same certificate and an additinoal one from Apple to keep its Gate Keeper happy.

Thanks!