Adobe AIR Windows app instance control

Hello!
I´have an old Adobe AIR Windows app. How can I prevent multiple instances of the app. For example one user account launches the app on login, then on a user switch a new instance is started. I want only one instance of the app running. I come up with an idéa of creating a .lock file that is created on start and deleted on app close. But what happens if the power of the computer is removed? Then the .lock file is present and the app can´t launch again. Any idéas?

Are you certain that the previous users instance of the app is still running when that user is logged out? Unless Adobe has changed how AIR works in recent years, AIR is built to only allow one instance of the application to be running. In fact, that has been a complaint by some people who figured out how to get around that limitation so they could have multiple instances of the app running at once.
flash - starting an Adobe AIR application multiple times - Stack Overflow

Similar Messages

  • Link in Adobe AIR JavaScript app is incorrectly opening the app in the default browser

    I have a couple of links in my Adobe AIR JavaScript app that are part of the app's UI, which when clicked are causing the app to be loaded into a new tab in my default browser.
    This is only happening with two links (Save and Cancel on a form), and not all links in my UI.  The two links that are having the issue are defined in an external HTML file that I load a runtime and connect to the DOM.  The links that are defined in the main HTML file that is loaded when the app starts up do not have this problem.
    Here is how I am loading the template and plugging it into the DOM
    var win = document.createElement("div");
    var f = air.File.applicationDirectory.resolvePath("lib/partials/edit_form.html");
    var fs = new air.FileStream();
    fs.open(f, air.FileMode.READ);
    var content = fs.readUTFBytes(fs.bytesAvailable);
    fs.close();
    var template = new Template(content);
    win.innerHTML = template.evaluate(data);
    document.body.insertBefore(win, document.body.firstChild);
    The links themselves are coded like this:
    <a href="#" id="save_button" onclick="return false;"></a>
    <a href="#" id="cancel_button" onclick="return false;"></a>
    I am using the Prototype JS library to observe the 'click' event for each of these links like so:
    $('save_button').observe('click', onSave);
    $('save_button').observe('click', onCancel);
    This app shows content created by users, which can contain links to external web sites.  To get the external links to open in the browser (as opposed to inside my Adobe AIR window), I am doing the following in a script tag in the head of my main HTML file:
    window.htmlLoader.navigateInSystemBrowser = true
    I've found that if I set window.htmlLoader.navigateInSystemBrowser = false, then the issue with the Save and Cancel links described above goes away.  However, I need to have window.htmlLoader.navigateInSystemBrowser = true so that external links in the user content open up in the browser, not in Adobe AIR.
    Another piece of evidence is that the Save and Cancel links only incorrectly open a browser the first time you click on them after launching the app.  Subsequent clicks work fine and do not have the issue.
    Any ideas on why the links that are plugged into the DOM after app start up have this issue, and only the first time you click on them?

    Not sure where this comes from, but I suspect it has something to do with the security restrictions that AIR has in place, related to dynamic JS evaluation after the document is loaded.
    Make sure you read http://help.adobe.com/en_US/air/html/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7f0e.html#WS 5b3ccc516d4fbf351e63e3d118666ade46-7ef8
    For example, I've spotted the two onclick="return false;" you have in your code. The evaluation of the onclick attribute after the page loaded event would fail in AIR.

  • How do I get Adobe Air Desktop App to notify user that a URL text file has been updated?

    How do I get an Adobe Air Desktop App to notify user that a URLRequest ".txt" file has been updated? via blinking system tray icon or something.
    New to Air and need someone to point me in the right direction. I have been searching web for hours and probably not asking the question right.
    I have a very simple Desktop App that just loads a text file from a web location into a dynamic text field at a set timer. it just repeats this action on the timer. right now every 5 minutes
    What would the actionscript be to tell the Air App to look at the date or time stamp of the ".txt" file and notify user if its new?
    Thanks

    Try to follow below steps
    Click on Finder and then hold Command + Shift + G keys on your keypad
    It will open Go to folder window, type  exactly ~/Library and click on Go
    Then open Application Support > Adobe folders
    Trash AAMUpdater and OOBE folders.
    Now click on finder and hold Command + Shift + G keys on your keypad.
    This time type /Library and click on Go.
    Make sure to remove ~ symbol.
    Then open Application Support > Adobe folders.
    Trash AAMUpdater, Adobe Application manager, OOBE folders.
    Now Click on Finder and then hold Command + Shift + U keys on your keypad.
    It will open utilities folder.
    Trash Adobe Creative Cloud and Adobe Application Manager folders
    Download and Run CC cleaner tool from below link
    http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems/_jcr_conte nt/main-pars/accordion_container_1/accordion-par/accordion-item-1/accordion-item-par/proc e dure/proc_par/step_3/step_par/download/file.res/AdobeCreativeCloudCleanerTool.zip
    Accept the license agreement and click on Adobe Application Manager
    Then click on clean up selected
    Close the window
    Download and install Creative Cloud App from below link
    Free Creative Cloud | Download Adobe Creative Cloud free trial

  • Adobe AIR desktop app with an embedded runtime

    Hi,
    Does an Adobe AIR desktop app with an embedded runtime (standalone/portable)  that got published on Windows work on a Mac too?
    Thanks

    No, you need to compile a "bundle" with ADT on each platform. On Windows it creates a directory with an .exe and the AIR runtime. On OS X it creates a .app file.

  • Adobe AIR Installer.app and Comcast ID

    Has anyone had trouble with installing the Adobe AIR Installer.app in order to have a comcast ID on your computer and TV?

    If you need it for the usage meter, instructions here  > http://usagemeterapp.comcast.net/air.html
    Repair permissions prior to installing Adobe Air.
    Launch Disk Utility located in HD > Applications > Utilities
    Select the startup disk on the left then select the First Aid tab.
    Click: Repair Disk Permissions
    This process can take a few minutes.
    Quit Disk Utility when it's finished then try installing Adobe Air.
    FAQ's for >  Xfinity Usage Meter Application

  • My adobe air desktop app keeps trying to update unsuccessfully

    my free adobe air desktop app keeps trying to update unsuccessfully
    whatever shall i do?
    thanks
    system
    Hardware Overview:
      Model Name: Mac Pro
      Model Identifier: MacPro3,1
      Processor Name: Quad-Core Intel Xeon
      Processor Speed: 2.8 GHz
      Number Of Processors: 2
      Total Number Of Cores: 8
      L2 Cache (per processor): 12 MB
      Memory: 10 GB

    Hello,
    I'm sorry you're having trouble. I'm fairly certain this problem is occurring on the Air side and not on the Acrobat.com side of things. Please try reposting your question in the Air forums.
    Good luck!
    Michelle

  • Is anybody else having their Adobe AIR iOS app crash within the first second of opening it?

    Is anybody else having their Adobe AIR iOS app crash within the first second of opening it?
    I am using iPhone 6, iOS 8.1.3, with a development certificate.
    With Adobe AIR SDK 16.0.0.283 and now with 17.0.0.93, after compiling the app (whether in release mode or debug mode), before the app getTimer() can ever reach 999 milliseconds the app will crash. No matter what code I have, it is just crashing before the runtime can ever reach the first second.
    Anybody else having this kind of behavior?

    Chris,
    Thanks for your prompt reply. I have found the way to reproduce. It is about interfaces, and when I try to call a method through an interface the app crashes. I think that it is related to having an interface with many parameters. I have logged the bug here:
    Bug#3935199 - iOS App crashes when calling an objects method through interface

  • Sudo: /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer: command not fou

    This is what comes up when I am trying to install Adobe AIR on my Mac OS 10.8.5 with Cricut Craft Room in the terminal.

    Hi Chris,
      I've been reading and trying everything!  Ok so this is what I had on my Mac:
    Bamboo
    Core Essentials Painter 4
    Cricut Craft room
    * will be adding Adobe Photoshop Essentials 11 next month also.
    When I tried install the Cricut Sync (to sync my Gypsy to the Mac) that's when it asked for Adobe AIR installation.  I can see the AIR installer in my applications/utilities, but it will not let me run the program.
    Here is the installer log:
    Apr  1 00:39:58 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 00:39:59 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 02:27:27 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 02:27:28 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 02:27:28 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 02:27:32 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 02:27:35 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 04:14:39 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 04:14:44 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 04:14:44 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 04:14:47 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 06:01:28 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  1 06:01:29 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 06:01:29 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 06:01:34 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 06:01:36 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 07:47:55 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 07:47:56 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 07:47:56 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 07:48:01 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 07:48:03 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 08:30:00 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 08:30:01 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 08:30:02 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 08:30:06 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 08:30:07 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 10:28:45 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  1 10:28:50 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 10:28:50 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 10:28:52 Melissa-Aguayos-iMac.local airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 10:28:53 Melissa-Aguayos-iMac.local airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 12:16:45 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  1 12:16:51 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 12:16:51 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 12:16:51 Melissa-Aguayos-iMac.local airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 12:16:53 unknown001d4ffc3bb2 airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 14:04:21 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 14:04:22 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 14:04:22 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 14:04:26 unknown001d4ffc3bb2 airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 14:04:29 unknown001d4ffc3bb2 airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 15:51:33 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 15:51:34 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 15:51:34 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 15:51:39 unknown001d4ffc3bb2 airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 15:51:41 unknown001d4ffc3bb2 airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 16:32:20 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  1 16:32:23 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100481000): Pair worker could not connect to lockdownd on device 425: 0xe8000084.
    Apr  1 16:32:25 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 16:32:25 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 16:32:26 unknown001d4ffc3bb2 airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 16:32:27 unknown001d4ffc3bb2 airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 17:08:14 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100481000): Pair worker could not connect to lockdownd on device 435: 0xe8000084.
    Apr  1 21:39:43 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 21:39:49 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 21:39:49 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 21:39:51 Melissa-Aguayos-iMac.local airportd[10548]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 23:04:54 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  1 23:05:03 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 23:05:03 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 23:05:04 unknown001d4ffc3bb2 airportd[10548]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 23:23:49 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 23:23:53 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 23:23:53 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 23:23:55 Melissa-Aguayos-iMac.local airportd[10703]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 23:24:09 unknown001d4ffc3bb2 iTunes[9641]: 2013-04-01 11:24:09.295152 PM [AVSystemController] Stopping AirPlay
    Apr  1 23:24:30 unknown001d4ffc3bb2 airportd[10737]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 23:24:36 unknown001d4ffc3bb2 airportd[10737]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 09:14:14 localhost kernel[0]: AirPort_Brcm43224: Ethernet address 00:1d:4f:fc:3b:b2
    Apr  2 09:14:14 localhost airportd[31]: _processDLILEvent: en1 attached (down)
    Apr  2 09:14:15 localhost kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  2 09:14:24 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  2 09:14:24 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  2 09:14:34 unknown001d4ffc3bb2 airportd[31]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 09:14:39 unknown001d4ffc3bb2 airportd[31]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 09:14:40 unknown001d4ffc3bb2 airportd[31]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 10:33:28 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  2 10:33:34 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  2 10:33:34 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  2 10:33:36 unknown001d4ffc3bb2 airportd[959]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 13:34:44 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  2 13:34:50 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  2 13:34:50 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  2 13:34:52 unknown001d4ffc3bb2 airportd[1498]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 13:34:52 unknown001d4ffc3bb2 airportd[1498]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 14:41:20 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  2 14:41:21 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  2 14:41:21 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  2 14:41:26 unknown001d4ffc3bb2 airportd[1498]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 14:41:27 unknown001d4ffc3bb2 airportd[1498]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 16:16:10 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  2 16:16:16 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  2 16:16:16 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  2 16:16:18 unknown001d4ffc3bb2 airportd[1760]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 17:48:25 unknown001d4ffc3bb2 com.apple.usbmuxd[39]: HandleUSBMuxConnect Client 0x100606770-ath/com.apple.AirTrafficHost requesting attach to 0x38:62078 failed, no such device
    Apr  2 17:48:25 unknown001d4ffc3bb2 com.apple.usbmuxd[39]: HandleUSBMuxConnect Client 0x1006086b0-ath/com.apple.AirTrafficHost requesting attach to 0x38:62078 failed, no such device
    Apr  2 17:48:25 unknown001d4ffc3bb2 com.apple.usbmuxd[39]: HandleUSBMuxConnect Client 0x1002346d0-ath/com.apple.AirTrafficHost requesting attach to 0x38:62078 failed, no such device
    Apr  2 19:21:22 unknown001d4ffc3bb2 com.apple.usbmuxd[39]: SCEDeviceSocketCallback 0x10060c440-ath/com.apple.AirTrafficHost remote peer closed connection for sce 0x10060c440.
    Apr  2 19:51:15 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  2 19:51:21 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  2 19:51:21 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  2 19:51:23 unknown001d4ffc3bb2 airportd[3010]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 20:59:30 unknown001d4ffc3bb2 usbmuxd[39]: AMDeviceValidatePairing (thread 0x100504000): Could not validate pairing with device 96: kAMDDeviceDisconnectedError
    Apr  2 20:59:36 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100587000): Pair worker could not pair with device 99: 0xe8000084
    Apr  2 21:29:34 unknown001d4ffc3bb2 iTunes[1794]: AMDeviceValidatePairing (thread 0x7fff7a9ea180): Could not validate pairing with device 109: kAMDReadError
    Apr  2 21:59:26 unknown001d4ffc3bb2 com.apple.usbmuxd[39]: SCEDeviceSocketCallback Client 0x10060a5c0-ath/com.apple.AirTrafficHost connect to 0x75 failed, connection failed with error 140733193388093
    Apr  2 21:59:44 unknown001d4ffc3bb2 com.apple.usbmuxd[39]: SCEDeviceSocketCallback Client 0x10023f230-ath/com.apple.AirTrafficHost connect to 0x76 failed, connection failed with error 140733193388093
    Apr  2 22:01:05 unknown001d4ffc3bb2 iTunes[1794]: 2013-04-02 10:01:05.816954 PM [AVSystemController] Stopping AirPlay
    Apr  2 22:02:21 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100504000): Pair worker could not start heartbeat with device 119 (0xe8000084)
    Apr  2 22:11:41 unknown001d4ffc3bb2 kernel[0]: AirPort: RSN handshake complete on en1
    Apr  2 23:59:54 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  3 00:00:00 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 00:00:00 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 00:00:02 unknown001d4ffc3bb2 airportd[3759]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 01:47:54 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 01:47:59 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 01:48:00 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 01:48:00 Melissa-Aguayos-iMac.local airportd[3759]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 01:48:02 unknown001d4ffc3bb2 airportd[3759]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 03:35:33 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  3 03:35:38 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 03:35:38 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 03:35:39 unknown001d4ffc3bb2 airportd[3759]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 03:35:41 unknown001d4ffc3bb2 airportd[3759]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 05:22:49 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 05:22:50 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 05:22:50 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 05:22:55 unknown001d4ffc3bb2 airportd[3856]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 05:22:57 unknown001d4ffc3bb2 airportd[3856]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 07:09:41 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  3 07:09:42 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 07:09:42 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 07:09:47 unknown001d4ffc3bb2 airportd[3856]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 07:09:49 unknown001d4ffc3bb2 airportd[3856]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 08:30:00 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  3 08:30:01 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 08:30:01 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 08:30:05 unknown001d4ffc3bb2 airportd[3856]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 08:30:07 unknown001d4ffc3bb2 airportd[3856]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 08:30:31 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100504000): Pair worker could not connect to lockdownd on device 121: 0xe8000084.
    Apr  3 10:28:30 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 10:28:36 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 10:28:36 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 10:28:37 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 10:28:38 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 12:16:30 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 12:16:34 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 12:16:34 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 12:16:35 Melissa-Aguayos-iMac.local airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 12:16:39 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 14:04:06 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 14:04:09 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100504000): Pair worker could not pair with device 123: 0xe8000084
    Apr  3 14:04:12 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 14:04:12 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 14:04:13 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 15:51:19 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 15:51:20 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 15:51:20 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 15:51:24 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 15:51:27 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 16:30:10 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 16:30:13 unknown001d4ffc3bb2 usbmuxd[39]: AMDeviceValidatePairing (thread 0x100504000): Could not validate pairing with device 126: kAMDDeviceDisconnectedError
    Apr  3 16:30:15 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 16:30:15 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 16:30:17 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 16:30:17 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 16:31:51 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100504000): Pair worker could not pair with device 128: 0xe8000084
    Apr  3 16:47:31 unknown001d4ffc3bb2 iTunes[4022]: 2013-04-03 04:47:31.704191 PM [AVSystemController] Stopping AirPlay
    Apr  3 18:26:25 unknown001d4ffc3bb2 iTunes[4655]: 2013-04-03 06:26:25.846484 PM [AVSystemController] Stopping AirPlay
    Apr  3 19:53:05 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 19:53:11 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 19:53:11 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 19:53:13 unknown001d4ffc3bb2 airportd[5124]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 20:29:47 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100504000): Pair worker could not pair with device 148: 0xe8000084
    Apr  3 21:15:00 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100504000): Pair worker could not start heartbeat with device 163 (0xe8000084)
    Apr  3 23:13:09 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 23:13:15 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 23:13:16 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 23:13:17 Melissa-Aguayos-iMac.local airportd[5686]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 23:13:17 Melissa-Aguayos-iMac.local airportd[5686]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 23:13:23 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 23:13:30 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 01:01:09 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 01:01:10 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 01:01:10 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 01:01:15 unknown001d4ffc3bb2 airportd[5686]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 01:01:18 unknown001d4ffc3bb2 airportd[5686]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 01:01:59 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 01:02:00 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 01:02:01 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 01:02:04 unknown001d4ffc3bb2 airportd[5686]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 01:02:07 unknown001d4ffc3bb2 airportd[5686]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 02:50:53 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  4 02:50:59 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 02:50:59 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 02:51:01 unknown001d4ffc3bb2 airportd[5712]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 04:38:36 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 04:38:42 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 04:38:42 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 04:38:43 Melissa-Aguayos-iMac.local airportd[5727]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 04:38:45 unknown001d4ffc3bb2 airportd[5727]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 06:25:41 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  4 06:25:42 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 06:25:42 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 06:25:48 unknown001d4ffc3bb2 airportd[5801]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 06:25:50 unknown001d4ffc3bb2 airportd[5801]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 08:12:06 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 08:12:07 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 08:12:08 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 08:12:12 unknown001d4ffc3bb2 airportd[5811]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 08:12:12 unknown001d4ffc3bb2 airportd[5811]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 08:12:42 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100504000): Pair worker could not start heartbeat with device 167 (0xe8000084)
    Apr  4 08:30:00 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 08:30:01 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 08:30:01 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 08:30:07 unknown001d4ffc3bb2 airportd[5819]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 08:30:07 unknown001d4ffc3bb2 airportd[5819]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 10:28:51 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  4 10:28:56 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 10:28:56 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 10:28:57 unknown001d4ffc3bb2 airportd[5926]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 11:59:58 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 12:00:04 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 12:00:04 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 12:00:05 unknown001d4ffc3bb2 airportd[5935]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 12:09:43 unknown001d4ffc3bb2 Cricut-Craft Room[6124]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  4 12:10:12 unknown001d4ffc3bb2 Cricut-Craft Room[6124]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  4 12:10:15 unknown001d4ffc3bb2 Adobe AIR Installer[6148]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 12:10:15 unknown001d4ffc3bb2 Adobe AIR Installer[6148]: Commandline is: -updatecheck
    Apr  4 12:10:15 unknown001d4ffc3bb2 Adobe AIR Installer[6148]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 12:10:16 unknown001d4ffc3bb2 Adobe AIR Installer[6148]: Performing pingback request
    Apr  4 12:10:16 unknown001d4ffc3bb2 Adobe AIR Installer[6148]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  4 12:10:16 unknown001d4ffc3bb2 Adobe AIR Installer[6148]: Runtime Installer end with exit code 0
    Apr  4 13:02:08 unknown001d4ffc3bb2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.preferences.security.remotepair' by client '/Applications/System Preferences.app' [6716] for authorization created by '/Applications/System Preferences.app' [6716] (100013,0)
    Apr  4 13:03:55 unknown001d4ffc3bb2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.preferences.security.remotepair' by client '/Applications/System Preferences.app' [6754] for authorization created by '/Applications/System Preferences.app' [6754] (100013,0)
    Apr  4 13:04:29 unknown001d4ffc3bb2 Install CricutSync[6775]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 13:04:29 unknown001d4ffc3bb2 Install CricutSync[6775]: Launching subprocess with commandline "AIR Application Installer" /Volumes/Install CricutSync/Install CricutSync.app/Contents/Resources/CricutSync
    Apr  4 13:04:33 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Application Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 13:04:33 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Commandline is: "/Volumes/Install CricutSync/Install CricutSync.app/Contents/Resources/CricutSync"
    Apr  4 13:04:33 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 13:04:34 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Validating app in folder /Volumes/Install CricutSync/Install CricutSync.app/Contents/Resources/CricutSync/Contents/Resources
    Apr  4 13:04:37 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Application signature verified
    Apr  4 13:04:37 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Unpackaging/validation complete
    Apr  4 13:04:37 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: No app located for appID 'YosemiteSync' and pubID ''
    Apr  4 13:05:02 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Starting app installation to /Applications. Installing app YosemiteSync version 2.1.18 using the source file at file:///Volumes/Install%20CricutSync/Install%20CricutSync.app/Contents/Resources/CricutSy nc
    Apr  4 13:05:02 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Launching subprocess with commandline /Applications/CricutSync.app
    Apr  4 13:05:02 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Application Installer end with exit code 0
    Apr  4 13:06:47 unknown001d4ffc3bb2 CricutSync[6815]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  4 13:06:47 unknown001d4ffc3bb2 Adobe AIR Installer[6826]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 13:06:47 unknown001d4ffc3bb2 Adobe AIR Installer[6826]: Commandline is: -updatecheck
    Apr  4 13:06:47 unknown001d4ffc3bb2 Adobe AIR Installer[6826]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 13:06:48 unknown001d4ffc3bb2 Adobe AIR Installer[6826]: Performing pingback request
    Apr  4 13:06:48 unknown001d4ffc3bb2 Adobe AIR Installer[6826]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  4 13:06:48 unknown001d4ffc3bb2 Adobe AIR Installer[6826]: Runtime Installer end with exit code 0
    Apr  4 13:14:17 unknown001d4ffc3bb2 iTunes[5939]: 2013-04-04 01:14:17.117025 PM [AVSystemController] Stopping AirPlay
    Apr  4 14:15:52 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 14:15:58 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 14:15:58 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 14:15:59 Melissa-Aguayos-iMac.local airportd[7089]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 14:18:45 unknown001d4ffc3bb2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.preferences.security.remotepair' by client '/Applications/System Preferences.app' [7146] for authorization created by '/Applications/System Preferences.app' [7146] (100013,0)
    Apr  4 14:26:52 localhost kernel[0]: AirPort_Brcm43224: Ethernet address 00:1d:4f:fc:3b:b2
    Apr  4 14:27:04 localhost airportd[75]: _processDLILEvent: en1 attached (down)
    Apr  4 14:27:04 localhost kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  4 14:27:09 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 14:27:09 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 14:27:10 Melissa-Aguayos-iMac.local airportd[75]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 14:27:10 Melissa-Aguayos-iMac.local airportd[75]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 14:27:11 Melissa-Aguayos-iMac.local airportd[75]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 14:27:12 Melissa-Aguayos-iMac.local airportd[75]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 14:28:56 unknown001d4ffc3bb2 CricutSync[321]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  4 14:28:57 unknown001d4ffc3bb2 Adobe AIR Installer[335]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 14:28:57 unknown001d4ffc3bb2 Adobe AIR Installer[335]: Commandline is: -updatecheck
    Apr  4 14:28:57 unknown001d4ffc3bb2 Adobe AIR Installer[335]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 14:28:58 unknown001d4ffc3bb2 Adobe AIR Installer[335]: Performing pingback request
    Apr  4 14:28:58 unknown001d4ffc3bb2 Adobe AIR Installer[335]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  4 14:28:58 unknown001d4ffc3bb2 Adobe AIR Installer[335]: Runtime Installer end with exit code 0
    Apr  4 15:25:22 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 15:25:23 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 15:25:23 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 15:25:28 unknown001d4ffc3bb2 airportd[571]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 15:25:39 unknown001d4ffc3bb2 airportd[571]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 15:54:22 unknown001d4ffc3bb2 CricutSync[321]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  4 16:19:30 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 16:19:35 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 16:19:35 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 16:19:37 unknown001d4ffc3bb2 airportd[974]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 16:19:44 unknown001d4ffc3bb2 usbmuxd[38]: _AMDevicePreflightWorker (thread 0x100681000): Pair worker could not start heartbeat with device 18 (0xe8000084)
    Apr  4 16:19:47 unknown001d4ffc3bb2 airportd[974]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 16:24:59 unknown001d4ffc3bb2 iTunes[989]: 2013-04-04 04:24:59.718958 PM [AVSystemController] Stopping AirPlay
    Apr  4 16:25:55 unknown001d4ffc3bb2 CricutSync[1036]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  4 16:25:55 unknown001d4ffc3bb2 Adobe AIR Installer[1041]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 16:25:55 unknown001d4ffc3bb2 Adobe AIR Installer[1041]: Commandline is: -updatecheck
    Apr  4 16:25:55 unknown001d4ffc3bb2 Adobe AIR Installer[1041]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 16:25:56 unknown001d4ffc3bb2 Adobe AIR Installer[1041]: Performing pingback request
    Apr  4 16:25:56 unknown001d4ffc3bb2 Adobe AIR Installer[1041]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  4 16:25:56 unknown001d4ffc3bb2 Adobe AIR Installer[1041]: Runtime Installer end with exit code 0
    Apr  4 16:35:24 unknown001d4ffc3bb2 CricutSync[1130]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  4 16:35:25 unknown001d4ffc3bb2 Adobe AIR Installer[1133]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 16:35:25 unknown001d4ffc3bb2 Adobe AIR Installer[1133]: Commandline is: -updatecheck
    Apr  4 16:35:25 unknown001d4ffc3bb2 Adobe AIR Installer[1133]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 16:35:26 unknown001d4ffc3bb2 Adobe AIR Installer[1133]: Performing pingback request
    Apr  4 16:35:26 unknown001d4ffc3bb2 Adobe AIR Installer[1133]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  4 16:35:26 unknown001d4ffc3bb2 Adobe AIR Installer[1133]: Runtime Installer end with exit code 0
    Apr  4 16:42:30 unknown001d4ffc3bb2 CricutSync[1176]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  4 16:42:52 unknown001d4ffc3bb2 CricutSync[1176]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  4 16:42:52 unknown001d4ffc3bb2 Adobe AIR Installer[1181]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 16:42:52 unknown001d4ffc3bb2 Adobe AIR Installer[1181]: Commandline is: -updatecheck
    Apr  4 16:42:52 unknown001d4ffc3bb2 Adobe AIR Installer[1181]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 16:42:53 unknown001d4ffc3bb2 Adobe AIR Installer[1181]: Performing pingback request
    Apr  4 16:42:53 unknown001d4ffc3bb2 Adobe AIR Installer[1181]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  4 16:42:53 unknown001d4ffc3bb2 Adobe AIR Installer[1181]: Runtime Installer end with exit code 0
    Apr  4 17:09:46 unknown001d4ffc3bb2 CricutSync[1358]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  4 17:10:08 unknown001d4ffc3bb2 CricutSync[1358]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  4 17:10:08 unknown001d4ffc3bb2 Adobe AIR Installer[1361]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 17:10:08 unknown001d4ffc3bb2 Adobe AIR Installer[1361]: Commandline is: -updatecheck
    Apr  4 17:10:08 unknown001d4ffc3bb2 Adobe AIR Installer[1361]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 17:10:09 unknown001d4ffc3bb2 Adobe AIR Installer[1361]: Performing pingback request
    Apr  4 17:10:09 unknown001d4ffc3bb2 Adobe AIR Installer[1361]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  4 17:10:09 unknown001d4ffc3bb2 Adobe AIR Installer[1361]: Runtime Installer end with exit code 0
    Apr  4 17:18:48 unknown001d4ffc3bb2 usbmuxd[38]: _AMDevicePreflightWorker (thread 0x100681000): Pair worker could not pair with device 36: 0xe8000084
    Apr  4 17:40:51 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 17:40:56 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 17:40:56 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 17:40:58 unknown001d4ffc3bb2 airportd[1565]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 17:41:08 unknown001d4ffc3bb2 airportd[1565]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 17:43:25 unknown001d4ffc3bb2 usbmuxd[38]: _AMDevicePreflightWorker (thread 0x100681000): Pair worker could not connect to lockdownd on device 52: 0xe8000084.
    Apr  4 19:18:59 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  4 19:19:03 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 19:19:03 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 19:19:05 unknown001d4ffc3bb2 airportd[1662]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 19:19:16 unknown001d4ffc3bb2 airportd[1662]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 20:39:45 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 20:39:46 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 20:39:46 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 20:39:51 unknown001d4ffc3bb2 airportd[1775]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 20:40:02 unknown001d4ffc3bb2 airportd[1775]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 20:49:45 unknown001d4ffc3bb2 usbmuxd[38]: _AMDevicePreflightWorker (thread 0x100681000): Pair worker could not start heartbeat with device 65 (0xe8000084)
    Apr  4 21:35:28 unknown001d4ffc3bb2 iTunes[2055]: 2013-04-04 09:35:28.800789 PM [AVSystemController] Stopping AirPlay
    Apr  4 23:35:52 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 23:35:58 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 23:35:58 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 23:36:00 Melissa-Aguayos-iMac.local airportd[2279]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 23:36:00 unknown001d4ffc3bb2 airportd[2279]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 00:10:35 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  5 00:10:36 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 00:10:36 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 00:10:41 unknown001d4ffc3bb2 airportd[2279]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 00:10:43 unknown001d4ffc3bb2 airportd[2279]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 01:59:29 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  5 01:59:34 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 01:59:35 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 01:59:35 Melissa-Aguayos-iMac.local airportd[2299]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 01:59:37 unknown001d4ffc3bb2 airportd[2299]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 03:47:12 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  5 03:47:18 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 03:47:18 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 03:47:20 unknown001d4ffc3bb2 airportd[2310]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 03:47:20 unknown001d4ffc3bb2 airportd[2310]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 05:34:07 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  5 05:34:11 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 05:34:11 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 05:34:12 Melissa-Aguayos-iMac.local airportd[2386]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 05:34:16 unknown001d4ffc3bb2 airportd[2386]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 07:20:22 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  5 07:20:23 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 07:20:23 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 07:20:28 unknown001d4ffc3bb2 airportd[2397]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 07:20:30 unknown001d4ffc3bb2 airportd[2397]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 08:30:00 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  5 08:30:01 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 08:30:01 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 08:30:05 unknown001d4ffc3bb2 airportd[2408]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 08:41:29 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  5 08:41:35 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 08:41:35 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 08:41:35 Melissa-Aguayos-iMac.local airportd[2495]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 08:41:36 Melissa-Aguayos-iMac.local airportd[2495]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 09:43:32 unknown001d4ffc3bb2 Install CricutSync[3000]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 09:43:32 unknown001d4ffc3bb2 Install CricutSync[3000]: Launching subprocess with commandline "AIR Application Installer" /Volumes/Install CricutSync/Install CricutSync.app/Contents/Resources/CricutSync
    Apr  5 09:43:33 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Application Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  5 09:43:33 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Commandline is: "/Volumes/Install CricutSync/Install CricutSync.app/Contents/Resources/CricutSync"
    Apr  5 09:43:33 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 09:43:34 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Validating app in folder /Volumes/Install CricutSync/Install CricutSync.app/Contents/Resources/CricutSync/Contents/Resources
    Apr  5 09:43:37 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Application signature verified
    Apr  5 09:43:37 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Unpackaging/validation complete
    Apr  5 09:43:37 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: No app located for appID 'YosemiteSync' and pubID ''
    Apr  5 09:43:47 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Starting app installation to /Applications. Installing app YosemiteSync version 2.1.18 using the source file at file:///Volumes/Install%20CricutSync/Install%20CricutSync.app/Contents/Resources/CricutSy nc
    Apr  5 09:43:48 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Launching subprocess with commandline /Applications/CricutSync.app
    Apr  5 09:43:48 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Application Installer end with exit code 0
    Apr  5 09:44:01 unknown001d4ffc3bb2 CricutSync[3007]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  5 09:44:23 unknown001d4ffc3bb2 CricutSync[3007]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  5 09:44:23 unknown001d4ffc3bb2 Adobe AIR Installer[3018]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  5 09:44:23 unknown001d4ffc3bb2 Adobe AIR Installer[3018]: Commandline is: -updatecheck
    Apr  5 09:44:23 unknown001d4ffc3bb2 Adobe AIR Installer[3018]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 09:44:24 unknown001d4ffc3bb2 Adobe AIR Installer[3018]: Performing pingback request
    Apr  5 09:44:24 unknown001d4ffc3bb2 Adobe AIR Installer[3018]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  5 09:44:24 unknown001d4ffc3bb2 Adobe AIR Installer[3018]: Runtime Installer end with exit code 0
    Apr  5 09:44:52 unknown001d4ffc3bb2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.preferences.security.remotepair' by client '/Applications/System Preferences.app' [2912] for authorization created by '/Applications/System Preferences.app' [2912] (100013,0)
    Apr  5 09:54:51 unknown001d4ffc3bb2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.preferences.security.remotepair' by client '/Applications/System Preferences.app' [3121] for authorization created by '/Applications/System Preferences.app' [3121] (100013,0)
    Apr  5 09:56:14 unknown001d4ffc3bb2 CricutSync[3154]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  5 09:56:14 unknown001d4ffc3bb2 Adobe AIR Installer[3162]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  5 09:56:14 unknown001d4ffc3bb2 Adobe AIR Installer[3162]: Commandline is: -updatecheck
    Apr  5 09:56:14 unknown001d4ffc3bb2 Adobe AIR Installer[3162]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 09:56:16 unknown001d4ffc3bb2 Adobe AIR Installer[3162]: Performing pingback request
    Apr  5 09:56:16 unknown001d4ffc3bb2 Adobe AIR Installer[3162]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  5 09:56:16 unknown001d4ffc3bb2 Adobe AIR Installer[3162]: Runtime Installer end with exit code 0
    Apr  5 09:59:34 unknown001d4ffc3bb2 kernel[0]: HFS: Vol: Adobe AIR Very Low Disk: freeblks: 0, dangerlimit: 325
    Apr  5 09:59:43 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Runtime Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 09:59:43 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Commandline is: -psn_0_2708117
    Apr  5 09:59:43 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 09:59:50 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Relaunching with elevation
    Apr  5 09:59:50 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Launching subprocess with commandline /Volumes/Adobe AIR/Adobe AIR Installer.app -ei
    Apr  5 10:00:02 unknown001d4ffc3bb2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.privilege.admin' by client '/Volumes/Adobe AIR/Adobe AIR Installer.app' [3209] for authorization created by '/Volumes/Adobe AIR/Adobe AIR Installer.app' [3209] (13,0)
    Apr  5 10:00:02 unknown001d4ffc3bb2 coreservicesd[73]: Application App:"Adobe AIR Installer" [ 0x0/0x295295]  @ 0x0x7fdaa8479220 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x296296:) ), so denying.
    Apr  5 10:00:02 unknown001d4ffc3bb2 WindowServer[94]: [cps/setfront] Failed setting the front application to Adobe AIR Installer, psn 0x0-0x295295, securitySessionID=0x186a5, err=-13066
    Apr  5 10:00:03 unknown001d4ffc3bb2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.privilege.admin' by client '/usr/libexec/security_authtrampoline' [3221] for authorization created by '/Volumes/Adobe AIR/Adobe AIR Installer.app' [3209] (3,0)
    Apr  5 10:00:03 unknown001d4ffc3bb2 authexec[3221]: executing /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Runtime Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Commandline is: -ei
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/Shared/Library/Application Support/Adobe"
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Launching subprocess with commandline /usr/sbin/chown -hfRP wissaaguayo "/Users/wissaaguayo/Library/Application Support/Adobe"
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/wissaaguayo/Library/Application Support/Adobe"
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Launching subprocess with commandline /usr/sbin/chown -hfRP wissaaguayo "/Users/wissaaguayo/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/bin"
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Starting silent runtime update. Updating runtime from version 3.3.0.3650 to version 3.6.0.6090
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Registering /Applications/Utilities/Adobe AIR Application Installer.app/Contents/Info.plist
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Library/Frameworks/Adobe AIR.framework"
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Subprocess chown succeeded
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Applications/Utilities/Adobe AIR Application Installer.app"
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Subprocess chown succeeded
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Applications/Utilities/Adobe AIR Uninstaller.app"
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Subprocess chown succeeded
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Runtime Installer end with exit code 0
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Elevated install completed
    Apr  5 10:01:12 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -installupdatecheck
    Apr  5 10:01:12 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Runtime Installer end with exit code 0
    Apr  5 10:01:13 unknown001d4ffc3bb2 Adobe AIR Installer[3240]: Runtime Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:01:13 unknown001d4ffc3bb2 Adobe AIR Installer[3240]: Commandline is: -installupdatecheck
    Apr  5 10:01:13 unknown001d4ffc3bb2 Adobe AIR Installer[3240]: Installed runtime (3.6.0.6090) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:01:14 unknown001d4ffc3bb2 Adobe AIR Installer[3240]: Performing pingback request
    Apr  5 10:01:14 unknown001d4ffc3bb2 Adobe AIR Installer[3240]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  5 10:01:14 unknown001d4ffc3bb2 Adobe AIR Installer[3240]: Runtime Installer end with exit code 0
    Apr  5 10:02:33 unknown001d4ffc3bb2 CricutSync[3263]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  5 10:02:55 unknown001d4ffc3bb2 CricutSync[3263]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  5 10:02:55 unknown001d4ffc3bb2 Adobe AIR Installer[3267]: Runtime Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:02:55 unknown001d4ffc3bb2 Adobe AIR Installer[3267]: Commandline is: -updatecheck
    Apr  5 10:02:55 unknown001d4ffc3bb2 Adobe AIR Installer[3267]: Installed runtime (3.6.0.6090) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:02:56 unknown001d4ffc3bb2 Adobe AIR Installer[3267]: Performing pingback request
    Apr  5 10:02:56 unknown001d4ffc3bb2 Adobe AIR Installer[3267]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  5 10:02:56 unknown001d4ffc3bb2 Adobe AIR Installer[3267]: Runtime Installer end with exit code 0
    Apr  5 10:04:57 unknown001d4ffc3bb2 CricutSync[3287]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  5 10:05:19 unknown001d4ffc3bb2 CricutSync[3287]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  5 10:05:19 unknown001d4ffc3bb2 Adobe AIR Installer[3294]: Runtime Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:05:19 unknown001d4ffc3bb2 Adobe AIR Installer[3294]: Commandline is: -updatecheck
    Apr  5 10:05:19 unknown001d4ffc3bb2 Adobe AIR Installer[3294]: Installed runtime (3.6.0.6090) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:05:20 unknown001d4ffc3bb2 Adobe AIR Installer[3294]: Performing pingback request
    Apr  5 10:05:20 unknown001d4ffc3bb2 Adobe AIR Installer[3294]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  5 10:05:20 unknown001d4ffc3bb2 Adobe AIR Installer[3294]: Runtime Installer end with exit code 0
    Apr  5 10:08:48 unknown001d4ffc3bb2 Cricut-Craft Room[3312]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  5 10:09:17 unknown001d4ffc3bb2 Cricut-Craft Room[3312]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  5 10:09:18 unknown001d4ffc3bb2 Adobe AIR Installer[3318]: Runtime Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:09:18 unknown001d4ffc3bb2 Adobe AIR Installer[3318]: Commandline is: -updatecheck
    Apr  5 10:09:18 unknown001d4ffc3bb2 Adobe AIR Installer[3318]: Installed runtime (3.6.0.6090) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:09:19 unknown001d4ffc3bb2 Adobe AIR Installer[3318]: Performing pingback request
    Apr  5 10:09:19 unknown001d4ffc3bb2 Adobe AIR Installer[3318]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  5 10:09:19 unknown001d4ffc3bb2 Adobe AIR Installer[3318]: Runtime Installer end with exit code 0
    Apr  5 10:12:59 unknown001d4ffc3bb2 Adobe AIR Application Installer[3350]: Application Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:12:59 unknown001d4ffc3bb2 Adobe AIR Application Installer[3350]: Commandline is: -psn_0_2839221
    Apr  5 10:12:59 unknown001d4ffc3bb2 Adobe AIR Application Installer[3350]: Installed runtime (3.6.0.6090) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:13:28 unknown001d4ffc3bb2 Adobe AIR Application Installer[3350]: Cancel request received
    Apr  5 10:13:28 unknown001d4ffc3bb2 Adobe AIR Application Installer[3350]: Application Installer end with exit code 6
    Apr  5 10:13:28 unknown001d4ffc3bb2 com.apple.launchd.peruser.501[163] ([0x0-0x2b52b5].com.adobe.air.ApplicationInstaller[3350]): Exited with code: 6
    Apr  5 10:13:34 unknown001d4ffc3bb2 Adobe AIR Application Installer[3357]: Application Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:13:34 unknown001d4ffc3bb2 Adobe AIR Application Installer[3357]: Commandline is: -psn_0_2843318
    Apr  5 10:13:34 unknown001d4ffc3bb2 Adobe AIR Application Installer[3357]: Installed runtime (3.6.0.6090) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:13:39 unknown001d4ffc3bb2 Adobe AIR Application Installer[3357]: Cancel request received
    Apr  5 10:13:39 unknown001d4ffc3bb2 Adobe AIR Application Installer[3357]: Application Installer end with exit code 6
    Apr  5 10:13:39 unknown001d4ffc3bb2 com.apple.launchd.peruser.501[163] ([0x0-0x2b62b6].com.adobe.air.ApplicationInstaller[3357]): Exited with code: 6
    Apr  5 10:17:45 unknown001d4ffc3bb2 CricutSync[3376]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  5 10:18:08 unknown001d4ffc3bb2 CricutSync[3376]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  5 10:18:08 unknown001d4ffc3bb2 Adobe AIR Installer[3379]: Runtime Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:18:08 unknown001d4ffc3bb2 Adobe AIR Installer[3379]: Commandline is: -updatecheck
    Apr  5 10:18:08 unknown001d4ffc3bb2 Adobe AIR Installer[3379]: Installed runtime (3.6.0.6090) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:18:09 unknown001d4ffc3bb2 Adobe AIR Installer[3379]: Performing pingback request
    Apr  5 10:18:09 unknown001d4ffc3bb2 Adobe AIR Installer[3379]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  5 10:18:09 unknown001d4ffc3bb2 Adobe AIR Installer[3379]: Runtime Installer end with exit code 0
    Apr  5 10:21:39 localhost kernel[0]: AirPort_Brcm43224: Ethernet address 00:1d:4f:fc:3b:b2
    Apr  5 10:21:40 localhost airportd[35]: _processDLILEvent: en1 attached (down)
    Apr  5 10:21:40 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  5 10:21:53 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 10:21:53 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 10:22:03 Melissa-Aguayos-iMac.local airportd[35]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 10:22:04 Melissa-Aguayos-iMac.local airportd[35]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 10:22:09 unknown001d4ffc3bb2 airportd[35]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 10:22:42 unknown001d4ffc3bb2 CricutSync[208]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    A

  • Im Really going crazy! I can't install Adobe AIR Windows 7

    I tried everything, I read dozens of discussions instructors solution options - nothing works!
    Just before I go crazy! I want to solve this problem, because I paid money for App that uses Adobe AIR!!
    My problem is when I try to install the software and it shows me an error
    Screenshot:
    "Socialsafe is the app that i paid money for it...and this app uses Adobe AIR."
    There's just a discussion with my problem, I tried the solution suggested by one of the people and it does not help, here:
    http://forums.adobe.com/thread/725548?tstart=0
    What the hell I should do to solve this problem? I'm tired!
    Help me please.

    this is what inside:
    [2010-09-22:16:55:54] Performing runtime install
    [2010-09-22:16:55:54] UI SWF load is complete
    [2010-09-22:16:55:54] UI initialized
    [2010-09-22:16:55:54] starting user confirmation
    [2010-09-22:16:55:54] Version of this installer: 2.0.3.13070
    [2010-09-22:16:55:54] Installed version: 1.1.0.5790
    [2010-09-22:16:55:54] Installation type: patchNewer
    [2010-09-22:16:56:11] begin quitting
    [2010-09-22:16:56:18] Performing runtime install
    [2010-09-22:16:56:18] UI SWF load is complete
    [2010-09-22:16:56:18] UI initialized
    [2010-09-22:16:56:18] starting user confirmation
    [2010-09-22:16:56:18] Version of this installer: 2.0.3.13070
    [2010-09-22:16:56:18] Installed version: 1.1.0.5790
    [2010-09-22:16:56:18] Installation type: patchNewer
    [2010-09-22:16:56:22] starting elevated install
    [2010-09-22:16:56:22] performing an elevated runtime install
    [2010-09-22:16:56:22] UI SWF load is complete
    [2010-09-22:16:56:22] starting install
    [2010-09-22:16:56:22] Scheduling runtime installation operations
    [2010-09-22:16:56:22] subinstaller: Scheduling runtime installation operations
    [2010-09-22:16:56:22] Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:16:56:22] subinstaller: Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:16:56:22] Scheduling an MSI install operation
    [2010-09-22:16:56:22] subinstaller: Scheduling an MSI install operation
    [2010-09-22:16:56:22] Beginning runtime installation
    [2010-09-22:16:56:22] subinstaller: Beginning runtime installation
    [2010-09-22:16:56:22] Beginning install
    [2010-09-22:16:56:22] subinstaller: Beginning install
    [2010-09-22:16:56:22] Installing c:\users\lishay\appdata\local\temp\air1a6c.tmp\setup.msi
    [2010-09-22:16:56:27] Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:16:56:27] subinstaller: Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:16:56:27] Rolling back install of c:\users\lishay\appdata\local\temp\air1a6c.tmp\setup.msi
    [2010-09-22:16:56:27] subinstaller: Rolling back install of c:\users\lishay\appdata\local\temp\air1a6c.tmp\setup.msi
    [2010-09-22:16:56:27] Rollback due to error complete
    [2010-09-22:16:56:27] subinstaller: Rollback due to error complete
    [2010-09-22:16:56:27] error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:16:56:27] subinstaller: error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:16:56:27] Failed during elevated install: error 0 1603
    [2010-09-22:16:56:27] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:16:56:27] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:16:56:27] begin quitting
    [2010-09-22:16:56:36] begin quitting
    [2010-09-22:16:56:42] Performing runtime install
    [2010-09-22:16:56:43] UI SWF load is complete
    [2010-09-22:16:56:43] UI initialized
    [2010-09-22:16:56:43] starting user confirmation
    [2010-09-22:16:56:43] Version of this installer: 2.0.3.13070
    [2010-09-22:16:56:43] Installed version: 1.1.0.5790
    [2010-09-22:16:56:43] Installation type: patchNewer
    [2010-09-22:16:56:46] starting elevated install
    [2010-09-22:16:56:46] performing an elevated runtime install
    [2010-09-22:16:56:46] UI SWF load is complete
    [2010-09-22:16:56:46] starting install
    [2010-09-22:16:56:46] Scheduling runtime installation operations
    [2010-09-22:16:56:46] subinstaller: Scheduling runtime installation operations
    [2010-09-22:16:56:46] Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:16:56:46] subinstaller: Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:16:56:46] Scheduling an MSI install operation
    [2010-09-22:16:56:46] subinstaller: Scheduling an MSI install operation
    [2010-09-22:16:56:46] Beginning runtime installation
    [2010-09-22:16:56:46] subinstaller: Beginning runtime installation
    [2010-09-22:16:56:46] Beginning install
    [2010-09-22:16:56:46] subinstaller: Beginning install
    [2010-09-22:16:56:46] Installing c:\users\lishay\appdata\local\temp\air7bae.tmp\setup.msi
    [2010-09-22:16:56:46] subinstaller: Installing c:\users\lishay\appdata\local\temp\air7bae.tmp\setup.msi
    [2010-09-22:16:56:49] Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:16:56:49] subinstaller: Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:16:56:49] Rolling back install of c:\users\lishay\appdata\local\temp\air7bae.tmp\setup.msi
    [2010-09-22:16:56:49] subinstaller: Rolling back install of c:\users\lishay\appdata\local\temp\air7bae.tmp\setup.msi
    [2010-09-22:16:56:49] Rollback due to error complete
    [2010-09-22:16:56:49] subinstaller: Rollback due to error complete
    [2010-09-22:16:56:49] error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:16:56:49] subinstaller: error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:16:56:49] Failed during elevated install: error 0 1603
    [2010-09-22:16:56:49] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:16:56:49] begin quitting
    [2010-09-22:16:56:56] begin quitting
    [2010-09-22:16:57:42] Performing runtime install
    [2010-09-22:16:57:42] UI SWF load is complete
    [2010-09-22:16:57:43] UI initialized
    [2010-09-22:16:57:43] starting user confirmation
    [2010-09-22:16:57:43] Version of this installer: 2.0.3.13070
    [2010-09-22:16:57:43] Installed version: 1.1.0.5790
    [2010-09-22:16:57:43] Installation type: patchNewer
    [2010-09-22:16:57:50] starting elevated install
    [2010-09-22:16:57:51] performing an elevated runtime install
    [2010-09-22:16:57:51] UI SWF load is complete
    [2010-09-22:16:57:51] starting install
    [2010-09-22:16:57:51] subinstaller: starting install
    [2010-09-22:16:57:51] Scheduling runtime installation operations
    [2010-09-22:16:57:51] subinstaller: Scheduling runtime installation operations
    [2010-09-22:16:57:51] Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:16:57:51] subinstaller: Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:16:57:51] Scheduling an MSI install operation
    [2010-09-22:16:57:51] subinstaller: Scheduling an MSI install operation
    [2010-09-22:16:57:51] subinstaller: Beginning runtime installation
    [2010-09-22:16:57:51] Beginning runtime installation
    [2010-09-22:16:57:51] subinstaller: Beginning install
    [2010-09-22:16:57:51] Beginning install
    [2010-09-22:16:57:51] Installing c:\users\lishay\appdata\local\temp\air61b8.tmp\setup.msi
    [2010-09-22:16:57:51] subinstaller: Installing c:\users\lishay\appdata\local\temp\air61b8.tmp\setup.msi
    [2010-09-22:16:57:57] Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:16:57:57] subinstaller: Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:16:57:57] Rolling back install of c:\users\lishay\appdata\local\temp\air61b8.tmp\setup.msi
    [2010-09-22:16:57:57] subinstaller: Rolling back install of c:\users\lishay\appdata\local\temp\air61b8.tmp\setup.msi
    [2010-09-22:16:57:57] Rollback due to error complete
    [2010-09-22:16:57:57] subinstaller: Rollback due to error complete
    [2010-09-22:16:57:57] error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:16:57:57] subinstaller: error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:16:57:57] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:16:57:57] Failed during elevated install: error 0 1603
    [2010-09-22:16:57:57] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:16:57:57] begin quitting
    [2010-09-22:16:57:58] begin quitting
    [2010-09-22:16:58:30] Performing runtime install
    [2010-09-22:16:58:30] UI SWF load is complete
    [2010-09-22:16:58:30] UI initialized
    [2010-09-22:16:58:30] starting user confirmation
    [2010-09-22:16:58:30] Version of this installer: 2.0.3.13070
    [2010-09-22:16:58:30] Installed version: 1.1.0.5790
    [2010-09-22:16:58:30] Installation type: patchNewer
    [2010-09-22:16:58:33] starting elevated install
    [2010-09-22:16:58:33] performing an elevated runtime install
    [2010-09-22:16:58:33] UI SWF load is complete
    [2010-09-22:16:58:33] starting install
    [2010-09-22:16:58:33] Scheduling runtime installation operations
    [2010-09-22:16:58:33] subinstaller: Scheduling runtime installation operations
    [2010-09-22:16:58:33] Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:16:58:33] subinstaller: Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:16:58:33] Scheduling an MSI install operation
    [2010-09-22:16:58:33] subinstaller: Scheduling an MSI install operation
    [2010-09-22:16:58:33] Beginning runtime installation
    [2010-09-22:16:58:33] subinstaller: Beginning runtime installation
    [2010-09-22:16:58:34] Beginning install
    [2010-09-22:16:58:34] subinstaller: Beginning install
    [2010-09-22:16:58:34] Installing c:\users\lishay\appdata\local\temp\air1e43.tmp\setup.msi
    [2010-09-22:16:58:34] subinstaller: Installing c:\users\lishay\appdata\local\temp\air1e43.tmp\setup.msi
    [2010-09-22:16:58:37] Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:16:58:37] subinstaller: Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:16:58:37] Rolling back install of c:\users\lishay\appdata\local\temp\air1e43.tmp\setup.msi
    [2010-09-22:16:58:37] subinstaller: Rolling back install of c:\users\lishay\appdata\local\temp\air1e43.tmp\setup.msi
    [2010-09-22:16:58:37] subinstaller: Rollback due to error complete
    [2010-09-22:16:58:37] Rollback due to error complete
    [2010-09-22:16:58:37] subinstaller: error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:16:58:37] error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:16:58:37] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:16:58:37] Failed during elevated install: error 0 1603
    [2010-09-22:16:58:37] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:16:58:37] begin quitting
    [2010-09-22:16:58:39] begin quitting
    [2010-09-22:17:06:05] Performing runtime install
    [2010-09-22:17:06:05] UI SWF load is complete
    [2010-09-22:17:06:05] UI initialized
    [2010-09-22:17:06:05] starting user confirmation
    [2010-09-22:17:06:05] Version of this installer: 2.0.3.13070
    [2010-09-22:17:06:05] Installed version: 1.1.0.5790
    [2010-09-22:17:06:05] Installation type: patchNewer
    [2010-09-22:17:06:08] starting elevated install
    [2010-09-22:17:06:08] performing an elevated runtime install
    [2010-09-22:17:06:08] UI SWF load is complete
    [2010-09-22:17:06:08] starting install
    [2010-09-22:17:06:08] subinstaller: starting install
    [2010-09-22:17:06:08] Scheduling runtime installation operations
    [2010-09-22:17:06:08] subinstaller: Scheduling runtime installation operations
    [2010-09-22:17:06:08] Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:17:06:08] subinstaller: Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:17:06:08] Scheduling an MSI install operation
    [2010-09-22:17:06:08] subinstaller: Scheduling an MSI install operation
    [2010-09-22:17:06:08] Beginning runtime installation
    [2010-09-22:17:06:08] subinstaller: Beginning runtime installation
    [2010-09-22:17:06:08] Beginning install
    [2010-09-22:17:06:08] subinstaller: Beginning install
    [2010-09-22:17:06:08] Installing c:\users\lishay\appdata\local\temp\airfc2.tmp\setup.msi
    [2010-09-22:17:06:12] Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:06:12] subinstaller: Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:06:12] Rolling back install of c:\users\lishay\appdata\local\temp\airfc2.tmp\setup.msi
    [2010-09-22:17:06:12] subinstaller: Rolling back install of c:\users\lishay\appdata\local\temp\airfc2.tmp\setup.msi
    [2010-09-22:17:06:12] Rollback due to error complete
    [2010-09-22:17:06:12] subinstaller: Rollback due to error complete
    [2010-09-22:17:06:12] error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:06:12] subinstaller: error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:06:12] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:06:12] Failed during elevated install: error 0 1603
    [2010-09-22:17:06:12] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:06:12] begin quitting
    [2010-09-22:17:06:14] begin quitting
    [2010-09-22:17:30:00] Performing runtime install
    [2010-09-22:17:30:00] UI SWF load is complete
    [2010-09-22:17:30:01] UI initialized
    [2010-09-22:17:30:01] starting user confirmation
    [2010-09-22:17:30:01] Version of this installer: 2.0.3.13070
    [2010-09-22:17:30:01] Installed version: 1.1.0.5790
    [2010-09-22:17:30:01] Installation type: patchNewer
    [2010-09-22:17:30:20] starting elevated install
    [2010-09-22:17:30:21] performing an elevated runtime install
    [2010-09-22:17:30:21] UI SWF load is complete
    [2010-09-22:17:30:21] starting install
    [2010-09-22:17:30:21] subinstaller: starting install
    [2010-09-22:17:30:21] Scheduling runtime installation operations
    [2010-09-22:17:30:21] subinstaller: Scheduling runtime installation operations
    [2010-09-22:17:30:21] Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:17:30:21] subinstaller: Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:17:30:21] Scheduling an MSI install operation
    [2010-09-22:17:30:21] subinstaller: Scheduling an MSI install operation
    [2010-09-22:17:30:21] Beginning runtime installation
    [2010-09-22:17:30:21] subinstaller: Beginning runtime installation
    [2010-09-22:17:30:21] Beginning install
    [2010-09-22:17:30:21] subinstaller: Beginning install
    [2010-09-22:17:30:21] Installing c:\users\lishay\appdata\local\temp\airf58f.tmp\setup.msi
    [2010-09-22:17:30:21] subinstaller: Installing c:\users\lishay\appdata\local\temp\airf58f.tmp\setup.msi
    [2010-09-22:17:30:26] Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:30:26] subinstaller: Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:30:26] subinstaller: Rolling back install of c:\users\lishay\appdata\local\temp\airf58f.tmp\setup.msi
    [2010-09-22:17:30:26] Rolling back install of c:\users\lishay\appdata\local\temp\airf58f.tmp\setup.msi
    [2010-09-22:17:30:26] subinstaller: Rollback due to error complete
    [2010-09-22:17:30:26] Rollback due to error complete
    [2010-09-22:17:30:26] subinstaller: error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:30:26] Failed during elevated install: error 0 1603
    [2010-09-22:17:30:26] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:30:37] begin quitting
    [2010-09-22:17:31:11] Performing runtime install
    [2010-09-22:17:31:12] UI SWF load is complete
    [2010-09-22:17:31:12] UI initialized
    [2010-09-22:17:31:12] starting user confirmation
    [2010-09-22:17:31:12] Version of this installer: 2.0.3.13070
    [2010-09-22:17:31:12] Installed version: 1.1.0.5790
    [2010-09-22:17:31:12] Installation type: patchNewer
    [2010-09-22:17:31:15] starting install
    [2010-09-22:17:31:15] Scheduling runtime installation operations
    [2010-09-22:17:31:15] Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:17:31:15] Scheduling an MSI install operation
    [2010-09-22:17:31:15] Beginning runtime installation
    [2010-09-22:17:31:15] Beginning install
    [2010-09-22:17:31:15] Installing c:\users\lishay\appdata\local\temp\air97c.tmp\setup.msi
    [2010-09-22:17:31:19] Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:31:19] Rolling back install of c:\users\lishay\appdata\local\temp\air97c.tmp\setup.msi
    [2010-09-22:17:31:19] Rollback due to error complete
    [2010-09-22:17:31:19] error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:31:19] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:31:21] begin quitting
    [2010-09-22:17:39:05] UI SWF load is complete
    [2010-09-22:17:39:05] starting uninstall
    [2010-09-22:17:39:05] Scheduling an MSI uninstall operation for active product GUID {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:17:39:06] Beginning install
    [2010-09-22:17:39:06] Uninstalling product w/ GUID {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:17:39:06] Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2010-09-22:17:39:06] Rollback due to error complete
    [2010-09-22:17:39:06] error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2010-09-22:17:39:06] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2010-09-22:17:39:06] begin quitting
    [2010-09-22:17:39:30] UI SWF load is complete
    [2010-09-22:17:39:30] starting uninstall
    [2010-09-22:17:39:30] Scheduling an MSI uninstall operation for active product GUID {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:17:39:30] Beginning install
    [2010-09-22:17:39:30] Uninstalling product w/ GUID {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:17:39:31] Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2010-09-22:17:39:31] Rollback due to error complete
    [2010-09-22:17:39:31] error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2010-09-22:17:39:31] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2010-09-22:17:39:31] begin quitting
    [2010-09-22:17:39:54] Performing runtime install
    [2010-09-22:17:39:54] UI SWF load is complete
    [2010-09-22:17:39:54] UI initialized
    [2010-09-22:17:39:54] starting user confirmation
    [2010-09-22:17:39:54] Version of this installer: 2.0.3.13070
    [2010-09-22:17:39:54] Installed version: 1.1.0.5790
    [2010-09-22:17:39:54] Installation type: patchNewer
    [2010-09-22:17:39:57] starting elevated install
    [2010-09-22:17:39:57] performing an elevated runtime install
    [2010-09-22:17:39:57] UI SWF load is complete
    [2010-09-22:17:39:57] starting install
    [2010-09-22:17:39:57] subinstaller: starting install
    [2010-09-22:17:39:57] Scheduling runtime installation operations
    [2010-09-22:17:39:57] subinstaller: Scheduling runtime installation operations
    [2010-09-22:17:39:57] Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:17:39:57] subinstaller: Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:17:39:57] Scheduling an MSI install operation
    [2010-09-22:17:39:57] subinstaller: Scheduling an MSI install operation
    [2010-09-22:17:39:57] Beginning runtime installation
    [2010-09-22:17:39:57] subinstaller: Beginning runtime installation
    [2010-09-22:17:39:57] Beginning install
    [2010-09-22:17:39:57] subinstaller: Beginning install
    [2010-09-22:17:39:57] Installing c:\users\lishay\appdata\local\temp\air632.tmp\setup.msi
    [2010-09-22:17:40:01] Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:40:01] subinstaller: Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:40:01] Rolling back install of c:\users\lishay\appdata\local\temp\air632.tmp\setup.msi
    [2010-09-22:17:40:01] subinstaller: Rolling back install of c:\users\lishay\appdata\local\temp\air632.tmp\setup.msi
    [2010-09-22:17:40:01] Rollback due to error complete
    [2010-09-22:17:40:01] subinstaller: Rollback due to error complete
    [2010-09-22:17:40:01] error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:40:01] subinstaller: error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:40:01] Failed during elevated install: error 0 1603
    [2010-09-22:17:40:01] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:40:01] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:40:02] begin quitting
    [2010-09-22:17:42:48] Performing runtime install
    [2010-09-22:17:42:48] UI SWF load is complete
    [2010-09-22:17:42:48] UI initialized
    [2010-09-22:17:42:48] starting user confirmation
    [2010-09-22:17:42:48] Version of this installer: 2.0.3.13070
    [2010-09-22:17:42:48] Installed version: 1.1.0.5790
    [2010-09-22:17:42:48] Installation type: patchNewer
    [2010-09-22:17:42:50] starting elevated install
    [2010-09-22:17:42:51] performing an elevated runtime install
    [2010-09-22:17:42:51] UI SWF load is complete
    [2010-09-22:17:42:51] starting install
    [2010-09-22:17:42:51] Scheduling runtime installation operations
    [2010-09-22:17:42:51] subinstaller: Scheduling runtime installation operations
    [2010-09-22:17:42:51] Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:17:42:51] subinstaller: Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:17:42:51] Scheduling an MSI install operation
    [2010-09-22:17:42:51] subinstaller: Scheduling an MSI install operation
    [2010-09-22:17:42:51] Beginning runtime installation
    [2010-09-22:17:42:51] subinstaller: Beginning runtime installation
    [2010-09-22:17:42:51] Beginning install
    [2010-09-22:17:42:51] subinstaller: Beginning install
    [2010-09-22:17:42:51] Installing c:\users\lishay\appdata\local\temp\aira924.tmp\setup.msi
    [2010-09-22:17:42:54] Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:42:54] subinstaller: Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:42:54] Rolling back install of c:\users\lishay\appdata\local\temp\aira924.tmp\setup.msi
    [2010-09-22:17:42:54] subinstaller: Rolling back install of c:\users\lishay\appdata\local\temp\aira924.tmp\setup.msi
    [2010-09-22:17:42:54] Rollback due to error complete
    [2010-09-22:17:42:54] subinstaller: Rollback due to error complete
    [2010-09-22:17:42:54] error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:42:54] subinstaller: error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:42:54] Failed during elevated install: error 0 1603
    [2010-09-22:17:42:54] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:42:54] begin quitting
    [2010-09-22:17:42:55] begin quitting
    [2010-09-22:17:46:59] Performing runtime install
    [2010-09-22:17:46:59] UI SWF load is complete
    [2010-09-22:17:46:59] UI initialized
    [2010-09-22:17:46:59] starting user confirmation
    [2010-09-22:17:46:59] Version of this installer: 2.0.3.13070
    [2010-09-22:17:46:59] Installed version: 1.1.0.5790
    [2010-09-22:17:46:59] Installation type: patchNewer
    [2010-09-22:17:47:03] starting elevated install
    [2010-09-22:17:47:03] performing an elevated runtime install
    [2010-09-22:17:47:03] UI SWF load is complete
    [2010-09-22:17:47:03] starting install
    [2010-09-22:17:47:03] subinstaller: starting install
    [2010-09-22:17:47:03] Scheduling runtime installation operations
    [2010-09-22:17:47:03] subinstaller: Scheduling runtime installation operations
    [2010-09-22:17:47:03] Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:17:47:03] subinstaller: Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:17:47:03] Scheduling an MSI install operation
    [2010-09-22:17:47:03] subinstaller: Scheduling an MSI install operation
    [2010-09-22:17:47:03] Beginning runtime installation
    [2010-09-22:17:47:03] subinstaller: Beginning runtime installation
    [2010-09-22:17:47:03] Beginning install
    [2010-09-22:17:47:03] subinstaller: Beginning install
    [2010-09-22:17:47:03] Installing c:\users\lishay\appdata\local\temp\air8215.tmp\setup.msi
    [2010-09-22:17:47:03] subinstaller: Installing c:\users\lishay\appdata\local\temp\air8215.tmp\setup.msi
    [2010-09-22:17:47:07] Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:47:07] subinstaller: Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:47:07] Rolling back install of c:\users\lishay\appdata\local\temp\air8215.tmp\setup.msi
    [2010-09-22:17:47:07] subinstaller: Rolling back install of c:\users\lishay\appdata\local\temp\air8215.tmp\setup.msi
    [2010-09-22:17:47:07] Rollback due to error complete
    [2010-09-22:17:47:07] subinstaller: Rollback due to error complete
    [2010-09-22:17:47:07] error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:47:07] subinstaller: error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:47:07] Failed during elevated install: error 0 1603
    [2010-09-22:17:47:07] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:47:07] begin quitting
    [2010-09-22:17:47:07] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:17:59:09] begin quitting
    [2010-09-22:18:05:50] Performing runtime install
    [2010-09-22:18:05:51] UI SWF load is complete
    [2010-09-22:18:05:51] UI initialized
    [2010-09-22:18:05:51] starting user confirmation
    [2010-09-22:18:05:52] Version of this installer: 2.0.3.13070
    [2010-09-22:18:05:52] Installed version: 1.1.0.5790
    [2010-09-22:18:05:52] Installation type: patchNewer
    [2010-09-22:18:05:55] starting elevated install
    [2010-09-22:18:05:56] performing an elevated runtime install
    [2010-09-22:18:05:56] UI SWF load is complete
    [2010-09-22:18:05:56] starting install
    [2010-09-22:18:05:56] Scheduling runtime installation operations
    [2010-09-22:18:05:56] subinstaller: Scheduling runtime installation operations
    [2010-09-22:18:05:56] Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:18:05:56] subinstaller: Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-22:18:05:56] Scheduling an MSI install operation
    [2010-09-22:18:05:56] subinstaller: Scheduling an MSI install operation
    [2010-09-22:18:05:56] Beginning runtime installation
    [2010-09-22:18:05:56] subinstaller: Beginning runtime installation
    [2010-09-22:18:05:56] Beginning install
    [2010-09-22:18:05:56] Installing c:\users\lishay\appdata\local\temp\aire35c.tmp\setup.msi
    [2010-09-22:18:05:56] subinstaller: Installing c:\users\lishay\appdata\local\temp\aire35c.tmp\setup.msi
    [2010-09-22:18:06:10] Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:18:06:10] subinstaller: Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:18:06:10] Rolling back install of c:\users\lishay\appdata\local\temp\aire35c.tmp\setup.msi
    [2010-09-22:18:06:10] subinstaller: Rolling back install of c:\users\lishay\appdata\local\temp\aire35c.tmp\setup.msi
    [2010-09-22:18:06:10] Rollback due to error complete
    [2010-09-22:18:06:10] subinstaller: Rollback due to error complete
    [2010-09-22:18:06:10] error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:18:06:10] subinstaller: error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:18:06:10] Failed during elevated install: error 0 1603
    [2010-09-22:18:06:10] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-22:18:06:10] begin quitting
    [2010-09-22:18:06:12] begin quitting
    [2010-09-23:12:55:51] Performing runtime install
    [2010-09-23:12:55:51] UI SWF load is complete
    [2010-09-23:12:55:51] UI initialized
    [2010-09-23:12:55:51] starting user confirmation
    [2010-09-23:12:55:51] Version of this installer: 2.0.3.13070
    [2010-09-23:12:55:51] Installed version: 1.1.0.5790
    [2010-09-23:12:55:51] Installation type: patchNewer
    [2010-09-23:12:56:22] starting elevated install
    [2010-09-23:12:56:23] performing an elevated runtime install
    [2010-09-23:12:56:23] UI SWF load is complete
    [2010-09-23:12:56:23] starting install
    [2010-09-23:12:56:23] subinstaller: starting install
    [2010-09-23:12:56:23] Scheduling runtime installation operations
    [2010-09-23:12:56:23] Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-23:12:56:23] subinstaller: Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-23:12:56:23] Scheduling an MSI install operation
    [2010-09-23:12:56:23] Beginning runtime installation
    [2010-09-23:12:56:23] subinstaller: Beginning runtime installation
    [2010-09-23:12:56:23] Beginning install
    [2010-09-23:12:56:23] subinstaller: Beginning install
    [2010-09-23:12:56:23] Installing c:\users\lishay\appdata\local\temp\air7063.tmp\setup.msi
    [2010-09-23:12:56:23] subinstaller: Installing c:\users\lishay\appdata\local\temp\air7063.tmp\setup.msi
    [2010-09-23:12:56:30] Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:12:56:30] subinstaller: Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:12:56:30] subinstaller: Rolling back install of c:\users\lishay\appdata\local\temp\air7063.tmp\setup.msi
    [2010-09-23:12:56:30] Rolling back install of c:\users\lishay\appdata\local\temp\air7063.tmp\setup.msi
    [2010-09-23:12:56:30] Rollback due to error complete
    [2010-09-23:12:56:30] subinstaller: Rollback due to error complete
    [2010-09-23:12:56:30] error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:12:56:30] subinstaller: error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:12:56:30] Failed during elevated install: error 0 1603
    [2010-09-23:12:56:30] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:12:56:30] begin quitting
    [2010-09-23:12:56:31] begin quitting
    [2010-09-23:13:00:41] Performing runtime install
    [2010-09-23:13:00:41] UI SWF load is complete
    [2010-09-23:13:00:42] UI initialized
    [2010-09-23:13:00:42] starting user confirmation
    [2010-09-23:13:00:42] Version of this installer: 2.0.3.13070
    [2010-09-23:13:00:42] Installed version: 1.1.0.5790
    [2010-09-23:13:00:42] Installation type: patchNewer
    [2010-09-23:13:00:44] starting elevated install
    [2010-09-23:13:00:44] performing an elevated runtime install
    [2010-09-23:13:00:44] UI SWF load is complete
    [2010-09-23:13:00:44] starting install
    [2010-09-23:13:00:44] Scheduling runtime installation operations
    [2010-09-23:13:00:44] subinstaller: Scheduling runtime installation operations
    [2010-09-23:13:00:44] Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-23:13:00:44] Scheduling an MSI install operation
    [2010-09-23:13:00:44] subinstaller: Scheduling an MSI install operation
    [2010-09-23:13:00:44] Beginning runtime installation
    [2010-09-23:13:00:44] subinstaller: Beginning runtime installation
    [2010-09-23:13:00:44] Beginning install
    [2010-09-23:13:00:44] subinstaller: Beginning install
    [2010-09-23:13:00:44] Installing c:\users\lishay\appdata\local\temp\aire8be.tmp\setup.msi
    [2010-09-23:13:00:47] Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:13:00:47] subinstaller: Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:13:00:47] Rolling back install of c:\users\lishay\appdata\local\temp\aire8be.tmp\setup.msi
    [2010-09-23:13:00:47] subinstaller: Rolling back install of c:\users\lishay\appdata\local\temp\aire8be.tmp\setup.msi
    [2010-09-23:13:00:47] Rollback due to error complete
    [2010-09-23:13:00:47] subinstaller: Rollback due to error complete
    [2010-09-23:13:00:47] error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:13:00:47] subinstaller: error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:13:00:47] Failed during elevated install: error 0 1603
    [2010-09-23:13:00:47] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:13:00:47] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:13:00:47] begin quitting
    [2010-09-23:13:00:49] begin quitting
    [2010-09-23:13:12:55] Performing runtime install
    [2010-09-23:13:12:56] UI SWF load is complete
    [2010-09-23:13:12:56] UI initialized
    [2010-09-23:13:12:56] starting user confirmation
    [2010-09-23:13:12:56] Version of this installer: 2.0.3.13070
    [2010-09-23:13:12:56] Installed version: 1.1.0.5790
    [2010-09-23:13:12:56] Installation type: patchNewer
    [2010-09-23:13:12:59] starting elevated install
    [2010-09-23:13:12:59] performing an elevated runtime install
    [2010-09-23:13:12:59] UI SWF load is complete
    [2010-09-23:13:12:59] starting install
    [2010-09-23:13:12:59] subinstaller: starting install
    [2010-09-23:13:12:59] Scheduling runtime installation operations
    [2010-09-23:13:12:59] subinstaller: Scheduling runtime installation operations
    [2010-09-23:13:12:59] Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-23:13:12:59] subinstaller: Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-23:13:12:59] Scheduling an MSI install operation
    [2010-09-23:13:12:59] subinstaller: Scheduling an MSI install operation
    [2010-09-23:13:12:59] Beginning runtime installation
    [2010-09-23:13:12:59] subinstaller: Beginning runtime installation
    [2010-09-23:13:12:59] Beginning install
    [2010-09-23:13:12:59] subinstaller: Beginning install
    [2010-09-23:13:12:59] Installing c:\users\lishay\appdata\local\temp\air160f.tmp\setup.msi
    [2010-09-23:13:12:59] subinstaller: Installing c:\users\lishay\appdata\local\temp\air160f.tmp\setup.msi
    [2010-09-23:13:12:59] Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1601" errorID=0]
    [2010-09-23:13:12:59] subinstaller: Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1601" errorID=0]
    [2010-09-23:13:12:59] Rolling back install of c:\users\lishay\appdata\local\temp\air160f.tmp\setup.msi
    [2010-09-23:13:12:59] subinstaller: Rolling back install of c:\users\lishay\appdata\local\temp\air160f.tmp\setup.msi
    [2010-09-23:13:12:59] Rollback due to error complete
    [2010-09-23:13:12:59] subinstaller: Rollback due to error complete
    [2010-09-23:13:12:59] error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1601" errorID=0]
    [2010-09-23:13:12:59] subinstaller: error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1601" errorID=0]
    [2010-09-23:13:12:59] Failed during elevated install: error 0 1601
    [2010-09-23:13:12:59] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1601" errorID=0]
    [2010-09-23:13:12:59] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1601" errorID=0]
    [2010-09-23:13:12:59] begin quitting
    [2010-09-23:13:13:09] begin quitting
    [2010-09-23:23:28:15] Performing runtime install
    [2010-09-23:23:28:15] UI SWF load is complete
    [2010-09-23:23:28:15] UI initialized
    [2010-09-23:23:28:15] starting user confirmation
    [2010-09-23:23:28:15] Version of this installer: 2.0.2.12610
    [2010-09-23:23:28:15] Installed version: 1.1.0.5790
    [2010-09-23:23:28:15] Installation type: patchNewer
    [2010-09-23:23:28:20] starting elevated install
    [2010-09-23:23:28:20] performing an elevated runtime install
    [2010-09-23:23:28:20] UI SWF load is complete
    [2010-09-23:23:28:20] starting install
    [2010-09-23:23:28:20] subinstaller: starting install
    [2010-09-23:23:28:20] Scheduling runtime installation operations
    [2010-09-23:23:28:20] subinstaller: Scheduling runtime installation operations
    [2010-09-23:23:28:20] Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-23:23:28:20] subinstaller: Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-23:23:28:20] Scheduling an MSI install operation
    [2010-09-23:23:28:20] subinstaller: Scheduling an MSI install operation
    [2010-09-23:23:28:20] Beginning runtime installation
    [2010-09-23:23:28:20] subinstaller: Beginning runtime installation
    [2010-09-23:23:28:20] Beginning install
    [2010-09-23:23:28:20] subinstaller: Beginning install
    [2010-09-23:23:28:20] subinstaller: Installing c:\users\lishay\appdata\local\temp\airc0c.tmp\setup.msi
    [2010-09-23:23:28:20] Installing c:\users\lishay\appdata\local\temp\airc0c.tmp\setup.msi
    [2010-09-23:23:28:25] Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:23:28:25] subinstaller: Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:23:28:25] Rolling back install of c:\users\lishay\appdata\local\temp\airc0c.tmp\setup.msi
    [2010-09-23:23:28:25] subinstaller: Rolling back install of c:\users\lishay\appdata\local\temp\airc0c.tmp\setup.msi
    [2010-09-23:23:28:25] subinstaller: Rollback due to error complete
    [2010-09-23:23:28:25] Rollback due to error complete
    [2010-09-23:23:28:25] subinstaller: error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:23:28:25] Failed during elevated install: error 0 1603
    [2010-09-23:23:28:25] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:23:28:27] begin quitting
    [2010-09-23:23:28:38] Performing runtime install
    [2010-09-23:23:28:38] UI SWF load is complete
    [2010-09-23:23:28:38] UI initialized
    [2010-09-23:23:28:38] starting user confirmation
    [2010-09-23:23:28:38] Version of this installer: 2.0.2.12610
    [2010-09-23:23:28:38] Installed version: 1.1.0.5790
    [2010-09-23:23:28:38] Installation type: patchNewer
    [2010-09-23:23:28:42] starting elevated install
    [2010-09-23:23:28:42] performing an elevated runtime install
    [2010-09-23:23:28:42] UI SWF load is complete
    [2010-09-23:23:28:42] starting install
    [2010-09-23:23:28:42] subinstaller: starting install
    [2010-09-23:23:28:42] Scheduling runtime installation operations
    [2010-09-23:23:28:42] subinstaller: Scheduling runtime installation operations
    [2010-09-23:23:28:42] Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-23:23:28:42] subinstaller: Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-23:23:28:42] Scheduling an MSI install operation
    [2010-09-23:23:28:42] subinstaller: Scheduling an MSI install operation
    [2010-09-23:23:28:42] Beginning runtime installation
    [2010-09-23:23:28:42] subinstaller: Beginning runtime installation
    [2010-09-23:23:28:42] Beginning install
    [2010-09-23:23:28:42] subinstaller: Beginning install
    [2010-09-23:23:28:42] Installing c:\users\lishay\appdata\local\temp\air64d5.tmp\setup.msi
    [2010-09-23:23:28:42] subinstaller: Installing c:\users\lishay\appdata\local\temp\air64d5.tmp\setup.msi
    [2010-09-23:23:28:46] Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:23:28:46] subinstaller: Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:23:28:46] Rolling back install of c:\users\lishay\appdata\local\temp\air64d5.tmp\setup.msi
    [2010-09-23:23:28:46] subinstaller: Rolling back install of c:\users\lishay\appdata\local\temp\air64d5.tmp\setup.msi
    [2010-09-23:23:28:46] Rollback due to error complete
    [2010-09-23:23:28:46] subinstaller: Rollback due to error complete
    [2010-09-23:23:28:46] error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:23:28:46] subinstaller: error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:23:28:46] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:23:28:46] Failed during elevated install: error 0 1603
    [2010-09-23:23:28:46] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:23:28:46] begin quitting
    [2010-09-23:23:28:47] begin quitting
    [2010-09-23:23:28:54] Performing runtime install
    [2010-09-23:23:28:54] UI SWF load is complete
    [2010-09-23:23:28:54] UI initialized
    [2010-09-23:23:28:54] starting user confirmation
    [2010-09-23:23:28:54] Version of this installer: 2.0.2.12610
    [2010-09-23:23:28:54] Installed version: 1.1.0.5790
    [2010-09-23:23:28:54] Installation type: patchNewer
    [2010-09-23:23:28:57] starting elevated install
    [2010-09-23:23:28:57] performing an elevated runtime install
    [2010-09-23:23:28:57] UI SWF load is complete
    [2010-09-23:23:28:57] starting install
    [2010-09-23:23:28:57] subinstaller: starting install
    [2010-09-23:23:28:57] Scheduling runtime installation operations
    [2010-09-23:23:28:57] subinstaller: Scheduling runtime installation operations
    [2010-09-23:23:28:57] Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-23:23:28:57] subinstaller: Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-23:23:28:57] Scheduling an MSI install operation
    [2010-09-23:23:28:57] subinstaller: Scheduling an MSI install operation
    [2010-09-23:23:28:57] Beginning runtime installation
    [2010-09-23:23:28:57] subinstaller: Beginning runtime installation
    [2010-09-23:23:28:57] Beginning install
    [2010-09-23:23:28:57] subinstaller: Beginning install
    [2010-09-23:23:28:57] Installing c:\users\lishay\appdata\local\temp\aira2a0.tmp\setup.msi
    [2010-09-23:23:28:57] subinstaller: Installing c:\users\lishay\appdata\local\temp\aira2a0.tmp\setup.msi
    [2010-09-23:23:29:01] Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:23:29:01] subinstaller: Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:23:29:01] Rolling back install of c:\users\lishay\appdata\local\temp\aira2a0.tmp\setup.msi
    [2010-09-23:23:29:01] subinstaller: Rolling back install of c:\users\lishay\appdata\local\temp\aira2a0.tmp\setup.msi
    [2010-09-23:23:29:01] Rollback due to error complete
    [2010-09-23:23:29:01] subinstaller: Rollback due to error complete
    [2010-09-23:23:29:01] error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:23:29:01] subinstaller: error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:23:29:01] Failed during elevated install: error 0 1603
    [2010-09-23:23:29:01] begin quitting
    [2010-09-23:23:29:01] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-23:23:29:02] begin quitting
    [2010-09-24:00:04:52] Performing runtime install
    [2010-09-24:00:04:52] UI SWF load is complete
    [2010-09-24:00:04:53] UI initialized
    [2010-09-24:00:04:53] starting user confirmation
    [2010-09-24:00:04:53] Version of this installer: 2.0.2.12610
    [2010-09-24:00:04:53] Installed version: 1.1.0.5790
    [2010-09-24:00:04:53] Installation type: patchNewer
    [2010-09-24:00:04:56] starting elevated install
    [2010-09-24:00:04:57] performing an elevated runtime install
    [2010-09-24:00:04:57] UI SWF load is complete
    [2010-09-24:00:04:57] starting install
    [2010-09-24:00:04:57] subinstaller: starting install
    [2010-09-24:00:04:57] Scheduling runtime installation operations
    [2010-09-24:00:04:57] Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-24:00:04:57] subinstaller: Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-24:00:04:57] Scheduling an MSI install operation
    [2010-09-24:00:04:57] subinstaller: Scheduling an MSI install operation
    [2010-09-24:00:04:57] Beginning runtime installation
    [2010-09-24:00:04:57] subinstaller: Beginning runtime installation
    [2010-09-24:00:04:57] Beginning install
    [2010-09-24:00:04:57] subinstaller: Beginning install
    [2010-09-24:00:04:57] Installing c:\users\lishay\appdata\local\temp\air9307.tmp\setup.msi
    [2010-09-24:00:04:57] subinstaller: Installing c:\users\lishay\appdata\local\temp\air9307.tmp\setup.msi
    [2010-09-24:00:05:01] Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-24:00:05:01] subinstaller: Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-24:00:05:01] Rolling back install of c:\users\lishay\appdata\local\temp\air9307.tmp\setup.msi
    [2010-09-24:00:05:01] subinstaller: Rolling back install of c:\users\lishay\appdata\local\temp\air9307.tmp\setup.msi
    [2010-09-24:00:05:01] Rollback due to error complete
    [2010-09-24:00:05:01] subinstaller: Rollback due to error complete
    [2010-09-24:00:05:01] error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-24:00:05:01] subinstaller: error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-24:00:05:01] Failed during elevated install: error 0 1603
    [2010-09-24:00:05:01] begin quitting
    [2010-09-24:00:05:01] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-24:00:05:02] begin quitting
    [2010-09-24:00:12:18] Performing runtime install
    [2010-09-24:00:12:18] UI SWF load is complete
    [2010-09-24:00:12:18] UI initialized
    [2010-09-24:00:12:18] starting user confirmation
    [2010-09-24:00:12:18] Version of this installer: 2.0.3.13070
    [2010-09-24:00:12:18] Installed version: 1.1.0.5790
    [2010-09-24:00:12:18] Installation type: patchNewer
    [2010-09-24:00:12:21] starting elevated install
    [2010-09-24:00:12:21] performing an elevated runtime install
    [2010-09-24:00:12:21] UI SWF load is complete
    [2010-09-24:00:12:21] starting install
    [2010-09-24:00:12:21] subinstaller: starting install
    [2010-09-24:00:12:21] Scheduling runtime installation operations
    [2010-09-24:00:12:21] subinstaller: Scheduling runtime installation operations
    [2010-09-24:00:12:21] Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-24:00:12:21] subinstaller: Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-24:00:12:21] Scheduling an MSI install operation
    [2010-09-24:00:12:21] subinstaller: Scheduling an MSI install operation
    [2010-09-24:00:12:21] Beginning runtime installation
    [2010-09-24:00:12:21] subinstaller: Beginning runtime installation
    [2010-09-24:00:12:21] Beginning install
    [2010-09-24:00:12:21] subinstaller: Beginning install
    [2010-09-24:00:12:21] Installing c:\users\lishay\appdata\local\temp\air5eaf.tmp\setup.msi
    [2010-09-24:00:12:24] Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-24:00:12:24] subinstaller: Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-24:00:12:24] Rolling back install of c:\users\lishay\appdata\local\temp\air5eaf.tmp\setup.msi
    [2010-09-24:00:12:24] subinstaller: Rolling back install of c:\users\lishay\appdata\local\temp\air5eaf.tmp\setup.msi
    [2010-09-24:00:12:24] Rollback due to error complete
    [2010-09-24:00:12:24] subinstaller: Rollback due to error complete
    [2010-09-24:00:12:24] error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-24:00:12:24] subinstaller: error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-24:00:12:24] Failed during elevated install: error 0 1603
    [2010-09-24:00:12:24] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-24:00:12:24] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-24:00:12:24] begin quitting
    [2010-09-24:00:12:25] begin quitting
    [2010-09-24:11:37:23] Performing runtime install
    [2010-09-24:11:37:24] UI SWF load is complete
    [2010-09-24:11:37:24] UI initialized
    [2010-09-24:11:37:24] starting user confirmation
    [2010-09-24:11:37:24] Version of this installer: 2.0.3.13070
    [2010-09-24:11:37:24] Installation type: new
    [2010-09-24:11:37:33] starting elevated install
    [2010-09-24:11:37:33] performing an elevated runtime install
    [2010-09-24:11:37:33] UI SWF load is complete
    [2010-09-24:11:37:33] starting install
    [2010-09-24:11:37:33] Scheduling runtime installation operations
    [2010-09-24:11:37:33] subinstaller: Scheduling runtime installation operations
    [2010-09-24:11:37:33] Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-24:11:37:33] subinstaller: Active AIR product GUID is {197A3012-8C85-4FD3-AB66-9EC7E13DB92E}
    [2010-09-24:11:37:33] Scheduling an MSI install operation
    [2010-09-24:11:37:33] subinstaller: Scheduling an MSI install operation
    [2010-09-24:11:37:33] Beginning runtime installation
    [2010-09-24:11:37:33] subinstaller: Beginning runtime installation
    [2010-09-24:11:37:33] Beginning install
    [2010-09-24:11:37:33] subinstaller: Beginning install
    [2010-09-24:11:37:33] Installing c:\users\lishay\appdata\local\temp\air7b75.tmp\setup.msi
    [2010-09-24:11:37:35] Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-24:11:37:35] subinstaller: Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-24:11:37:35] Rolling back install of c:\users\lishay\appdata\local\temp\air7b75.tmp\setup.msi
    [2010-09-24:11:37:35] subinstaller: Rolling back install of c:\users\lishay\appdata\local\temp\air7b75.tmp\setup.msi
    [2010-09-24:11:37:35] Rollback due to error complete
    [2010-09-24:11:37:35] subinstaller: Rollback due to error complete
    [2010-09-24:11:37:35] error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-24:11:37:35] subinstaller: error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-24:11:37:35] Failed during elevated install: error 0 1603
    [2010-09-24:11:37:35] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-09-24:11:37:35] begin quitting
    [2010-09-24:11:37:36] begin quitting

  • 64 bit version of Adobe Air (Windows)

    Hello
    We are developing an Adobe Air application on windows, but in our case we need lots of RAM, and a 32 bit system can not use much RAM. We would like to know if there is a 64 bit version of Adobe Air or if such version will ever be launched.

    There is already a requesr available:
    https://bugbase.adobe.com/index.cfm?event=bug&id=3011846
    Please vot :-)

  • Scrim / Spinner For Adobe Air Mobile Apps?

    I'm in the process of learning Adobe Air for mobile devices.  I'm using Flash Builder Burrito.  I didn't have any previous experience with Flash Builder or ActionScript, but I'm finding it very easy to use (I do have 11 years of programming experience).  I'm stumped on something that's usually built into most other mobile platforms -> How do you create a scrim & spinner???  For those who may be wondering what I'm referring to, it's when your screen is dimmed and a revolving or spinning icon is displayed to show that your app is busy.
    I tried the following...
    1) Create a group that covers the entire view
    2) Change the background color of the group to black and alpha to .5
    2) Add a spinner image to the group
    3) Set the "enable" property of the group to true/false depending on if I wanted it displayed or not
    This didn't work at all.  Any suggestions would be great!!! 

    I ALMOST have it working thanks to this great post by Andrew trice.  I have two minor issues...
    The animated gif won't play.  I realize animated gifs probably aren't the way to go in FLASH builder, but it was worth a try.  How do I recreate the spinner effect???
    The scrim doesn't cover the navigation panel.  Again, any ideas?

  • How to use ScaleNine themes to skin an Adobe Air Mobile App

    Hi,
    I'm rather new to Adobe Air development But I really like it! Now that I've created my app I would like to skin it. I've found ScaleNine (http://www.scalenine.com/gallery/gallery-1.php) which has ready made cool skins for Flex and Air. I downloaded the samples and they compile and work beautifully. HOWEVER: I can't seem to be able to use them to skin my Air mobile app.
    Can anyone post an example ViewNavigatorApplication themed with one of the themes there? this one (http://www.scalenine.com/themes/blend/Blend.html) looks as though someone tailored it to my app :-)
    Thanks a lot!
    Avi

    I don't know how your application is structured, but if you can split sections off into separate SWFs(plain AS3 document) then you could host those section SWFs online and require the user to download them on first run.
    You could use the FileReference object to download the SWFs, save them to the File.applicationStorageDirectory, and then display/load them up with the Loader object when needed from the app storage directory. You would possibly need to check to see if the files are present at every boot of the app though as a user could "Clear Data" or "Clear Cache" of the app in the Settings of their device and one or both of those could/would delete the downloaded files.
    FileReference - Adobe ActionScript® 3 (AS3 ) API Reference

  • Integrate Adobe Air in app for Android

    Hello!Please, answer to one my question.
    Can I integrate Adobe Air in my app for Android? I want the user to not download Adobe Air from Google Play.
    Thanks.

    I've never used anything other than Flash Builder for mobile... So, yes, cf my original answer!
    When you select Export Release Build, it is on the first page of options. (I think ... This is from memory.) In any case, it is very visible. Just look at all the Android options when you package for release.
    G

  • Adobe Air & Windows ACL

    Hi all,
    Can Adobe Air (or Flex) get Windows XP ACL (authorization
    systems) and exploit it? or Could Adobe Air connect to LDAP Active
    Directory and get some information?
    best regards,
    ZK

    Hi,
    There's no direct support for that in AIR. You could try
    coding it in AS3 yourself.
    If you want to make a feature request concerning this, you
    can do that at:
    http://www.adobe.com/go/wish/

  • What are the ways to integrate PayPal (or other monetizing service) into an Adobe AIR desktop app?

    Hey all
    I just finished publishing my AIR mobile app for iOS and Android, both featuring freemium style in-app purchasing/billing, for a single purpose only - opening the app to be full featured.
    Now the client wants a desktop version of the app. I need a way to monetize the same way: the user wants all the features - they click a button in the app, pay the 2 dollars, and now all the features are accessible.
    I think going out to PayPal, paying there and returning to the app would be best, but I cannot get the files I found here to work.
    Do you have any suggestions of a workflow with examples, or a service with AS3 support?
    thanx

    http://www.as3gamegears.com/monetization/as3-paypal-api/

Maybe you are looking for

  • Problem in Date time Zone parsing

    Hi Guys, I want format of String of time whic have time zone also. But how can i validate weather my date is correct or not . This is i am doing because of Auto grow up problem in SimpleDateFormat. For example : If i am parsing "2.00 AM GMT" as per m

  • Decode in query

    I have tried to use this query in an application and it never runs the 'Yes' part. I ran it in sqldeveloper and I get the same result regardless of what I put in the variable. I can't see the error in it. Help? select * from SF_CASE where CASE_NUMBER

  • How to UPDATE 2 Tables simultaneously?

    Hi Gurus I have two Tables : GPF_TXN and SAL_TXN which need to be updated on matching basis. The Table structures of which are as below : CREATED TABLE GPF_TXN ECODE               NUMBER(5), PF_NO               VARCHAR2(10), ENAME               VARCH

  • Help! How do I remove PDF Settings??

    Hi Folks, I need some quick help please. We've removed the default PDF settings (such as: Smallest File Size, Press Quality, PDF/X, etc.) in order to use only our custom settings for output (this is so our users don't get confused and use the wrong s

  • Rman restore command for tablespace...

    Hi All, I required your help to restore RMAN backup. I have not used RMAN any time before so no idea how to restore it. Below is the syntax of backup which I get it from one of our DBA at remote side: =================================================