AIR browser invocation install

Hello, guys and gals. I have a situation here.. In which is hard to define what went wrong.
My goal is to build an AIR application (let's call that myApp) and assistence .SWF (AIRBadge) file allowing to install/invoke myApp.
So far I succeeded on calling getStatus from the AIRBadge, returning "installed". I got AIR 2.6.
The problem is that when I call methods: installApplication() or launchApplication() an ADOBEA~1.exe launches, but that's all that happends. No JavaScript error, no ActionScript error.
The only clue that I found was the log file that AIRInstaller does. The last lines there says:
[<date>:<time>] Application Installer begin with version 2.6.0.19120 on Windows XP x86
[<date>:<time>] Commandline is: -playerVersion=10,1,53,64 -sandboxType=remote -securityDomain=localhost -https=false -fromUserEvent=false -- -url PStore.air -- alabala purtukala mandrahulka
[<date>:<time>] Installed runtime (2.6.0.19120) located at c:\Program Files\Common Files\Adobe AIR
[<date>:<time>] Application Installer end with exit code 2

I found the problem: the function stack should begin from a mouse click within the flash. Also the URL of the AIR file when calling installApplication method, should be the full URL to work correctly.

Similar Messages

  • Allow Browser invocation of Air application

    Hello Friends
                           Can Anybody guide me how to implement Allow browser invocation Feature in my Air pplication.i mean To say
    application can be launched when the user clicks a link in a web browser.
    Please tell me After Change<allowBrowserInvocation></allowBrowserInvocation> tag setting to true in application Descriptor  xml.what to do next?
    Thanks And Regards
        Vineet Osho

    hello Guys please give
    me any idea for this browser invocation so that i impelment that  feature.i am completely confused.please help me out.
    waiting for your response.
    Thanks and Regards
        Vineet Osho

  • Air browser: djvu plugin doesn't work

    Hello,
    I am building a custom air browser for my company using the HTML component.
    It's working great in general but my company makes extensive use of the djvu technology for online image viewing.
    Problem: the djvu plugin doesn't work on the air browser. After installing the last version (6.1.4) of the plugin it keeps saying it's necessary to install the plugin. (it works ok with the other browsers, also with google chrome).
    Has anybody ever met a similar problem?
    thanks in advance
    marco

    Hi Marco,
    unless something changed between versions documented limitations include:
    - support for only PDF plugin (version 8.1 or later) - with api to check availability at runtime if it is available on machine
    - support for Flash plugin (without external dependency)
    So other plugins are not supported:
    http://livedocs.adobe.com/flex/3/html/help.html?content=AboutHTMLEnvironment_2.html
    regards,
    Peter

  • Possible bug in Browser Invocation

    I have done more testing with the isHTTPS property of the Browser Invoke event. I have started an application from a webserver with no https anywhere but still the isHTTPS property is true at all times. If this is a bug how do I report it. It seems to me that if an application must be secure this feature has to work correctly. If I am mistakenly doing something wrong can someone help?

    I am using the browser invocation method to start my AIR application. I only want the app. to function correctly if started from a https connection. Therefore in my code I am trying to check that the isHTTPS attribute of the browser invoke event is true. However, whether the application is started from http or https, the isHTTPS attribute is always true. I have had to code a workaround for this, but I should not have had to do this.

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

    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!

    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_NAM E]
    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_NAM E]
    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/Content s/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/Content s/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/Content s/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/Content s/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

  • Adobe AIR Browser Based Help Edit Home Button URL

    I'm using the unipane template for my adobe air browser based help, and need to edit the URL that the home button uses. Currently, the home button will take me to a page displaying a table of contents structure instead of the default topic I use as the homepage.
    Is there a way to edit this url that the home button in the unipane template?
    Thank you,
    Jerry

    Not that I know of. I guess if you hacked the installed AIR help you might find a way of doing it but that hack would have to be done on every PC after installation. Obviously that is a non-starter.
    The more people who request a feature, the more likely it is to be actioned. Please follow this link.
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • I am trying to install Iphoto on my new MacBook Air adn the install button is grayed out  Any suggestions

    I am trying to install iphoto 09 on my new MacBook Air and the install button is grayed out.  Both for installation and custom install.  Is there a problem that I am not aware of?

    Check for receipts
    To re-install iPhoto
    1. Put the iPhoto.app in the trash (Drag it from your Applications Folder to the trash)
    2a: On 10.5:  Go to HD/Library/Receipts and remove any pkg file there with iPhoto in the name.
    2b: On 10.6: Those receipts may be found as follows:  In the Finder use the Go menu and select Go To Folder. In the resulting window type
    /var/db/receipts/
    A Finder Window will open at that location and you can remove the iPhoto pkg files.
    3. Re-install.
    If you purchased an iLife Disk, then iPhoto is on it.
    If iPhoto was installed on your Mac when you go it then it’s on the System Restore disks that came with your Mac. Insert the first one and opt to ‘Install Bundled Applications Only.
    If you purchased it on the App Store you can find it in your Purchases List.

  • I bought 500gb iCloud storage for ł30 with my macbook air, how to install it and will i still be charged a monthly fee?

    Iibought 500gb iCloud storage for ł30 with my macbook air, how to install it and will i still be charged a monthly fee?

    sebek104 wrote:
    Iibought 500gb iCloud storage for ł30 with my macbook air, how to install it and will i still be charged a monthly fee?
    There is no 500GB iCloud storage plan, 20, 200 or 1000 are the available plans.
    What did you actually buy?

  • AIR will NOT install

    XPpro with 2.4ghz cpu, 2 gig ram, 2 much harddrive, single-user desktop, and I am the registered administrator.
    Problem is Adobe AIR will NOT install.
    I downloaded Adobe AIR installer and ran in normal way.
    Adobe AIR attempts to install and then craps out with a message, "Sorry, an error has occured."
    The error reported is error=0.
    There are no logs, because there are no Adobe AIR common files in the Program directory.
    Adobe AIR does NOT appear on the list of installed programs in Control Panel.
    Have searched the registry and removed all references to AIR, and then tried to reinstall, with same result.
    Another time, the error message said I was not the administrator, but control panel says I am, and I am the only user.
    Any HELP solving this critical problem would be keenly appreciated, and thank you.

    Sorry forgot to add system info:
    Win7 Pro (current) Intel Core i7-2600K CPU @ 3.40GHz, 16.0GB RAM, NVIDIA GeForce GTX 570
    Socket LGA1155. Intel P67 Express Chipset
    Thanks

  • Adobe Air refuses to install OS X 10.6

    I've been trying for the past hour or so to find a way to install Adobe AIR on my MacBook Pro. As it begins to install, it gives me an error stating that "An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator."
    Thing is, I am the administrator as this is the only account on my laptop.
    I've tried looking for answers in previous discussions, but they were all unable to fix this issue. There is no uninstaller in the /applications/utilities directory (probably because AIR was never installed in the first place?), so I'm unsure of what to do next...
    Any help would be greatly appreciated.

    Can you provide the contents of your log file? You can locate it using the following steps:
    Open the console application (/Applications/Utilities/Console).
    Choose system.log from the Log List.
    Note: You can also find the file /private/var/log/system.log

  • AIR won't install after Yosemite with Error "Installer Damaged"

    Error message ""Adobe AIR Application Installer" is damaged and can't be opened"
    I've uninstalled previous versions,using uninstaller, removed all incidents of AIR files, and my computer is not connected to another Hard Drive or Time Machine. Does anyone know an answer to this?  Thanks.
    here's the log file
    Oct 29 07:57:05 Jeremys-Airmac-2 kernel[0]: hfs: mounted Adobe AIR on device disk2s1
    Oct 29 07:57:05 Jeremys-Airmac-2.local mds[32]: (Volume.Normal:2464) volume:0x7faf54078800 ********** Bootstrapped Creating a default store:1 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Adobe AIR
    Oct 29 07:57:16 Jeremys-Airmac-2.local Adobe AIR Installer[583]: Runtime Installer begin with version 15.0.0.293 on Mac OS 10.10.0 x86
    Oct 29 07:57:16 Jeremys-Airmac-2.local Adobe AIR Installer[583]: Commandline is: -psn_0_344148
    Oct 29 07:57:16 Jeremys-Airmac-2.local Adobe AIR Installer[583]: No installed runtime detected
    Oct 29 07:57:17 Jeremys-Airmac-2.local Adobe AIR Installer[583]: The function ‘CGFontSetShouldUseMulticache’ is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    Oct 29 07:57:20 Jeremys-Airmac-2.local Adobe AIR Installer[583]: Relaunching with elevation
    Oct 29 07:57:20 Jeremys-Airmac-2.local Adobe AIR Installer[583]: Launching subprocess with commandline /Volumes/Adobe AIR/Adobe AIR Installer.app -ei
    Oct 29 07:57:25 Jeremys-Airmac-2.local authexec[588]: executing /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
    Oct 29 07:57:25 Jeremys-Airmac-2.local Adobe AIR Installer[588]: Runtime Installer begin with version 15.0.0.293 on Mac OS 10.10.0 x86
    Oct 29 07:57:25 Jeremys-Airmac-2.local Adobe AIR Installer[588]: Commandline is: -ei
    Oct 29 07:57:25 Jeremys-Airmac-2.local Adobe AIR Installer[588]: No installed runtime detected
    Oct 29 07:57:25 Jeremys-Airmac-2.local Adobe AIR Installer[588]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Library/Application Support/Adobe"
    Oct 29 07:57:25 Jeremys-Airmac-2.local Adobe AIR Installer[588]: Launching subprocess with commandline /usr/sbin/chown -hfRP jeremy "/Users/jeremy/Library/Application Support/Adobe"
    Oct 29 07:57:25 Jeremys-Airmac-2.local Adobe AIR Installer[588]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/jeremy/Library/Application Support/Adobe"
    Oct 29 07:57:25 Jeremys-Airmac-2.local Adobe AIR Installer[588]: Launching subprocess with commandline /usr/sbin/chown -hfRP jeremy "/Users/jeremy/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/bin"
    Oct 29 07:57:25 Jeremys-Airmac-2.local Adobe AIR Installer[588]: Starting silent runtime install. Installing runtime version 15.0.0.293
    Oct 29 07:57:28 Jeremys-Airmac-2.local Adobe AIR Installer[588]: Registering /Applications/Utilities/Adobe AIR Application Installer.app/Contents/Info.plist
    Oct 29 07:57:28 Jeremys-Airmac-2.local Adobe AIR Installer[588]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Library/Frameworks/Adobe AIR.framework"
    Oct 29 07:57:28 Jeremys-Airmac-2.local Adobe AIR Installer[588]: Subprocess chown succeeded
    Oct 29 07:57:28 Jeremys-Airmac-2.local Adobe AIR Installer[588]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Applications/Utilities/Adobe AIR Application Installer.app"
    Oct 29 07:57:28 Jeremys-Airmac-2.local Adobe AIR Installer[588]: Subprocess chown succeeded
    Oct 29 07:57:28 Jeremys-Airmac-2.local Adobe AIR Installer[588]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Applications/Utilities/Adobe AIR Uninstaller.app"
    Oct 29 07:57:28 Jeremys-Airmac-2.local Adobe AIR Installer[588]: Subprocess chown succeeded
    Oct 29 07:57:28 Jeremys-Airmac-2.local Adobe AIR Installer[588]: Runtime Installer end with exit code 0
    Oct 29 07:57:28 Jeremys-Airmac-2.local Adobe AIR Installer[583]: Elevated install completed
    Oct 29 07:57:33 Jeremys-Airmac-2.local Adobe AIR Installer[583]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -installupdatecheck
    Oct 29 07:57:33 Jeremys-Airmac-2.local Adobe AIR Installer[583]: Runtime Installer end with exit code 0
    Oct 29 07:57:34 Jeremys-Airmac-2.local Adobe AIR Installer[600]: Runtime Installer begin with version 15.0.0.293 on Mac OS 10.10.0 x86
    Oct 29 07:57:34 Jeremys-Airmac-2.local Adobe AIR Installer[600]: Commandline is: -installupdatecheck
    Oct 29 07:57:34 Jeremys-Airmac-2.local Adobe AIR Installer[600]: Installed runtime (15.0.0.293) located at /Library/Frameworks/Adobe AIR.framework
    Oct 29 07:57:35 Jeremys-Airmac-2.local Adobe AIR Installer[600]: Performing pingback request
    Oct 29 07:57:35 Jeremys-Airmac-2.local Adobe AIR Installer[600]: Pingback request completed with HTTP status 200
    Oct 29 07:57:35 Jeremys-Airmac-2.local Adobe AIR Installer[600]: Starting runtime background update check
    Oct 29 07:57:35 Jeremys-Airmac-2.local Adobe AIR Installer[600]: Begin Background update download from http://airdownload.adobe.com/air/3/background/macos/x86/patch/15.0.0.293/update
    Oct 29 07:57:35 Jeremys-Airmac-2.local Adobe AIR Installer[600]: Unpackaging http://airdownload.adobe.com/air/3/background/macos/x86/patch/15.0.0.293/update to /Users/jeremy/Library/Application Support/Adobe/AIR/Updater/Background
    Oct 29 07:57:35 Jeremys-Airmac-2.local Adobe AIR Installer[600]: Runtime update not available
    Oct 29 07:57:35 Jeremys-Airmac-2.local Adobe AIR Installer[600]: Unpackaging cancelled
    Oct 29 07:57:35 Jeremys-Airmac-2.local Adobe AIR Installer[600]: Runtime Installer end with exit code 0
    Oct 29 07:58:36 Jeremys-Airmac-2 kernel[0]: proc 617: load code signature error 4 for file "Adobe AIR Application Installer"
    Oct 29 07:58:36 Jeremys-Airmac-2.local amfid[254]: /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer signature not valid: 0xfffefa2a
    Oct 29 07:58:49 Jeremys-Airmac-2 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.oneshot.0x1000000f.Adobe AIR Application Installer[617]): Service exited due to signal: Killed: 9

    Alright y'all (jklawmd, Supritha Papannajklawmd, and anyone else having this issue),
         I was having this same exact issue, and I actually referred to your post hoping for a fix (that I obviously did not find), however, I did discover a work around!!! I use "Adobe AIR" for my "Pandora One Desktop Application", but every time I opened the installer for "Pandora One" it gave me the same exact error. Here is what I did to fix it (Hoping it helps y'all too):
    BEFORE starting ensure that the "AIR Program" that you want to install is downloaded and located in your "Downloads" folder
    Uninstall "Adobe AIR" using the included uninstaller (Navigate to your "Utilities" folder in a "New Finder Window" in order to find this, once you're there you can't miss it)
    Delete all previous "Adobe AIR" downloads
    Download a new "Adobe AIR" Installer from "Adobe" (Sounds redundant I know, but bear with me)
    Install "Adobe AIR" using the most recent download
    VERY IMPORTANT: DO NOT ATTEMPT TO INSTALL THE "AIR PROGRAM" YET
    Once the "Adobe AIR" Installation is complete navigate to "File" and select "New Finder Window"
    Once there select the "Applications" folder from the menu bar on the left of the window (Should be under "Favorites")
    Navigate to your "Utilities" Folder (Again)
    Locate the icon for "Adobe AIR Application Installer" and open it; This will open a new window
    Once the new window is open, navigate to your "Downloads" folder and locate the "AIR Program" that you want to install select the "AIR Program" and click "Open" (Bottom right hand corner)
    TaDa!!!
    Following those steps should culminate in the initialization of the install process for the program that you weren't able to install before, and from there it is business as usual (selecting and answering to the necessary install prompts for the "AIR Program"). It seems like there is a glitch somewhere between "Yosemite" and "Adobe AIR" that prevents the "Adobe AIR Application Installer" from auto-running properly when you try to open the sub-program. However, initializing the "Adobe AIR Application Installer" FIRST allows it to get up and running before the sub-program communicates with it. This fixed it for me right away, please let me know whether it works for your specific "Adobe AIR"/"AIR Program" set, if not I will download your "AIR Program" and see if I can't find another way. Also, has anyone contacted either Adobe Support or Apple Support directly with this yet??
    I hope this helps, personally, I don't know where I would be without my "Pandora One Desktop Application"!!!

  • Air 2.7 install fails on OSX 10.7

    I've tried this three or four times now, and I get error 2038 every single time.  I have to say, some more information about what error occurred would go a long way towards making this easier to track down.
    I have:
    Removed air with the dmg -uninstall option.
    Removed air manually.
    Created and checked permissions on ~/Library/Frameworks
    Tried to decipher where it's gone wrong.  Here's my console log -- What's going on?
    8/28/11 3:17:10.459 PM Adobe AIR Installer: Runtime Installer begin with version 2.7.1.19610 on Mac OS 10.7.0 x86
    8/28/11 3:17:10.459 PM Adobe AIR Installer: Commandline is: -psn_0_4064224
    8/28/11 3:17:10.459 PM Adobe AIR Installer: No installed runtime detected
    8/28/11 3:17:12.534 PM Adobe AIR Installer: Relaunching with elevation
    8/28/11 3:17:12.535 PM Adobe AIR Installer: Launching subprocess with commandline /Volumes/Adobe AIR/Adobe AIR Installer.app -ei
    8/28/11 3:17:15.512 PM authexec: executing /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
    8/28/11 3:17:15.749 PM Adobe AIR Installer: Runtime Installer begin with version 2.7.1.19610 on Mac OS 10.7.0 x86
    8/28/11 3:17:15.749 PM Adobe AIR Installer: Commandline is: -ei
    8/28/11 3:17:15.749 PM Adobe AIR Installer: No installed runtime detected
    8/28/11 3:17:15.825 PM Adobe AIR Installer: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/Shared/Library/Application Support/Adobe"
    8/28/11 3:17:15.833 PM Adobe AIR Installer: Launching subprocess with commandline /usr/sbin/chown -hfRP admin "/Users/admin/Library/Application Support/Adobe"
    8/28/11 3:17:15.833 PM Adobe AIR Installer: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/admin/Library/Application Support/Adobe"
    8/28/11 3:17:15.833 PM Adobe AIR Installer: Launching subprocess with commandline /usr/sbin/chown -hfRP admin "/Users/admin/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/bin"
    8/28/11 3:17:15.839 PM Adobe AIR Installer: Starting silent runtime install. Installing runtime version 2.7.1.19610
    8/28/11 3:17:22.888 PM Adobe AIR Installer: Registering /Applications/Utilities/Adobe AIR Application Installer.app/Contents/Info.plist
    8/28/11 3:17:22.897 PM Adobe AIR Installer: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Library/Frameworks/Adobe AIR.framework"
    8/28/11 3:17:22.916 PM Adobe AIR Installer: Subprocess chown succeeded
    8/28/11 3:17:22.916 PM Adobe AIR Installer: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Applications/Utilities/Adobe AIR Application Installer.app"
    8/28/11 3:17:22.924 PM Adobe AIR Installer: Subprocess chown succeeded
    8/28/11 3:17:22.925 PM Adobe AIR Installer: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Applications/Utilities/Adobe AIR Uninstaller.app"
    8/28/11 3:17:22.955 PM Adobe AIR Installer: Subprocess chown succeeded
    8/28/11 3:17:22.982 PM Adobe AIR Installer: Error occurred during copy and set resource fork operation; beginning rollback: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    8/28/11 3:17:23.000 PM kernel: Validation failed, dataSuffix:
    8/28/11 3:17:23.000 PM kernel: 09 00 00 00 00 1c 00 46 00 01 76 65 72 73 00 00 00 12 69 63 6e 73 00 00 00 1e 00 02 ff ff 00 00 00 00 00 00 00 00 00 64 ff ff 00 00 00 3a 00 00 00 00
    8/28/11 3:17:23.000 PM kernel: vnode_validate_compressed_file_Type4 error: 22
    8/28/11 3:17:26.020 PM Adobe AIR Installer: Rollback complete
    8/28/11 3:17:26.020 PM Adobe AIR Installer: Exiting due to error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    8/28/11 3:17:26.021 PM Adobe AIR Installer: Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    8/28/11 3:17:26.023 PM Adobe AIR Installer: Runtime Installer end with exit code 7
    8/28/11 3:17:26.980 PM Adobe AIR Installer: Runtime Installer end with exit code 7
    8/28/11 3:17:27.220 PM com.apple.launchd.peruser.501: ([0x0-0x3e03e0].com.adobe.air.Installer[18980]) Exited with code: 7

    Darn, well I'm going to forward this along to our installer folks for their input.  It sounds like we're running into a permission error, so lets also try this:
    1. Mount the AdobeAIR.dmg file
    2. Open the Terminal application
    3. Type (or copy/paste) the following:
    cd /Volumes/Adobe\ AIR/Adobe\ AIR\ Installer.app/Contents/MacOS/  sudo ./Adobe\ AIR\ Installer
    4. It should then ask for your password inside the terminal window

  • Adobe AIR won't install - Windows 7 Ultimate x64

    "Sorry, an error has occurred.
    An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator."
    Well, I asked myself and verified that I am allowed to install any programs I wish to at will.
    I even toyed with adding extra permissions for the .exe and shortcut [see below], to no avail.
    I also checked your Adobe AIR installation troubleshooter section before posting. Unfortunately, none of the solutions 100% applied to my circumstances or OS, yet I tried a few anyway and had it confirmed by a Windows dialogue that I need not have bothered as it assured me that they weren't applicable in my case.
    I found another thread like mine where somebody suggested creating a shortcut with an additional -uninstall parameter added to the .exe path. It didn't work.
    I used Microsoft's Installation Cleanup Utility and that didn't work to "un-confuse" the installer either.
    Do you have any more suggestions?
    Adobe AIR came with the HTC Sync program for my phone, which appears to have dependencies on it where it won't completely work without it.
    Thanks in advance for any input.
    ps. I created a new thread because I couldn't find the "reply" button on a similarly unresolved thread regarding Adobe AIR installation issues on Windows 7.

    I would like to say thanks to artrose54 and to playswithtech for their thoughtful responses to my problem. I finally figured out which number I was to delete, and then, having made a copy of the number in notepad, deleted it. Upon a restart to my computer I then was able to download adobe air 2.7. I found that I still could not download the shutterfly express uploader, however; so I applied the same approach. I went looking for the number in the registry that corresponded to the uploader. I deleted it; restarted the computer; returned to shutterfly; and then was able to download the express uploader. I am sure I will find other uses for Adobe Air in the future.
    From: artrose54 <[email protected]>
    To: Sandra Buchin <[email protected]>
    Sent: Sunday, June 26, 2011 12:37 PM
    Subject: Re: Adobe AIR won't install - Windows 7 Ultimate x64
    Hi everyone,
    Here is the fix that worked for me,
    You need to go to start run and type in regedit
    now press ctrl+f for find and type in "adobe air" without the quotes then click find next
    the first entry it finds is the one I deleted, it is a long number on left side of screen that is greyed just right click and delete it
    I then rebooted the computer and ran adobe air installation
    and it worked with out a problem
    The adobe air log file really doesn't tell u anything but where it tried to find the setup.msi file
    but it doesn't exist because of the registry entry that needs to be deleted which is what causes the error
    If u r not sure of editing the registry then maybe you know someone that can help you
    I hope this helps you out it worked for me

  • Adobe Air will not install on Vista

    Attached are the installation logs
    [2011-01-22:09:41:38] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:09:41:38] Commandline is: -silent
    [2011-01-22:09:41:38] Installed runtime (1.5.2.8900) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-22:09:41:38] Starting silent runtime update. Updating runtime from version 1.5.2.8900 to version 2.5.1.17730
    [2011-01-22:09:41:38] Installing msi at c:\users\steven\appdata\local\temp\air8eb8.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-22:09:41:46] Runtime Installer end with exit code 0
    [2011-01-22:09:50:20] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -eula
    [2011-01-22:09:50:20] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:09:50:20] Commandline is: -eula
    [2011-01-22:09:50:20] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-22:09:50:21] Starting eula display
    [2011-01-22:09:50:25] Finished eula display
    [2011-01-22:09:50:48] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -eula
    [2011-01-22:09:50:48] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:09:50:48] Commandline is: -eula
    [2011-01-22:09:50:48] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-22:09:50:49] Starting eula display
    [2011-01-22:09:50:52] Finished eula display
    [2011-01-22:09:50:52] Runtime Installer end with exit code 0
    [2011-01-22:09:50:52] Subprocess c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater failed (1)
    [2011-01-22:09:57:33] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -eula
    [2011-01-22:09:57:33] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:09:57:33] Commandline is: -eula
    [2011-01-22:09:57:33] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-22:09:57:33] Starting eula display
    [2011-01-22:09:57:36] Finished eula display
    [2011-01-22:09:57:38] Finished eula display
    [2011-01-22:09:57:38] Runtime Installer end with exit code 0
    [2011-01-22:09:57:38] Subprocess c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater failed (1)
    [2011-01-22:09:57:50] Finished eula display
    [2011-01-22:09:57:50] Runtime Installer end with exit code 0
    [2011-01-22:09:57:50] Subprocess c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater failed (1)
    [2011-01-22:10:05:01] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -eula
    [2011-01-22:10:05:01] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:10:05:01] Commandline is: -eula
    [2011-01-22:10:05:01] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-22:10:05:02] Starting eula display
    [2011-01-22:10:05:03] Finished eula display
    [2011-01-22:10:14:39] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -eula
    [2011-01-22:10:14:39] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:10:14:40] Commandline is: -eula
    [2011-01-22:10:14:40] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-22:10:14:41] Starting eula display
    [2011-01-22:10:14:44] Finished eula display
    [2011-01-22:17:26:18] Finished eula display
    [2011-01-22:17:26:18] Runtime Installer end with exit code 0
    [2011-01-22:17:26:18] Subprocess c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater failed (1)
    [2011-01-22:17:26:25] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -eula
    [2011-01-22:17:26:25] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:17:26:25] Commandline is: -eula
    [2011-01-22:17:26:25] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-22:17:26:25] Starting eula display
    [2011-01-22:17:26:27] Finished eula display
    [2011-01-22:17:26:40] Finished eula display
    [2011-01-22:17:26:40] Runtime Installer end with exit code 0
    [2011-01-22:17:26:41] Subprocess c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater failed (1)
    [2011-01-22:17:27:52] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -eula
    [2011-01-22:17:27:52] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:17:27:52] Commandline is: -eula
    [2011-01-22:17:27:52] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-22:17:27:52] Starting eula display
    [2011-01-22:17:27:54] Finished eula display
    [2011-01-22:17:28:07] Finished eula display
    [2011-01-22:17:28:07] Runtime Installer end with exit code 0
    [2011-01-22:17:28:07] Subprocess c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater failed (1)
    [2011-01-22:17:31:02] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:17:31:02] Commandline is:
    [2011-01-22:17:31:02] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-22:17:31:08] Runtime Installer end with exit code 0
    [2011-01-22:17:31:15] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -eula
    [2011-01-22:17:31:15] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:17:31:15] Commandline is: -eula
    [2011-01-22:17:31:15] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-22:17:31:15] Starting eula display
    [2011-01-22:17:31:22] Finished eula display
    [2011-01-22:17:31:22] Runtime Installer end with exit code 0
    [2011-01-22:17:31:22] Subprocess c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater failed (1)
    [2011-01-22:17:31:33] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -eula
    [2011-01-22:17:31:33] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:17:31:33] Commandline is: -eula
    [2011-01-22:17:31:33] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-22:17:31:33] Starting eula display
    [2011-01-22:17:32:05] Finished eula display
    [2011-01-22:17:32:05] Runtime Installer end with exit code 0
    [2011-01-22:17:32:06] Subprocess c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater failed (1)
    [2011-01-22:17:35:31] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -eula
    [2011-01-22:17:35:31] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:17:35:31] Commandline is: -eula
    [2011-01-22:17:35:31] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-22:17:35:31] Starting eula display
    [2011-01-22:17:35:33] Finished eula display
    [2011-01-22:17:36:15] Finished eula display
    [2011-01-22:17:36:15] Runtime Installer end with exit code 0
    [2011-01-22:17:36:15] Subprocess c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater failed (1)
    [2011-01-22:17:41:23] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:17:41:23] Commandline is: -arp:uninstall
    [2011-01-22:17:41:23] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-22:17:41:25] Relaunching with elevation
    [2011-01-22:17:41:25] Launching subprocess with commandline c:\program files\common files\adobe air\versions\1.0\resources\adobe air updater.exe -eu
    [2011-01-22:17:41:25] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:17:41:25] Commandline is: -stdio \\.\pipe\AIR_2052_0 -eu
    [2011-01-22:17:41:25] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-22:17:41:26] Starting runtime uninstall. Uninstalling runtime version 2.5.1.17730
    [2011-01-22:17:41:26] Uninstalling product with GUID {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-22:17:41:29] Runtime Installer end with exit code 0
    [2011-01-22:17:41:29] Elevated install completed
    [2011-01-22:17:41:29] Runtime Installer end with exit code 0
    [2011-01-22:17:55:13] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:17:55:13] Commandline is:
    [2011-01-22:17:55:13] No installed runtime detected
    [2011-01-22:17:55:15] Relaunching with elevation
    [2011-01-22:17:55:15] Launching subprocess with commandline c:\users\steven\appdata\local\temp\aird8f.tmp\adobe air installer.exe -ei
    [2011-01-22:17:55:15] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:17:55:15] Commandline is: -stdio \\.\pipe\AIR_828_0 -ei
    [2011-01-22:17:55:15] No installed runtime detected
    [2011-01-22:17:55:15] Starting silent runtime install. Installing runtime version 2.5.1.17730
    [2011-01-22:17:55:15] Installing msi at c:\users\steven\appdata\local\temp\aird8f.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-22:17:55:18] Runtime Installer end with exit code 0
    [2011-01-22:17:55:18] Elevated install completed
    [2011-01-22:17:55:20] Elevated install failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3001" errorID=3001]
    [2011-01-22:17:55:20] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3001" errorID=3001]
    [2011-01-22:17:55:26] Runtime Installer end with exit code 7
    [2011-01-22:17:55:55] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:17:55:55] Commandline is:
    [2011-01-22:17:55:55] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-22:17:55:58] Runtime Installer end with exit code 0
    [2011-01-22:17:56:10] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:17:56:10] Commandline is:
    [2011-01-22:17:56:10] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-22:17:56:12] Runtime Installer end with exit code 0
    [2011-01-22:17:56:19] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:17:56:19] Commandline is:
    [2011-01-22:17:56:19] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-22:17:56:21] Runtime Installer end with exit code 0
    [2011-01-22:17:57:17] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:17:57:17] Commandline is: -arp:uninstall
    [2011-01-22:17:57:17] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-22:17:57:19] Relaunching with elevation
    [2011-01-22:17:57:19] Launching subprocess with commandline c:\program files\common files\adobe air\versions\1.0\resources\adobe air updater.exe -eu
    [2011-01-22:17:57:20] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:17:57:20] Commandline is: -stdio \\.\pipe\AIR_3372_0 -eu
    [2011-01-22:17:57:20] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-22:17:57:20] Starting runtime uninstall. Uninstalling runtime version 2.5.1.17730
    [2011-01-22:17:57:20] Uninstalling product with GUID {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-22:17:57:21] Runtime Installer end with exit code 0
    [2011-01-22:17:57:21] Elevated install completed
    [2011-01-22:17:57:21] Runtime Installer end with exit code 0
    [2011-01-22:17:57:43] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:17:57:43] Commandline is:
    [2011-01-22:17:57:43] No installed runtime detected
    [2011-01-22:17:57:45] Relaunching with elevation
    [2011-01-22:17:57:45] Launching subprocess with commandline c:\users\steven\appdata\local\temp\air5c6a.tmp\adobe air installer.exe -ei
    [2011-01-22:17:57:46] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:17:57:46] Commandline is: -stdio \\.\pipe\AIR_3132_0 -ei
    [2011-01-22:17:57:46] No installed runtime detected
    [2011-01-22:17:57:46] Starting silent runtime install. Installing runtime version 2.5.1.17730
    [2011-01-22:17:57:46] Installing msi at c:\users\steven\appdata\local\temp\air5c6a.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-22:17:57:47] Runtime Installer end with exit code 0
    [2011-01-22:17:57:47] Elevated install completed
    [2011-01-22:17:57:49] Elevated install failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3001" errorID=3001]
    [2011-01-22:17:57:49] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3001" errorID=3001]
    [2011-01-22:18:00:00] Runtime Installer end with exit code 7
    [2011-01-22:18:06:30] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:18:06:30] Commandline is:
    [2011-01-22:18:06:30] No installed runtime detected
    [2011-01-22:18:06:32] Relaunching with elevation
    [2011-01-22:18:06:32] Launching subprocess with commandline c:\users\steven\appdata\local\temp\air6511.tmp\adobe air installer.exe -ei
    [2011-01-22:18:06:32] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:18:06:32] Commandline is: -stdio \\.\pipe\AIR_4664_0 -ei
    [2011-01-22:18:06:32] No installed runtime detected
    [2011-01-22:18:06:32] Starting silent runtime install. Installing runtime version 2.5.1.17730
    [2011-01-22:18:06:32] Installing msi at c:\users\steven\appdata\local\temp\air6511.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-22:18:06:38] Runtime Installer end with exit code 0
    [2011-01-22:18:06:38] Elevated install completed
    [2011-01-22:18:06:42] Elevated install failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3001" errorID=3001]
    [2011-01-22:18:06:42] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3001" errorID=3001]
    [2011-01-22:18:06:45] Runtime Installer end with exit code 7
    [2011-01-22:18:23:49] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:18:23:49] Commandline is:
    [2011-01-22:18:23:49] No installed runtime detected
    [2011-01-22:18:23:51] Relaunching with elevation
    [2011-01-22:18:23:51] Launching subprocess with commandline c:\users\steven\appdata\local\temp\air732c.tmp\adobe air installer.exe -ei
    [2011-01-22:18:23:52] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:18:23:52] Commandline is: -stdio \\.\pipe\AIR_3356_0 -ei
    [2011-01-22:18:23:52] No installed runtime detected
    [2011-01-22:18:23:52] Starting silent runtime install. Installing runtime version 2.5.1.17730
    [2011-01-22:18:23:52] Installing msi at c:\users\steven\appdata\local\temp\air732c.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-22:18:23:58] Runtime Installer end with exit code 0
    [2011-01-22:18:23:59] Elevated install completed
    [2011-01-22:18:24:00] Elevated install failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3001" errorID=3001]
    [2011-01-22:18:24:00] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3001" errorID=3001]
    [2011-01-22:18:26:07] Runtime Installer end with exit code 7
    [2011-01-22:18:40:41] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:18:40:41] Commandline is:
    [2011-01-22:18:40:41] No installed runtime detected
    [2011-01-22:18:40:43] Relaunching with elevation
    [2011-01-22:18:40:43] Launching subprocess with commandline c:\users\steven\appdata\local\temp\air3d5d.tmp\adobe air installer.exe -ei
    [2011-01-22:18:40:44] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:18:40:44] Commandline is: -stdio \\.\pipe\AIR_3664_0 -ei
    [2011-01-22:18:40:44] No installed runtime detected
    [2011-01-22:18:40:44] Starting silent runtime install. Installing runtime version 2.5.1.17730
    [2011-01-22:18:40:44] Installing msi at c:\users\steven\appdata\local\temp\air3d5d.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-22:18:40:51] Runtime Installer end with exit code 0
    [2011-01-22:18:40:51] Elevated install completed
    [2011-01-22:18:40:53] Elevated install failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3001" errorID=3001]
    [2011-01-22:18:40:53] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3001" errorID=3001]
    [2011-01-22:18:41:02] Runtime Installer end with exit code 7
    [2011-01-22:18:44:01] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -eula
    [2011-01-22:18:44:01] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:18:44:01] Commandline is: -eula
    [2011-01-22:18:44:01] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-22:18:44:02] Starting eula display
    [2011-01-22:18:44:03] Finished eula display
    [2011-01-22:18:44:15] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -eula
    [2011-01-22:18:44:15] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-22:18:44:15] Commandline is: -eula
    [2011-01-22:18:44:15] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-22:18:44:15] Starting eula display
    [2011-01-22:18:44:17] Finished eula display
    [2011-01-22:18:44:19] Finished eula display
    [2011-01-22:18:44:19] Runtime Installer end with exit code 0
    [2011-01-22:18:44:19] Subprocess c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater failed (1)
    [2011-01-22:18:44:20] Finished eula display
    [2011-01-22:18:44:20] Runtime Installer end with exit code 0
    [2011-01-22:18:44:21] Subprocess c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater failed (1)
    [2011-01-23:14:38:20] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-23:14:38:20] Commandline is:
    [2011-01-23:14:38:20] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-23:14:38:23] Runtime Installer end with exit code 0
    [2011-01-23:14:38:37] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-23:14:38:37] Commandline is: -arp:uninstall
    [2011-01-23:14:38:37] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-23:14:38:39] Relaunching with elevation
    [2011-01-23:14:38:39] Launching subprocess with commandline c:\program files\common files\adobe air\versions\1.0\resources\adobe air updater.exe -eu
    [2011-01-23:14:38:39] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-23:14:38:39] Commandline is: -stdio \\.\pipe\AIR_5888_0 -eu
    [2011-01-23:14:38:39] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-23:14:38:39] Starting runtime uninstall. Uninstalling runtime version 2.5.1.17730
    [2011-01-23:14:38:39] Uninstalling product with GUID {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-23:14:38:41] Runtime Installer end with exit code 0
    [2011-01-23:14:38:41] Elevated install completed
    [2011-01-23:14:38:41] Runtime Installer end with exit code 0
    [2011-01-23:14:38:53] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-23:14:38:53] Commandline is:
    [2011-01-23:14:38:53] No installed runtime detected
    [2011-01-23:14:38:55] Relaunching with elevation
    [2011-01-23:14:38:55] Launching subprocess with commandline c:\users\steven\appdata\local\temp\air868d.tmp\adobe air installer.exe -ei
    [2011-01-23:14:38:56] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-23:14:38:56] Commandline is: -stdio \\.\pipe\AIR_2944_0 -ei
    [2011-01-23:14:38:56] No installed runtime detected
    [2011-01-23:14:38:56] Starting silent runtime install. Installing runtime version 2.5.1.17730
    [2011-01-23:14:38:56] Installing msi at c:\users\steven\appdata\local\temp\air868d.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-23:14:38:57] Runtime Installer end with exit code 0
    [2011-01-23:14:38:57] Elevated install completed
    [2011-01-23:14:38:59] Elevated install failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3001" errorID=3001]
    [2011-01-23:14:38:59] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3001" errorID=3001]
    [2011-01-23:14:39:05] Runtime Installer end with exit code 7
    [2011-01-23:16:57:56] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-23:16:57:56] Commandline is:
    [2011-01-23:16:57:56] No installed runtime detected
    [2011-01-23:16:58:00] Relaunching with elevation
    [2011-01-23:16:58:00] Launching subprocess with commandline c:\users\steven\appdata\local\temp\air563a.tmp\adobe air installer.exe -ei
    [2011-01-23:16:58:01] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-23:16:58:01] Commandline is: -stdio \\.\pipe\AIR_1556_0 -ei
    [2011-01-23:16:58:01] No installed runtime detected
    [2011-01-23:16:58:01] Starting silent runtime install. Installing runtime version 2.5.1.17730
    [2011-01-23:16:58:01] Installing msi at c:\users\steven\appdata\local\temp\air563a.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-23:16:58:08] Runtime Installer end with exit code 0
    [2011-01-23:16:58:08] Elevated install completed
    [2011-01-23:16:58:12] Elevated install failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3001" errorID=3001]
    [2011-01-23:16:58:12] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3001" errorID=3001]
    [2011-01-23:16:58:17] Runtime Installer end with exit code 7
    [2011-01-23:18:12:24] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-23:18:12:25] Commandline is:
    [2011-01-23:18:12:25] No installed runtime detected
    [2011-01-23:18:12:36] Relaunching with elevation
    [2011-01-23:18:12:36] Launching subprocess with commandline c:\users\steven\appdata\local\temp\air56b7.tmp\adobe air installer.exe -ei
    [2011-01-23:18:12:37] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-23:18:12:37] Commandline is: -stdio \\.\pipe\AIR_3836_0 -ei
    [2011-01-23:18:12:37] No installed runtime detected
    [2011-01-23:18:12:37] Starting silent runtime install. Installing runtime version 2.5.1.17730
    [2011-01-23:18:12:37] Installing msi at c:\users\steven\appdata\local\temp\air56b7.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-23:18:12:40] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1618" errorID=5008]
    [2011-01-23:18:12:40] Rolling back install of c:\users\steven\appdata\local\temp\air56b7.tmp\setup.msi
    [2011-01-23:18:12:40] Rollback complete
    [2011-01-23:18:12:40] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1618" errorID=5008]
    [2011-01-23:18:12:40] Runtime Installer end with exit code 7
    [2011-01-23:18:12:45] Runtime Installer end with exit code 7
    [2011-01-23:18:12:49] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-23:18:12:49] Commandline is:
    [2011-01-23:18:12:49] No installed runtime detected
    [2011-01-23:18:12:59] Relaunching with elevation
    [2011-01-23:18:12:59] Launching subprocess with commandline c:\users\steven\appdata\local\temp\air24bf.tmp\adobe air installer.exe -ei
    [2011-01-23:18:12:59] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-23:18:12:59] Commandline is: -stdio \\.\pipe\AIR_1056_0 -ei
    [2011-01-23:18:12:59] No installed runtime detected
    [2011-01-23:18:13:00] Starting silent runtime install. Installing runtime version 2.5.1.17730
    [2011-01-23:18:13:00] Installing msi at c:\users\steven\appdata\local\temp\air24bf.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-23:18:13:03] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1618" errorID=5008]
    [2011-01-23:18:13:03] Rolling back install of c:\users\steven\appdata\local\temp\air24bf.tmp\setup.msi
    [2011-01-23:18:13:03] Rollback complete
    [2011-01-23:18:13:03] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1618" errorID=5008]
    [2011-01-23:18:13:03] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1618" errorID=5008]
    [2011-01-23:18:13:09] Runtime Installer end with exit code 7
    [2011-01-23:18:37:29] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-23:18:37:29] Commandline is:
    [2011-01-23:18:37:29] No installed runtime detected
    [2011-01-23:18:37:33] Relaunching with elevation
    [2011-01-23:18:37:33] Launching subprocess with commandline c:\users\steven\appdata\local\temp\airf18f.tmp\adobe air installer.exe -ei
    [2011-01-23:18:37:33] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-23:18:37:33] Commandline is: -stdio \\.\pipe\AIR_2736_0 -ei
    [2011-01-23:18:37:33] No installed runtime detected
    [2011-01-23:18:37:33] Starting silent runtime install. Installing runtime version 2.5.1.17730
    [2011-01-23:18:37:33] Installing msi at c:\users\steven\appdata\local\temp\airf18f.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-23:18:37:39] Runtime Installer end with exit code 0
    [2011-01-23:18:37:40] Elevated install completed
    [2011-01-23:18:37:42] Elevated install failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3001" errorID=3001]
    [2011-01-23:18:37:42] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3001" errorID=3001]
    [2011-01-23:18:37:44] Runtime Installer end with exit code 7
    [2011-01-23:19:54:46] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-23:19:54:46] Commandline is: -arp:uninstall
    [2011-01-23:19:54:46] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-23:19:54:49] Relaunching with elevation
    [2011-01-23:19:54:49] Launching subprocess with commandline c:\program files\common files\adobe air\versions\1.0\resources\adobe air updater.exe -eu
    [2011-01-23:19:54:50] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-23:19:54:50] Commandline is: -stdio \\.\pipe\AIR_3460_0 -eu
    [2011-01-23:19:54:50] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-23:19:54:50] Starting runtime uninstall. Uninstalling runtime version 2.5.1.17730
    [2011-01-23:19:54:50] Uninstalling product with GUID {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-23:19:54:52] Runtime Installer end with exit code 0
    [2011-01-23:19:54:53] Elevated install completed
    [2011-01-23:19:54:53] Runtime Installer end with exit code 0
    [2011-01-24:19:15:04] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-24:19:15:04] Commandline is:
    [2011-01-24:19:15:04] No installed runtime detected
    [2011-01-24:19:15:06] Relaunching with elevation
    [2011-01-24:19:15:06] Launching subprocess with commandline c:\users\steven\appdata\local\temp\airc17a.tmp\adobe air installer.exe -ei
    [2011-01-24:19:15:07] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-24:19:15:07] Commandline is: -stdio \\.\pipe\AIR_3652_0 -ei
    [2011-01-24:19:15:07] No installed runtime detected
    [2011-01-24:19:15:07] Starting silent runtime install. Installing runtime version 2.5.1.17730
    [2011-01-24:19:15:07] Installing msi at c:\users\steven\appdata\local\temp\airc17a.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-24:19:15:09] Runtime Installer end with exit code 0
    [2011-01-24:19:15:10] Elevated install completed
    [2011-01-24:19:15:11] Elevated install failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3001" errorID=3001]
    [2011-01-24:19:15:11] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3001" errorID=3001]
    [2011-01-24:19:15:13] Runtime Installer end with exit code 7
    [2011-01-24:20:12:38] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-24:20:12:38] Commandline is:
    [2011-01-24:20:12:38] No installed runtime detected
    [2011-01-24:20:12:41] Relaunching with elevation
    [2011-01-24:20:12:41] Launching subprocess with commandline c:\users\steven\appdata\local\temp\air4385.tmp\adobe air installer.exe -ei
    [2011-01-24:20:12:42] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-24:20:12:42] Commandline is: -stdio \\.\pipe\AIR_284_0 -ei
    [2011-01-24:20:12:42] No installed runtime detected
    [2011-01-24:20:12:42] Starting silent runtime install. Installing runtime version 2.5.1.17730
    [2011-01-24:20:12:42] Reinstalling c:\users\steven\appdata\local\temp\air4385.tmp\setup.msi
    [2011-01-24:20:12:47] Runtime Installer end with exit code 0
    [2011-01-24:20:12:47] Elevated install completed
    [2011-01-24:20:12:49] Elevated install failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3001" errorID=3001]
    [2011-01-24:20:12:49] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3001" errorID=3001]
    [2011-01-24:20:12:56] Runtime Installer end with exit code 7
    [2011-01-24:20:34:36] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-24:20:34:36] Commandline is: -arp:uninstall
    [2011-01-24:20:34:36] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-24:20:34:38] Relaunching with elevation
    [2011-01-24:20:34:38] Launching subprocess with commandline c:\program files\common files\adobe air\versions\1.0\resources\adobe air updater.exe -eu
    [2011-01-24:20:34:39] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-24:20:34:39] Commandline is: -stdio \\.\pipe\AIR_548_0 -eu
    [2011-01-24:20:34:39] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-24:20:34:39] Starting runtime uninstall. Uninstalling runtime version 2.5.1.17730
    [2011-01-24:20:34:39] Uninstalling product with GUID {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-24:20:34:39] Error occurred during msi uninstall operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1601" errorID=0]
    [2011-01-24:20:34:39] Rollback complete
    [2011-01-24:20:34:39] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1601" errorID=0]
    [2011-01-24:20:34:39] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1601" errorID=0]
    [2011-01-24:20:34:39] Runtime Installer end with exit code 7
    [2011-01-24:20:34:41] Runtime Installer end with exit code 7
    [2011-01-24:21:17:36] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -eula
    [2011-01-24:21:17:37] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -eula
    [2011-01-24:21:17:38] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-24:21:17:38] Commandline is: -eula
    [2011-01-24:21:17:38] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-24:21:17:39] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-24:21:17:39] Commandline is: -eula
    [2011-01-24:21:17:39] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-24:21:17:55] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -eula
    [2011-01-24:21:17:56] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -eula
    [2011-01-24:21:17:56] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-24:21:17:56] Commandline is: -eula
    [2011-01-24:21:17:56] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-24:21:17:57] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-24:21:17:57] Commandline is: -eula
    [2011-01-24:21:17:57] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-24:21:17:58] Starting eula display
    [2011-01-24:21:17:58] Starting eula display
    [2011-01-24:21:17:59] Starting eula display
    [2011-01-24:21:18:02] Finished eula display
    [2011-01-24:21:18:02] Runtime Installer end with exit code 0
    [2011-01-24:21:18:03] Subprocess c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater failed (1)
    [2011-01-24:21:18:03] Finished eula display
    [2011-01-24:21:18:03] Runtime Installer end with exit code 0
    [2011-01-24:21:18:03] Subprocess c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater failed (1)
    [2011-01-24:21:18:04] Finished eula display
    [2011-01-24:21:18:04] Runtime Installer end with exit code 0
    [2011-01-24:21:18:05] Subprocess c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater failed (1)
    [2011-01-24:21:18:06] Finished eula display
    [2011-01-24:21:18:37] Finished eula display
    [2011-01-24:21:18:37] Runtime Installer end with exit code 0
    [2011-01-24:21:18:38] Subprocess c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater failed (1)
    [2011-01-24:22:11:37] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-24:22:11:37] Commandline is:
    [2011-01-24:22:11:37] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-24:22:11:41] Runtime Installer end with exit code 0
    [2011-01-24:22:12:00] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-24:22:12:00] Commandline is: -arp:uninstall
    [2011-01-24:22:12:00] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-24:22:12:02] Relaunching with elevation
    [2011-01-24:22:12:02] Launching subprocess with commandline c:\program files\common files\adobe air\versions\1.0\resources\adobe air updater.exe -eu
    [2011-01-24:22:12:02] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-24:22:12:02] Commandline is: -stdio \\.\pipe\AIR_160_0 -eu
    [2011-01-24:22:12:02] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-24:22:12:03] Starting runtime uninstall. Uninstalling runtime version 2.5.1.17730
    [2011-01-24:22:12:03] Uninstalling product with GUID {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-24:22:12:08] Runtime Installer end with exit code 0
    [2011-01-24:22:12:08] Elevated install completed
    [2011-01-24:22:12:08] Runtime Installer end with exit code 0
    [2011-01-24:22:12:23] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-24:22:12:23] Commandline is:
    [2011-01-24:22:12:23] No installed runtime detected
    [2011-01-24:22:12:26] Relaunching with elevation
    [2011-01-24:22:12:26] Launching subprocess with commandline c:\users\steven\appdata\local\temp\air1c46.tmp\adobe air installer.exe -ei
    [2011-01-24:22:12:29] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-24:22:12:29] Commandline is: -stdio \\.\pipe\AIR_2676_0 -ei
    [2011-01-24:22:12:29] No installed runtime detected
    [2011-01-24:22:12:29] Starting silent runtime install. Installing runtime version 2.5.1.17730
    [2011-01-24:22:12:29] Installing msi at c:\users\steven\appdata\local\temp\air1c46.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-24:22:12:32] Runtime Installer end with exit code 0
    [2011-01-24:22:12:32] Elevated install completed
    [2011-01-24:22:12:34] Elevated install failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3001" errorID=3001]
    [2011-01-24:22:12:34] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3001" errorID=3001]
    [2011-01-24:22:12:38] Runtime Installer end with exit code 7
    [2011-01-24:22:13:11] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -eula
    [2011-01-24:22:13:12] Runtime Installer begin with version 2.5.1.17730 on Windows Vista x86
    [2011-01-24:22:13:12] Commandline is: -eula
    [2011-01-24:22:13:12] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2011-01-24:22:13:12] Starting eula display
    [2011-01-24:22:13:15] Finished eula display

    Hi Steven,
    If you're still having problems installing AIR can you try the following steps:
    1. Uninstall the AIR runtime
    2. Delete all left over AIR directories and files.  This includes the following directories:
         C:\Program Files\Common Files\Adobe AIR
         C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com
         C:\Users\username\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com
         C:\Users\username\AppData\Local\Adobe\AIR
         C:\Users\username\AppData\Roaming\Adobe\AIR
         C:\ProgramData\Adobe\AIR
    3. Install AIR 2.5.1 again
    Thanks,
    Chris

  • "It seems like Adobe Air is not installed. Please install it!" Error during Plugin Installation

    Hello
    I get this Error Message after I tried to install "typeDNA" latest Version 2.2.0:
    "It seems like Adobe Air is not installed. Please install it!"
    If I press OK Button "Setup" says:
    "Runtime Error (at 17:233):
    Runtime Error (at 1:46):
    Internal Error: An Attempt was made to expand the "app" constant before it was initialized"
    Befor that I updated Adobe AIR to latest Version (3?) with no Problems.
    Log:
    [2011-11-04:02:19:36] Runtime Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-11-04:02:19:36] Commandline is:
    [2011-11-04:02:19:36] No installed runtime detected
    [2011-11-04:02:19:39] Relaunching with elevation
    [2011-11-04:02:19:39] Launching subprocess with commandline c:\users\julian~1\appdata\local\temp\air1ff0.tmp\adobe air installer.exe -ei
    [2011-11-04:02:19:42] Runtime Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-11-04:02:19:42] Commandline is: -stdio \\.\pipe\AIR_1984_0 -ei
    [2011-11-04:02:19:42] No installed runtime detected
    [2011-11-04:02:19:42] Starting silent runtime install. Installing runtime version 3.0.0.4080
    [2011-11-04:02:19:42] Installing msi at c:\users\julian~1\appdata\local\temp\air1ff0.tmp\setup.msi with guid {ACEB2BAF-96DF-48FD-ADD5-43842D4C443D}
    [2011-11-04:02:19:42] Runtime Installer end with exit code 0
    [2011-11-04:02:19:43] Elevated install completed
    [2011-11-04:02:19:46] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2011-11-04:02:19:46] Runtime Installer end with exit code 0
    [2011-11-04:02:19:46] Runtime Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-11-04:02:19:46] Commandline is: -installupdatecheck
    [2011-11-04:02:19:46] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-11-04:02:19:47] Performing pingback request
    [2011-11-04:02:19:47] Starting runtime background update check
    [2011-11-04:02:19:47] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.0.0.4080/update
    [2011-11-04:02:19:47] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.0.0.4080/update to C:\Users\Julian Friedrich\AppData\Roaming\Adobe\AIR\Updater\Background
    [2011-11-04:02:19:47] Runtime update not available
    [2011-11-04:02:19:47] Unpackaging cancelled
    [2011-11-04:02:19:47] Runtime Installer end with exit code 0
    After unsintall and Installation same thing. thx for youre help.

    No Solutions? =(

Maybe you are looking for