Can air installer be included

Hi all, i was just wondering if the air installer can be
included in an email attachment, so i can send a user the
attachment and it would install from the email, and not by having
to go to a website and installing it.
I have a little app i havebuilt so i can send funnie emails
to people. but if they have to go to a site and install the
application it might take a bit to long. and need to have it as a
simple process. ( One you have the application installed it works
fine, just need it to reconise you do not have the player and ask
if you want to download it )
Any help would be Greatly appreciated
Kind Regards
Kev

Adobe Air installer ranges from 15 to 20 Mb.
Not many email accounts can send/receive big files like that.
Out of curiosity, is it that bad to send your users to the
web sites?
AFAIK it is the quickest way to install air installer.
HTH,

Similar Messages

  • Can .air installer some files together with the application?

    I have an installer.air that is created by Adobe Flash. I have another file called settings.cfg which is needed for my application to run. How do let the computer auto install settings.cfg into the installation directory together with the application when i run installer.air? Currently, I need to manually place the settings.cfg into the application installed directory.

    YAY Thanks, kglad.

  • Can't install adobe air installer. Message is its damaged and to install a new one. How do I do that?

    I am trying to download a pc caller id. It begins to download and when I hit install I get the message that my installer file is damaged and to install a new one. Does anyone know how I do this? I have adobe air, but it's the installer that's giving me the problem. Any help would be appreciated.
    Thank you,
    Teros

    Hi Terur,
    You've landed in the Acrobat.com forum, which I'm not sure is the best place to get your question answered, but I can at least provide a link to the current Adobe Air installer: Adobe - Adobe AIR
    I hope that does the trick! If you need an updated installer for the caller ID app that you're trying to install, you would need to download that again from that company's website (Adobe can't help there).
    Best,
    Sara

  • Including sqlite database in a windows air installer

    I am trying to create a cross platform air installer that uses a sqlite database.
    This is the code I use to copy the database from the installer to the users application directory:
    var dataFile:File = File.applicationDirectory.resolvePath("data/myDataStorage.db");
    var dataUserFile:File = File.documentsDirectory.resolvePath("myDataStorage.db");
    When using the database I access it here:
    var file:File = File.documentsDirectory.resolvePath("myDataStorage.db");
    This works great on a mac.  On a PC it does not work.  Can anyone recommend a resource or give me a tip or two?
    Thanks

    I have been looking into this problem.  It turns out that it is not just a Windows problem it also happens on a Mac.  Here is what is happening:
    I am trying to copy a sqlite .db from the read only application directory to the users documents directory.
    First I setup these vars:
        var dbFile:File =  File.applicationDirectory.resolvePath("db/myDataStorage.db");
         var dbWorkedFile:File =  File.documentsDirectory.resolvePath("myDataStorage.db");
    If I do this it works:
    dbFile.copyTo(dbWorkedFile, true);  //If I set the overwrite param to 'true' then it works.
    If I use this code:
    dbFile.copyTo(dbWorkedFile);
    or
    dbFile.copyTo(dbWorkedFile, false);
    I get the following error:
    Error #3012: Cannot delete file or directory.
        at flash.filesystem::File/copyTo()
    The funny thing is that I the destination documents directory will get a 4k blank file when the error occurs.  In addition if I try the same copy code on an image I get the same error but the whole image does get copied.
    In the end I want my code to do something like the following so that it copies the database over only if it does not exist.  If I run this code now I get a 4k .db file and a 3012 error.  Any ideas?
    public function copyDB():void
                    var dbFile:File = File.applicationDirectory.resolvePath("db/myDataStorage.db");
                    var dbWorkedFile:File = File.documentsDirectory.resolvePath("myDataStorage.db");
                    if(!dbWorkedFile.exists){
                        trace("db Does Not Exist");
                        dbFile.copyTo(dbWorkedFile);
                    } else { 
                        trace("db Exists so do nothing"); 
                    dbConn = new SQLConnection(); 
                    dbConn.openAsync(dbWorkedFile); 

  • Include SQLite in adobe air installer package

    Is it possible to have a SQLite DB included in the air installer package?
    I don't want to have the DB created when the application runs, I want to install it when the application installs.
    I also want to install it to the All Users>Application Data folder.
    Any help would be greatly appreciated.

    Yes. Just include the database file in the application package.
    There is no way to instruct the installer to put it into a special destination directory. Your app will have to check for the db file's existence and copy it to the right place if it is not there.

  • Can't run sidecar AIR installer on Mac OS X from UDF 1.0.2 image

    I'm experiencing another AIR installer issue, this time trying to run an AIR 2.5 sidecar installer for Mac OS X that is placed on a UDF 1.0.2 image (created with Toast 10).
    The error in the Console when double-clicking the installer.app is:
    udf error: errno_t UDFFileNode::ReadPathComponent(uint8_t*, off_t*, bool*): Incomplete path component
    Occasionally, I get additional errors reported from AIR:
    ([0x0-0x223223].com.adobe.air.Installer[10852]) Exited with exit code: 4
    Trying to run the installer in Terminal:
    sudo dtruss /Volumes/UDFImage/mine.app/Contents/MacOS/Adobe\ AIR\ Installer
    results in:
    dtrace: failed to execute /Volumes/mine/mine.app/Contents/MacOS/Adobe: file is set-id or unreadable [Note: the '-c' option requires a full pathname to the file]
    It seems there is some undesired path truncation occurring.
    So these errors seem to be path related, and stem from a difficulty running the actual Adobe AIR Installer binary in the sidecar application package (in the bundle at /Contents/MacOS/Adobe AIR Installer. This application installer runs fine from hard drive, I know I've built it properly. It just fails when run on Mac OS X (10.6.4) from a UDF 1.0.2 image. The same image contains a Windows version of the installer which installs fine on Windows XP in my testing.
    Is there a known issue with AIR on this?

    Hello,
    There is a problem with UDF file systems found on DVDs and symbolic links braking.  The Adobe AIR installer bundle makes use of a few symbolic links, so this might be related.  Could you try navigating from Finder into the installer bundle to this directory:
    Select one of the symbolic links and try to resolve it by pressing Cmd + R?  Does it resolve to the correct file?
    This issue was fixed in Toast 10 Titanium with version 10.0.6.  It still exists with Apple's built in tools. When using Disk Utility or the command line hdutil the symbolic link will remain broken.
    Thanks,
    Chris

  • Adobe air installation file

    I am trying to download caller id on my pc. This download needs the adobe air installation file in order for it to download.
    I have adobe air, but when I download for the caller id to be  installed I get this error message; "Application could not be installed because the installer file is damaged.  Try to obtain a new installer from the application author". I noticed on the forum that a few members are having the same problem. If it has been solved, please pass it on to me.
    Just an afterthought, I have Comcast triple play which includes the pc caller id. Comcast does not repair computers, therefore I'm hoping this forum can help me. 
    Thank you,
    Teri Rossi

    I don't quite understand. Do I have to post my question again in air installation forum. Or are you telling me it's been moved to the correct forum. I thought I did put my question in that forum. Please explain, I'm new here.
    Teri Rossi

  • AIR auto-updater -- include markup?

    I have had my AIR application able to auto-update for some time.  But I'm wondering if you can somehow include HTML in the description you see of the auto-updater.  Here is my update.xml file on the server:
    <?xml version="1.0" encoding="utf-8"?> 
    <update xmlns="http://ns.adobe.com/air/framework/update/description/1.0">
      <version>1.0.0</version>
    <url>url-to-air-installation-file</url>
       <description><![CDATA[Text of new things in this version....   ]]></description></update>
    I've tried to remove the <![CDATA[ and use HTML inside the <description> block, but it doesn't work.  Am I missing something?  Is this even possible??
    Thanks,
    Ian

    Just Got The Solution for Error 16811 &  16816
    Note Following things to avoide update error
    No 1.>
    You xml schema for update descriptor.xml in  server should look similar to this
    <?xml version="1.0" encoding="utf-8"?>
    <update xmlns="http://ns.adobe.com/air/framework/update/description/2.5">
      <versionNumber>2.0</versionNumber>
      <url>http://localhost/SerialHunter/SerialHunter.air</url>
      <description><![CDATA[
    SerialHunter Version 2.0 by Rajendra Khope
    This new version includes:
        * AutoUpdate
        * Enhaced UI functions
        * Ability to add providers       
      ]]></description>
    </update>
    Note xmlns="http://ns.adobe.com/air/framework/update/description/2.5"
    and versionNumber instead of version
    Also make similar changes in appxml version field (in Burrito its by default versionNumber )
    No 2>
    if u are using code to display veesion number make sure it should look like:
    var appXML:XML = NativeApplication.nativeApplication.applicationDescriptor;
    var ns:Namespace = appXML.namespace();
    pnlMain.title=appXML.ns::name+" v "+appXML.ns::versionNumber
    Thats it...!
    Rajendra Khope
    bkrajendra at gmail dot com

  • How do I work around large AIR Installer file for app updates?

    I develop AIR apps which often come with many included files (pdf, doc, swf, images, etc).  These get quite large, Total Air installer size measured in Gigs.   Distribution is via DVD.  Currently I create sub-folders under my project and place the assets.  Works fine.
    The rub comes when I want to issue program updates.  The AIR update process would be great if I could just update my main program swf, but what I'm finding is that even if I'm doing a minor code update I still have to create this same multi-gigabyte AIR installer.
    If I were using a Visual Studio installer I'd just include some sort of run-once that would copy all the assets after the installer completed.  Then when building an update it would skip the 'copy all' part...but I can't see any way to do something similar with the AIR installer.
    So, to summarize, I'd like to be able to issue updates to my main AIR SWF without including all the assets again.  Any thoughts?
    Thanks in advance,
    Greg.

    No, I don't have any recommendations. You would need to sign up for the AIR redistribution program. When you do this you gain access to some tools that help the process. http://www.adobe.com/products/air/runtime_distribution1.html
    The only warning is that you will have to create an installer for each of your target platforms (unless you find an installer product that is also cross-platform, of course).

  • Help: Adobe AIR installer has encountered a problem and needs to close.

    When I run the Adobe AIR installer i always get this window...
    I'm running Windows XP SP3
    How do i solve this problem? Thanks.

    Are you installing AIR installer or running Installer. If your running it make sure you click on the AIR Install package file, not just using installer. Im not really sure what you can do.

  • Adobe AIR installation on Vista. Message: 'An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. '

    After failing to apply an update to Adobe Air, I attempted to re-install it from scratch.  This is at the end of the installation log:
    [2014-09-27:20:02:36] Rolling back install of c:\users\martin\appdata\local\temp\air6641.tmp\setup.msi
    [2014-09-27:20:02:36] Rollback complete
    [2014-09-27:20:02:36] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-27:20:02:36] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-27:20:02:36] Runtime Installer end with exit code 7
    [2014-09-27:20:02:38] Runtime Installer end with exit code 7
    [2014-09-29:07:59:54] Runtime Installer begin with version 15.0.0.249 on Windows Vista x86
    [2014-09-29:07:59:54] Commandline is:
    [2014-09-29:07:59:54] No installed runtime detected
    [2014-09-29:07:59:59] Relaunching with elevation
    [2014-09-29:07:59:59] Launching subprocess with commandline c:\users\martin\appdata\local\temp\aire002.tmp\adobe air installer.exe -ei
    [2014-09-29:08:00:03] Runtime Installer begin with version 15.0.0.249 on Windows Vista x86
    [2014-09-29:08:00:03] Commandline is: -stdio \\.\pipe\AIR_3488_0 -ei
    [2014-09-29:08:00:03] No installed runtime detected
    [2014-09-29:08:00:03] Starting silent runtime install. Installing runtime version 15.0.0.249
    [2014-09-29:08:00:04] Installing msi at c:\users\martin\appdata\local\temp\aire002.tmp\setup.msi with guid {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DD}
    [2014-09-29:08:00:06] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-29:08:00:06] Rolling back install of c:\users\martin\appdata\local\temp\aire002.tmp\setup.msi
    [2014-09-29:08:00:06] Rollback complete
    [2014-09-29:08:00:06] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-29:08:00:06] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-29:08:00:09] Runtime Installer end with exit code 7
    The log covers many attempts.  The latest was on 29th September.
    Following a suggestion in another forum thread, I checked the file permissions for folder 'c:\users\martin\appdata\local\temp'.   As far as I can see, they give full control to the SYSTEM, administrator and sole user (martin) accounts.  There are no options with 'Deny' against them.
    I have run Microsoft FixIt.  I also tried the Windows Installer Cleanup utility (msicuu2.exe) but I got 'Access Denied' with no further details. 
    Any suggestions?

    I have managed to edit the Registry so as to get the Windows Installer (MSIExec) to write a verbose (detailed) log.  From this, and some web forums, I found that the problem has been caused by a Microsoft Windows security update, KB2918614.  This was applied on my PC on 14 August but I think it was released on 12 August.  My Windows version is Vista and I don't know if this update or a similar has been applied to other Windows versions.
    For more information see wix-users - SECREPAIR: CryptAcquireContext: Could not create the default key container.
    I went into Windows Update on my Control Panel and found how to uninstall update KB2918614.  When I had done this, followed by a Restart, I was able to install AIR and the software that uses it.

  • ADOBE AIR INSTALLATION PROBLEM win7 x64

    hi , i have a problem since i formated my computer to windows 7 x64 .. i can't install adobe AIR i have this error :
    windows cant find 'C:/users/PC/appdata/local/temp/AIREB40.tmp/adobe air installer.exe' verifiy that you intered the right name , and try again .
    i didin't installed AIR since i formated the pc , i tried couple of things written in the forums , still the same problem , i can't find logs because its not even
    installed . HELP i  downloaded adobe AIR three or four times ... still same problem ,

    please guys , need help .

  • Adobe Air Installation Error

    I got a problem with installin Adobe Air. Cant install it in "normal" mods, with "Run as Administrator" and cant install it with the hidden Administrator account. I also tried everything from the Troubleshoot AIR installation guide.
    Every time the same message: An error occurred while installing Adobe AIR. Installation may not be alowed by your aministrator. Please contact your administrator.
    I have an Acer Aspire 5741G running Windows 7 64 Bit
    Here ist the install-log:
    [2012-10-04:17:26:29] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-04:17:26:29] Commandline is:
    [2012-10-04:17:26:29] No installed runtime detected
    [2012-10-04:17:26:32] Relaunching with elevation
    [2012-10-04:17:26:32] Launching subprocess with commandline c:\users\michael\appdata\local\temp\air9679.tmp\adobe air installer.exe -ei
    [2012-10-04:17:26:34] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-04:17:26:34] Commandline is: -stdio \\.\pipe\AIR_4520_0 -ei
    [2012-10-04:17:26:34] No installed runtime detected
    [2012-10-04:17:26:34] Starting silent runtime install. Installing runtime version 3.4.0.2540
    [2012-10-04:17:26:35] Installing msi at c:\users\michael\appdata\local\temp\air9679.tmp\setup.msi with guid {14DC0059-00F1-4F62-BD1A-AB23CD51A95E}
    [2012-10-04:17:26:42] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-10-04:17:26:42] Rolling back install of c:\users\michael\appdata\local\temp\air9679.tmp\setup.msi
    [2012-10-04:17:26:42] Rollback complete
    [2012-10-04:17:26:42] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-10-04:17:26:42] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-10-04:17:26:42] Runtime Installer end with exit code 7
    [2012-10-04:17:26:48] Runtime Installer end with exit code 7
    [2012-10-04:17:27:08] Runtime Installer begin with version 3.4.0.2540 on Windows Vista x86
    [2012-10-04:17:27:08] Commandline is:
    [2012-10-04:17:27:08] No installed runtime detected
    [2012-10-04:17:27:11] Relaunching with elevation
    [2012-10-04:17:27:11] Launching subprocess with commandline c:\users\michael\appdata\local\temp\air2d99.tmp\adobe air installer.exe -ei
    [2012-10-04:17:27:13] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-04:17:27:13] Commandline is: -stdio \\.\pipe\AIR_10464_0 -ei
    [2012-10-04:17:27:13] No installed runtime detected
    [2012-10-04:17:27:13] Starting silent runtime install. Installing runtime version 3.4.0.2540
    [2012-10-04:17:27:13] Installing msi at c:\users\michael\appdata\local\temp\air2d99.tmp\setup.msi with guid {14DC0059-00F1-4F62-BD1A-AB23CD51A95E}
    [2012-10-04:17:27:17] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-10-04:17:27:17] Rolling back install of c:\users\michael\appdata\local\temp\air2d99.tmp\setup.msi
    [2012-10-04:17:27:17] Rollback complete
    [2012-10-04:17:27:17] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-10-04:17:27:17] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-10-04:17:27:17] Runtime Installer end with exit code 7
    [2012-10-04:17:27:20] Runtime Installer end with exit code 7
    [2012-10-04:17:27:29] Runtime Installer begin with version 3.4.0.2540 on Windows Vista x86
    [2012-10-04:17:27:29] Commandline is:
    [2012-10-04:17:27:29] No installed runtime detected
    [2012-10-04:17:27:31] Relaunching with elevation
    [2012-10-04:17:27:31] Launching subprocess with commandline c:\users\michael\appdata\local\temp\air83d3.tmp\adobe air installer.exe -ei
    [2012-10-04:17:27:32] Runtime Installer begin with version 3.4.0.2540 on Windows Vista x86
    [2012-10-04:17:27:32] Commandline is: -stdio \\.\pipe\AIR_9712_0 -ei
    [2012-10-04:17:27:32] No installed runtime detected
    [2012-10-04:17:27:32] Starting silent runtime install. Installing runtime version 3.4.0.2540
    [2012-10-04:17:27:32] Installing msi at c:\users\michael\appdata\local\temp\air83d3.tmp\setup.msi with guid {14DC0059-00F1-4F62-BD1A-AB23CD51A95E}
    [2012-10-04:17:27:36] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-10-04:17:27:36] Rolling back install of c:\users\michael\appdata\local\temp\air83d3.tmp\setup.msi
    [2012-10-04:17:27:36] Rollback complete
    [2012-10-04:17:27:36] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-10-04:17:27:36] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-10-04:17:27:36] Runtime Installer end with exit code 7
    [2012-10-04:17:29:36] Runtime Installer end with exit code 7
    [2012-10-04:17:40:54] Runtime Installer begin with version 3.4.0.2540 on Windows Vista x86
    [2012-10-04:17:40:54] Commandline is:
    [2012-10-04:17:40:54] No installed runtime detected
    [2012-10-04:17:41:07] Relaunching with elevation
    [2012-10-04:17:41:07] Launching subprocess with commandline c:\users\michael\appdata\local\temp\airc9c9.tmp\adobe air installer.exe -ei
    [2012-10-04:17:41:11] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-04:17:41:11] Commandline is: -stdio \\.\pipe\AIR_11972_0 -ei
    [2012-10-04:17:41:11] No installed runtime detected
    [2012-10-04:17:41:11] Starting silent runtime install. Installing runtime version 3.4.0.2540
    [2012-10-04:17:41:11] Installing msi at c:\users\michael\appdata\local\temp\airc9c9.tmp\setup.msi with guid {14DC0059-00F1-4F62-BD1A-AB23CD51A95E}
    [2012-10-04:17:41:15] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-10-04:17:41:15] Rolling back install of c:\users\michael\appdata\local\temp\airc9c9.tmp\setup.msi
    [2012-10-04:17:41:15] Rollback complete
    [2012-10-04:17:41:15] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-10-04:17:41:15] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-10-04:17:41:15] Runtime Installer end with exit code 7
    [2012-10-04:17:43:31] Runtime Installer end with exit code 7
    [2012-10-04:17:49:30] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-10-04:17:49:30] Commandline is:
    [2012-10-04:17:49:30] No installed runtime detected
    [2012-10-04:17:49:32] Relaunching with elevation
    [2012-10-04:17:49:32] Launching subprocess with commandline c:\users\michael\appdata\local\temp\airabcd.tmp\adobe air installer.exe -ei
    [2012-10-04:17:49:35] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-10-04:17:49:35] Commandline is: -stdio \\.\pipe\AIR_10960_0 -ei
    [2012-10-04:17:49:35] No installed runtime detected
    [2012-10-04:17:49:35] Starting silent runtime install. Installing runtime version 3.1.0.4880
    [2012-10-04:17:49:35] Installing msi at c:\users\michael\appdata\local\temp\airabcd.tmp\setup.msi with guid {FE23D063-934D-4829-A0D8-00634CE79B4A}
    [2012-10-04:17:49:39] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-10-04:17:49:39] Rolling back install of c:\users\michael\appdata\local\temp\airabcd.tmp\setup.msi
    [2012-10-04:17:49:39] Rollback complete
    [2012-10-04:17:49:39] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-10-04:17:49:39] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-10-04:17:49:39] Runtime Installer end with exit code 7
    [2012-10-04:17:49:40] Runtime Installer end with exit code 7
    [2012-10-04:17:50:02] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-10-04:17:50:02] Commandline is:
    [2012-10-04:17:50:02] No installed runtime detected
    [2012-10-04:17:50:17] Relaunching with elevation
    [2012-10-04:17:50:17] Launching subprocess with commandline c:\users\michael\appdata\local\temp\air28aa.tmp\adobe air installer.exe -ei
    [2012-10-04:17:50:17] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-10-04:17:50:17] Commandline is: -stdio \\.\pipe\AIR_11384_0 -ei
    [2012-10-04:17:50:17] No installed runtime detected
    [2012-10-04:17:50:18] Starting silent runtime install. Installing runtime version 3.1.0.4880
    [2012-10-04:17:50:18] Installing msi at c:\users\michael\appdata\local\temp\air28aa.tmp\setup.msi with guid {FE23D063-934D-4829-A0D8-00634CE79B4A}
    [2012-10-04:17:50:21] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-10-04:17:50:21] Rolling back install of c:\users\michael\appdata\local\temp\air28aa.tmp\setup.msi
    [2012-10-04:17:50:21] Rollback complete
    [2012-10-04:17:50:21] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-10-04:17:50:21] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-10-04:17:50:21] Runtime Installer end with exit code 7
    [2012-10-04:17:50:22] Runtime Installer end with exit code 7
    [2012-10-05:12:19:45] Runtime Installer begin with version 3.4.0.2540 on Windows Vista x86
    [2012-10-05:12:19:45] Commandline is:
    [2012-10-05:12:19:45] No installed runtime detected
    [2012-10-05:12:19:55] Relaunching with elevation
    [2012-10-05:12:19:55] Launching subprocess with commandline c:\users\michael\appdata\local\temp\air20a4.tmp\adobe air installer.exe -ei
    [2012-10-05:12:19:56] Runtime Installer begin with version 3.4.0.2540 on Windows Vista x86
    [2012-10-05:12:19:56] Commandline is: -stdio \\.\pipe\AIR_10660_0 -ei
    [2012-10-05:12:19:56] No installed runtime detected
    [2012-10-05:12:19:56] Starting silent runtime install. Installing runtime version 3.4.0.2540
    [2012-10-05:12:19:56] Installing msi at c:\users\michael\appdata\local\temp\air20a4.tmp\setup.msi with guid {14DC0059-00F1-4F62-BD1A-AB23CD51A95E}
    [2012-10-05:12:20:03] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-10-05:12:20:03] Rolling back install of c:\users\michael\appdata\local\temp\air20a4.tmp\setup.msi
    [2012-10-05:12:20:03] Rollback complete
    [2012-10-05:12:20:03] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-10-05:12:20:03] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-10-05:12:20:03] Runtime Installer end with exit code 7
    [2012-10-05:12:20:06] Runtime Installer end with exit code 7
    Hope you can help me.

    I'm sorry you're running into installation issues with AIR.  Microsoft has a utility that can help resolve installation problems.  Would you mind giving this a try and let us know how it works for you?  When running the Fix it, go through the uninstall process and try to remove Adobe AIR from your system.  Once finished, download the latest version of AIR and install again.
    Microsoft Install and Uninstall Fix It
    If you still encounter problems, we'll need to examine the MSI installation logs.  You can enable these logs using the instructions found here: http://support.microsoft.com/kb/223300

  • Adobe AIR installation issue - hangs at "Installing..."

    Hello everyone!
    I know questions similar to this have been asked many times before, but I did not manage to find the solution to my problem after a few hours of reading and trying the various 'solutions' around the net and this forum. I apologise if I missed it.
    I cannot seem to install Adobe AIR. I run a freshly downloaded installation executable, but it hangs at "Installing..." and 0% progress for a very, very, very long time, if I let it. This last try has been going for 45 minutes as I write. The only way to get out of the installer is through Task Manager and killing the service, as hitting 'Cancel' just makes the installer attempt to cancel endlessly.
    I tried installing it in safe mode but there it gives an error saying I may not have administrative permissions (which I do have);
    I created a new user account;
    I "run as Administrator" and am using an account with administrative rights;
    I tried it through the command line with putting the file in c:\ and running "AdobeAIRInstaller.exe -silent" without quotes from c:\;
    I have shut off all my antivirus software;
    I tried downloading it with a different browser;
    I tried using the MicrosoftFixit.ProgramInstallUninstall, and took Adobe AIR off the list;
    I tried uninstalling all Adobe products and then reinstalling them, with Adobe AIR last
    ... and some more things, but none of this has helped. Here's what the installation log generates when it hangs:
    [2012-12-25:01:16:36] Runtime Installer begin with version 3.5.0.880 on Windows 7 x86
    [2012-12-25:01:16:36] Commandline is:
    [2012-12-25:01:16:36] No installed runtime detected
    [2012-12-25:01:16:40] Relaunching with elevation
    [2012-12-25:01:16:40] Launching subprocess with commandline c:\users\terri\appdata\local\temp\air7b85.tmp\adobe air installer.exe -ei
    [2012-12-25:01:16:40] Runtime Installer begin with version 3.5.0.880 on Windows 7 x86
    [2012-12-25:01:16:40] Commandline is: -stdio \\.\pipe\AIR_7668_0 -ei
    [2012-12-25:01:16:40] No installed runtime detected
    I would much appreciate any help or advice anyone can give me regarding this! This is starting to drive me nuts.
    Thank you.
    ( also, this is my first post, so please forgive if I've done anything wrong or not according to etiquette! )

    Ok, I understand.  So before we continue, we really need to figure out what the exact error is.  Can you, on at least 2 systems, generate the MSI logs we'll need?  Here's a document that explains how to enable logging and where to find the logs once they've been created:
    How to enable Windows logging
    Once you've enabled logging, try installing again.  Grab the newly created msi logs and either post here or email me at [email protected]  I'll examine the logs and see if we can find a common issue between the systems.
    Thanks,
    Chris

  • Adobe Air Installer crashes on Lion 10.7.2

    After upgrading to Lion 10.7.2 the Air application I use wouldn't start. I tried uninstalling and reinstalling Air to see if it would fix it, but the Air uninstaller continued to crash. I manually deleted the AIR runtime at /Library/Frameworks/Adobe AIR.framework (the entire folder) and then tried reinstalling. The installer itself just crashes.
    Here is the console message:
    10/13/11 6:25:50.932 PM Adobe AIR Installer: Runtime Installer begin with version 3.0.0.4080 on Mac OS 10.7.2 x86
    10/13/11 6:25:50.933 PM Adobe AIR Installer: Commandline is: -psn_0_372827
    10/13/11 6:25:50.933 PM Adobe AIR Installer: No installed runtime detected
    10/13/11 6:25:51.612 PM Adobe AIR Installer: -[__NSCFString backingScaleFactor]: unrecognized selector sent to instance 0x37a8a0
    Here is the crash log:
    Process:         Adobe AIR Installer [332]
    Path:            /Volumes/VOLUME/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
    Identifier:      com.adobe.air.Installer
    Version:         3.0 (3.0.0.4080)
    Code Type:       X86 (Native)
    Parent Process:  launchd [112]
    Date/Time:       2011-10-13 18:29:30.851 -0500
    OS Version:      Mac OS X 10.7.2 (11C74)
    Report Version:  9
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000050
    VM Regions Near 0x50:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Volumes/VOLUME/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
        __TEXT                 0000000000001000-0000000000007000 [   24K] r-x/rwx SM=COW  /Volumes/VOLUME/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
    Application Specific Information:
    objc[332]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.AIR                           0x0304ed06 0x2d4d000 + 3153158
    1   com.adobe.AIR                           0x0304efdb 0x2d4d000 + 3153883
    2   com.adobe.AIR                           0x02d6fd19 0x2d4d000 + 142617
    3   com.adobe.AIR                           0x02d704c5 0x2d4d000 + 144581
    4   libsystem_c.dylib                       0x923ce944 __cxa_finalize + 243
    5   libsystem_c.dylib                       0x923ce7f2 exit + 25
    6   com.adobe.air.Installer                 0x000024db start + 63
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x949f890a kevent + 10
    1   libdispatch.dylib                       0x95a0ac58 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x95a096a7 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x949f802e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x923ddccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x923df6fe start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x949f802e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x923ddccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x923df6fe start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x949f802e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x923ddccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x923df6fe start_wqthread + 30
    Thread 5:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x949f7bb2 __semwait_signal + 10
    1   libsystem_c.dylib                       0x923907b9 nanosleep$UNIX2003 + 187
    2   libsystem_c.dylib                       0x92390558 usleep$UNIX2003 + 60
    3   com.apple.AppKit                        0x96f7abe2 -[NSUIHeartBeat _heartBeatThread:] + 2399
    4   com.apple.Foundation                    0x91a15f7d -[NSThread main] + 45
    5   com.apple.Foundation                    0x91a15f2d __NSThread__main__ + 1582
    6   libsystem_c.dylib                       0x923dbed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x923df6de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x0304ecda  ecx: 0x02d5198d  edx: 0x62327830
      edi: 0x01364800  esi: 0xbffffc94  ebp: 0xbffffbd8  esp: 0xbffffba0
       ss: 0x00000023  efl: 0x00010202  eip: 0x0304ed06   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000050
    Logical CPU: 0
    Binary Images:
        0x1000 -     0x6ff7 +com.adobe.air.Installer (3.0 - 3.0.0.4080) <89A129B2-CB14-1B71-4966-6CE75F745E79> /Volumes/VOLUME/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
      0x700000 -   0x7adff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0x2d4d000 -  0x3e5ffdb +com.adobe.AIR (??? - 3.0.0.4080) <2127C16A-7778-7DC5-F946-222DF4439168> /Volumes/VOLUME/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
    0x81d9000 -  0x8212ff3  com.apple.QuickTimeFireWireDV.component (7.7.1 - 2306) <5347333C-9175-39FF-AFEC-BF24BB6701D7> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireD V
    0x821d000 -  0x8227fff  com.apple.IOFWDVComponents (2.0.7 - 2.0.7) <811CF4D6-15B2-3EDA-B026-5E4B28C0F742> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComponents
    0x8232000 -  0x825afff  com.apple.QuickTimeIIDCDigitizer (7.7.1 - 2306) <6F887F4E-2D83-3415-9342-7EA8600E1349> /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/QuickTimeIIDCDi gitizer
    0x8262000 -  0x82b0ff7  com.apple.QuickTimeUSBVDCDigitizer (2.7.1 - 2.7.1) <1D79F9C3-E0F4-33AE-A390-38DD884DEA28> /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/QuickTimeUSBV DCDigitizer
    0x82ba000 -  0x82beffb  com.apple.audio.AudioIPCPlugIn (1.2.1 - 1.2.1) <B8333059-00BE-33A6-AEC0-0C8F285E6E07> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
    0x82c3000 -  0x82c9ffb  com.apple.audio.AppleHDAHALPlugIn (2.1.3 - 2.1.3f7) <C2DD672D-46CE-34BB-8456-129C65DDE583> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x82cf000 -  0x843cffc  GLEngine (??? - ???) <C49CCDEA-F23E-30CD-9BCD-FC09C9D07CF4> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x8470000 -  0x8567ffb  libGLProgrammability.dylib (??? - ???) <8E592FEB-B6A8-3BFF-828B-B37B05D4D574> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x858b000 -  0x882bfe7  com.apple.ATIRadeonX3000GLDriver (7.12.9 - 7.1.2) <9AC3143F-1DF8-30BD-943D-061D72390859> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000GLD river
    0x885c000 -  0x8bf2fff  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (7.12.9 - 7.1.2) <BEB80648-1E17-365E-86D4-113BF2B842F5> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIn telHD3000GraphicsGLDriver
    0x8db0000 -  0x8dddff8  GLRendererFloat (??? - ???) <1264885F-1492-3591-BFB1-B671A7B08A29> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
    0x8fee6000 - 0x8ff189c7  dyld (195.5 - ???) <134323A7-49DC-3A9D-ACFD-32FAD0FD6BA2> /usr/lib/dyld
    0x90019000 - 0x9001aff5  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <9A1E12B7-F822-3544-8E1D-A6DC81E1F2E6> /usr/lib/system/libremovefile.dylib
    0x9001b000 - 0x900a2fff  com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x9013d000 - 0x9015fffe  com.apple.framework.familycontrols (3.0 - 300) <F87D87EF-553A-3165-9C9A-6E117C537FE9> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x90160000 - 0x90161fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0x90198000 - 0x90198fff  com.apple.quartzframework (1.5 - 1.5) <EF66BF08-620E-3D11-87D4-35D0B0CD1F6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x90199000 - 0x90199fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9019a000 - 0x901d0ff4  com.apple.LDAPFramework (3.0 - 120.1) <EA92FCA5-7A7E-328F-8C7F-4250FCC45879> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x90241000 - 0x90581ffb  com.apple.HIToolbox (1.8 - ???) <DFED9BD0-E142-397B-BE16-16EBCF3CE1EB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x90582000 - 0x90681ffb  com.apple.DiskImagesFramework (10.7.2 - 331) <58D09F91-CC36-3CAD-9306-25BC8A5FD63E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x90682000 - 0x907a2fec  com.apple.vImage (5.1 - 5.1) <008B989F-F080-398E-ACB1-FBF5BA107D6D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x907a3000 - 0x907a5ffb  libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x907a6000 - 0x907e9ffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
    0x90803000 - 0x90803fff  com.apple.audio.units.AudioUnit (1.7.1 - 1.7.1) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x90804000 - 0x908ecfff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib
    0x9092b000 - 0x9092bfff  com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90ce9000 - 0x90ce9fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x90cfe000 - 0x90d4efff  libFontRegistry.dylib (??? - ???) <81E03B82-1F31-3702-97DC-BE20298E326F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x90d4f000 - 0x90d6efff  com.apple.RemoteViewServices (1.2 - 39) <C7B638D2-2F8B-3A45-916A-73103FADC822> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x90d6f000 - 0x90d78fff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x90d79000 - 0x90dc9ff4  libTIFF.dylib (??? - ???) <E86EA22A-82C0-3E77-9EAF-739F385790D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x90dca000 - 0x90df2ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <FCAC685A-724F-3FE7-8416-146108DF75FB> /usr/lib/libxslt.1.dylib
    0x90df3000 - 0x90df6ff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
    0x90e42000 - 0x90e4dfff  libkxld.dylib (??? - ???) <088640F2-429D-3368-AEDA-3C308C4EB80C> /usr/lib/system/libkxld.dylib
    0x90e4e000 - 0x90e51ffb  com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x90f0f000 - 0x913ebff6  libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x9148f000 - 0x914f0ffb  com.apple.audio.CoreAudio (4.0.1 - 4.0.1) <089D78E0-46A6-38DB-9545-7F35CC815939> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f1000 - 0x91585ff7  com.apple.LaunchServices (480.21 - 480.21) <E3621817-B627-3EEC-A7F9-0D45583B7FE8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x91586000 - 0x9159cffe  libxpc.dylib (77.17.0 - compatibility 1.0.0) <E01E0074-0830-3F20-8703-EA7722BFD358> /usr/lib/system/libxpc.dylib
    0x9159d000 - 0x91822fe3  com.apple.QuickTime (7.7.1 - 2306) <F8C64DC4-3FE4-3A06-B10B-59E7F3BA6FDD> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x91823000 - 0x9182bff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
    0x9182c000 - 0x9193bffb  com.apple.DesktopServices (1.6.1 - 1.6.1) <9F02752A-617B-3AC7-BCA1-F040C105EDDE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x9193c000 - 0x91944ff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib
    0x91945000 - 0x919a2ffb  com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x919a3000 - 0x919b1fff  com.apple.opengl (1.7.5 - 1.7.5) <81166D23-DE8E-3938-AAD3-29B1FA5E446E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x919b6000 - 0x91cc0ff3  com.apple.Foundation (6.7.1 - 833.20) <B5092554-485A-3A7D-904B-B04B1EE5C50C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91cc1000 - 0x91cc6ff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib
    0x91d03000 - 0x91dd2fff  com.apple.ImageIO.framework (3.1.1 - 3.1.1) <8B8A3DD3-BB3D-33FC-A714-81E1B883B155> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x92182000 - 0x9219fff3  com.apple.openscripting (1.3.3 - ???) <31A51238-0CA1-38C7-9F0E-8A6676EE3241> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x921a0000 - 0x921b9fff  libPng.dylib (??? - ???) <A83B66DC-302C-3A4C-8107-0E5560708024> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x92350000 - 0x9237eff7  com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x9237f000 - 0x9244afff  libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
    0x9244b000 - 0x92455ff2  com.apple.audio.SoundManager (3.9.4 - 3.9.4) <D23C4761-6492-3974-B4D2-495082B8B7A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x92456000 - 0x92516fff  com.apple.CoreServices.OSServices (478.29 - 478.29) <EAAAAC1B-2599-3875-9068-DF7E6B5760A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x92517000 - 0x9255afff  com.apple.MediaKit (11.0 - 585) <BD6A0B33-7048-3E71-864F-DFB5BC0FC640> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x9255b000 - 0x9257efff  com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9257f000 - 0x92593ff7  com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x9259a000 - 0x9259dffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
    0x9259e000 - 0x925a5fff  com.apple.agl (3.1.4 - AGL-3.1.4) <CCCE2A89-026B-3185-ABEA-68D268353164> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9264c000 - 0x9268dff7  com.apple.CoreMedia (1.0 - 705.42) <B45070F1-4097-3BAD-AA7C-0F7AFD6EAC27> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x926c0000 - 0x92972ff7  com.apple.security (7.0 - 55010) <BE0350C5-5221-3BFF-B674-646AB1BA0F2E> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x92973000 - 0x92973ff0  com.apple.ApplicationServices (41 - 41) <BED33E1D-C95C-3654-9A3A-0CB3607F9F10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x92974000 - 0x92977ffd  libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x929af000 - 0x92b85fe3  com.apple.CoreFoundation (6.7.1 - 635.15) <AC9F6462-6315-3D89-8075-D048DB4DBF7E> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x92b8b000 - 0x92ecdfff  com.apple.MediaToolbox (1.0 - 705.42) <5AEFD5BE-6FA3-38F8-966A-B0AB56C472B8> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x92ede000 - 0x92f37ffb  com.apple.coreui (1.2.1 - 164.1) <890E0BE9-3360-3B56-BE46-5A2421875A40> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x92f49000 - 0x93303ffb  com.apple.SceneKit (2.1 - 125.1) <7BFC0028-18AC-3B49-8DDC-CB7A7359D4F7> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
    0x93304000 - 0x933daa5b  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <A0EDB351-4B9D-3AA2-9D1A-0C22204FCCD3> /usr/lib/libobjc.A.dylib
    0x933db000 - 0x93440ff7  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x93441000 - 0x934cefe7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x934cf000 - 0x9421ffff  com.apple.QuickTimeComponents.component (7.7.1 - 2306) <B397F658-057A-3D84-ABC7-84AA6256DB88> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent s
    0x9422c000 - 0x94232ffd  com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x9427d000 - 0x94286ffb  com.apple.DisplayServicesFW (2.5.2 - 317) <DF4FCE9C-A4EE-3590-B079-495AC83836EA> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x94292000 - 0x9430aff2  com.apple.CorePDF (3.0 - 3.0) <A0EC8F60-A622-347E-979A-F71939C45E5F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x9430b000 - 0x9470dff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x9470e000 - 0x9475cff3  com.apple.ImageCaptureCore (3.0.1 - 3.0.1) <DB40F137-4519-339B-81DC-7375B2FE8FD2> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x9475d000 - 0x94799ffd  libGLImage.dylib (??? - ???) <8251242B-E04E-3467-BD0F-834578B18AC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x9479a000 - 0x9479effa  libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib
    0x9479f000 - 0x9479fff2  com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x947ac000 - 0x947d7fff  com.apple.GSS (2.1 - 2.0) <05A0171B-76EA-3E4C-8A36-65D1A978AF4B> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x947f0000 - 0x94894fff  com.apple.QD (3.12 - ???) <68CBE425-43BA-3E6D-8668-A4A67396E20D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x94895000 - 0x948a0ffc  com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x948fc000 - 0x949d2ff6  com.apple.QuickLookUIFramework (3.1 - 500.1) <4E259D94-6081-32D7-AD60-565E57B11EBA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x949d3000 - 0x949deffe  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <4A7FCD28-9C09-3120-980A-BDF6EDFAAC62> /usr/lib/libbz2.1.0.dylib
    0x949df000 - 0x949fdff7  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <D32C2E9C-8184-3FAF-8694-99FC619FC71B> /usr/lib/system/libsystem_kernel.dylib
    0x95191000 - 0x95199fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9519a000 - 0x951c4ff0  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
    0x951f8000 - 0x9520dff7  com.apple.ImageCapture (7.0 - 7.0) <116BC0CA-428E-396F-85DF-52793034D2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x9525b000 - 0x95268fff  libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x953e8000 - 0x9540aff1  com.apple.PerformanceAnalysis (1.10 - 10) <45B10D4C-9B3B-37A6-982D-687A6F9EEA28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
    0x9540b000 - 0x9541bfff  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
    0x9541c000 - 0x95514ff7  libFontParser.dylib (??? - ???) <83E7E71E-D217-3DEE-B288-F5BAE7E118C5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x95515000 - 0x956c9ff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
    0x956ca000 - 0x958b3ff7  com.apple.CoreData (104 - 358.12) <F8AD7990-2C30-31A4-8E78-FA8DD5CF03CC> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x958b4000 - 0x958e1ff7  com.apple.securityinterface (5.0 - 55004) <93C0285A-A266-3F21-82C9-434CBD3FA712> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x958ec000 - 0x95976ffb  com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x95981000 - 0x9598cff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <11726E50-E6FC-3AB0-8750-DDDCCF2B8534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x959df000 - 0x95a07ff0  com.apple.CoreServicesInternal (113.8 - 113.8) <9930695C-1C48-329F-93FD-5AEEE2EF942C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
    0x95a08000 - 0x95a16fff  libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
    0x95a84000 - 0x95a8bff5  libsystem_dnssd.dylib (??? - ???) <B3217FA8-A7D6-3C90-ABFC-2E54AEF33547> /usr/lib/system/libsystem_dnssd.dylib
    0x95ac1000 - 0x95eb4feb  com.apple.VideoToolbox (1.0 - 705.42) <3F12F8A3-ED41-3EAD-A887-B7805353122C> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x95eb5000 - 0x95f24fff  com.apple.Heimdal (2.1 - 2.0) <DE626683-DF32-341B-8997-AE63309590C7> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x95f25000 - 0x96077fff  com.apple.audio.toolbox.AudioToolbox (1.7.1 - 1.7.1) <7646E131-08EE-3D72-ADA2-4A61C562B36E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96078000 - 0x960b9ff9  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <975E4F25-7943-3785-849C-244FF4E77602> /usr/lib/libcurl.4.dylib
    0x960f9000 - 0x967a2eeb  com.apple.CoreGraphics (1.600.0 - ???) <322FC806-0B9F-3A58-8C88-D477E32A50F8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x967a3000 - 0x96863ff3  com.apple.ColorSync (4.7.0 - 4.7.0) <A39EA668-D042-377F-BC81-26748CD57ADC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x96866000 - 0x96869ff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
    0x9686a000 - 0x96878fff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
    0x968b0000 - 0x96d25ff7  FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x96d26000 - 0x96d27fff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
    0x96d28000 - 0x96d28fff  com.apple.Carbon (153 - 153) <6FF98F0F-2CDE-3888-A304-4ED447D24CE3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96d29000 - 0x977b7ffe  com.apple.AppKit (6.7.2 - 1138.23) <ADFA8D70-601E-3B5C-96FD-F45F52055CC8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x977b9000 - 0x979d8ff7  com.apple.imageKit (2.1.1 - 1.0) <9AF0A882-BEAD-3AEC-8A72-497A7C3C2358> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x979fe000 - 0x97a01ff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <B9344DE6-B84D-352C-95AD-EF73A68B8A10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x97a02000 - 0x97a15ffb  com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <3D94520B-C976-370F-AF56-278002BCF11D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x97a67000 - 0x97acbfff  com.apple.framework.IOKit (2.0 - ???) <D14460ED-2B6C-375D-B3A4-B8C82E922666> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x97acc000 - 0x97b0cff7  libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
    0x97b0d000 - 0x97b36ffe  com.apple.opencl (1.50.63 - 1.50.63) <C4EC60D6-9A7C-3CE9-AA80-2F81D9BB4465> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x97b37000 - 0x97b87ff9  com.apple.QuickLookFramework (3.1 - 500.1) <28CB604E-2426-3491-BF16-2CDFD4C392B0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x97b88000 - 0x97c99ff7  libJP2.dylib (??? - ???) <35D120D4-3304-3A02-9259-EB933E74E63A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJP2.dylib
    0x97c9a000 - 0x97cd0ff7  com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x97cd1000 - 0x97cd1fff  com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x97e4f000 - 0x97e56ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
    0x97ee0000 - 0x97ee2ff9  com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x97ee3000 - 0x97ef4fff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
    0x97ef5000 - 0x97ef6fff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x97ef7000 - 0x97f64ffb  com.apple.CoreSymbolication (2.1 - 71) <442A5CD4-9820-3BB2-BD68-D8AB94010E34> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x97f65000 - 0x97fa3fff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0AE59D4F-FFA7-3539-8B86-AD8993894AA0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x97fa4000 - 0x97fe0fff  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <AA56493C-D7C6-3D4F-8DC8-855405AFF57B> /usr/lib/libcups.2.dylib
    0x97fe1000 - 0x98010ff7  libsystem_info.dylib (??? - ???) <B86A363D-6EA2-3A69-A6CB-18B7F98FC61A> /usr/lib/system/libsystem_info.dylib
    0x98848000 - 0x98a90fff  com.apple.JavaScriptCore (7534.51 - 7534.51.21) <FEDF4D88-FB61-3A3F-ABE2-72BE2234DDF4> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x98c92000 - 0x98ce3ff3  com.apple.CoreMediaIO (210.0 - 3180) <79AA7CA8-FC39-375D-9485-855D302DF7AA> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x98ce4000 - 0x98d22fff  com.apple.NavigationServices (3.6 - 192) <CB7AE807-9292-3EBA-A5F5-D7DCEE28A5B7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x98d23000 - 0x9939efe5  com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x9939f000 - 0x993a4ffd  libGFXShared.dylib (??? - ???) <820D744C-C641-3918-A72A-AC2E5276BCB6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x993a5000 - 0x993bafff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x99dd0000 - 0x99e28fff  com.apple.HIServices (1.10 - ???) <76B50B43-6CFD-3067-A085-11420FD4FAA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x99e29000 - 0x9a09cfff  com.apple.CoreImage (7.82 - 1.0.1) <6C99F458-E83A-3538-9B71-2C8BD0C9DCD5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
    0x9a09d000 - 0x9a12aff7  com.apple.CoreText (220.11.0 - ???) <4F98D709-75AC-35F0-AD88-8F2C4BD744C0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x9a133000 - 0x9a214fff  com.apple.DiscRecording (6.0 - 6000.4.1) <DA12E1A4-063B-3319-996B-AFF9B361561C> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x9a215000 - 0x9a66efff  com.apple.RawCamera.bundle (3.8.2 - 579) <D7463860-2455-3A4F-A7AB-E9CA7A218154> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x9a6b8000 - 0x9a6ecff8  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
    0x9a701000 - 0x9a82dff9  com.apple.CFNetwork (520.2.5 - 520.2.5) <02193949-50A8-3CBC-9920-5FCDB8EBE17A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x9a8ab000 - 0x9a942ff3  com.apple.securityfoundation (5.0 - 55005) <F5A98CC2-11C6-34F3-8F72-75B642627630> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x9a94e000 - 0x9a9e9ff3  com.apple.ink.framework (1.3.2 - 110) <9F6F37F9-999E-30C5-93D0-E48D4B5E20CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x9a9ea000 - 0x9a9f1ffd  com.apple.NetFS (4.0 - 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9aa73000 - 0x9aa83fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x9aa84000 - 0x9aaf9fff  com.apple.Metadata (10.7.0 - 627.20) <1E7C8194-8CE4-3103-A3D1-8913238AF923> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x9ab00000 - 0x9ac62fff  com.apple.QTKit (7.7.1 - 2306) <5A7E5ED0-C4DC-3CEC-ABE0-24899134ACE1> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9ac63000 - 0x9ac67ff3  libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
    0x9ad1e000 - 0x9ad1fff7  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <70782AEC-8933-3EB4-91CA-E44C0E768C90> /usr/lib/system/libquarantine.dylib
    0x9af93000 - 0x9aff5ff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
    0x9aff6000 - 0x9b01bff9  libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x9b01c000 - 0x9b097ffb  com.apple.ApplicationServices.ATS (317.5.0 - ???) <D5AC5C21-CE1E-333D-94F7-F0F534FD4DC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x9b098000 - 0x9b0fffff  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
    0x9b108000 - 0x9b136fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <07D9A827-9567-34C2-9022-AF4BF975C9A7> /usr/lib/libSystem.B.dylib
    0x9b137000 - 0x9b20effb  com.apple.avfoundation (2.0 - 180.30) <6788562E-A9A8-3898-A0F4-66D9BBAE3430> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x9b20f000 - 0x9b226ff8  com.apple.CoreMediaAuthoring (2.0 - 889) <49B55753-BD7E-3889-BA60-15294DA49CB7> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x9b227000 - 0x9b227fff  libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9> /usr/lib/system/libdnsinfo.dylib
    0x9b9d8000 - 0x9b9dcff7  com.apple.OpenDirectory (10.7 - 146) <3D3D30CE-6D82-3681-AA98-4E3AEFFA4229> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9b9dd000 - 0x9b9deff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib
    0x9b9df000 - 0x9baeeff7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <90D36793-04A5-3BFF-BE83-EEEDCBEDC756> /usr/lib/libsqlite3.dylib
    0x9baef000 - 0x9bb54ffb  com.apple.Symbolication (1.2 - 89) <AB71058E-7106-3D01-8EF9-5F9FEF950D6E> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x9bb55000 - 0x9bc38ff7  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
    0x9bc39000 - 0x9bc3affd  libCVMSPluginSupport.dylib (??? - ???) <96F2F2F4-E7A9-36C8-B1CF-D58AA3DB2B44> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
    0x9bc3b000 - 0x9bc43ff3  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <CD470A1E-0147-3CB1-B44D-0B61F9061826> /usr/lib/system/liblaunch.dylib
    0x9bc46000 - 0x9bc51ffb  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <17C11291-5B27-3BE2-8614-7A806745EE8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x9bc52000 - 0x9be7bffb  com.apple.QuartzComposer (5.0 - 236) <7BD138F0-C748-3013-98C0-4D5F5E10B9AB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x9be7c000 - 0x9becbffb  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9becc000 - 0x9bed2ffb  com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x9bed3000 - 0x9bf1afff  com.apple.SystemConfiguration (1.11.1 - 1.11) <CA6CE2B6-DC18-31FF-9668-70BB2FD8D7BB> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x9bf1b000 - 0x9bf35fff  com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9bf36000 - 0x9bf46ff7  libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib
    0x9bf53000 - 0x9c0b4ffb  com.apple.QuartzCore (1.7 - 270.0) <0916DA83-6400-3FEA-BC53-5F4BA4D126EC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9c0b5000 - 0x9c106ff9  com.apple.ScalableUserInterface (1.0 - 1) <C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
    0x9c107000 - 0x9c169ffb  com.apple.datadetectorscore (3.0 - 179.4) <12EF80E0-35CC-30A7-942F-2F9E87C4C98C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x9c16a000 - 0x9c1b3ff7  libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9c1c3000 - 0x9c1c4ff7  libsystem_sandbox.dylib (??? - ???) <BC0A04E9-4F28-3BC8-AA7B-63C3451E9212> /usr/lib/system/libsystem_sandbox.dylib
    0x9c1c5000 - 0x9c2b5ff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
    0x9c3fd000 - 0x9c3feffd  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <45AC1CB9-2A81-3FEA-9BA4-E9BBA2582A28> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x9c457000 - 0x9c45bfff  com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x9c45c000 - 0x9c45ffff  com.apple.AppleSystemInfo (1.0 - 1) <D2F60873-ECB1-30A8-A02E-E772F969116E> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x9c46b000 - 0x9c46fffd  IOSurface (??? - ???) <97E875C2-9F1A-3FBA-B80C-594892A02621> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9c470000 - 0x9c472ff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
    0x9c4b5000 - 0x9c4b9fff  libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x9c4c6000 - 0x9c4ecffb  com.apple.quartzfilters (1.7.0 - 1.7.0) <9C8F1F3D-D570-3F5C-9B31-5B5B82161CDE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x9c4ed000 - 0x9c569ffd  com.apple.PDFKit (2.6.1 - 2.6.1) <7BC3186B-80B7-3E68-AFDD-2734164BCCFB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x9c56a000 - 0x9c56affe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
    0x9c56b000 - 0x9c5a2fef  com.apple.DebugSymbols (2.1 - 87) <E2E26B90-BC10-304A-AF1B-8E5CCA9776A7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x9c5a3000 - 0x9c8a5fff  com.apple.CoreServices.CarbonCore (960.18 - 960.18) <8094724D-591D-3CC2-81DE-4E3029624E11> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x9c8a6000 - 0x9c8a7fff  com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x9c8a8000 - 0x9c8c4ff5  com.apple.GenerationalStorage (1.0 - 125) <F1D67293-9192-367D-AE74-2732B23E7E77> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x9c9cb000 - 0x9c9d4ff3  com.apple.CommonAuth (2.1 - 2.0) <D49B41B1-A5DD-366A-8C30-49E9B875AA13> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x9cacd000 - 0x9caeafff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <95AE43ED-6C52-3B39-89B6-54C81C62F1FF> /usr/lib/libresolv.9.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 1043
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=210.4M resident=75.4M(36%) swapped_out_or_unallocated=135.0M(64%)
    Writable regions: Total=133.3M written=4124K(3%) resident=6860K(5%) swapped_out=0K(0%) unallocated=126.6M(95%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    ATS (font support)                 31.8M
    ATS (font support) (reserved)         4K        reserved VM address space (unallocated)
    CG backing stores                   368K
    CG image                             12K
    CG raster data                      128K
    CG shared images                   3384K
    CoreGraphics                          8K
    CoreServices                       1332K
    IOKit                               168K
    MALLOC                             71.5M
    MALLOC guard page                    32K
    Memory tag=240                        4K
    Memory tag=242                       12K
    Memory tag=249                      156K
    Stack                              66.5M
    VM_ALLOCATE                        16.1M
    __CI_BITMAP                          80K
    __DATA                             12.4M
    __DATA/__OBJC                       228K
    __IMAGE                            1256K
    __IMPORT                              4K
    __LINKEDIT                         45.0M
    __OBJC                             2296K
    __OBJC/__DATA                        72K
    __PAGEZERO                            4K
    __TEXT                            165.4M
    __UNICODE                           544K
    mapped file                       101.0M
    shared memory                       312K
    shared pmap                        6588K
    ===========                      =======
    TOTAL                             526.3M
    TOTAL, minus reserved VM space    526.3M

    I found a suggestion on this thread: http://forums.adobe.com/thread/912984?tstart=0
    that says to turn of the window restore feature in Lion. I turned it off and was able to install AIR and run the AIR application I use.
    You can turn off the window restore feature in System Preferences -> General

Maybe you are looking for

  • PDF for Print On Demand publishing from Acrobat Online?

    Hi, I have a *.doc file created in Word 2007 that I want to make into a press-quality pdf (for printing as a book by Amazon CreateSpace.) There are no images or objects of any kind -- only text. Is there a way to make a PDF/x with embedded fonts from

  • Bridge cs3 not letting me label with colors or rate with stars.

    I can't rate with stars or label with colors anymore in bridge.  I went into preferences to see if I had accidentally changed something but there was nothing different there.  I redownloaded my software from adobe and had it correct problems but it d

  • Help replacing my backup solution

    I currently have a Windows Home Server from my PC days.  The house is now all Mac, but I still use the WHS in the following way: 1. Common files, pictures and vidoes are stored on the home server.  This allows all Macs in my house to access them. 2.

  • JTable select cells

    Hi, I have a JTable which is set individual cell selectable and allow multipleselection. I have a display problem when I use "CTRL" key and mouse toselect cells. The problem is that I cannot select them individually. (Someof Other cell are also selec

  • Mac iCloud docs almost never in sync with iOS docs

    I use Pages on my iPad, iPhone and Mac, plus sometimes web. For some reason the syncing between the iOS devices and web is flawless but the docs that appear on the Mac version of Pages are almost always a step behind. In other words the last thing I