Air Runtime - ADB install

Hello,
I'm trying to debug a application from Flash Builder 4.5 in my Android Phone, but can't install Air Runtime. Here's the ADB logcat:
D/AndroidRuntime(10653): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime(10653): CheckJNI is ON
D/AndroidRuntime(10653): --- registering native functions ---
W/PackageManager( 2021): Package named 'com.adobe.air' doesn't exist.
D/dalvikvm( 2021): GC_EXPLICIT freed 10965 objects / 610696 bytes in 188ms
D/AndroidRuntime(10653): Shutting down VM
D/jdwp    (10653): adbd disconnected
I/AndroidRuntime(10653): NOTE: attach of thread 'Binder Thread #3' failed
D/AndroidRuntime(10663):
D/AndroidRuntime(10663): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime(10663): CheckJNI is ON
D/AndroidRuntime(10663): --- registering native functions ---
I/ActivityManager( 2021): Start proc com.android.defcontainer for service com.an
droid.defcontainer/.DefaultContainerService: pid=10670 uid=10023 gids={1015, 200
1}
I/ActivityManager( 2021): Process android.process.acore (pid 10629) has died.
I/ActivityManager( 2021): Low Memory: No more background processes.
D/dalvikvm(10670): GC_EXPLICIT freed 660 objects / 51112 bytes in 75ms
D/PackageParser( 2021): Scanning package: /data/app/vmdl74925.tmp
D/PackageManager( 2021): Scanning package com.adobe.air
I/PackageManager( 2021): /data/app/com.adobe.air-1.apk changed; unpacking
E/PackageManager( 2021): Package com.adobe.air has mismatched uid: 10073 on disk
, 10075 in settings
W/PackageManager( 2021): Native ABI mismatch from package file
W/PackageManager( 2021): Package couldn't be installed in /data/app/com.adobe.ai
r-1.apk
D/dalvikvm( 2021): GC_EXPLICIT freed 5071 objects / 298392 bytes in 205ms
D/AndroidRuntime(10663): Shutting down VM
D/jdwp    (10663): adbd disconnected
I/AndroidRuntime(10663): NOTE: attach of thread 'Binder Thread #3' failed
D/dalvikvm( 2379): GC_EXPLICIT freed 17 objects / 840 bytes in 252ms
D/skia    ( 2021): purging 95K from font cache [10 entries]
D/dalvikvm( 2021): GC_EXPLICIT freed 1958 objects / 95136 bytes in 278ms
D/dalvikvm( 2111): GC_EXPLICIT freed 223 objects / 8304 bytes in 169ms

Are you sure?
I have intalled the first version of air.apk. Works, but i need the last version, 2.6 or 2.5. But as you can see, couldn't install it.
So the new versions don't work in my phone?
Thanks in advance.

Similar Messages

  • Adobe AIR - Inconsistencies in detecting whether Adobe AIR runtime is installed

    Hello Flex community,
    I am having issues with detecting whether Adobe AIR is installed  using the following process: http://livedocs.adobe.com/flex/3/html/help.html?content=distributing_apps_3.html
    Having installed Adobe AIR 1.5, we are at times getting a value of  not installed from the getStatus() function of the air.swf located at  http://airdownload.adobe.com/air/browserapi/air.swf
    Has anyone else faced this issue before? If so, does anyone have any  steps to resolve it?
    Thanks!
    Mauricio

    After doing some more research on the issue, I have found other users encountering the same issue we are:
    http://groups.google.com/group/air-tight/browse_thread/thread/706716c29caf0254
    http://www.flexdeveloper.eu/forums/adobe-air/air-swf%27s-getstatus-method-mistakenly-retur ns-%27available%27-when-air-is-installed/
    http://forums.adobe.com/thread/435935
    In the second thread, it says:
    “My issue seems to be specifically related to the use of "Silent Install". My client has a distribution license for the AIR runtime and is bundling the AIR installer with their installer. When Silent Install is used to install the AIR Runtime, Adobe's air.swf reports that the runtime is not installed. This happens until the user initiates an air app, at which point air.swf is able to detect the runtime installation.””
    This seems to suggest there is a bug with the Silent Installer or with the air.swf getStatus function. I tried the steps above and was able to recreated and resolve the issue. Does anyone else know of a different workaround?

  • 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 runtime silent install

    Hi,
    I know this question is asked often but I haven't found a solution for current release.
    I've downloaded this version :
    http://airdownload.adobe.com/air/win/download/3.5/AdobeAIRInstaller.exe
    which is the lastest one.
    I can run it and install it on a clean system.
    But I can't find a switch to do it silently. I'm always having on the prompt the same result 'too many arguments'
    Why can't we update like other programs ?
    Thanks,
    Vincent

    Hi Vincent,
    I was able to install silently using the following steps:
    1. Open a command window, elevated as administrator
    2. Navigate to the AdobeAIRInstaller.exe file
    3. Run the command "AdobeAIRInstaller.exe -silent"

  • Sidecar AIR Runtime install with  Native .exe installer using ADT

    I have packaged my AIR app into a Native .exe installer using ADT. If the user does not have air installed and they are connected to the internet, the AIR runtime is automatically installed.
    Is it possible to package the AIR runtime into the exe so that if the user is not online the AIR runtime is installed?
    I have experimented with the sidecar install and .air file but ideally I want to only have the one file(.exe). I already have a distribution licence from Adobe.

    manicjames wrote:
    I have packaged my AIR app into a Native .exe installer using ADT. If the user does not have air installed and they are connected to the internet, the AIR runtime is automatically installed.
    Is it possible to package the AIR runtime into the exe so that if the user is not online the AIR runtime is installed?
    I have experimented with the sidecar install and .air file but ideally I want to only have the one file(.exe). I already have a distribution licence from Adobe.
    This isn't available at this time, but I think it's a great idea.  You might want to add a feature request for this over at ideas.adobe.com and bugbase.adobe.com, or review and vote for these current feature requests if they provide for what you're looking for:
    Portable AIR Apps
    Create portable AIR apps
    If you decide to add a new request, please post back with the URL so others can cast their votes and add comments.
    Chris

  • AIR runtime will not install

    I must be missing something simple....
    I cannot get the AIR runtime to install on a 17" G4 iMac,
    1ghz processor, 768 RAM. I click on the installer application and
    nothing happens.
    Has anyone else had this problem or can they shed some light
    on what might be going wrong?
    Thanks,
    Dan

    Hello, sorry to intervene in this thread, but couldn't figure
    out how to start a new one..!
    I'm running OS X 10.4.11. I've uninstalled all previous
    versions of AIR, searched the system for any files with the letters
    "AIR" in them and deleted anything that could have been related.
    emptied the trash. rebooted. downloaded the current version of AIR,
    and it still crashes.
    Crash log below. All help will be greatly appreciated!
    Daniel
    Host Name: G5
    Date/Time: 2008-07-04 09:01:17.080 -0400
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Adobe AIR Installer
    Path: /Volumes/Adobe AIR/Adobe AIR
    Installer.app/Contents/MacOS/Adobe AIR Installer
    Parent: WindowServer [62]
    Version: 1.0 (1.1.0.5790)
    PID: 271
    Thread: 0
    Exception: EXC_BAD_ACCESS (0x0001)
    Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    0 libSystem.B.dylib 0x900031c8 strlen + 8
    1 com.apple.Foundation 0x92bdb0c8 +[NSString
    stringWithUTF8String:] + 36
    2 com.adobe.AIR 0x02a3bd34 dyld_stub_mach_absolute_time +
    37545364
    3 com.adobe.AIR 0x02a3ba3c dyld_stub_mach_absolute_time +
    37544604
    4 com.adobe.AIR 0x029737e4 dyld_stub_mach_absolute_time +
    36724804
    5 com.adobe.AIR 0x02973ca4 dyld_stub_mach_absolute_time +
    36726020
    6 com.adobe.air.Installer 0x00004058 RuntimeAppMain(char
    const*, int) + 180
    7 com.adobe.air.Installer 0x000043bc main + 72
    8 com.adobe.air.Installer 0x000026e0 _start + 760
    9 com.adobe.air.Installer 0x000023e4 start + 48
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000900031c8 srr1: 0x100000000000f030 vrsave:
    0x0000000000000000
    cr: 0x24000462 xer: 0x0000000000000000 lr:
    0x0000000092bdb0c8 ctr: 0x00000000900031c0
    r0: 0x0000000092bdb0c8 r1: 0x00000000bffff660 r2:
    0x0000000000311784 r3: 0x0000000000000000
    r4: 0x0000000090ab8df0 r5: 0x0000000000000000 r6:
    0x0000000000000002 r7: 0xffffffffffffffff
    r8: 0x0000000000000004 r9: 0x0000000000000000 r10:
    0x0000000000000000 r11: 0x00000000a2bcf684
    r12: 0x00000000900031c0 r13: 0x0000000000000000 r14:
    0x0000000000000000 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18:
    0x0000000000000000 r19: 0x0000000000000000
    r20: 0x000000000341bbf4 r21: 0x000000000031fa90 r22:
    0x000000000341bbf4 r23: 0x0000000000318e10
    r24: 0x000000000030e420 r25: 0x000000000000000f r26:
    0x00000000bffff704 r27: 0x000000000334bbf4
    r28: 0x0000000000000000 r29: 0x00000000a2bf3e4c r30:
    0x0000000000000000 r31: 0x0000000092bdb0a4
    Binary Images Description:
    0x1000 - 0x7fff com.adobe.air.Installer 1.0 (1.1.0.5790)
    /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR
    Installer
    0x296b000 - 0x3295fff com.adobe.AIR 1.0 (1.1.0.5790)
    /Volumes/Adobe AIR/Adobe AIR
    Installer.app/Contents/Frameworks/Adobe
    AIR.framework/Versions/1.0/Adobe AIR
    0x8fe00000 - 0x8fe52fff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib
    /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib
    /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.4 (???)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.78 (???)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90895fff com.apple.CoreFoundation 6.4.11
    (368.35)
    /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???)
    /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib
    /usr/lib/libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib
    /usr/lib/libobjc.A.dylib
    0x90aea000 - 0x90b5cfff IOKit
    /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b72000 - 0x90b84fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8b000 - 0x90e62fff com.apple.CoreServices.CarbonCore
    681.17
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x90ec8000 - 0x90f48fff com.apple.CoreServices.OSServices 4.1
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x90f92000 - 0x90fd4fff com.apple.CFNetwork 129.22 (129.23)
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x90fe9000 - 0x91001fff com.apple.WebServices 1.1.2 (1.1.0)
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.f ramework/Versions/A/WebServicesCore
    0x91011000 - 0x91092fff com.apple.SearchKit 1.0.7
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x910d8000 - 0x91101fff com.apple.Metadata 10.4.4 (121.36)
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x91112000 - 0x91120fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91123000 - 0x912defff com.apple.security 4.6 (29770)
    /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dd000 - 0x913e6fff com.apple.DiskArbitration 2.1.2
    /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ed000 - 0x913f5fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f9000 - 0x91421fff com.apple.SystemConfiguration 1.8.3
    /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x91434000 - 0x9143ffff libgcc_s.1.dylib
    /usr/lib/libgcc_s.1.dylib
    0x91444000 - 0x914bffff com.apple.audio.CoreAudio 3.0.5
    /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fc000 - 0x914fcfff com.apple.ApplicationServices 10.4
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x914fe000 - 0x91536fff com.apple.AE 1.5 (297)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framewo rk/Versions/A/AE
    0x91551000 - 0x91623fff com.apple.ColorSync 4.4.10
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x91676000 - 0x91707fff com.apple.print.framework.PrintCore
    4.6 (177.13)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x9174e000 - 0x91805fff com.apple.QD 3.10.25 (???)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x91842000 - 0x918a0fff com.apple.HIServices 1.5.3 (???)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x918cf000 - 0x918f0fff com.apple.LangAnalysis 1.6.1
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x91904000 - 0x91929fff com.apple.FindByContent 1.5
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByCont ent.framework/Versions/A/FindByContent
    0x9193c000 - 0x9197efff com.apple.LaunchServices 182
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServ ices.framework/Versions/A/LaunchServices
    0x9199a000 - 0x919aefff com.apple.speech.synthesis.framework
    3.3
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x919bc000 - 0x91a02fff com.apple.ImageIO.framework 1.5.7
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x91a19000 - 0x91ae0fff libcrypto.0.9.7.dylib
    /usr/lib/libcrypto.0.9.7.dylib
    0x91b2e000 - 0x91b43fff libcups.2.dylib
    /usr/lib/libcups.2.dylib
    0x91b48000 - 0x91b66fff libJPEG.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x91b6c000 - 0x91c23fff libJP2.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJP2.dylib
    0x91c72000 - 0x91c76fff libGIF.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x91c78000 - 0x91ce2fff libRaw.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRaw.dylib
    0x91ce7000 - 0x91d24fff libTIFF.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x91d2b000 - 0x91d45fff libPng.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x91d4a000 - 0x91d4dfff libRadiance.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x91d4f000 - 0x91e3dfff libxml2.2.dylib
    /usr/lib/libxml2.2.dylib
    0x91e5c000 - 0x91e5cfff com.apple.Accelerate 1.2.2
    (Accelerate 1.2.2)
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e5e000 - 0x91f43fff com.apple.vImage 2.4
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x91f4b000 - 0x91f6afff com.apple.Accelerate.vecLib 3.2.2
    (vecLib 3.2.2)
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x91fd6000 - 0x92044fff libvMisc.dylib
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x9204f000 - 0x920e4fff libvDSP.dylib

  • AIR Runtime exe as well as my App exe into one exe

      How to Bundle AIR Runtime exe as well as my App exe into one exe in Windows XP so that user can have only one exe and on clicking of that it will automatically install AIR Runtime if it is not installed or a lower version of it is there.?

    Air runtime is installed automatically for you there is no need to bundle it that way. The Captive Runtime bundles your application with AIR runtime dll taken from your SDK at time of compilation. This release type doesn't require separate AIR download, but it doesn't produce installer of any kind for your application - just a bundle (your swf + air dll + project descriptor). You can use tools to package the whole thing into msi isntaller. Tools like advanced installer, install jummer or, WiX tool are used for that.
    GL.

  • Any way to install AIR runtime on HTC MyTouch 3G Slide?

    Hello,
    I see on the list of certified devices that the HTC MyTouch is listed.
    http://www.adobe.com/flashplatform/certified_devices/smartphones.html
    It's not clear whether this implies support for the MyTouch 3G Slide. I have the Slide, and I have done the manual upgrade to 2.2.1 (Froyo). My phone can run Flash animations, so I think the 2.2.1 upgrade came with a built in Flash player of sorts.
    I cannot find the Adobe Air runtime in the Android Market, and I'm not able to install the runtime through adb on the command line either. Moreover, navigating to market.android.com on the phone in the browser and pulling up the AIR runtime displays an error that my device is not supported.
    I think the Slide has an ARM6 based processor, which could be the issue, but that doesn't explain why the MyTouch is listed in the certified devices. I undersand there are a few different MyTouch models, but I don't think any of them will be higher performance than the 3G Slide -- all of the MyTouch phones are entry level phones. Could it be that the MyTouch listed in the certified devices list is a new 4G model? Am I missing something?
    Regardless, I am not able to install the AIR runtime on my phone.
    Anyone have suggestions, or is it not possible to install the AIR runtime on the MyTouch 3G Slide running Froyo?
    Thanks in advance.

    That's what I figured. Thanks for confirming that.
    If anyone from Adobe is reading this, it seems that the list of certified devices should list the HTC MyTouch explicitly as the MyTouch 4G since there are a lot of MyTouch 3G devices (including, but not limited to the MyTouch 3G Slide) that are apparently not supported for AIR.
    The list of certified devices I'm talking about is here:
    http://www.adobe.com/flashplatform/certified_devices/smartphones.html

  • Error in installing Adobe AIR runtime (Windows)

    I've been trying to install TeeBoard to be used with OBS, however, AIR will not install no matter what i do. I've followed all the help on the support page and none of it worked. It keeps saying i need administrator access even though i'm running it as an administrator. Additionally, every time i double click a .air extension to try and install the application it wont open up with the windows installer.
    [2014-03-10:19:54:56] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2014-03-10:19:54:56] Commandline is: -silent -eulaAccepted -programMenu AdobeHelp.air
    [2014-03-10:19:54:56] No installed runtime detected
    [2014-03-10:19:54:56] Invoking Application Installer for combined install
    [2014-03-10:19:54:56] Launching subprocess with commandline C:\Users\JONATH~1\AppData\Local\Temp\AIR1D44.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIR1D44.tmp -silent -withRuntime -url -programMenu -eulaAccepted file:///C:/Users/Jonathon%20Beliveau/Downloads/Adobe%20CS6%20Master%20Collection/payloads /AdobeHelp/AdobeHelp.air
    [2014-03-10:19:54:56] Application Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2014-03-10:19:54:56] Commandline is: -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIR1D44.tmp -silent -withRuntime -url -programMenu -eulaAccepted file:///C:/Users/Jonathon%20Beliveau/Downloads/Adobe%20CS6%20Master%20Collection/payloads /AdobeHelp/AdobeHelp.air
    [2014-03-10:19:54:56] No installed runtime detected
    [2014-03-10:19:54:56] Unpackaging file:///C:/Users/Jonathon%20Beliveau/Downloads/Adobe%20CS6%20Master%20Collection/payloads /AdobeHelp/AdobeHelp.air to C:\Users\Jonathon Beliveau\AppData\Local\Temp\fla28A9.tmp
    [2014-03-10:19:55:01] Application signature verified
    [2014-03-10:19:55:01] Unpackaging/validation complete
    [2014-03-10:19:55:01] Converting unpackaged application to a native installation package in C:\Users\Jonathon Beliveau\AppData\Local\Temp\fla398B.tmp
    [2014-03-10:19:55:01] Native installation package creation succeeded
    [2014-03-10:19:55:01] Starting silent combined runtime and app install.
    Installing runtime version 3.1.0.4880.
    Installing app chc.4875E02D9FB21EE389F73B8D1702B320485DF8CE.1 version 4.0.244 to C:\Program Files (x86)\Adobe using the source file at file:///C:/Users/Jonathon%20Beliveau/Downloads/Adobe%20CS6%20Master%20Collection/payloads /AdobeHelp/AdobeHelp.air
    [2014-03-10:19:55:01] Installing msi at C:\Users\JONATH~1\AppData\Local\Temp\AIR1D44.tmp\setup.msi with guid {FE23D063-934D-4829-A0D8-00634CE79B4A}
    [2014-03-10:19:55:03] Installing msi at C:\Users\Jonathon Beliveau\AppData\Local\Temp\fla398B.tmp\setup.msi with guid {7451619F-5377-BE39-26FC-4685CB012ABB}
    [2014-03-10:19:55:07] Application Installer end with exit code 0
    [2014-03-10:19:55:07] Subprocess app installer succeeded
    [2014-03-10:19:55:07] Runtime Installer end with exit code 0
    [2014-03-10:19:57:49] Runtime Installer begin with version 2.7.1.19600 on Windows 7 x86
    [2014-03-10:19:57:49] Commandline is: -silent -eulaAccepted -programMenu WidgetBrowser.air
    [2014-03-10:19:57:49] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-03-10:19:57:49] Invoking Application Installer for combined install
    [2014-03-10:19:57:49] Launching subprocess with commandline C:\Users\JONATH~1\AppData\Local\Temp\AIRC5A3.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIRC5A3.tmp -silent -withRuntime -url -programMenu -eulaAccepted file:///C:/Users/Jonathon%20Beliveau/Downloads/Adobe%20CS6%20Master%20Collection/payloads /AdobeDreamweaverWidgetsBrowser1.0-mul/WidgetBrowser.air
    [2014-03-10:19:57:49] Application Installer begin with version 2.7.1.19600 on Windows 7 x86
    [2014-03-10:19:57:49] Commandline is: -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIRC5A3.tmp -silent -withRuntime -url -programMenu -eulaAccepted file:///C:/Users/Jonathon%20Beliveau/Downloads/Adobe%20CS6%20Master%20Collection/payloads /AdobeDreamweaverWidgetsBrowser1.0-mul/WidgetBrowser.air
    [2014-03-10:19:57:49] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-03-10:19:57:50] Unpackaging file:///C:/Users/Jonathon%20Beliveau/Downloads/Adobe%20CS6%20Master%20Collection/payloads /AdobeDreamweaverWidgetsBrowser1.0-mul/WidgetBrowser.air to C:\Users\Jonathon Beliveau\AppData\Local\Temp\flaCE89.tmp
    [2014-03-10:19:57:50] Application signature verified
    [2014-03-10:19:57:50] Unpackaging/validation complete
    [2014-03-10:19:57:50] No app located for appID 'com.adobe.WidgetBrowser' and pubID ''
    [2014-03-10:19:57:50] Converting unpackaged application to a native installation package in C:\Users\Jonathon Beliveau\AppData\Local\Temp\flaD0DA.tmp
    [2014-03-10:19:57:51] Native installation package creation succeeded
    [2014-03-10:19:57:51] Starting silent app installation to C:\Program Files (x86)\Adobe. Installing app com.adobe.WidgetBrowser version 2.0 Build 348 using the source file at file:///C:/Users/Jonathon%20Beliveau/Downloads/Adobe%20CS6%20Master%20Collection/payloads /AdobeDreamweaverWidgetsBrowser1.0-mul/WidgetBrowser.air
    [2014-03-10:19:57:51] Installing msi at C:\Users\Jonathon Beliveau\AppData\Local\Temp\flaD0DA.tmp\setup.msi with guid {1907FB7F-C178-4C59-AB2B-1075AFF15FEB}
    [2014-03-10:19:57:52] Application Installer end with exit code 0
    [2014-03-10:19:57:52] Subprocess app installer succeeded
    [2014-03-10:19:57:52] Runtime Installer end with exit code 0
    [2014-09-21:01:35:35] Runtime Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:35:35] Commandline is:
    [2014-09-21:01:35:35] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:35:40] Relaunching with elevation
    [2014-09-21:01:35:40] Launching subprocess with commandline c:\users\jonath~1\appdata\local\temp\air3cfc.tmp\adobe air installer.exe -ei
    [2014-09-21:01:35:41] Runtime Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:35:41] Commandline is: -stdio \\.\pipe\AIR_10716_0 -ei
    [2014-09-21:01:35:41] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:35:42] Starting silent runtime update. Updating runtime from version 3.1.0.4880 to version 15.0.0.249
    [2014-09-21:01:35:42] Installing msi at c:\users\jonath~1\appdata\local\temp\air3cfc.tmp\setup.msi with guid {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DD}
    [2014-09-21:01:35:43] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:35:43] Rolling back install of c:\users\jonath~1\appdata\local\temp\air3cfc.tmp\setup.msi
    [2014-09-21:01:35:43] Rollback complete
    [2014-09-21:01:35:43] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:35:43] Runtime Installer end with exit code 7
    [2014-09-21:01:36:13] Runtime Installer end with exit code 7
    [2014-09-21:01:36:41] Runtime Installer begin with version 15.0.0.249 on Windows Vista x86
    [2014-09-21:01:36:41] Commandline is:
    [2014-09-21:01:36:41] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:36:46] Relaunching with elevation
    [2014-09-21:01:36:46] Launching subprocess with commandline c:\users\jonath~1\appdata\local\temp\air3fab.tmp\adobe air installer.exe -ei
    [2014-09-21:01:36:47] Runtime Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:36:47] Commandline is: -stdio \\.\pipe\AIR_10476_0 -ei
    [2014-09-21:01:36:47] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:36:48] Starting silent runtime update. Updating runtime from version 3.1.0.4880 to version 15.0.0.249
    [2014-09-21:01:36:48] Installing msi at c:\users\jonath~1\appdata\local\temp\air3fab.tmp\setup.msi with guid {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DD}
    [2014-09-21:01:36:48] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:36:48] Rolling back install of c:\users\jonath~1\appdata\local\temp\air3fab.tmp\setup.msi
    [2014-09-21:01:36:48] Rollback complete
    [2014-09-21:01:36:48] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:36:48] Runtime Installer end with exit code 7
    [2014-09-21:01:36:50] Runtime Installer end with exit code 7
    [2014-09-21:01:37:12] Runtime Installer begin with version 15.0.0.249 on Windows Vista x86
    [2014-09-21:01:37:12] Commandline is:
    [2014-09-21:01:37:12] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:37:17] Relaunching with elevation
    [2014-09-21:01:37:17] Launching subprocess with commandline c:\users\jonath~1\appdata\local\temp\airbb40.tmp\adobe air installer.exe -ei
    [2014-09-21:01:37:17] Runtime Installer begin with version 15.0.0.249 on Windows Vista x86
    [2014-09-21:01:37:17] Commandline is: -stdio \\.\pipe\AIR_10276_0 -ei
    [2014-09-21:01:37:17] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:37:17] Starting silent runtime update. Updating runtime from version 3.1.0.4880 to version 15.0.0.249
    [2014-09-21:01:37:17] Installing msi at c:\users\jonath~1\appdata\local\temp\airbb40.tmp\setup.msi with guid {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DD}
    [2014-09-21:01:37:18] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:37:18] Rolling back install of c:\users\jonath~1\appdata\local\temp\airbb40.tmp\setup.msi
    [2014-09-21:01:37:18] Rollback complete
    [2014-09-21:01:37:18] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:37:18] Runtime Installer end with exit code 7
    [2014-09-21:01:37:19] Runtime Installer end with exit code 7
    [2014-09-21:01:37:57] Application Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2014-09-21:01:37:57] Commandline is: "C:\Users\Jonathon Beliveau\Downloads\TeeBoard\TeeBoard v0.1.5.air"
    [2014-09-21:01:37:57] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:37:58] Unpackaging file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air to C:\Users\Jonathon Beliveau\AppData\Local\Temp\fla7877.tmp
    [2014-09-21:01:37:58] Unpackaging/validation complete
    [2014-09-21:01:37:58] Application has unknown namespace http://ns.adobe.com/air/application/3.7. Attempting immediate runtime update
    [2014-09-21:01:37:58] Begin runtime update download from http://airdownload.adobe.com/air/3/windows/x86/add/3.7/update
    [2014-09-21:01:37:58] Download destination is C:\Users\Jonathon Beliveau\AppData\Roaming\Adobe\AIR\Updater\Update
    [2014-09-21:01:37:58] Unpackaging http://airdownload.adobe.com/air/3/windows/x86/add/3.7/update to C:\Users\Jonathon Beliveau\AppData\Roaming\Adobe\AIR\Updater\Update
    [2014-09-21:01:38:16] Unpackaging complete
    [2014-09-21:01:38:16] Download success
    [2014-09-21:01:38:16] Successfully downloaded immediate update. Invoking downloaded installer
    [2014-09-21:01:38:16] Launching subprocess with commandline C:\Users\Jonathon Beliveau\AppData\Roaming\Adobe\AIR\Updater\Update\updater -x1 file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:38:17] Application Installer end with exit code 0
    [2014-09-21:01:38:19] Runtime Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:38:19] Commandline is: -x1 file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:38:19] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:38:19] Invoking Application Installer for combined install
    [2014-09-21:01:38:19] Launching subprocess with commandline C:\Users\JONATH~1\AppData\Local\Temp\AIRC1C5.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIRC1C5.tmp -withRuntime -url file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:38:19] Application Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:38:19] Commandline is: -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIRC1C5.tmp -withRuntime -url file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:38:19] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:38:20] Unpackaging file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air to C:\Users\Jonathon Beliveau\AppData\Local\Temp\flaCEA1.tmp
    [2014-09-21:01:38:21] Application signature verified
    [2014-09-21:01:38:21] Unpackaging/validation complete
    [2014-09-21:01:38:21] No app located for appID 'be.gip.twitch.TeeBoard' and pubID ''
    [2014-09-21:01:38:33] Converting unpackaged application to a native installation package in C:\Users\Jonathon Beliveau\AppData\Local\Temp\fla329.tmp
    [2014-09-21:01:38:34] Native installation package creation succeeded
    [2014-09-21:01:38:34] Launching subprocess with commandline C:\Users\JONATH~1\AppData\Local\Temp\AIRC1C5.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIRC1C5.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files (x86)\Air\Gip" -desktopShortcut -programMenu file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:38:34] Relaunching with elevation
    [2014-09-21:01:38:36] Application Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:38:36] Commandline is: -stdio \\.\pipe\AIR_3768_0 -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIRC1C5.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files (x86)\Air\Gip" -desktopShortcut -programMenu file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:38:36] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:38:36] Unpackaging file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air to C:\Users\Jonathon Beliveau\AppData\Local\Temp\flaECC.tmp
    [2014-09-21:01:38:37] Application signature verified
    [2014-09-21:01:38:37] Unpackaging/validation complete
    [2014-09-21:01:38:37] No app located for appID 'be.gip.twitch.TeeBoard' and pubID ''
    [2014-09-21:01:38:37] Converting unpackaged application to a native installation package in C:\Users\Jonathon Beliveau\AppData\Local\Temp\fla1265.tmp
    [2014-09-21:01:38:38] Native installation package creation succeeded
    [2014-09-21:01:38:38] Starting silent combined runtime update and app install.
    Updating runtime from version 3.1.0.4880 to version 15.0.0.249.
    Installing app be.gip.twitch.TeeBoard version 0.1.5 to C:\Program Files (x86)\Air\Gip  using the source file at file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:38:38] Installing msi at C:\Users\JONATH~1\AppData\Local\Temp\AIRC1C5.tmp\setup.msi with guid {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DD}
    [2014-09-21:01:38:38] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:38:38] Rolling back install of C:\Users\JONATH~1\AppData\Local\Temp\AIRC1C5.tmp\setup.msi
    [2014-09-21:01:38:38] Rollback complete
    [2014-09-21:01:38:38] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:38:38] Elevated install failed: error 0 1603
    [2014-09-21:01:38:39] Application Installer end with exit code 7
    [2014-09-21:01:38:47] Application Installer end with exit code 7
    [2014-09-21:01:38:48] Subprocess app installer failed (7)
    [2014-09-21:01:38:48] Runtime Installer end with exit code 7
    [2014-09-21:01:38:59] Application Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2014-09-21:01:38:59] Commandline is: "C:\Users\Jonathon Beliveau\Downloads\TeeBoard\TeeBoard v0.1.5.air"
    [2014-09-21:01:38:59] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:38:59] Unpackaging file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air to C:\Users\Jonathon Beliveau\AppData\Local\Temp\fla692B.tmp
    [2014-09-21:01:39:00] Unpackaging/validation complete
    [2014-09-21:01:39:00] Application has unknown namespace http://ns.adobe.com/air/application/3.7. Attempting immediate runtime update
    [2014-09-21:01:39:00] Begin runtime update download from http://airdownload.adobe.com/air/3/windows/x86/add/3.7/update
    [2014-09-21:01:39:00] Download destination is C:\Users\Jonathon Beliveau\AppData\Roaming\Adobe\AIR\Updater\Update
    [2014-09-21:01:39:00] Unpackaging http://airdownload.adobe.com/air/3/windows/x86/add/3.7/update to C:\Users\Jonathon Beliveau\AppData\Roaming\Adobe\AIR\Updater\Update
    [2014-09-21:01:39:04] Unpackaging complete
    [2014-09-21:01:39:04] Download success
    [2014-09-21:01:39:04] Successfully downloaded immediate update. Invoking downloaded installer
    [2014-09-21:01:39:04] Launching subprocess with commandline C:\Users\Jonathon Beliveau\AppData\Roaming\Adobe\AIR\Updater\Update\updater -x1 file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:39:04] Application Installer end with exit code 0
    [2014-09-21:01:39:07] Runtime Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:39:07] Commandline is: -x1 file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:39:07] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:39:07] Invoking Application Installer for combined install
    [2014-09-21:01:39:07] Launching subprocess with commandline C:\Users\JONATH~1\AppData\Local\Temp\AIR7B15.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIR7B15.tmp -withRuntime -url file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:39:08] Application Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:39:08] Commandline is: -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIR7B15.tmp -withRuntime -url file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:39:08] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:39:08] Unpackaging file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air to C:\Users\Jonathon Beliveau\AppData\Local\Temp\fla8A80.tmp
    [2014-09-21:01:39:09] Application signature verified
    [2014-09-21:01:39:09] Unpackaging/validation complete
    [2014-09-21:01:39:09] No app located for appID 'be.gip.twitch.TeeBoard' and pubID ''
    [2014-09-21:01:39:17] Converting unpackaged application to a native installation package in C:\Users\Jonathon Beliveau\AppData\Local\Temp\flaAD6C.tmp
    [2014-09-21:01:39:17] Native installation package creation succeeded
    [2014-09-21:01:39:17] Launching subprocess with commandline C:\Users\JONATH~1\AppData\Local\Temp\AIR7B15.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIR7B15.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files (x86)\Air\Gip" -desktopShortcut -programMenu file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:39:17] Relaunching with elevation
    [2014-09-21:01:39:19] Application Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:39:19] Commandline is: -stdio \\.\pipe\AIR_9760_0 -runtime C:\Users\JONATH~1\AppData\Local\Temp\AIR7B15.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files (x86)\Air\Gip" -desktopShortcut -programMenu file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:39:19] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2014-09-21:01:39:19] Unpackaging file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air to C:\Users\Jonathon Beliveau\AppData\Local\Temp\flaB788.tmp
    [2014-09-21:01:39:20] Application signature verified
    [2014-09-21:01:39:20] Unpackaging/validation complete
    [2014-09-21:01:39:20] No app located for appID 'be.gip.twitch.TeeBoard' and pubID ''
    [2014-09-21:01:39:20] Converting unpackaged application to a native installation package in C:\Users\Jonathon Beliveau\AppData\Local\Temp\flaBAC4.tmp
    [2014-09-21:01:39:21] Native installation package creation succeeded
    [2014-09-21:01:39:21] Starting silent combined runtime update and app install.
    Updating runtime from version 3.1.0.4880 to version 15.0.0.249.
    Installing app be.gip.twitch.TeeBoard version 0.1.5 to C:\Program Files (x86)\Air\Gip  using the source file at file:///C:/Users/Jonathon%20Beliveau/Downloads/TeeBoard/TeeBoard%20v0.1.5.air
    [2014-09-21:01:39:21] Installing msi at C:\Users\JONATH~1\AppData\Local\Temp\AIR7B15.tmp\setup.msi with guid {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DD}
    [2014-09-21:01:39:21] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:39:21] Rolling back install of C:\Users\JONATH~1\AppData\Local\Temp\AIR7B15.tmp\setup.msi
    [2014-09-21:01:39:21] Rollback complete
    [2014-09-21:01:39:21] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:39:21] Elevated install failed: error 0 1603
    [2014-09-21:01:39:22] Application Installer end with exit code 7
    [2014-09-21:01:39:23] Application Installer end with exit code 7
    [2014-09-21:01:39:23] Subprocess app installer failed (7)
    [2014-09-21:01:39:23] Runtime Installer end with exit code 7
    [2014-09-21:01:44:06] Runtime Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:44:06] Commandline is:
    [2014-09-21:01:44:06] No installed runtime detected
    [2014-09-21:01:44:10] Relaunching with elevation
    [2014-09-21:01:44:10] Launching subprocess with commandline c:\users\jonath~1\appdata\local\temp\aircf8.tmp\adobe air installer.exe -ei
    [2014-09-21:01:44:10] Runtime Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:44:10] Commandline is: -stdio \\.\pipe\AIR_3416_0 -ei
    [2014-09-21:01:44:10] No installed runtime detected
    [2014-09-21:01:44:10] Starting silent runtime install. Installing runtime version 15.0.0.249
    [2014-09-21:01:44:10] Installing msi at c:\users\jonath~1\appdata\local\temp\aircf8.tmp\setup.msi with guid {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DD}
    [2014-09-21:01:44:10] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:44:10] Rolling back install of c:\users\jonath~1\appdata\local\temp\aircf8.tmp\setup.msi
    [2014-09-21:01:44:10] Rollback complete
    [2014-09-21:01:44:10] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:44:10] Runtime Installer end with exit code 7
    [2014-09-21:01:44:15] Runtime Installer end with exit code 7
    [2014-09-21:01:44:25] Runtime Installer begin with version 15.0.0.249 on Windows Vista x86
    [2014-09-21:01:44:25] Commandline is:
    [2014-09-21:01:44:25] No installed runtime detected
    [2014-09-21:01:44:27] Relaunching with elevation
    [2014-09-21:01:44:27] Launching subprocess with commandline c:\users\jonath~1\appdata\local\temp\air56b4.tmp\adobe air installer.exe -ei
    [2014-09-21:01:44:29] Runtime Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:44:29] Commandline is: -stdio \\.\pipe\AIR_5404_0 -ei
    [2014-09-21:01:44:29] No installed runtime detected
    [2014-09-21:01:44:30] Starting silent runtime install. Installing runtime version 15.0.0.249
    [2014-09-21:01:44:30] Installing msi at c:\users\jonath~1\appdata\local\temp\air56b4.tmp\setup.msi with guid {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DD}
    [2014-09-21:01:44:30] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:44:30] Rolling back install of c:\users\jonath~1\appdata\local\temp\air56b4.tmp\setup.msi
    [2014-09-21:01:44:30] Rollback complete
    [2014-09-21:01:44:30] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:44:30] Runtime Installer end with exit code 7
    [2014-09-21:01:44:32] Runtime Installer end with exit code 7
    [2014-09-21:01:50:38] Runtime Installer begin with version 15.0.0.249 on Windows Vista x86
    [2014-09-21:01:50:38] Commandline is:
    [2014-09-21:01:50:38] No installed runtime detected
    [2014-09-21:01:50:43] Relaunching with elevation
    [2014-09-21:01:50:43] Launching subprocess with commandline c:\users\jonath~1\appdata\local\temp\air8f2.tmp\adobe air installer.exe -ei
    [2014-09-21:01:50:45] Runtime Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:01:50:45] Commandline is: -stdio \\.\pipe\AIR_9440_0 -ei
    [2014-09-21:01:50:45] No installed runtime detected
    [2014-09-21:01:50:45] Starting silent runtime install. Installing runtime version 15.0.0.249
    [2014-09-21:01:50:45] Installing msi at c:\users\jonath~1\appdata\local\temp\air8f2.tmp\setup.msi with guid {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DD}
    [2014-09-21:01:50:45] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:50:45] Rolling back install of c:\users\jonath~1\appdata\local\temp\air8f2.tmp\setup.msi
    [2014-09-21:01:50:45] Rollback complete
    [2014-09-21:01:50:45] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:01:50:45] Runtime Installer end with exit code 7
    [2014-09-21:01:53:50] Runtime Installer end with exit code 7
    [2014-09-21:02:16:54] Runtime Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:02:16:54] Commandline is:
    [2014-09-21:02:16:54] No installed runtime detected
    [2014-09-21:02:16:56] Relaunching with elevation
    [2014-09-21:02:16:56] Launching subprocess with commandline c:\users\jonath~1\appdata\local\temp\air134f.tmp\adobe air installer.exe -ei
    [2014-09-21:02:16:56] Runtime Installer begin with version 15.0.0.249 on Windows 7 x86
    [2014-09-21:02:16:56] Commandline is: -stdio \\.\pipe\AIR_10552_0 -ei
    [2014-09-21:02:16:56] No installed runtime detected
    [2014-09-21:02:16:56] Starting silent runtime install. Installing runtime version 15.0.0.249
    [2014-09-21:02:16:56] Installing msi at c:\users\jonath~1\appdata\local\temp\air134f.tmp\setup.msi with guid {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DD}
    [2014-09-21:02:16:57] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:02:16:57] Rolling back install of c:\users\jonath~1\appdata\local\temp\air134f.tmp\setup.msi
    [2014-09-21:02:16:57] Rollback complete
    [2014-09-21:02:16:57] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-21:02:16:57] Runtime Installer end with exit code 7
    [2014-09-21:02:16:59] Runtime Installer end with exit code 7

    Download and run the offline installer from http://get.adobe.com/reader/enterprise/
    [topic moved to Adobe Reader forum]

  • Installing ADOBE AIR Runtime ?

    Is it possible to install ADOBE AIR Runtime in silent mode without admin privileges on Windows?
    Regards

    There is no option for per-user install; you'll have to be
    admin to install the application.
    regards,
    Oliver Goldman | Adobe AIR Engineering

  • I have flash professional cc and I need air for desktop application with .exe or .air that should contain all swf's and captive air runtime in one Installer only . I don't want to install separate adobe air runtime .

    I need Air for desktop application either in .exe or in .air with embedded captive runtime just like .apk . I don't want to install adobe air separate . everything should come in installer
    I have adobe flash professional cc development tool , let me know whether I have to go with other development tool???
    your reply will  increase my confidential level
    please anyone can help me to solve this problem
    Thanks&regards
    Niranjan

    Adobe Flash Professional CC manual
    1) Create new project
    2) Configure your Project properties
    3) Embed runtime, so you users can use Adobe AIR without pre-installed Adobe AIR runtime
    4) After publishing you will receive %APP_NAME%.app folder that contain your project files

  • Adobe Premiere Elements 8 Can't finish installing Air Runtime Process, and Can't open New Project!

    Hey guys,
         I'm having some major issues installing PE8.  I can open the installer screen fine, and it installs fine until it gets to installing the Air Runtime Process.  I have left it downloading that one process for about 5 hours, and i'm not exaggerating.  Finnally, I get too mad waiting for it to finish that I exit out of the installation process.  Even though the installation was never fully finished, for some reason I do have a Desktop icon for PE8.  I click on that and it opens the splash screen with the buttons "New project", "Open Project", and "Organize".  When I try to open "New Project" it begins loading the files that it needs to to open it.  When it gets to loading the Windows Media file, it freezes and then crashes.
         I have uninstalled the PE8 and reinstalled it about 5 times now.  I have also used the Windows Cleanup program to clean these corrupted files out of my system before reinstalling.  I have called in twice now to the technical support and they haven't helped me one ounce.  Any answers would be appreciated!  Thanks
    Thanks Again,
    Spencer
    Here is the Crash Data:
    <?xml version="1.0"?>
    <!DOCTYPE crashreport SYSTEM "AdobeCrashReporter.dtd">
    <crashreport version="1.1" crVersion="3.0.20090804" applicationName="Adobe Premiere Elements" applicationVersion="8. 0. 0. 0" build="unknown">
    <time year="2009" month="11" day="20" hour="22" minute="57" second="2"/>
    <user guid="f32bcbfe-242d-4051-8b96-487956b2e7bc"/>
    <system platform="windows" osversion="5.1.2600 SP 2.0" applicationlanguage="Language Neutral" userlanguage="en_US" oslanguage="en_US" ram="893" machine="AMD Athlon(tm) 64 X2 Dual-Core Processor TK-55" model="x86 Family 15 Model 104 Stepping 1" cpuCount="2" cpuFreq="1800 MHz" busFreq="" locale="English (United States)"/>
    <crash exception="EXCEPTION_ACCESS_VIOLATION" instruction="0x01a29f27">
    <backtrace crashedThread="0">
    <thread index="0">
    <stackStatement index="0" address="0x01a29f27" symbolname="UIF::MenuUtils::RenameMenuItemCommand"/>
    </thread>
    </backtrace>
    <registerSet>
    <register name="EAX" value="0x00000000"/>
    <register name="EBX" value="0x000000fa"/>
    <register name="ECX" value="0x50010001"/>
    <register name="EDX" value="0x0012ddc0"/>
    <register name="ESI" value="0x0c93f3a0"/>
    <register name="EDI" value="0x0012df24"/>
    <register name="ESP" value="0x00000057"/>
    <register name="EBP" value="0x0000004f"/>
    <register name="EIP" value="0x00000000"/>
    <register name="EFL" value="0x00010246"/>
    </registerSet>
    <binaryImageSet>
    <binaryImage start="0x00400000" end="0x008de000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Adobe Premiere Elements.exe"/>
    <binaryImage start="0x7c900000" end="0x7c9b2000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;ntdll.dll"/>
    <binaryImage start="0x7c800000" end="0x7c8f5000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;kernel32.dll"/>
    <binaryImage start="0x10000000" end="0x1000f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;CrashReporter.dll"/>
    <binaryImage start="0x59a60000" end="0x59b01000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;dbghelp.dll"/>
    <binaryImage start="0x77c10000" end="0x77c68000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msvcrt.dll"/>
    <binaryImage start="0x77c00000" end="0x77c08000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;version.dll"/>
    <binaryImage start="0x77dd0000" end="0x77e6b000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;advapi32.dll"/>
    <binaryImage start="0x77e70000" end="0x77f02000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;rpcrt4.dll"/>
    <binaryImage start="0x77fe0000" end="0x77ff1000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;secur32.dll"/>
    <binaryImage start="0x00340000" end="0x0034f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;LogUtils.dll"/>
    <binaryImage start="0x7c9c0000" end="0x7d1d6000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;shell32.dll"/>
    <binaryImage start="0x77f10000" end="0x77f58000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;gdi32.dll"/>
    <binaryImage start="0x77d40000" end="0x77dd0000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;user32.dll"/>
    <binaryImage start="0x77f60000" end="0x77fd6000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;shlwapi.dll"/>
    <binaryImage start="0x774e0000" end="0x7761c000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;ole32.dll"/>
    <binaryImage start="0x78130000" end="0x781cb000" type="__TEXT" path="C:&#92;WINDOWS&#92;WinSxS&#92;x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.405 3_x-ww_e6967989&#92;msvcr80.dll"/>
    <binaryImage start="0x7c420000" end="0x7c4a7000" type="__TEXT" path="C:&#92;WINDOWS&#92;WinSxS&#92;x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.405 3_x-ww_e6967989&#92;msvcp80.dll"/>
    <binaryImage start="0x77120000" end="0x771ac000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;oleaut32.dll"/>
    <binaryImage start="0x008e0000" end="0x00a34000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;dvacore.dll"/>
    <binaryImage start="0x00370000" end="0x003fc000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ASLFoundation.dll"/>
    <binaryImage start="0x4ec50000" end="0x4edfb000" type="__TEXT" path="C:&#92;WINDOWS&#92;WinSxS&#92;x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.60 01.22319_x-ww_f0b4c2df&#92;GdiPlus.dll"/>
    <binaryImage start="0x76bf0000" end="0x76bfb000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;psapi.dll"/>
    <binaryImage start="0x00a50000" end="0x00a56000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;PRM.dll"/>
    <binaryImage start="0x773d0000" end="0x774d2000" type="__TEXT" path="C:&#92;WINDOWS&#92;WinSxS&#92;x86_Microsoft.Windows.Common-Controls_6595b64144ccf1d f_6.0.2600.2180_x-ww_a84f1ff9&#92;comctl32.dll"/>
    <binaryImage start="0x012a0000" end="0x012d7000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;adobe_caps.dll"/>
    <binaryImage start="0x012f0000" end="0x01322000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Startup.dll"/>
    <binaryImage start="0x01340000" end="0x01369000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;PreRegistration.dll"/>
    <binaryImage start="0x01380000" end="0x0168b000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;amtlib.dll"/>
    <binaryImage start="0x5b860000" end="0x5b8b4000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;netapi32.dll"/>
    <binaryImage start="0x71ab0000" end="0x71ac7000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;ws2_32.dll"/>
    <binaryImage start="0x71aa0000" end="0x71aa8000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;ws2help.dll"/>
    <binaryImage start="0x4d4f0000" end="0x4d548000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;winhttp.dll"/>
    <binaryImage start="0x763b0000" end="0x763f9000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;comdlg32.dll"/>
    <binaryImage start="0x12000000" end="0x121c7000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;xerces-c_2_1_0.dll"/>
    <binaryImage start="0x016a0000" end="0x016b1000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msvcirt.dll"/>
    <binaryImage start="0x018c0000" end="0x01dae000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;UIFramework.dll"/>
    <binaryImage start="0x016d0000" end="0x01843000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ImageRenderer.dll"/>
    <binaryImage start="0x7f840000" end="0x7fa07000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;MCDVD_32.DLL"/>
    <binaryImage start="0x76b40000" end="0x76b6d000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;winmm.dll"/>
    <binaryImage start="0x01db0000" end="0x02073000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;libmmd.dll"/>
    <binaryImage start="0x02080000" end="0x022ae000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;dvaui.dll"/>
    <binaryImage start="0x01870000" end="0x01886000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ASLMessaging.dll"/>
    <binaryImage start="0x022b0000" end="0x02ac0000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Backend.dll"/>
    <binaryImage start="0x02ac0000" end="0x02c8e000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;xerces-c_2_7.dll"/>
    <binaryImage start="0x02ca0000" end="0x02d04000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AudioRenderer.dll"/>
    <binaryImage start="0x02d20000" end="0x02d47000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;MediaFoundation.dll"/>
    <binaryImage start="0x02d60000" end="0x02d84000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;processcoordinationclient.dll"/>
    <binaryImage start="0x02da0000" end="0x02da9000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;processcoordinationsupport.dll"/>
    <binaryImage start="0x02dc0000" end="0x02dd3000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ASLUnitTesting.dll"/>
    <binaryImage start="0x02df0000" end="0x02e00000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ASLConsole.dll"/>
    <binaryImage start="0x02e10000" end="0x02ed7000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;dvaworkspace.dll"/>
    <binaryImage start="0x76380000" end="0x76385000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msimg32.dll"/>
    <binaryImage start="0x5ad70000" end="0x5ada8000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;uxtheme.dll"/>
    <binaryImage start="0x02ef0000" end="0x02f19000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;MLFoundation.dll"/>
    <binaryImage start="0x02f30000" end="0x02f6f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;About.dll"/>
    <binaryImage start="0x031c0000" end="0x03617000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Localeresources&#92;en_US&#92;UIFramework.en_US.DLL"/>
    <binaryImage start="0x03630000" end="0x03695000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Localeresources&#92;en_US&#92;About.en_US.DLL"/>
    <binaryImage start="0x602d0000" end="0x602e5000" type="__TEXT" path="C:&#92;Program Files&#92;CA&#92;CA Internet Security Suite&#92;CA Anti-Spam&#92;QSP-5.1.18.0&#92;QOEHook.dll"/>
    <binaryImage start="0x05820000" end="0x058bd000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;amtservices.dll"/>
    <binaryImage start="0x77920000" end="0x77a13000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;setupapi.dll"/>
    <binaryImage start="0x77690000" end="0x776b1000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;ntmarta.dll"/>
    <binaryImage start="0x76f60000" end="0x76f8c000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wldap32.dll"/>
    <binaryImage start="0x71bf0000" end="0x71c03000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;samlib.dll"/>
    <binaryImage start="0x059e0000" end="0x05a00000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;asneu.dll"/>
    <binaryImage start="0x05a10000" end="0x0632f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Premiere.dll"/>
    <binaryImage start="0x06340000" end="0x065cf000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AMocWrapper.dll"/>
    <binaryImage start="0x065d0000" end="0x0660b000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;VideoFrame.dll"/>
    <binaryImage start="0x75a70000" end="0x75a91000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msvfw32.dll"/>
    <binaryImage start="0x06620000" end="0x06627000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;MemoryShell.dll"/>
    <binaryImage start="0x06640000" end="0x06654000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;BackendLegacyLib.dll"/>
    <binaryImage start="0x06670000" end="0x06677000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Memory.dll"/>
    <binaryImage start="0x06690000" end="0x06774000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ImporterHost.dll"/>
    <binaryImage start="0x06790000" end="0x067fd000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AdobeXMP.dll"/>
    <binaryImage start="0x06810000" end="0x0688f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AdobeXMPFiles.dll"/>
    <binaryImage start="0x068a0000" end="0x068a6000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;QTMutex.dll"/>
    <binaryImage start="0x068c0000" end="0x068e0000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;MediaUtils.dll"/>
    <binaryImage start="0x77be0000" end="0x77bf5000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msacm32.dll"/>
    <binaryImage start="0x068f0000" end="0x06922000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AudioSupport.dll"/>
    <binaryImage start="0x06940000" end="0x06969000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;SweetPeaSupport.dll"/>
    <binaryImage start="0x06980000" end="0x069af000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;PluginSupport.dll"/>
    <binaryImage start="0x71b20000" end="0x71b32000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;mpr.dll"/>
    <binaryImage start="0x069c0000" end="0x06a2d000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ContentAnalysisData.dll"/>
    <binaryImage start="0x06a40000" end="0x06a82000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;dvatemporalxmp.dll"/>
    <binaryImage start="0x06aa0000" end="0x06ab9000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ContentAnalysisDBCache.dll"/>
    <binaryImage start="0x06ad0000" end="0x06b07000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ARA.dll"/>
    <binaryImage start="0x06b20000" end="0x06b93000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;OLS.dll"/>
    <binaryImage start="0x06bb0000" end="0x06bc3000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;OperaMgr.dll"/>
    <binaryImage start="0x06be0000" end="0x07828000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HSL.dll"/>
    <binaryImage start="0x07840000" end="0x07873000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;MediaCoreUI.dll"/>
    <binaryImage start="0x07890000" end="0x07918000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;dvaeve.dll"/>
    <binaryImage start="0x77a80000" end="0x77b14000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;crypt32.dll"/>
    <binaryImage start="0x77b20000" end="0x77b32000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msasn1.dll"/>
    <binaryImage start="0x07930000" end="0x07a6c000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AdobeOwl.dll"/>
    <binaryImage start="0x07a80000" end="0x07bc3000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;SettingsUI.dll"/>
    <binaryImage start="0x07be0000" end="0x07cbc000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;FileInfo.dll"/>
    <binaryImage start="0x74c80000" end="0x74cac000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;oleacc.dll"/>
    <binaryImage start="0x76080000" end="0x760e5000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msvcp60.dll"/>
    <binaryImage start="0x73000000" end="0x73026000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;winspool.drv"/>
    <binaryImage start="0x07cd0000" end="0x07d1a000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;BIB.dll"/>
    <binaryImage start="0x07d30000" end="0x07dba000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;EncoderHost.dll"/>
    <binaryImage start="0x07dd0000" end="0x07dfe000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;PostEncodeHost.dll"/>
    <binaryImage start="0x07e10000" end="0x07e48000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;amefoundation.dll"/>
    <binaryImage start="0x07e60000" end="0x07e8f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ameproperties.dll"/>
    <binaryImage start="0x07ea0000" end="0x07f12000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ExporterHost.dll"/>
    <binaryImage start="0x07f30000" end="0x08009000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AMEWrapper.dll"/>
    <binaryImage start="0x08020000" end="0x080c3000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;VideoRenderer.dll"/>
    <binaryImage start="0x080e0000" end="0x080f7000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AMEAppFoundation.dll"/>
    <binaryImage start="0x08110000" end="0x081a2000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;VideoFilterHost.dll"/>
    <binaryImage start="0x081c0000" end="0x08295000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;exo.dll"/>
    <binaryImage start="0x082b0000" end="0x082ba000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;RoyaltyActivation.dll"/>
    <binaryImage start="0x082d0000" end="0x08329000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;RecorderHost.dll"/>
    <binaryImage start="0x08340000" end="0x08393000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;PlayerHost.dll"/>
    <binaryImage start="0x083b0000" end="0x08513000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;DVDCreator.dll"/>
    <binaryImage start="0x08530000" end="0x099f2000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AuthorScript.dll"/>
    <binaryImage start="0x7c3a0000" end="0x7c41b000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;msvcp71.dll"/>
    <binaryImage start="0x7c340000" end="0x7c396000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;msvcr71.dll"/>
    <binaryImage start="0x09a00000" end="0x09aba000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;px.dll"/>
    <binaryImage start="0x73f10000" end="0x73f6c000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;dsound.dll"/>
    <binaryImage start="0x76780000" end="0x76789000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;shfolder.dll"/>
    <binaryImage start="0x5ed00000" end="0x5edcc000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;opengl32.dll"/>
    <binaryImage start="0x68b20000" end="0x68b40000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;glu32.dll"/>
    <binaryImage start="0x73760000" end="0x737a9000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;ddraw.dll"/>
    <binaryImage start="0x73bc0000" end="0x73bc6000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;dciman32.dll"/>
    <binaryImage start="0x09ad0000" end="0x0a1d9000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Mezzanine.dll"/>
    <binaryImage start="0x0a1f0000" end="0x0a202000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ahclient.dll"/>
    <binaryImage start="0x771b0000" end="0x77258000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wininet.dll"/>
    <binaryImage start="0x0a220000" end="0x0a232000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ProjectSupport.dll"/>
    <binaryImage start="0x0a250000" end="0x0a2d0000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;dynamiclink.dll"/>
    <binaryImage start="0x0a2e0000" end="0x0a2fe000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AudioFilterHost.dll"/>
    <binaryImage start="0x0a310000" end="0x0a33a000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;DynamicLinkClient.dll"/>
    <binaryImage start="0x0a350000" end="0x0a36c000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;DVDStructures.dll"/>
    <binaryImage start="0x0a380000" end="0x0a4af000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitlerCreator.dll"/>
    <binaryImage start="0x0a4c0000" end="0x0a6a7000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitleLayer.dll"/>
    <binaryImage start="0x0a6c0000" end="0x0a716000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitlerUI.dll"/>
    <binaryImage start="0x0a730000" end="0x0a739000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitleOSUtils.dll"/>
    <binaryImage start="0x0a750000" end="0x0aa3a000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitleLayout.dll"/>
    <binaryImage start="0x0aa50000" end="0x0aaeb000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitleCharacterFactory.dll"/>
    <binaryImage start="0x0ab00000" end="0x0abd9000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitleCG.dll"/>
    <binaryImage start="0x0abf0000" end="0x0ac33000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AudioFilters.dll"/>
    <binaryImage start="0x0ac50000" end="0x0ac62000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ProjectConverterHost.dll"/>
    <binaryImage start="0x0ac80000" end="0x0acd1000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ContentAnalysisHost.dll"/>
    <binaryImage start="0x0acf0000" end="0x0ad7c000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Descriptors.dll"/>
    <binaryImage start="0x0ad90000" end="0x0adaf000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;IPLibrary.dll"/>
    <binaryImage start="0x0adb0000" end="0x0aee0000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerCapture.dll"/>
    <binaryImage start="0x0aef0000" end="0x0b138000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerTimeline.dll"/>
    <binaryImage start="0x0b150000" end="0x0b189000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerAudioNarration.dll"/>
    <binaryImage start="0x0b1a0000" end="0x0b29f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerAudioMixer.dll"/>
    <binaryImage start="0x0b2b0000" end="0x0b340000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerDVDLayout.dll"/>
    <binaryImage start="0x0b350000" end="0x0b4cf000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerMonitor.dll"/>
    <binaryImage start="0x0b4e0000" end="0x0b526000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;PresetManager.dll"/>
    <binaryImage start="0x0b540000" end="0x0b68e000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerOrganizer.dll"/>
    <binaryImage start="0x0b6a0000" end="0x0b722000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ScCore.dll"/>
    <binaryImage start="0x0b740000" end="0x0b7e3000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ExtendScript.dll"/>
    <binaryImage start="0x0b800000" end="0x0b830000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerHistory.dll"/>
    <binaryImage start="0x0b840000" end="0x0b86d000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerInfo.dll"/>
    <binaryImage start="0x0b880000" end="0x0b89e000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerEvents.dll"/>
    <binaryImage start="0x0b8b0000" end="0x0b8e1000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerSharingCenter.dll"/>
    <binaryImage start="0x0b900000" end="0x0b983000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;SCCommon.dll"/>
    <binaryImage start="0x0b9a0000" end="0x0bcc0000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerEffectControls.dll"/>
    <binaryImage start="0x0bcd0000" end="0x0bd36000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerMovieTheme.dll"/>
    <binaryImage start="0x0bd50000" end="0x0c0b6000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerProject.dll"/>
    <binaryImage start="0x0c0d0000" end="0x0c0f3000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerGetProperties.dll"/>
    <binaryImage start="0x0c3d0000" end="0x0c3e1000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Localeresources&#92;en_US&#92;TitlerUI.en_US.DLL"/>
    <binaryImage start="0x0c490000" end="0x0c7e7000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Localeresources&#92;en_US&#92;Mezzanine.en_US.DLL"/>
    <binaryImage start="0x0c410000" end="0x0c448000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Localeresources&#92;en_US&#92;HSL.en_US.DLL"/>
    <binaryImage start="0x0c7f0000" end="0x0c864000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Localeresources&#92;en_US&#92;Premiere.en_US.DLL"/>
    <binaryImage start="0x0ffd0000" end="0x0fff8000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;rsaenh.dll"/>
    <binaryImage start="0x769c0000" end="0x76a73000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;userenv.dll"/>
    <binaryImage start="0x0cc70000" end="0x0ccdf000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitleFontEngine.dll"/>
    <binaryImage start="0x0cce0000" end="0x0ccf2000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;BravoInitializer.dll"/>
    <binaryImage start="0x0cd10000" end="0x0ce01000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ACE.dll"/>
    <binaryImage start="0x0ce20000" end="0x0d1b1000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AGM.dll"/>
    <binaryImage start="0x0d1d0000" end="0x0d47e000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;CoolType.dll"/>
    <binaryImage start="0x0e090000" end="0x0e0b2000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitleImageManager.dll"/>
    <binaryImage start="0x0f120000" end="0x0f12c000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ObjectTracking.dll"/>
    <binaryImage start="0x0f140000" end="0x0f15b000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;AsioWdm.dll"/>
    <binaryImage start="0x76c30000" end="0x76c5e000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wintrust.dll"/>
    <binaryImage start="0x76c90000" end="0x76cb8000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;imagehlp.dll"/>
    <binaryImage start="0x72d20000" end="0x72d29000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wdmaud.drv"/>
    <binaryImage start="0x72d10000" end="0x72d18000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msacm32.drv"/>
    <binaryImage start="0x77bd0000" end="0x77bd7000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;midimap.dll"/>
    <binaryImage start="0x73ee0000" end="0x73ee4000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;ksuser.dll"/>
    <binaryImage start="0x66800000" end="0x673ab000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTime.qts"/>
    <binaryImage start="0x68a40000" end="0x68a6e000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QTCF.dll"/>
    <binaryImage start="0x0f3f0000" end="0x0f4ba000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;CoreFoundation.dll"/>
    <binaryImage start="0x0f4d0000" end="0x0f4e0000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;pthreadVC2.dll"/>
    <binaryImage start="0x71ad0000" end="0x71ad9000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wsock32.dll"/>
    <binaryImage start="0x0f4e0000" end="0x0f4fc000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;objc.dll"/>
    <binaryImage start="0x0f6c0000" end="0x0f7bd000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;icuin40.dll"/>
    <binaryImage start="0x0f7c0000" end="0x0f8a1000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;icuuc40.dll"/>
    <binaryImage start="0x4ad00000" end="0x4ba5b000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;icudt40.dll"/>
    <binaryImage start="0x0f530000" end="0x0f53d000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;ASL.dll"/>
    <binaryImage start="0x0f8b0000" end="0x0f943000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;CFNetwork.dll"/>
    <binaryImage start="0x0f960000" end="0x0f9c3000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;SQLite3.dll"/>
    <binaryImage start="0x0f9e0000" end="0x0f9f3000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;zlib1.dll"/>
    <binaryImage start="0x76d60000" end="0x76d79000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;iphlpapi.dll"/>
    <binaryImage start="0x687e0000" end="0x6883a000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;CoreVideo.qtx"/>
    <binaryImage start="0x67e40000" end="0x67e9a000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTime3GPP.qtx"/>
    <binaryImage start="0x67ea0000" end="0x67f1e000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTime3GPPAuthoring.qtx"/>
    <binaryImage start="0x68460000" end="0x687d4000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeAudioSupport.qtx"/>
    <binaryImage start="0x67780000" end="0x679ae000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeAuthoring.qtx"/>
    <binaryImage start="0x679b0000" end="0x67a03000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeCapture.qtx"/>
    <binaryImage start="0x67a10000" end="0x67aa1000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeEffects.qtx"/>
    <binaryImage start="0x67cd0000" end="0x67d35000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeEssentials.qtx"/>
    <binaryImage start="0x680e0000" end="0x6845b000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeH264.qtx"/>
    <binaryImage start="0x67ac0000" end="0x67bb5000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeImage.qtx"/>
    <binaryImage start="0x676b0000" end="0x67780000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeInternetExtras.qtx"/>
    <binaryImage start="0x67c50000" end="0x67cc9000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeMPEG.qtx"/>
    <binaryImage start="0x67d40000" end="0x67d9a000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeMPEG4.qtx"/>
    <binaryImage start="0x67da0000" end="0x67e32000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeMPEG4Authoring.qtx"/>
    <binaryImage start="0x67bc0000" end="0x67c42000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeMusic.qtx"/>
    <binaryImage start="0x673b0000" end="0x6748b000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeStreaming.qtx"/>
    <binaryImage start="0x68050000" end="0x680ab000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeStreamingAuthoring.qtx"/>
    <binaryImage start="0x680b0000" end="0x680dd000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeStreamingExtras.qtx"/>
    <binaryImage start="0x674e0000" end="0x675bb000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeVR.qtx"/>
    <binaryImage start="0x58420000" end="0x58427000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;imaadp32.acm"/>
    <binaryImage start="0x72cf0000" end="0x72cf7000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msadp32.acm"/>
    <binaryImage start="0x58330000" end="0x58335000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msg711.acm"/>
    <binaryImage start="0x58300000" end="0x58308000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msgsm32.acm"/>
    <binaryImage start="0x582d0000" end="0x582d4000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;tssoft32.acm"/>
    <binaryImage start="0x73b70000" end="0x73b77000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;tsd32.dll"/>
    <binaryImage start="0x58310000" end="0x5832d000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msg723.acm"/>
    <binaryImage start="0x58340000" end="0x5838a000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msaud32.acm"/>
    <binaryImage start="0x582e0000" end="0x582fe000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;sl_anet.acm"/>
    <binaryImage start="0x581a0000" end="0x581d9000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;iac25_32.ax"/>
    <binaryImage start="0x58390000" end="0x5841a000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;l3codeca.acm"/>
    <binaryImage start="0x76fd0000" end="0x7704f000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;clbcatq.dll"/>
    <binaryImage start="0x77050000" end="0x77115000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;comres.dll"/>
    <binaryImage start="0x74980000" end="0x74a94000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msxml3.dll"/>
    <binaryImage start="0x15ff0000" end="0x16081000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;AppleProResDecoder.qtx"/>
    <binaryImage start="0x736b0000" end="0x736b7000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;msdmo.dll"/>
    <binaryImage start="0x74810000" end="0x7497d000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;quartz.dll"/>
    <binaryImage start="0x74ef0000" end="0x74ef8000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wbem&#92;wbemprox.dll"/>
    <binaryImage start="0x75290000" end="0x752c7000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wbem&#92;wbemcomn.dll"/>
    <binaryImage start="0x20000000" end="0x202c5000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;xpsp2res.dll"/>
    <binaryImage start="0x74ed0000" end="0x74ede000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wbem&#92;wbemsvc.dll"/>
    <binaryImage start="0x75690000" end="0x75706000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wbem&#92;fastprox.dll"/>
    <binaryImage start="0x767a0000" end="0x767b3000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;ntdsapi.dll"/>
    <binaryImage start="0x76f20000" end="0x76f47000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;dnsapi.dll"/>
    <binaryImage start="0x174b0000" end="0x1754c000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;MediaIO&#92;codecs&#92;aacaudio.vca"/>
    <binaryImage start="0x4f180000" end="0x4f22c000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wmadmoe.dll"/>
    <binaryImage start="0x17b30000" end="0x17c14000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wmspdmoe.dll"/>
    <binaryImage start="0x75cf0000" end="0x75d81000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;mlang.dll"/>
    <binaryImage start="0x184f0000" end="0x18602000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ad2h264vout.001"/>
    <binaryImage start="0x4c250000" end="0x4c38b000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wmvdmoe2.dll"/>
    <binaryImage start="0x59090000" end="0x590ae000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wmsdmoe.dll"/>
    <binaryImage start="0x4ea30000" end="0x4eb87000" type="__TEXT" path="C:&#92;WINDOWS&#92;system32&#92;wmsdmoe2.dll"/>
    </binaryImageSet>
    </crash>
    <reproSteps>
    </reproSteps>
    </crashreport>

    Hello,
    I have the exact same problem as you with PE8 and Win7 (x64), and a reboot also helped me. But the problem came back the next time I tried to open PE. Have you expreienced the same? It cant be that we have to reboot every time we want to use PE?
    Best regards
    Øystein Morvik
    Norway

  • Install Air Runtime Update without Prompt

    Hi
    Do you know if is it possible a silent update of a new version of Air Framework?
    I developed an application with silent auto update enabled but if there is a new version of the runtime the update manager asks to the user if he wants to install the update.
    I found in the adobe website the Air Settings Manager application but it only allow you to disable / enable the adobe air runtime.
    Can someone help me please?
    Thank you
    Carlo

    Unfortunately, the Runtime updater is never silent.  If this is important to you, I'd suggest adding a new feature request on it over at bugbase.adobe.com.  You might also want to look into some of the new installation features included with AIR 3.
    Installation and deployment options in AIR 3
    Chris

  • AIR runtime and AIR applications built using Captive Runtime still need Admin Privilege to Install

    I am working on a small project to install AIR application(native .exe & .dmg) with AIR runtime without needing the Administrator privilege so I used Captive runtime but the installation is still asking for admin privilege
    I bundled AIR application with AIR runtime using Captive runtime from flash builder 4.6, then I packaged this into a .MSI using Advanced Installer. Now when I install it for a user without admin privilege it prompts me for Admin credentials.
    Can you please tell me if
    1. I need AIR distribution license to install AIR runtime without Admin privilege
    2. Do I need a different installer
    3. Am I missing any step here
    Thank you

    If you're installing to a location where Windows requires elevated privileges, like Program Files, you'll need to have admin privileges to continue.  Are you using an AIR based native installer or have you taken the application with the captive runtime and rolled this up in your own installer?
    Here's a section from the Installation and deployment options in Adobe AIR 3 article that might help:
    Installation privileges
    When designing an installer, one has the option to choose from approaches that may or may not require administrative privilege. For example, a drag-and-drop install on Mac OS X requires no special privilege; users can always copy the application into their own application folders, for which they have the necessary permissions. On the other hand, if registry keys must be written to the machine-specific portion of the registry on Windows, installation of that application will require administrative privilege to do so.
    The two installer formats directly supported by AIR, AIR files and native installers, have always required administrative privilege. This was a design decision made in part to simplify the implementation of the AIR installers: If administrative privilege is assumed to be available, implementation is possible if the registry can be written to, and so on. It was also selected because, in many enterprises, this is the desired behavior: administrators can use the privilege requirement to gate software installation.
    All the same, there are scenarios where supporting installation without requiring administrative privileges is desirable, or even necessary. This can now be achieved using custom installers; you simply need to author an installer that operates correctly with only standard user privilege. In practice this can be easy to achieve; a simple install-by-copy to a writable location (that is, in the user's own folder) will suffice. Should you author a more complex installer, you should keep in mind that the addition of certain operations during the install process will in turn reintroduce the requirement for administrative privileges.

  • Inconsistencies between ADL and installed Air runtime?

    Hi Everyone,
    I have created an ftp upload program for air that mainly utilizes FTP classes from http://maliboo.pl/projects/FlexFTP/and I eventually got it working perfectly in the ADL debugger environment but when I publish it to an air file and install it the upload won't work.
    The classes use socket connections for the upload.  I realise it may be hard to give advice without me providing all of the code but I'm hopeing someone might have some general advice about diferences in the ADL environment and the installed air runtime that might cause this?
    I have noticed that the installed Air is v1.5.1 and that the ADL id v1.5.0 but I have looked at the release notes and there doesn't seem to be differences between these version that explain the problem.
    Thankyou to anyone who is able to help.
    Chris.

    No errors when I run it in Air. There is one sandbox error in adl that I for some reason can't catch, but it seems to work fine if I just ignore it.
    There shouldn't be any sandbox issues, as my understanding is that you don't use cross domain policy files for air apps.

Maybe you are looking for

  • CVD value not flowing in MIGO

    We upgraded from 4.6C to ECC6.0. We are facing the following problem during Import of material. The scenario is for INDIA. 1.     PO created for import. This PO has conditions for CVD (ZCV1) and Education cess (ZCVE). For both the conditions, excise

  • My iTunes album purchase is not showing in my downloads

    Have downloaded an album - Ryan Leslie platinum secrets a while ago, but now is not showing in my purchases, nor in the iTunes store? Can anyone help?? Shows I have purchased. But doesn't show in my downloaded albums??

  • HT4623 why is my battery life dieing so quickly

    I recently updated my ipad2.   Since then, my battery life dies so quickly.    I can use it once, close it, then open it again and the battery life is down 40%.    I used to get two days of life before the update.   I closed out all the "Location" re

  • Customize Filter View in OBIEE 11g

    Hi, Is there any way to customize the filter view? My requirement is not to show formulas that are used in Analysis in the "Filter view". All analysis that we create should go with Filter Views at the bottom and Users should not see the formulas. Exa

  • Pantone different from other apps.

    Hello people, I'm designing a 1-colour flyer using Pantone 2602. The file contains a mono-tone image created in Photoshop and an eps logo generated in Corel Draw, both using 2602. Paper-coloured text is placed over a rectangle filled with 2602. Howev