Adobe AIR Corrupting JSON data?

I am experiencing a very strange issues with Adobe AIR truncating JSON responses randomly.
I have an AIR application which communicates with a server process via JSON. The issue I am experiencing is that the server is sending a valid JSON response but AIR seems to be randomly truncating some responses prematurely.
I installed charles web proxy to look at the HTTP request and verify that the JSON that is being returned is valid.
The JSON that the server returns and which the web proxy sees arriving is is :
    "responseType":"closewindow",
    "text":"SYSTEM IS BUSY DOING SYSTEM ADMINISTRATION WORK!",
    "delay":50000,
    "logout":false
But when I look at the JSON in Introspector all it sees is :
    "responseType":"closewindow",
    "text":"SYSTEM IS BUSY DOING SYSTEM
Does anyone have any ideas or similar experiences with AIR getting truncated http responses in introspector?
Any help would be greatly appreciated!
Jeremy Johnson

Hi Jeremy,
Would you mind adding a bug report on this over at bugbase.adobe.com?  Please include any sample code (or project) to help us reproduce the problem.  Also, if there's a particular server we should test against, please let us know.  If you'd like to keep any of the code private, please feel free to email me at [email protected]
Please post back with the bug URL so that others affected can add their votes and comments.
Thanks,
Chris

Similar Messages

  • Adobe Air app - sync data with Siebel CRM system?

    Hi everyone,
    We want to create a simple application using Flash and Adobe Air. The application will run locally on the user's laptop since the users do not always have access to an internet connection. The user will open the application and fill our a few required fields.
    Once the user is able to connection with the internet, the information entered by the user on the local desktop application needs to be written to a remote backend Siebel CRM system. The database in use is Oracle.
    Is it possible to write information from a local Abode Air app to a remote db stored on the network?
    If so, can you provide details on how this may be accomplished? Is it considered difficult?
    Thanks !!!
    Mike

    You would connect to the Siebel CRM server from an AIR app the same way you would from a browser-hosted Flash application or a general web application. Typically, this would be through a web service.
    Here's a link to a tutorial on connecting to a web service in AIR:
    http://www.thetechlabs.com/tutorials/xml/creating-a-as3-web-service-package-base-service-c lass-and-simple-twitter-api/

  • Adobe Air and JSON

    How to get json data from another site ., for cross domain?
    Thanks

    Hi Mihnea,
    yes, i am build the apps with html
    Below is the javascript code:
    function search() {
         var search = $("#search").val()
         var surl = baseurl + escape(search) + '&callback=?'
         $.getJSON(surl, function(data) {
            alert(data);
    and data is never returned in json format
    best regards,
    Devidc

  • ADOBE AIR Corrupt

    Clicked on Help for the first time today. Dialog box came up stating an update is available. I installed it and got an error. I cannot use help. I get this:
    How do I reinstall Adobe Air without affecting anything else?
    Thanks,
    Peter

    This same thing happened to me. At first I didn't read closely and assumed it was Adobe AIR that was damaged but it's the Help.app itself so I uninstalled AIR, downloaded a fresh copy and reinstalled and still got the same popup. I then uninstalled AIR again and tried installing AIR 2.0 beta and it still didn't work. Naturally none of this helped because it's not AIR that’s damaged.
    Is there a way to reinstall that Adobe Help.app without reinstalling the entire CS5 suite again?

  • GZIP-Encoded HTTP Response in adobe air and flex data service

    Hello,
    I am using data centric service in flash builder 4 (beta 2) to call betfair web service. The application is working well.
    But betfair told me to set the encoding to gzip when requesting the web service. I had used httpHeaders to add new header.
             var bfHeader:Object=new Object();
             bfHeader["Accept-Encoding"]= "gzip";
             _serviceControl.httpHeaders = bfHeader;
    Now when I run the application, network monitor shows both the request and response is encoded in gzip format, network monitor itself uncompressed the content and showed it. But I don't know how to uncompress the content. As the content is compressed, I could not call any data service.
    I have tried to use the convertResultHandler. But actually don't know how to use it correctly.
    Please help me. Its important
    Thanks in advance.

    Hello bahar08
    Its been a long while since you posted your topic but I've just found it after being getting stuck with this exact problem. There is a gzip decompressor my Danny Patterson that might help. I've added the header in as well but the responces don't seem to be coming down in a compressed format.
    It would be cool to chat with you about this.

  • Accordion Panels not collapsing in Adobe AIR

    Hi,
    I'm trying to create an AIR application with HTML/CSS/AJAX (spry).
    I've got my xml dataset set up and my accordion panel widget set up.
    When I preview in Safari everything works fine, but when I preview in Adobe AIR the xml data shows up and the panels, but the accordion panels aren't working, clicking on the AccordionPanelTab doesn't do anything.
    Any ideas on how to fix this, (if it is even possible)??

    Here is the code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns:spry="http://ns.adobe.com/spry">
    <head>
    <link href="_Assets/css/main.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="_Assets/frameworks/AIRAliases.js"></script>
    <script src="_Assets/spry/xpath.js" type="text/javascript"></script>
    <script src="_Assets/spry/SpryData.js" type="text/javascript"></script>
    <script src="_Assets/spry/SpryNestedXMLDataSet.js" type="text/javascript"></script>
    <script src="_Assets/spry/SpryAccordion.js" type="text/javascript"></script>
    <script type="text/javascript">
    var dsSeasons = new Spry.Data.XMLDataSet("http://www.tvrage.com/feeds/episode_list.php?sid=21704", "Show/Episodelist/Season", {sortOnLoad:"@no", sortOrderOnLoad:"descending"});
    var dsEpisodes = new Spry.Data.NestedXMLDataSet(dsSeasons, "episode", {sortOnLoad:"seasonnum", sortOrderOnLoad:"descending"});
    dsSeasons.setColumnType("@no", "number");
    function airdate(region, lookupFunc) {
    var realdate = lookupFunc("dsEpisodes::airdate");
    var array = realdate.split('-');
    return array[2] + " - " + array[1] + " - " + array[0];
    function seasonnr(region, lookupFunc) {
    var nr = parseInt(lookupFunc("dsSeasons::@no"));
    if (nr < 10) { return "0" + nr; }
    else { return nr; }
    </script>
    <link href="_Assets/spry/SpryAccordion.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="wrapper">
    <div id="main">
        <h1>TV Show Title</h1>
        <div id="showInfo" spry:region="dsSeasons dsEpisodes" class="SpryHiddenRegion">
            <h2>Episode List</h2>
                <div id="eplist" class="Accordion">
                    <div spry:repeat="dsSeasons" class="AccordionPanel">
                        <h3 class="AccordionPanelTab">Season {@no}</h3>
                        <div class="AccordionPanelContent">
                            <table spry:repeatchildren="dsEpisodes">
                                <tr class="{dsEpisodes::ds_EvenOddRow}">
                                    <td><input name="seen" type="checkbox" value="1" /></td>
                                    <td>{function::seasonnr}<span class="ex">x</span>{dsEpisodes::seasonnum}</td>
                                    <td>{function::airdate}</td>
                                    <td><a href="{dsEpisodes::link}" target="_blank">{dsEpisodes::title}</a></td>
                                </tr>
                            </table>
                        </div>
                    </div>
                </div>
                <script type="text/javascript">
                    var acc = new Spry.Widget.Accordion("eplist", { useFixedPanelHeights: false });
                </script>
            </div>
        </div>
    </div>
    </body>
    </html>
    Sorry, I don't have an online url for you, I'm still working locally.
    In the browser everything works fine, only when I preview in Adobe AIR the panels stop working.
    I hope you can figure it out and point me in the right direction.
    Thanks

  • How to get the data from mysql database which is being accessed by a PHP application and process the data locally in adobe air application and finally commit the changes back in to mysql database through the PHP application.

    How to get the data from mysql database which is being accessed by a PHP application and process the data locally in adobe air application and finally commit the changes back in to mysql database through the PHP application.

    If the data is on a remote server (for example, PHP running on a web server, talking to a MySQL server) then you do this in an AIR application the same way you would do it with any Flex application (or ajax application, if you're building your AIR app in HTML/JS).
    That's a broad answer, but in fact there are lots of ways to communicate between Flex and PHP. The most common and best in most cases is to use AMFPHP (http://amfphp.org/) or the new ZEND AMF support in the Zend Framework.
    This page is a good starting point for learning about Flex and PHP communication:
    http://www.adobe.com/devnet/flex/flex_php.html
    Also, in Flash Builder 4 they've added a lot of remote-data-connection functionality, including a lot that's designed for PHP. Take a look at the Flash Builder 4 public beta for more on that: http://labs.adobe.com/technologies/flashbuilder4/

  • How to save the date in Sqlite in Adobe Air application

    hi friends,
    i am doing a flex Adobe AIR Application with SQLITE Data base,in that i want to save Date in the following format DD/MM/YYYY, but in my TABLE i gave the data type is DATE,
    So it store the value like this Sun Dec 2 00:00:00 GMT+0530 2012.i want to store the value in DD/MM/YYYY.How to do that?
    looking for useful suggession.
    Cheers,
    B.venkatesan.

    Hi, maybe cannot help much on this since I have not much experiense on handling SQLITE in AIR.
    But I know there are a command/example for reading SQL:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/data/SQLConnectio n.html
    http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7d49.html
    And in mxml you should have an id for each individual TextInput component, also have a button:
    <Button click="updateSQLHandler(event)"/>
    When the button is click the handler function is launched.
    The updateSQLHandler(event:MouseEvent) is a script that read the each individual TextInput component by getting (id of textinput component).text.
    Then, you create a String varible that is an SQL commands with the texts in the form, and update the SQL database following the below using the execute() command (refer to http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7d49.html ).
    Hope this help.

  • Adobe AIR is Corrupt

    It says the application cannot run, "Adobe AIR is corrupt".
    My application does run; however, the user has to close the error
    dialog.
    I uninstalled Adobe AIR and my application and reinstalled
    both. Still get the error message.
    Any ideas?

    My Air Runtime (1.5) is CORRUPT. I'm using OS X 10.5.6, do
    develop in Flex Builder 3 (with sdk 3.0 & 3.2). No problems
    untill now.
    First, Tour de Flex stopped working, just doesn't open, hangs
    for ever. Some smaller AIR Apps still do work fine. But the big
    ones (the one i'm develping, for example) just doesn't, or works
    very strangely. I couldn't uninstall it gracefully, but i could
    only through terminal & sudo . But then the installer hangs
    after "Elevated install completed". Then, i can't download any AIR
    Apps, it hangs when it opens the AIR Application Installer.
    Any advice is *strongly* appreciated.
    sebastián
    I'm sending the complete log:
    subinstaller: starting install
    subinstaller: Scheduling runtime installation operations
    subinstaller: Beginning runtime installation
    subinstaller: Beginning install
    subinstaller: Copying /Volumes/Adobe AIR/Adobe AIR
    Installer.app/Contents/Frameworks/Adobe AIR.framework to
    /Library/Frameworks/Adobe AIR.framework
    subinstaller: Copying /Volumes/Adobe AIR/Adobe AIR
    Installer.app to /Applications/Utilities/Adobe AIR Uninstaller.app
    subinstaller: Copying /Applications/Utilities/Adobe AIR
    Uninstaller.app/Contents/Frameworks/Adobe
    AIR.framework/Versions/Current/Adobe AIR Application Installer.app
    to
    /private/var/folders/zz/zzzivhrRnAmviuee+++++++++++/TemporaryItems/FlashTmp0/file1
    subinstaller: Deleting /Applications/Utilities/Adobe AIR
    Uninstaller.app/Contents/Frameworks/Adobe
    AIR.framework/Versions/Current/Adobe AIR Application Installer.app
    subinstaller: Copying /Volumes/Adobe AIR/Adobe AIR
    Installer.app to /Library/Frameworks/Adobe
    AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app
    subinstaller: Copying /Library/Frameworks/Adobe
    AIR.framework/Versions/1.0/Resources/Adobe AIR
    Updater.app/Contents/Frameworks to
    /private/var/folders/zz/zzzivhrRnAmviuee+++++++++++/TemporaryItems/FlashTmp0/file2
    subinstaller: Deleting /Library/Frameworks/Adobe
    AIR.framework/Versions/1.0/Resources/Adobe AIR
    Updater.app/Contents/Frameworks
    subinstaller: Copying /Volumes/Adobe AIR/Adobe AIR
    Installer.app/Contents/Frameworks/Adobe
    AIR.framework/Versions/1.0/Adobe AIR Application Installer.app to
    /Applications/Utilities/Adobe AIR Application Installer.app
    subinstaller: Registering /Applications/Utilities/Adobe AIR
    Application Installer.app/Contents/Info.plist
    subinstaller: Copying /Applications/Utilities/Adobe AIR
    Application Installer.app/Contents/Info.plist to
    /private/var/folders/zz/zzzivhrRnAmviuee+++++++++++/TemporaryItems/FlashTmp0/file3
    subinstaller: Deleting /Applications/Utilities/Adobe AIR
    Application Installer.app/Contents/Info.plist
    subinstaller: chown of /Library/Frameworks/Adobe
    AIR.framework completed with status 0
    subinstaller: chown of /Applications/Utilities/Adobe AIR
    Application Installer.app completed with status 0
    subinstaller: chown of /Applications/Utilities/Adobe AIR
    Uninstaller.app completed with status 0
    subinstaller: Execution complete; beginning commit phase
    subinstaller: Deleting
    /private/var/folders/zz/zzzivhrRnAmviuee+++++++++++/TemporaryItems/FlashTmp0/file1
    subinstaller: Deleting
    /private/var/folders/zz/zzzivhrRnAmviuee+++++++++++/TemporaryItems/FlashTmp0/file2
    subinstaller: Deleting
    /private/var/folders/zz/zzzivhrRnAmviuee+++++++++++/TemporaryItems/FlashTmp0/file3
    subinstaller: Commit complete
    subinstaller: install complete
    subinstaller: begin quitting
    Elevated install completed
    begin quitting

  • My Mac will not let me install any software I download. In some cases (Like quicktime) i get a message that says "Can't create the folder" I have it with adobe air and its creating all sorts of issues. My software is up to date and I have 10.8.2.

    A whole bunch of issues here.
    I can't install any software. It started when iPlayer stopped working at all.  This led me to try to update software versions such as Adobe Air to 3.5 (Failed) then quicktime player 7.6.6 as recommended (Failed) then the printer packed up and I have tried to install the downloaded software drivers for Canon from the Apple site (Failed again) 
    In all cases they let me download so I have the file, but not install.
    Quicktime tells me it can't install a file "/var/folders/15....then a long string of numbers....ending in T//install.1347YKihUc".
    The Canon Print Driver has a very similar message.
    Adobe Air says "An error occurred whilst installing....contact my administrator" which is me and I am fine with it ;-)
    Remember this all started because my iPlayer (and my printer) just stopped working and I have been trying to fix those.
    I am a bit techy but not much.
    Can anyone assist?
    Many Thanks.
    Fozzie65

    I have Firefox 3.6.6, and now that Firefox 4.0 is available, it crashes constantly. Sometimes less than 5 minutes after I open it. I have a Mac 10.4.11, so Firefox 4.0 isn't an option for me. When I asked Ff to check my plug-ins it said there was an error and to check back later. Twice.
    Because I didn't have any (any) problems with my Ff before the upgrade became available, I am forced to question if Ff has done something to make the earlier version crash so you'll upgrade, but I can't afford to upgrade my Mac right now.
    In the meantime, I do need a browser that works! I dislike Safari, Chrome is also not available on Mac 10.4.11, and Explorer is just plain not available on Mac.
    Do you have any suggestions on how to fix my Firefox 3.6.6?
    Ty

  • Can Adobe Air/AS 2.0 or even AS 3.0 pull in Data from forum's?

    I want a login place in my Adobe AIR application. Wondering if I can get login informations from my forums? So each person have to be a member on my forums?

    if your forums have a service endpoint, rss or other xml output then yes of course.
    Flex can also read html, though its better to use a web service.

  • Adobe Air cannot be found (Mac)

    Adobe Air is used to run an mmo game i subscribe to called Dofus. Yesterday evening I suddenly started getting this message when trying to start Dofus:
    "This application requires a version of Adobe AIR which cannot be found.
    Please download the latest version of the runtime from http://www.adobe.com/go/getair, or contact the application author for an updated version."
    The login screen does load-up behind the error message. But I can only interact with the OK button of the message which closes the client. I get the message for both the main Dofus client and the sound client.
    I'm using a macbook pro with Mac OSX 10.6.5, 3.06 GHz Intel core 2 duo processor. I was using Adobe Air 1.5, because it seemed to run better than 2.x versions.
    I've already tried the obvious in every combination I can think of, none have made any difference. I uninstalled Air, with the uninstaller, and installed again, 2.5 version now. I uninstalled Air then uninstalled Dofus. Then reinstalled Dofus and let that install Air for me. I tried manually uninstalling Air, searching for anything on my computer associated with Air, Adobe or Flash and deleting then reinstalling everything. Nothing. I've googled the error message to see if there is a known fix but I get no help beyond trying the steps I just mentioned. I tried restoring a time machine back-up to before the error. Which I thought would work but it made no difference. (I haven't had to use that before. Does it not do system files or am I doing something wrong?). So I've run out of ideas.
    I really don't know why it started. In the morning it was working and a few hours later it wasn't. The only vaguely dodgy thing that happened that day was installing a Safari extension, Stumbi plug-in, which I installed, then it dissappeared, then I installed again and it had no effect. So either my mac was acting funny that day (though I had no error reports or crashes) or that plug-in was naughty. I took a log of everything going on when I attempt to run Dofus with the console which follows.
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:122) Construction du Core en 0x1014600
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:229) ########################### NEW UPLAUNCHER INSTANCE ###########################
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:239) Version de l'updater: 1.17.1590 - dofus2
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:241) Chemin de l'exe /Applications/Dofus.app/Contents/Resources/Dofus.app/Contents/Resources/UpLauncher.app/Co ntents/MacOS/UpLauncher
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:242) Rep d'execution /Applications/Dofus.app/Contents/Resources/Dofus.app/Contents/Resources
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:279) parameters count : 2
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:282) getExeFileDirectory : /Applications/Dofus.app/Contents/Resources/Dofus.app/Contents/Resources/UpLauncher.app/Co ntents/MacOS
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:283) current_path: /Applications/Dofus.app/Contents/Resources/Dofus.app/Contents/Resources
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:297) Lancement graphique, Bypass des paramtres
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:460) Lecture des options
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Options.cpp:184) Language defined : en
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:481) Downloader launched
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/wxUICore.cpp:68) Construction du wxUICore en 0x2014b10
    21/12/2010 11:22:22 UpLauncher[1052] Can't open input server /Library/InputManagers/MultiClutchInputManager.bundle
    21/12/2010 11:22:22 UpLauncher[1052] MulticlutchPlugin installed
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1052]: Class GestureShortcutsController is implemented in both /Library/InputManagers/MultiClutchInputManager/MultiClutchInputManager.bundle/Contents/Ma cOS/MultiClutchInputManager and /Users/Ben/Library/Application Support/SIMBL/Plugins/AirKeysInputManager.bundle/Contents/MacOS/AirKeysInputManager. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1052]: Class ExtendedGesturePoint is implemented in both /Library/InputManagers/MultiClutchInputManager/MultiClutchInputManager.bundle/Contents/Ma cOS/MultiClutchInputManager and /Users/Ben/Library/Application Support/SIMBL/Plugins/AirKeysInputManager.bundle/Contents/MacOS/AirKeysInputManager. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] Tue Dec 21 11:22:22 Ben-Routledges-MacBook-Pro.local UpLauncher[1052] <Error>: kCGErrorIllegalArgument: CGSGetWindowBounds: NULL window
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] Tue Dec 21 11:22:22 Ben-Routledges-MacBook-Pro.local UpLauncher[1052] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] Tue Dec 21 11:22:22 Ben-Routledges-MacBook-Pro.local UpLauncher[1052] <Error>: CGBitmapContextCreate: invalid data bytes/row: should be at least 4 for 8 integer bits/component, 3 components, kCGImageAlphaNoneSkipFirst.
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] Tue Dec 21 11:22:22 Ben-Routledges-MacBook-Pro.local UpLauncher[1052] <Error>: CGContextTranslateCTM: invalid context 0x0
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] Tue Dec 21 11:22:22 Ben-Routledges-MacBook-Pro.local UpLauncher[1052] <Error>: CGContextScaleCTM: invalid context 0x0
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] Tue Dec 21 11:22:22 Ben-Routledges-MacBook-Pro.local UpLauncher[1052] <Error>: CGBitmapContextCreate: invalid data bytes/row: should be at least 4 for 8 integer bits/component, 3 components, kCGImageAlphaNoneSkipFirst.
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] Tue Dec 21 11:22:22 Ben-Routledges-MacBook-Pro.local UpLauncher[1052] <Error>: CGContextTranslateCTM: invalid context 0x0
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] Tue Dec 21 11:22:22 Ben-Routledges-MacBook-Pro.local UpLauncher[1052] <Error>: CGContextScaleCTM: invalid context 0x0
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:1559) Recuperation des news
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] TRACE [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:1669) UI demarr?e
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] TRACE [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:2013) Rfrence vers l'UI definie
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] TRACE [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/patch/LocalGamesFile.cpp:74 ) Lecture du xml 'games' : /Applications/Dofus.app/Contents/Resources/Dofus.app/Contents/Resources/games_base.xml
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] TRACE [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:690) Fichier de config distant demande : http://dl.ak.ankama.com/games/dofus2/updater/mac//dofus2_2.3.0.37782.1.xml
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/net/HttpFtpClient.cpp:353) On telecharge http://dl.ak.ankama.com/games/dofus2/updater/mac//dofus2_2.3.0.37782.1.xml
    21/12/2010 11:22:23 SIMBL Agent[189] warning: failed to get scripting definition from /Applications/Dofus.app/Contents/Resources/Dofus.app/Contents/Resources/UpLauncher.app; it may not be scriptable.
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1052]: Class SIMBL is implemented in both /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL and /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1052]: Class SIMBLPlugin is implemented in both /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL and /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:23 UpLauncher[1052] +[SIMBL logMessage:atLevel:]: unrecognized selector sent to class 0xfad160
    21/12/2010 11:22:23 UpLauncher[1052] HIToolbox: ignoring exception '+[SIMBL logMessage:atLevel:]: unrecognized selector sent to class 0xfad160' that raised inside Carbon event dispatch
    0   CoreFoundation                      0x90a456ba __raiseError + 410
    1   libobjc.A.dylib                     0x908b8509 objc_exception_throw + 56
    2   CoreFoundation                      0x90a929cb +[NSObject(NSObject) doesNotRecognizeSelector:] + 187
    3   CoreFoundation                      0x909ebc36 ___forwarding___ + 950
    4   CoreFoundation                      0x909eb802 _CF_forwarding_prep_0 + 50
    5   SIMBL                               0x177b0c3d InjectEventHandler + 84
    6   OpenScripting                       0x93c03914 _ZL17EventHandlerThunkPK6AEDescPS_l + 142
    7   AE                                  0x97503f58 _Z20aeDispatchAppleEventPK6AEDescPS_mPh + 166
    8   AE                                  0x97503e57 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 43
    9   AE                                  0x97503d61 aeProcessAppleEvent + 197
    10  HIToolbox                           0x91bac323 AEProcessAppleEvent + 50
    11  UpLauncher                          0x0020b3b7 _Z20wxMacAppEventHandlerP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv + 343
    12  HIToolbox                           0x91b77f2f _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1567
    13  HIToolbox                           0x91b771f6 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCall Rec + 411
    14  HIToolbox                           0x91b77055 SendEventToEventTargetWithOptions + 58
    15  HIToolbox                           0x91babbb0 _ZL29ToolboxEventDispatcherHandlerP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv + 3006
    16  HIToolbox                           0x91b78380 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 2672
    17  HIToolbox                           0x91b771f6 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCall Rec + 411
    18  HIToolbox                           0x91b999bb SendEventToEventTarget + 52
    19  UpLauncher                          0x002091e6 _ZN5wxApp17MacHandleOneEventEPv + 38
    20  UpLauncher                          0x002092bf _ZN5wxApp13MacDoOneEventEv + 127
    21  UpLauncher                          0x00223763 _ZN11wxEventLoop8DispatchEv + 35
    22  UpLauncher                          0x002b9bef _ZN17wxEventLoopManual3RunEv + 111
    23  UpLauncher                          0x00292b33 _ZN9wxAppBase8MainLoopEv + 83
    24  UpLauncher                          0x0013553a _Z7wxEntryRiPPw + 106
    25  UpLauncher                          0x000419a5 _ZN10UpLauncher8wxUICore14launchWxThreadE16LaunchParameters + 35
    26  UpLauncher                          0x000476a5 _ZN5boost3_bi6bind_tIvPFv16LaunchParametersENS0_5list1INS0_5valueIS2_EEEEEclEv + 43
    27  UpLauncher                          0x000fae1d thread_proxy + 141
    28  libSystem.B.dylib                   0x926e585d _pthread_start + 345
    29  libSystem.B.dylib                   0x926e56e2 thread_start + 34
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info: About to connect() to dl.ak.ankama.com port 80 (#0)
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info:   Trying 213.120.162.144...
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info: connected
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info: Connected to dl.ak.ankama.com (213.120.162.144) port 80 (#0)
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info: Connection #0 to host dl.ak.ankama.com left intact
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/net/HttpFtpClient.cpp:545) code http : 200
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info: Closing connection #0
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:822) Taille total ncessaire au cours de ce patch: 0
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:2065) Dispo/Necessaire/Critique : 313404940288 / 0 / 0
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/xml/RSSHelper.cpp:56) Tlchargement des news  l'adresse http://www.dofus.com/en/rss/news.xml
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] TRACE [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:589) On vide le repertoire temporaire
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/net/HttpFtpClient.cpp:353) On telecharge
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info: <url> malformed
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStableE/RsRrOcR/ n[e2t0/1HD0tE-tBDpUeFGct -p[2C21l0 i11e01n-:tD2.e2cc:p-2p23:1]3 (51/31U):s 2eO2rn:s 2/t3pe]pl(ce//cUDhsoaecrrusgm/eep nphtcts/t/Dpwo:oc/ru/kmwsewpnwat.csde/o/wfUouprsLk.ascuponamcc/heee/nrU/SprtLsaasbu/lnnec e/hwsesrr.cSx/tmcalob
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] rl
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] ee
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] //Csorrce/.nceptp/:H5t9t1p)F tEprCrloire nwth.iclpep :f5r4e5e)i ncgo dTee mhpt tFpo l:d e0r
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:598) remote Control Server dmarr?
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/remoteControl/Server.cpp:16 4) Lancement effectif du Thread RemoteControl::Server
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:607) Chemin d'execution de reg : Reg.app/Contents/MacOS/Reg
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:17) Cration d'un LocalTcpServer
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:608) Ligne de commande de reg : Reg.app/Contents/MacOS/Reg
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:40) LocalTcpServer en ecoute sur le port 4242
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:611) Reg present, lancement du DofusSoundProxy: Reg.app/Contents/MacOS/Reg
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:168) Lancement effectif du Thread DofusSoundProxy
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:17) Cration d'un LocalTcpServer
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/wxUICore.cpp:291) On previent qu'il n'y a pas de mise a jour
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:17) Cration d'un LocalTcpServer
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:40) LocalTcpServer en ecoute sur le port 8080
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:40) LocalTcpServer en ecoute sur le port 8081
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info: About to connect() to www.dofus.com port 80 (#0)
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info:   Trying 80.239.173.215...
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info: connected
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info: Connected to www.dofus.com (80.239.173.215) port 80 (#0)
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info: Closing connection #0
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/net/HttpFtpClient.cpp:545) code http : 200
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/xml/RSSHelper.cpp:41) Destructeur RSSHelper
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:24](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/GenericSkinnedWindow. cpp:236) Bouton Play cliqu?
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:24](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/GenericSkinnedWindow. cpp:244) Temps du clic : 2010-Dec-21 11:22:24  / Temps du prochain lancement possible 2010-Dec-21 11:22:22
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:24](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/GenericSkinnedWindow. cpp:248) Lancement du jeu
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:24](/Users/ppc/Documents/workspace/UpLauncherStable/src/system/ProcessManager.cpp:7 4) 1 game(s) running
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:24](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:1467) Lancement du jeu : ../MacOS/Dofus
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:24](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/wxUICore.cpp:137) la fentre principale va etre rduite
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:24](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/GenericSkinnedWindow. cpp:282) Demande de miniaturisation de la fenetre
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:24](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/GenericSkinnedWindow. cpp:289) Demande de miniaturisation de la fenetre
    21/12/2010 11:22:24 Dofus[1053] Can't open input server /Library/InputManagers/MultiClutchInputManager.bundle
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] 2010-12-21 11:22:24.699 Dofus[1053:903] Can't open input server /Library/InputManagers/MultiClutchInputManager.bundle
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1053]: Class GestureShortcutsController is implemented in both /Library/InputManagers/MultiClutchInputManager/MultiClutchInputManager.bundle/Contents/Ma cOS/MultiClutchInputManager and /Users/Ben/Library/Application Support/SIMBL/Plugins/AirKeysInputManager.bundle/Contents/MacOS/AirKeysInputManager. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1053]: Class ExtendedGesturePoint is implemented in both /Library/InputManagers/MultiClutchInputManager/MultiClutchInputManager.bundle/Contents/Ma cOS/MultiClutchInputManager and /Users/Ben/Library/Application Support/SIMBL/Plugins/AirKeysInputManager.bundle/Contents/MacOS/AirKeysInputManager. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:24 Dofus[1053] MulticlutchPlugin installed
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] 2010-12-21 11:22:24.802 Dofus[1053:903] MulticlutchPlugin installed
    21/12/2010 11:22:24 Dofus[1053] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] 2010-12-21 11:22:24.804 Dofus[1053:903] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    21/12/2010 11:22:24 SIMBL Agent[189] warning: failed to get scripting definition from /Applications/Dofus.app/Contents/Resources/Dofus.app; it may not be scriptable.
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:25](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:132) Connection entrante 0x2019f60 !!!
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:25](/Users/ppc/Documents/workspace/UpLauncherStable/src/remoteControl/Server.cpp:19 9) Nouvelle connection
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:25](/Users/ppc/Documents/workspace/UpLauncherStable/src/remoteControl/Server.cpp:20 1) Callback RCServer : new Connection ! Total : 1 connections
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:25](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:132) Connection entrante 0xb646b0 !!!
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:25](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:218) Callback : new Connection ! (0xb646b0) Total : 1 connections
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:25](/Users/ppc/Documents/workspace/UpLauncherStable/src/system/ProcessManager.cpp:2 71) pid de l'executable Reg : 1054
    21/12/2010 11:22:25 Reg[1054] Can't open input server /Library/InputManagers/MultiClutchInputManager.bundle
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] 2010-12-21 11:22:25.652 Reg[1054:903] Can't open input server /Library/InputManagers/MultiClutchInputManager.bundle
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:25](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:394) Pas d'engine connect. On bufferise les donnes reues
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:25](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/remoteControl/frames/ ComponentManagementFrame.cpp:73) GetSpeed request
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:25](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/remoteControl/frames/ ComponentManagementFrame.cpp:22) GetPartsList message => envoi d'une liste fictive
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1053]: Class SIMBL is implemented in both /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL and /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1053]: Class SIMBLPlugin is implemented in both /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL and /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:25 Dofus[1053] +[SIMBL logMessage:atLevel:]: unrecognized selector sent to class 0xd6160
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] 2010-12-21 11:22:25.746 Dofus[1053:903] +[SIMBL logMessage:atLevel:]: unrecognized selector sent to class 0xd6160
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1054]: Class GestureShortcutsController is implemented in both /Library/InputManagers/MultiClutchInputManager/MultiClutchInputManager.bundle/Contents/Ma cOS/MultiClutchInputManager and /Users/Ben/Library/Application Support/SIMBL/Plugins/AirKeysInputManager.bundle/Contents/MacOS/AirKeysInputManager. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1054]: Class ExtendedGesturePoint is implemented in both /Library/InputManagers/MultiClutchInputManager/MultiClutchInputManager.bundle/Contents/Ma cOS/MultiClutchInputManager and /Users/Ben/Library/Application Support/SIMBL/Plugins/AirKeysInputManager.bundle/Contents/MacOS/AirKeysInputManager. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:25 Reg[1054] MulticlutchPlugin installed
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] 2010-12-21 11:22:25.774 Reg[1054:903] MulticlutchPlugin installed
    21/12/2010 11:22:25 Reg[1054] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] 2010-12-21 11:22:25.778 Reg[1054:903] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    21/12/2010 11:22:25 SIMBL Agent[189] warning: failed to get scripting definition from /Applications/Dofus.app/Contents/Resources/Dofus.app/Contents/Resources/Reg.app; it may not be scriptable.
    21/12/2010 11:22:26 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:26](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:132) Connection entrante 0xb5b760 !!!
    21/12/2010 11:22:26 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:26](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:262) SoundEngine connect ! (0xb5b760)
    21/12/2010 11:22:26 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:26](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:279) Donnees bufferises envoyes au nouveau reg
    21/12/2010 11:22:26 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1054]: Class SIMBL is implemented in both /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL and /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:26 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1054]: Class SIMBLPlugin is implemented in both /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL and /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:26 [0x0-0x56056].com.yourcompany.UpLauncher[1052] 2010-12-21 11:22:26.058 Reg[1054:903] +[SIMBL logMessage:atLevel:]: unrecognized selector sent to class 0xd6160
    21/12/2010 11:22:26 Reg[1054] +[SIMBL logMessage:atLevel:]: unrecognized selector sent to class 0xd6160
    21/12/2010 11:22:26 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:26](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:409) Donnes reues de l'engine : 31. On les transfert aux clients
    21/12/2010 11:22:26 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:26](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:409) Donnes reues de l'engine : 31. On les transfert aux clients
    21/12/2010 11:22:27 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:27](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:372) Callback ENGINE : connection closed ! Remotely : 1.
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:339) Deconnection d'un client, mais aucun engin a prevenir
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/remoteControl/Server.cpp:21 3) Callback RCServer : connection closed ! RemotelDyE B:U G1 .[ 2N0o1w0 -:D e0c -c2o1n n1e1c:t2i2o:n2s9
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] ]
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] (/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSoundProxy.cpp: 343) Callback CLIENT : connection closed ! Remotely : 1. Now : 0 connections
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/remoteControl/RemoteC ontrolProtocolHandler.cpp:62) Closing RemoteControlProtocolHandler
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] ERROR [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/system/ProcessManager.cpp:2 61) Valeur de retour de l'executable Dofus : 1024
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] ERROR [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/callbacks.cpp:36) Code retour de l'application non reconnue : 1024
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/system/ProcessManager.cpp:8 5) 0 game(s) running
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/wxUICore.cpp:518) Fermeture de l'UI par le Core
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/wxUICore.cpp:166) On force la fermeture de la fentre principale
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/GenericSkinnedWindow. cpp:425) Envoie d'une commande de fermeture au wxCore
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/wxUICore.cpp:124) la fentre principale va etre detruite immediatement
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/wxUICore.cpp:131) On signale au core qu'il n'y a plus d'UI  qui envoyer d'event
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] TRACE [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:2017) Rfrence vers l'UI supprimee
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/SysTrayIcon.cpp:30) Destructeur du SysTrayIcon
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/SysTrayIcon.cpp:30) Destructeur du SysTrayIcon
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/wxUICore.cpp:73) Destruction du wxUICore
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/wxUICore.cpp:111) Ici, UI Ferme, instance de wxUICore dtruite !!!!!
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:1679) Event recu : UI fermee. On stoppe les DL
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:1996) Free System Mutex
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/remoteControl/Server.cpp:80 ) Attente du RemoteControl::Server pour 2000
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/remoteControl/Server.cpp:94 ) Execution de la Fermeture du RemoteControlServer
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:52) Fermeture d'un LocalTcpServer
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:22) Destruction d'un LocalTcpServer
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:122) Acceptor closed. Cleaning connection
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/remoteControl/Server.cpp:19 0) Fin du Thread RemoteControl::Server
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/remoteControl/Server.cpp:82 ) Thread RemoteControl::Server finished normally : Yes
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:98) dofussoundproxy joignable
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:117) Execution de la Fermeture du RemoteControlServer
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:103) Attente du dofussoundproxy pour 2000
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:52) Fermeture d'un LocalTcpServer
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:22) Destruction d'un LocalTcpServer
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:52) Fermeture d'un LocalTcpServer
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:22) Destruction d'un LocalTcpServer
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:122) Acceptor closed. Cleaning connection
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:122) Acceptor closed. Cleaning connection
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:202) Fin du Thread DofusSoundProxy
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/../CheckSumToolkit.h:3 8) notify checksumtoolkit to stop
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/net/Downloader.cpp:913) Thread du Downloader joignable
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/net/Downloader.cpp:946) Thread du Downloader termine
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/net/Downloader.cpp:925) Exiting Downloader (closed while not finished : 0)

    Fixed. /Users/x/Library/Application Support/SIMBL/Plugins/AirKeysInputManager.bundle got corrupted by a badly installed safari extension. Deleting this, then reinstalling adobe air did the trick. I wasn't thorough enough on my first try, it was tricky to find everything associated. I had to look for files in the console log then search for them. Spotlight was missing some deep files, EasyFind worked better for me.

  • Adobe Air fail update v2.7.1 to v3.5-HELP

    [2010-06-20:14:10:49] performing a silent runtime install
    [2010-06-20:14:10:49] UI SWF load is complete
    [2010-06-20:14:10:49] starting install
    [2010-06-20:14:10:49] Scheduling runtime installation operations
    [2010-06-20:14:10:49] Active AIR product GUID is {00203668-8170-44A0-BE44-B632FA4D780F}
    [2010-06-20:14:10:49] Scheduling an MSI install operation
    [2010-06-20:14:10:49] Beginning runtime installation
    [2010-06-20:14:10:50] Beginning install
    [2010-06-20:14:10:50] Installing c:\docume~1\ernie\locals~1\temp\air1b.tmp\setup.msi
    [2010-06-20:14:10:50] Copying C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR1B.tmp\Adobe AIR\Versions\1.0\Resources\airappinstaller.exe to C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe
    [2010-06-20:14:10:50] Copying C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR1B.tmp\Adobe AIR\Versions\1.0\Resources\digest.s to C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s
    [2010-06-20:14:10:50] Execution complete; beginning commit phase
    [2010-06-20:14:10:50] Commit complete
    [2010-06-20:14:10:50] install complete
    [2010-06-20:14:10:50] begin quitting
    [2011-09-09:11:10:55] UI SWF load is complete
    [2011-09-09:11:10:55] UI initialized
    [2011-09-09:11:10:55] starting user confirmation
    [2011-09-09:11:10:55] Version of this installer: 2.0.2.12610
    [2011-09-09:11:10:55] Installed version: 2.0.2.12610
    [2011-09-09:11:10:55] Installation type: patchSame
    [2011-09-09:11:10:58] starting uninstall
    [2011-09-09:11:10:58] Scheduling an MSI uninstall operation for active product GUID {B194272D-1F92-46DF-99EB-8D5CE91CB4EC}
    [2011-09-09:11:10:59] Beginning install
    [2011-09-09:11:10:59] Uninstalling product w/ GUID {B194272D-1F92-46DF-99EB-8D5CE91CB4EC}
    [2011-09-09:11:11:01] Copying c:\Program Files (x86)\Common Files\Adobe AIR to C:\Documents and Settings\Ernie\Local Settings\Temp\fla24.tmp\temp
    [2011-09-09:11:11:02] Deleting c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-09:11:11:02] Copying C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller to C:\Documents and Settings\Ernie\Local Settings\Temp\fla25.tmp\temp
    [2011-09-09:11:11:02] Deleting C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller
    [2011-09-09:11:11:02] Execution complete; beginning commit phase
    [2011-09-09:11:11:02] Deleting C:\Documents and Settings\Ernie\Local Settings\Temp\fla24.tmp\temp
    [2011-09-09:11:11:02] Deleting C:\Documents and Settings\Ernie\Local Settings\Temp\fla25.tmp\temp
    [2011-09-09:11:11:02] Commit complete
    [2011-09-09:11:11:02] install complete
    [2011-09-09:11:11:02] begin quitting
    [2011-09-09:11:21:07] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:11:21:07] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:21:07] No installed runtime detected
    [2011-09-09:11:21:07] Invoking Application Installer for combined install
    [2011-09-09:11:21:07] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR26.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR26.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:21:07] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:11:21:07] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR26.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:21:07] No installed runtime detected
    [2011-09-09:11:21:08] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla27.tmp
    [2011-09-09:11:21:24] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-09:11:23:41] Application Installer end with exit code 7
    [2011-09-09:11:23:42] Subprocess app installer failed (7)
    [2011-09-09:11:23:42] Runtime Installer end with exit code 7
    [2011-09-09:11:24:58] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:11:24:58] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:24:58] No installed runtime detected
    [2011-09-09:11:24:58] Invoking Application Installer for combined install
    [2011-09-09:11:24:58] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR28.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR28.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:24:58] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:11:24:58] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR28.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:24:58] No installed runtime detected
    [2011-09-09:11:24:59] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla29.tmp
    [2011-09-09:11:24:59] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-09:11:25:07] Application Installer end with exit code 7
    [2011-09-09:11:25:07] Subprocess app installer failed (7)
    [2011-09-09:11:25:07] Runtime Installer end with exit code 7
    [2011-09-09:11:25:16] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:11:25:16] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:25:16] No installed runtime detected
    [2011-09-09:11:25:16] Invoking Application Installer for combined install
    [2011-09-09:11:25:16] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR2A.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR2A.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:25:17] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:11:25:17] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR2A.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:25:17] No installed runtime detected
    [2011-09-09:11:25:17] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla2B.tmp
    [2011-09-09:11:25:18] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-09:11:25:21] Application Installer end with exit code 7
    [2011-09-09:11:25:21] Subprocess app installer failed (7)
    [2011-09-09:11:25:21] Runtime Installer end with exit code 7
    [2011-09-09:11:31:28] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:11:31:28] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:31:28] No installed runtime detected
    [2011-09-09:11:31:29] Invoking Application Installer for combined install
    [2011-09-09:11:31:29] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR2D.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR2D.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:31:29] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:11:31:29] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR2D.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:31:29] No installed runtime detected
    [2011-09-09:11:31:29] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla2E.tmp
    [2011-09-09:11:31:30] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-09:11:31:37] Application Installer end with exit code 7
    [2011-09-09:11:31:37] Subprocess app installer failed (7)
    [2011-09-09:11:31:37] Runtime Installer end with exit code 7
    [2011-09-09:11:37:12] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:11:37:12] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:37:12] No installed runtime detected
    [2011-09-09:11:37:12] Invoking Application Installer for combined install
    [2011-09-09:11:37:12] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR30.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR30.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:37:12] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:11:37:12] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR30.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:37:12] No installed runtime detected
    [2011-09-09:11:37:13] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla31.tmp
    [2011-09-09:11:40:52] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-09:11:42:21] Application Installer end with exit code 7
    [2011-09-09:11:42:21] Subprocess app installer failed (7)
    [2011-09-09:11:42:21] Runtime Installer end with exit code 7
    [2011-09-09:12:11:19] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:11:19] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:11:19] No installed runtime detected
    [2011-09-09:12:11:19] Invoking Application Installer for combined install
    [2011-09-09:12:11:19] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR36.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR36.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:11:19] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:11:19] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR36.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:11:19] No installed runtime detected
    [2011-09-09:12:11:20] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla37.tmp
    [2011-09-09:12:11:23] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-09:12:12:22] Application Installer end with exit code 7
    [2011-09-09:12:12:22] Subprocess app installer failed (7)
    [2011-09-09:12:12:22] Runtime Installer end with exit code 7
    [2011-09-09:12:26:02] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:26:02] Commandline is:
    [2011-09-09:12:26:02] No installed runtime detected
    [2011-09-09:12:26:06] Starting runtime install. Installing runtime version 2.7.1.19610
    [2011-09-09:12:26:06] Installing msi at c:\docume~1\ernie\locals~1\temp\air38.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-09:12:26:14] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2011-09-09:12:26:14] Runtime Installer end with exit code 0
    [2011-09-09:12:26:14] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:26:14] Commandline is: -installupdatecheck
    [2011-09-09:12:26:14] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-09:12:26:15] Performing pingback request
    [2011-09-09:12:26:16] Pingback request completed with HTTP status 200
    [2011-09-09:12:26:16] Starting runtime background update check
    [2011-09-09:12:26:16] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.7.1.19610/update
    [2011-09-09:12:26:16] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.7.1.19610/update to C:\Documents and Settings\Ernie\Application Data\Adobe\AIR\Updater\Background
    [2011-09-09:12:26:16] Runtime update not available
    [2011-09-09:12:26:16] Unpackaging cancelled
    [2011-09-09:12:26:16] Runtime Installer end with exit code 0
    [2011-09-09:12:26:34] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:26:34] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:26:34] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-09:12:26:35] Begin air file download from http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:26:35] Download destination is C:\Documents and Settings\Ernie\Local Settings\Temp\fla3E.tmp
    [2011-09-09:12:26:36] Received download status 200
    [2011-09-09:12:26:36] Response URL is http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:27:11] Download success
    [2011-09-09:12:27:21] Unpackaging file:///C:/Documents%20and%20Settings/Ernie/Local%20Settings/Temp/fla3E.tmp to C:\Documents and Settings\Ernie\Local Settings\Temp\fla3F.tmp
    [2011-09-09:12:27:21] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="truncated or corrupt" errorID=0]
    [2011-09-09:12:27:30] Application Installer end with exit code 7
    [2011-09-09:12:28:19] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:28:19] Commandline is: -arp:uninstall
    [2011-09-09:12:28:19] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-09:12:28:26] Starting runtime uninstall. Uninstalling runtime version 2.7.1.19610
    [2011-09-09:12:28:26] Uninstalling product with GUID {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-09:12:28:28] Runtime Installer end with exit code 0
    [2011-09-09:12:30:01] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:30:01] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:30:01] No installed runtime detected
    [2011-09-09:12:30:01] Invoking Application Installer for combined install
    [2011-09-09:12:30:01] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR45.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR45.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:30:01] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:30:01] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR45.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:30:01] No installed runtime detected
    [2011-09-09:12:30:01] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla46.tmp
    [2011-09-09:12:30:13] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-09:12:30:21] Application Installer end with exit code 7
    [2011-09-09:12:30:21] Subprocess app installer failed (7)
    [2011-09-09:12:30:21] Runtime Installer end with exit code 7
    [2011-09-09:12:34:16] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:34:16] Commandline is:
    [2011-09-09:12:34:16] No installed runtime detected
    [2011-09-09:12:34:24] Starting runtime install. Installing runtime version 2.7.1.19610
    [2011-09-09:12:34:24] Installing msi at c:\docume~1\ernie\locals~1\temp\air47.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-09:12:34:30] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2011-09-09:12:34:30] Runtime Installer end with exit code 0
    [2011-09-09:12:34:30] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:34:30] Commandline is: -installupdatecheck
    [2011-09-09:12:34:30] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-09:12:34:31] Performing pingback request
    [2011-09-09:12:40:33] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:40:33] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:40:33] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-09:12:40:33] Begin air file download from http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:40:33] Download destination is C:\Documents and Settings\Ernie\Local Settings\Temp\fla56.tmp
    [2011-09-09:12:40:34] Received download status 200
    [2011-09-09:12:40:34] Response URL is http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:40:38] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:40:38] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:40:38] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-09:12:40:38] Begin air file download from http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:40:38] Download destination is C:\Documents and Settings\Ernie\Local Settings\Temp\fla57.tmp
    [2011-09-09:12:40:39] Received download status 200
    [2011-09-09:12:40:39] Response URL is http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:40:42] Download cancelled
    [2011-09-09:12:40:42] Application Installer end with exit code 6
    [2011-09-09:12:40:51] Download success
    [2011-09-09:12:40:57] Unpackaging file:///C:/Documents%20and%20Settings/Ernie/Local%20Settings/Temp/fla56.tmp to C:\Documents and Settings\Ernie\Local Settings\Temp\fla58.tmp
    [2011-09-09:12:40:58] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-09:12:41:02] Application Installer end with exit code 7
    [2011-09-09:12:41:06] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:41:06] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:41:06] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-09:12:41:07] Begin air file download from http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:41:07] Download destination is C:\Documents and Settings\Ernie\Local Settings\Temp\fla59.tmp
    [2011-09-09:12:41:07] Received download status 200
    [2011-09-09:12:41:07] Response URL is http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:41:07] Download success
    [2011-09-09:12:41:29] Application Installer end with exit code 0
    [2011-09-09:12:43:14] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:43:14] Commandline is: -arp:uninstall
    [2011-09-09:12:43:14] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-09:12:43:18] Starting runtime uninstall. Uninstalling runtime version 2.7.1.19610
    [2011-09-09:12:43:18] Uninstalling product with GUID {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-09:12:43:21] Runtime Installer end with exit code 0
    [2011-09-09:12:46:58] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:46:58] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:46:58] No installed runtime detected
    [2011-09-09:12:46:58] Invoking Application Installer for combined install
    [2011-09-09:12:46:58] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR5E.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR5E.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:46:58] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:46:58] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR5E.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:46:58] No installed runtime detected
    [2011-09-09:12:46:58] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla5F.tmp
    [2011-09-09:12:46:59] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-09:12:50:40] Application Installer end with exit code 7
    [2011-09-09:12:50:40] Subprocess app installer failed (7)
    [2011-09-09:12:50:40] Runtime Installer end with exit code 7
    [2011-09-09:12:55:51] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:55:51] Commandline is:
    [2011-09-09:12:55:51] No installed runtime detected
    [2011-09-09:12:55:54] Starting runtime install. Installing runtime version 2.7.1.19610
    [2011-09-09:12:55:54] Installing msi at c:\docume~1\ernie\locals~1\temp\air60.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-09:12:55:58] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2011-09-09:12:55:58] Runtime Installer end with exit code 0
    [2011-09-09:12:55:58] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:55:58] Commandline is: -installupdatecheck
    [2011-09-09:12:55:58] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-09:12:55:59] Performing pingback request
    [2011-09-09:12:55:59] Pingback request completed with HTTP status 200
    [2011-09-09:12:55:59] Starting runtime background update check
    [2011-09-09:12:55:59] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.7.1.19610/update
    [2011-09-09:12:55:59] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.7.1.19610/update to C:\Documents and Settings\Ernie\Application Data\Adobe\AIR\Updater\Background
    [2011-09-09:12:56:00] Runtime update not available
    [2011-09-09:12:56:00] Unpackaging cancelled
    [2011-09-09:12:56:00] Runtime Installer end with exit code 0
    [2011-09-10:14:39:06] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-10:14:39:06] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-10:14:39:06] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-10:14:39:06] Begin air file download from http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-10:14:39:06] Download destination is C:\Documents and Settings\Ernie\Local Settings\Temp\flaE.tmp
    [2011-09-10:14:39:07] Received download status 200
    [2011-09-10:14:39:07] Response URL is http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-10:14:40:20] Download success
    [2011-09-10:14:40:51] Unpackaging file:///C:/Documents%20and%20Settings/Ernie/Local%20Settings/Temp/flaE.tmp to C:\Documents and Settings\Ernie\Local Settings\Temp\fla10.tmp
    [2011-09-10:14:40:51] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-10:14:41:02] Application Installer end with exit code 7
    [2011-09-10:17:53:15] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-10:17:53:15] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-10:17:53:15] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-10:17:53:15] Begin air file download from http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-10:17:53:15] Download destination is C:\Documents and Settings\Ernie\Local Settings\Temp\fla76.tmp
    [2011-09-10:17:53:16] Received download status 200
    [2011-09-10:17:53:16] Response URL is http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-10:17:54:47] Download success
    [2011-09-10:17:56:40] Unpackaging file:///C:/Documents%20and%20Settings/Ernie/Local%20Settings/Temp/fla76.tmp to C:\Documents and Settings\Ernie\Local Settings\Temp\fla77.tmp
    [2011-09-10:17:56:40] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-10:18:05:42] Application Installer end with exit code 7
    [2011-09-10:18:11:59] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-10:18:11:59] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-10:18:11:59] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-10:18:11:59] Begin air file download from http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-10:18:11:59] Download destination is C:\Documents and Settings\Ernie\Local Settings\Temp\fla79.tmp
    [2011-09-10:18:12:00] Received download status 200
    [2011-09-10:18:12:00] Response URL is http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-10:18:12:00] Download success
    [2011-09-10:18:12:05] Unpackaging file:///C:/Documents%20and%20Settings/Ernie/Local%20Settings/Temp/fla79.tmp to C:\Documents and Settings\Ernie\Local Settings\Temp\fla7A.tmp
    [2011-09-10:18:12:06] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-10:18:12:17] Application Installer end with exit code 7
    [2011-09-10:18:14:04] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-10:18:14:04] Commandline is: -arp:uninstall
    [2011-09-10:18:14:04] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-10:18:14:15] Starting runtime uninstall. Uninstalling runtime version 2.7.1.19610
    [2011-09-10:18:14:15] Uninstalling product with GUID {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-10:18:14:18] Runtime Installer end with exit code 0
    [2011-09-11:09:51:31] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-11:09:51:31] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-11:09:51:31] No installed runtime detected
    [2011-09-11:09:51:31] Invoking Application Installer for combined install
    [2011-09-11:09:51:31] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIRD.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIRD.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-11:09:51:31] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-11:09:51:31] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIRD.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-11:09:51:31] No installed runtime detected
    [2011-09-11:09:51:31] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\flaF.tmp
    [2011-09-11:09:51:55] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-11:10:10:24] Application Installer end with exit code 7
    [2011-09-11:10:10:24] Subprocess app installer failed (7)
    [2011-09-11:10:10:24] Runtime Installer end with exit code 7
    [2011-09-11:10:16:02] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-11:10:16:02] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-11:10:16:02] No installed runtime detected
    [2011-09-11:10:16:02] Invoking Application Installer for combined install
    [2011-09-11:10:16:02] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR10.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR10.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-11:10:16:02] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-11:10:16:02] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR10.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-11:10:16:02] No installed runtime detected
    [2011-09-11:10:16:03] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla11.tmp
    [2011-09-11:10:16:42] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="signatures not yet set" errorID=0]
    [2011-09-11:10:20:14] Application Installer end with exit code 7
    [2011-09-11:10:20:14] Subprocess app installer failed (7)
    [2011-09-11:10:20:14] Runtime Installer end with exit code 7
    [2011-09-13:22:40:47] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:22:40:47] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:22:40:47] No installed runtime detected
    [2011-09-13:22:40:47] Invoking Application Installer for combined install
    [2011-09-13:22:40:47] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIRDD.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIRDD.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:22:40:47] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:22:40:47] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIRDD.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:22:40:47] No installed runtime detected
    [2011-09-13:22:40:48] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\flaDE.tmp
    [2011-09-13:22:40:59] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-13:22:41:07] Application Installer end with exit code 7
    [2011-09-13:22:41:08] Subprocess app installer failed (7)
    [2011-09-13:22:41:08] Runtime Installer end with exit code 7
    [2011-09-13:22:46:35] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:22:46:35] Commandline is:
    [2011-09-13:22:46:35] No installed runtime detected
    [2011-09-13:22:46:38] Starting runtime install. Installing runtime version 2.7.1.19610
    [2011-09-13:22:46:38] Installing msi at c:\docume~1\ernie\locals~1\temp\aire0.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-13:22:46:43] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2011-09-13:22:46:43] Runtime Installer end with exit code 0
    [2011-09-13:22:46:43] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:22:46:43] Commandline is: -installupdatecheck
    [2011-09-13:22:46:43] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-13:22:46:43] Performing pingback request
    [2011-09-13:22:52:14] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:22:52:14] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:22:52:14] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-13:22:52:14] Begin air file download from http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:22:52:14] Download destination is C:\Documents and Settings\Ernie\Local Settings\Temp\flaE5.tmp
    [2011-09-13:22:52:14] Received download status 200
    [2011-09-13:22:52:14] Response URL is http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:22:52:25] Download success
    [2011-09-13:22:52:56] Application Installer end with exit code 0
    [2011-09-13:23:01:54] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:01:54] Commandline is: -arp:uninstall
    [2011-09-13:23:01:54] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-13:23:02:00] Starting runtime uninstall. Uninstalling runtime version 2.7.1.19610
    [2011-09-13:23:02:01] Uninstalling product with GUID {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-13:23:02:04] Runtime Installer end with exit code 0
    [2011-09-13:23:08:50] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:08:50] Commandline is:
    [2011-09-13:23:08:50] No installed runtime detected
    [2011-09-13:23:08:54] Starting runtime install. Installing runtime version 2.7.1.19610
    [2011-09-13:23:08:54] Installing msi at c:\docume~1\ernie\locals~1\temp\air11c.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-13:23:08:59] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2011-09-13:23:08:59] Runtime Installer end with exit code 0
    [2011-09-13:23:08:59] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:08:59] Commandline is: -installupdatecheck
    [2011-09-13:23:08:59] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-13:23:09:00] Performing pingback request
    [2011-09-13:23:09:00] Pingback request completed with HTTP status 200
    [2011-09-13:23:09:00] Starting runtime background update check
    [2011-09-13:23:09:00] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.7.1.19610/update
    [2011-09-13:23:09:00] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.7.1.19610/update to C:\Documents and Settings\Ernie\Application Data\Adobe\AIR\Updater\Background
    [2011-09-13:23:09:01] Runtime update not available
    [2011-09-13:23:09:01] Unpackaging cancelled
    [2011-09-13:23:09:01] Runtime Installer end with exit code 0
    [2011-09-13:23:16:17] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:16:17] Commandline is: "D:\Documents and Settings\Ernie\My Documents\Downloads\Adobe Muse\muse_p02_install.air"
    [2011-09-13:23:16:17] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-13:23:16:18] Unpackaging file:///D:/Documents%20and%20Settings/Ernie/My%20Documents/Downloads/Adobe%20Muse/muse_p0 2_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla121.tmp
    [2011-09-13:23:16:18] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-13:23:16:26] Application Installer end with exit code 7
    [2011-09-13:23:25:52] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:25:52] Commandline is: "D:\Documents and Settings\Ernie\My Documents\Downloads\Adobe Muse\muse_p02_install.air"
    [2011-09-13:23:25:52] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-13:23:25:52] Unpackaging file:///D:/Documents%20and%20Settings/Ernie/My%20Documents/Downloads/Adobe%20Muse/muse_p0 2_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla122.tmp
    [2011-09-13:23:25:52] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-13:23:25:59] Application Installer end with exit code 7
    [2011-09-13:23:34:06] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:34:06] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:23:34:06] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-13:23:34:06] Begin air file download from http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:23:34:06] Download destination is C:\Documents and Settings\Ernie\Local Settings\Temp\fla123.tmp
    [2011-09-13:23:34:07] Received download status 200
    [2011-09-13:23:34:07] Response URL is http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:23:34:17] Download success
    [2011-09-13:23:34:23] Unpackaging file:///C:/Documents%20and%20Settings/Ernie/Local%20Settings/Temp/fla123.tmp to C:\Documents and Settings\Ernie\Local Settings\Temp\fla126.tmp
    [2011-09-13:23:34:23] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-13:23:34:31] Application Installer end with exit code 7
    [2011-09-13:23:35:11] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:35:11] Commandline is: -arp:uninstall
    [2011-09-13:23:35:11] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-13:23:35:13] Starting runtime uninstall. Uninstalling runtime version 2.7.1.19610
    [2011-09-13:23:35:13] Uninstalling product with GUID {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-13:23:35:15] Runtime Installer end with exit code 0
    [2011-09-13:23:36:27] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:36:27] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:23:36:27] No installed runtime detected
    [2011-09-13:23:36:27] Invoking Application Installer for combined install
    [2011-09-13:23:36:27] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR12B.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR12B.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:23:36:27] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:36:27] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR12B.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:23:36:27] No installed runtime detected
    [2011-09-13:23:36:27] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla12C.tmp
    [2011-09-13:23:36:28] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-13:23:38:32] Application Installer end with exit code 7
    [2011-09-13:23:38:32] Subprocess app installer failed (7)
    [2011-09-13:23:38:32] Runtime Installer end with exit code 7
    [2011-09-13:23:38:39] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:38:39] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:23:38:39] No installed runtime detected
    [2011-09-13:23:38:39] Invoking Application Installer for combined install
    [2011-09-13:23:38:39] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR12D.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR12D.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:23:38:39] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:38:39] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR12D.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:23:38:39] No installed runtime detected
    [2011-09-13:23:38:39] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla12F.tmp
    [2011-09-13:23:38:40] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-13:23:38:42] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:38:42] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:23:38:42] No installed runtime detected
    [2011-09-13:23:38:42] Invoking Application Installer for combined install
    [2011-09-13:23:38:42] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR12E.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR12E.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:23:38:42] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:38:42] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR12E.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url

    [2010-06-20:14:10:49] performing a silent runtime install
    [2010-06-20:14:10:49] UI SWF load is complete
    [2010-06-20:14:10:49] starting install
    [2010-06-20:14:10:49] Scheduling runtime installation operations
    [2010-06-20:14:10:49] Active AIR product GUID is {00203668-8170-44A0-BE44-B632FA4D780F}
    [2010-06-20:14:10:49] Scheduling an MSI install operation
    [2010-06-20:14:10:49] Beginning runtime installation
    [2010-06-20:14:10:50] Beginning install
    [2010-06-20:14:10:50] Installing c:\docume~1\ernie\locals~1\temp\air1b.tmp\setup.msi
    [2010-06-20:14:10:50] Copying C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR1B.tmp\Adobe AIR\Versions\1.0\Resources\airappinstaller.exe to C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe
    [2010-06-20:14:10:50] Copying C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR1B.tmp\Adobe AIR\Versions\1.0\Resources\digest.s to C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s
    [2010-06-20:14:10:50] Execution complete; beginning commit phase
    [2010-06-20:14:10:50] Commit complete
    [2010-06-20:14:10:50] install complete
    [2010-06-20:14:10:50] begin quitting
    [2011-09-09:11:10:55] UI SWF load is complete
    [2011-09-09:11:10:55] UI initialized
    [2011-09-09:11:10:55] starting user confirmation
    [2011-09-09:11:10:55] Version of this installer: 2.0.2.12610
    [2011-09-09:11:10:55] Installed version: 2.0.2.12610
    [2011-09-09:11:10:55] Installation type: patchSame
    [2011-09-09:11:10:58] starting uninstall
    [2011-09-09:11:10:58] Scheduling an MSI uninstall operation for active product GUID {B194272D-1F92-46DF-99EB-8D5CE91CB4EC}
    [2011-09-09:11:10:59] Beginning install
    [2011-09-09:11:10:59] Uninstalling product w/ GUID {B194272D-1F92-46DF-99EB-8D5CE91CB4EC}
    [2011-09-09:11:11:01] Copying c:\Program Files (x86)\Common Files\Adobe AIR to C:\Documents and Settings\Ernie\Local Settings\Temp\fla24.tmp\temp
    [2011-09-09:11:11:02] Deleting c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-09:11:11:02] Copying C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller to C:\Documents and Settings\Ernie\Local Settings\Temp\fla25.tmp\temp
    [2011-09-09:11:11:02] Deleting C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller
    [2011-09-09:11:11:02] Execution complete; beginning commit phase
    [2011-09-09:11:11:02] Deleting C:\Documents and Settings\Ernie\Local Settings\Temp\fla24.tmp\temp
    [2011-09-09:11:11:02] Deleting C:\Documents and Settings\Ernie\Local Settings\Temp\fla25.tmp\temp
    [2011-09-09:11:11:02] Commit complete
    [2011-09-09:11:11:02] install complete
    [2011-09-09:11:11:02] begin quitting
    [2011-09-09:11:21:07] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:11:21:07] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:21:07] No installed runtime detected
    [2011-09-09:11:21:07] Invoking Application Installer for combined install
    [2011-09-09:11:21:07] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR26.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR26.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:21:07] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:11:21:07] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR26.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:21:07] No installed runtime detected
    [2011-09-09:11:21:08] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla27.tmp
    [2011-09-09:11:21:24] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-09:11:23:41] Application Installer end with exit code 7
    [2011-09-09:11:23:42] Subprocess app installer failed (7)
    [2011-09-09:11:23:42] Runtime Installer end with exit code 7
    [2011-09-09:11:24:58] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:11:24:58] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:24:58] No installed runtime detected
    [2011-09-09:11:24:58] Invoking Application Installer for combined install
    [2011-09-09:11:24:58] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR28.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR28.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:24:58] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:11:24:58] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR28.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:24:58] No installed runtime detected
    [2011-09-09:11:24:59] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla29.tmp
    [2011-09-09:11:24:59] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-09:11:25:07] Application Installer end with exit code 7
    [2011-09-09:11:25:07] Subprocess app installer failed (7)
    [2011-09-09:11:25:07] Runtime Installer end with exit code 7
    [2011-09-09:11:25:16] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:11:25:16] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:25:16] No installed runtime detected
    [2011-09-09:11:25:16] Invoking Application Installer for combined install
    [2011-09-09:11:25:16] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR2A.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR2A.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:25:17] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:11:25:17] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR2A.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:25:17] No installed runtime detected
    [2011-09-09:11:25:17] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla2B.tmp
    [2011-09-09:11:25:18] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-09:11:25:21] Application Installer end with exit code 7
    [2011-09-09:11:25:21] Subprocess app installer failed (7)
    [2011-09-09:11:25:21] Runtime Installer end with exit code 7
    [2011-09-09:11:31:28] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:11:31:28] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:31:28] No installed runtime detected
    [2011-09-09:11:31:29] Invoking Application Installer for combined install
    [2011-09-09:11:31:29] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR2D.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR2D.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:31:29] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:11:31:29] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR2D.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:31:29] No installed runtime detected
    [2011-09-09:11:31:29] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla2E.tmp
    [2011-09-09:11:31:30] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-09:11:31:37] Application Installer end with exit code 7
    [2011-09-09:11:31:37] Subprocess app installer failed (7)
    [2011-09-09:11:31:37] Runtime Installer end with exit code 7
    [2011-09-09:11:37:12] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:11:37:12] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:37:12] No installed runtime detected
    [2011-09-09:11:37:12] Invoking Application Installer for combined install
    [2011-09-09:11:37:12] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR30.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR30.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:37:12] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:11:37:12] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR30.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:11:37:12] No installed runtime detected
    [2011-09-09:11:37:13] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla31.tmp
    [2011-09-09:11:40:52] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-09:11:42:21] Application Installer end with exit code 7
    [2011-09-09:11:42:21] Subprocess app installer failed (7)
    [2011-09-09:11:42:21] Runtime Installer end with exit code 7
    [2011-09-09:12:11:19] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:11:19] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:11:19] No installed runtime detected
    [2011-09-09:12:11:19] Invoking Application Installer for combined install
    [2011-09-09:12:11:19] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR36.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR36.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:11:19] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:11:19] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR36.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:11:19] No installed runtime detected
    [2011-09-09:12:11:20] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla37.tmp
    [2011-09-09:12:11:23] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-09:12:12:22] Application Installer end with exit code 7
    [2011-09-09:12:12:22] Subprocess app installer failed (7)
    [2011-09-09:12:12:22] Runtime Installer end with exit code 7
    [2011-09-09:12:26:02] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:26:02] Commandline is:
    [2011-09-09:12:26:02] No installed runtime detected
    [2011-09-09:12:26:06] Starting runtime install. Installing runtime version 2.7.1.19610
    [2011-09-09:12:26:06] Installing msi at c:\docume~1\ernie\locals~1\temp\air38.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-09:12:26:14] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2011-09-09:12:26:14] Runtime Installer end with exit code 0
    [2011-09-09:12:26:14] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:26:14] Commandline is: -installupdatecheck
    [2011-09-09:12:26:14] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-09:12:26:15] Performing pingback request
    [2011-09-09:12:26:16] Pingback request completed with HTTP status 200
    [2011-09-09:12:26:16] Starting runtime background update check
    [2011-09-09:12:26:16] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.7.1.19610/update
    [2011-09-09:12:26:16] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.7.1.19610/update to C:\Documents and Settings\Ernie\Application Data\Adobe\AIR\Updater\Background
    [2011-09-09:12:26:16] Runtime update not available
    [2011-09-09:12:26:16] Unpackaging cancelled
    [2011-09-09:12:26:16] Runtime Installer end with exit code 0
    [2011-09-09:12:26:34] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:26:34] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:26:34] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-09:12:26:35] Begin air file download from http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:26:35] Download destination is C:\Documents and Settings\Ernie\Local Settings\Temp\fla3E.tmp
    [2011-09-09:12:26:36] Received download status 200
    [2011-09-09:12:26:36] Response URL is http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:27:11] Download success
    [2011-09-09:12:27:21] Unpackaging file:///C:/Documents%20and%20Settings/Ernie/Local%20Settings/Temp/fla3E.tmp to C:\Documents and Settings\Ernie\Local Settings\Temp\fla3F.tmp
    [2011-09-09:12:27:21] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="truncated or corrupt" errorID=0]
    [2011-09-09:12:27:30] Application Installer end with exit code 7
    [2011-09-09:12:28:19] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:28:19] Commandline is: -arp:uninstall
    [2011-09-09:12:28:19] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-09:12:28:26] Starting runtime uninstall. Uninstalling runtime version 2.7.1.19610
    [2011-09-09:12:28:26] Uninstalling product with GUID {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-09:12:28:28] Runtime Installer end with exit code 0
    [2011-09-09:12:30:01] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:30:01] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:30:01] No installed runtime detected
    [2011-09-09:12:30:01] Invoking Application Installer for combined install
    [2011-09-09:12:30:01] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR45.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR45.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:30:01] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:30:01] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR45.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:30:01] No installed runtime detected
    [2011-09-09:12:30:01] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla46.tmp
    [2011-09-09:12:30:13] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-09:12:30:21] Application Installer end with exit code 7
    [2011-09-09:12:30:21] Subprocess app installer failed (7)
    [2011-09-09:12:30:21] Runtime Installer end with exit code 7
    [2011-09-09:12:34:16] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:34:16] Commandline is:
    [2011-09-09:12:34:16] No installed runtime detected
    [2011-09-09:12:34:24] Starting runtime install. Installing runtime version 2.7.1.19610
    [2011-09-09:12:34:24] Installing msi at c:\docume~1\ernie\locals~1\temp\air47.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-09:12:34:30] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2011-09-09:12:34:30] Runtime Installer end with exit code 0
    [2011-09-09:12:34:30] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:34:30] Commandline is: -installupdatecheck
    [2011-09-09:12:34:30] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-09:12:34:31] Performing pingback request
    [2011-09-09:12:40:33] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:40:33] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:40:33] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-09:12:40:33] Begin air file download from http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:40:33] Download destination is C:\Documents and Settings\Ernie\Local Settings\Temp\fla56.tmp
    [2011-09-09:12:40:34] Received download status 200
    [2011-09-09:12:40:34] Response URL is http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:40:38] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:40:38] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:40:38] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-09:12:40:38] Begin air file download from http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:40:38] Download destination is C:\Documents and Settings\Ernie\Local Settings\Temp\fla57.tmp
    [2011-09-09:12:40:39] Received download status 200
    [2011-09-09:12:40:39] Response URL is http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:40:42] Download cancelled
    [2011-09-09:12:40:42] Application Installer end with exit code 6
    [2011-09-09:12:40:51] Download success
    [2011-09-09:12:40:57] Unpackaging file:///C:/Documents%20and%20Settings/Ernie/Local%20Settings/Temp/fla56.tmp to C:\Documents and Settings\Ernie\Local Settings\Temp\fla58.tmp
    [2011-09-09:12:40:58] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-09:12:41:02] Application Installer end with exit code 7
    [2011-09-09:12:41:06] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:41:06] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:41:06] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-09:12:41:07] Begin air file download from http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:41:07] Download destination is C:\Documents and Settings\Ernie\Local Settings\Temp\fla59.tmp
    [2011-09-09:12:41:07] Received download status 200
    [2011-09-09:12:41:07] Response URL is http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:41:07] Download success
    [2011-09-09:12:41:29] Application Installer end with exit code 0
    [2011-09-09:12:43:14] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:43:14] Commandline is: -arp:uninstall
    [2011-09-09:12:43:14] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-09:12:43:18] Starting runtime uninstall. Uninstalling runtime version 2.7.1.19610
    [2011-09-09:12:43:18] Uninstalling product with GUID {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-09:12:43:21] Runtime Installer end with exit code 0
    [2011-09-09:12:46:58] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:46:58] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:46:58] No installed runtime detected
    [2011-09-09:12:46:58] Invoking Application Installer for combined install
    [2011-09-09:12:46:58] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR5E.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR5E.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:46:58] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:46:58] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR5E.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-09:12:46:58] No installed runtime detected
    [2011-09-09:12:46:58] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla5F.tmp
    [2011-09-09:12:46:59] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-09:12:50:40] Application Installer end with exit code 7
    [2011-09-09:12:50:40] Subprocess app installer failed (7)
    [2011-09-09:12:50:40] Runtime Installer end with exit code 7
    [2011-09-09:12:55:51] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:55:51] Commandline is:
    [2011-09-09:12:55:51] No installed runtime detected
    [2011-09-09:12:55:54] Starting runtime install. Installing runtime version 2.7.1.19610
    [2011-09-09:12:55:54] Installing msi at c:\docume~1\ernie\locals~1\temp\air60.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-09:12:55:58] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2011-09-09:12:55:58] Runtime Installer end with exit code 0
    [2011-09-09:12:55:58] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-09:12:55:58] Commandline is: -installupdatecheck
    [2011-09-09:12:55:58] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-09:12:55:59] Performing pingback request
    [2011-09-09:12:55:59] Pingback request completed with HTTP status 200
    [2011-09-09:12:55:59] Starting runtime background update check
    [2011-09-09:12:55:59] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.7.1.19610/update
    [2011-09-09:12:55:59] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.7.1.19610/update to C:\Documents and Settings\Ernie\Application Data\Adobe\AIR\Updater\Background
    [2011-09-09:12:56:00] Runtime update not available
    [2011-09-09:12:56:00] Unpackaging cancelled
    [2011-09-09:12:56:00] Runtime Installer end with exit code 0
    [2011-09-10:14:39:06] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-10:14:39:06] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-10:14:39:06] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-10:14:39:06] Begin air file download from http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-10:14:39:06] Download destination is C:\Documents and Settings\Ernie\Local Settings\Temp\flaE.tmp
    [2011-09-10:14:39:07] Received download status 200
    [2011-09-10:14:39:07] Response URL is http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-10:14:40:20] Download success
    [2011-09-10:14:40:51] Unpackaging file:///C:/Documents%20and%20Settings/Ernie/Local%20Settings/Temp/flaE.tmp to C:\Documents and Settings\Ernie\Local Settings\Temp\fla10.tmp
    [2011-09-10:14:40:51] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-10:14:41:02] Application Installer end with exit code 7
    [2011-09-10:17:53:15] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-10:17:53:15] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-10:17:53:15] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-10:17:53:15] Begin air file download from http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-10:17:53:15] Download destination is C:\Documents and Settings\Ernie\Local Settings\Temp\fla76.tmp
    [2011-09-10:17:53:16] Received download status 200
    [2011-09-10:17:53:16] Response URL is http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-10:17:54:47] Download success
    [2011-09-10:17:56:40] Unpackaging file:///C:/Documents%20and%20Settings/Ernie/Local%20Settings/Temp/fla76.tmp to C:\Documents and Settings\Ernie\Local Settings\Temp\fla77.tmp
    [2011-09-10:17:56:40] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-10:18:05:42] Application Installer end with exit code 7
    [2011-09-10:18:11:59] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-10:18:11:59] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-10:18:11:59] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-10:18:11:59] Begin air file download from http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-10:18:11:59] Download destination is C:\Documents and Settings\Ernie\Local Settings\Temp\fla79.tmp
    [2011-09-10:18:12:00] Received download status 200
    [2011-09-10:18:12:00] Response URL is http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-10:18:12:00] Download success
    [2011-09-10:18:12:05] Unpackaging file:///C:/Documents%20and%20Settings/Ernie/Local%20Settings/Temp/fla79.tmp to C:\Documents and Settings\Ernie\Local Settings\Temp\fla7A.tmp
    [2011-09-10:18:12:06] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-10:18:12:17] Application Installer end with exit code 7
    [2011-09-10:18:14:04] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-10:18:14:04] Commandline is: -arp:uninstall
    [2011-09-10:18:14:04] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-10:18:14:15] Starting runtime uninstall. Uninstalling runtime version 2.7.1.19610
    [2011-09-10:18:14:15] Uninstalling product with GUID {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-10:18:14:18] Runtime Installer end with exit code 0
    [2011-09-11:09:51:31] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-11:09:51:31] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-11:09:51:31] No installed runtime detected
    [2011-09-11:09:51:31] Invoking Application Installer for combined install
    [2011-09-11:09:51:31] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIRD.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIRD.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-11:09:51:31] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-11:09:51:31] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIRD.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-11:09:51:31] No installed runtime detected
    [2011-09-11:09:51:31] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\flaF.tmp
    [2011-09-11:09:51:55] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-11:10:10:24] Application Installer end with exit code 7
    [2011-09-11:10:10:24] Subprocess app installer failed (7)
    [2011-09-11:10:10:24] Runtime Installer end with exit code 7
    [2011-09-11:10:16:02] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-11:10:16:02] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-11:10:16:02] No installed runtime detected
    [2011-09-11:10:16:02] Invoking Application Installer for combined install
    [2011-09-11:10:16:02] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR10.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR10.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-11:10:16:02] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-11:10:16:02] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR10.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-11:10:16:02] No installed runtime detected
    [2011-09-11:10:16:03] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla11.tmp
    [2011-09-11:10:16:42] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="signatures not yet set" errorID=0]
    [2011-09-11:10:20:14] Application Installer end with exit code 7
    [2011-09-11:10:20:14] Subprocess app installer failed (7)
    [2011-09-11:10:20:14] Runtime Installer end with exit code 7
    [2011-09-13:22:40:47] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:22:40:47] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:22:40:47] No installed runtime detected
    [2011-09-13:22:40:47] Invoking Application Installer for combined install
    [2011-09-13:22:40:47] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIRDD.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIRDD.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:22:40:47] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:22:40:47] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIRDD.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:22:40:47] No installed runtime detected
    [2011-09-13:22:40:48] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\flaDE.tmp
    [2011-09-13:22:40:59] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-13:22:41:07] Application Installer end with exit code 7
    [2011-09-13:22:41:08] Subprocess app installer failed (7)
    [2011-09-13:22:41:08] Runtime Installer end with exit code 7
    [2011-09-13:22:46:35] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:22:46:35] Commandline is:
    [2011-09-13:22:46:35] No installed runtime detected
    [2011-09-13:22:46:38] Starting runtime install. Installing runtime version 2.7.1.19610
    [2011-09-13:22:46:38] Installing msi at c:\docume~1\ernie\locals~1\temp\aire0.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-13:22:46:43] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2011-09-13:22:46:43] Runtime Installer end with exit code 0
    [2011-09-13:22:46:43] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:22:46:43] Commandline is: -installupdatecheck
    [2011-09-13:22:46:43] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-13:22:46:43] Performing pingback request
    [2011-09-13:22:52:14] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:22:52:14] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:22:52:14] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-13:22:52:14] Begin air file download from http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:22:52:14] Download destination is C:\Documents and Settings\Ernie\Local Settings\Temp\flaE5.tmp
    [2011-09-13:22:52:14] Received download status 200
    [2011-09-13:22:52:14] Response URL is http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:22:52:25] Download success
    [2011-09-13:22:52:56] Application Installer end with exit code 0
    [2011-09-13:23:01:54] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:01:54] Commandline is: -arp:uninstall
    [2011-09-13:23:01:54] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-13:23:02:00] Starting runtime uninstall. Uninstalling runtime version 2.7.1.19610
    [2011-09-13:23:02:01] Uninstalling product with GUID {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-13:23:02:04] Runtime Installer end with exit code 0
    [2011-09-13:23:08:50] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:08:50] Commandline is:
    [2011-09-13:23:08:50] No installed runtime detected
    [2011-09-13:23:08:54] Starting runtime install. Installing runtime version 2.7.1.19610
    [2011-09-13:23:08:54] Installing msi at c:\docume~1\ernie\locals~1\temp\air11c.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-13:23:08:59] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2011-09-13:23:08:59] Runtime Installer end with exit code 0
    [2011-09-13:23:08:59] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:08:59] Commandline is: -installupdatecheck
    [2011-09-13:23:08:59] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-13:23:09:00] Performing pingback request
    [2011-09-13:23:09:00] Pingback request completed with HTTP status 200
    [2011-09-13:23:09:00] Starting runtime background update check
    [2011-09-13:23:09:00] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.7.1.19610/update
    [2011-09-13:23:09:00] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.7.1.19610/update to C:\Documents and Settings\Ernie\Application Data\Adobe\AIR\Updater\Background
    [2011-09-13:23:09:01] Runtime update not available
    [2011-09-13:23:09:01] Unpackaging cancelled
    [2011-09-13:23:09:01] Runtime Installer end with exit code 0
    [2011-09-13:23:16:17] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:16:17] Commandline is: "D:\Documents and Settings\Ernie\My Documents\Downloads\Adobe Muse\muse_p02_install.air"
    [2011-09-13:23:16:17] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-13:23:16:18] Unpackaging file:///D:/Documents%20and%20Settings/Ernie/My%20Documents/Downloads/Adobe%20Muse/muse_p0 2_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla121.tmp
    [2011-09-13:23:16:18] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-13:23:16:26] Application Installer end with exit code 7
    [2011-09-13:23:25:52] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:25:52] Commandline is: "D:\Documents and Settings\Ernie\My Documents\Downloads\Adobe Muse\muse_p02_install.air"
    [2011-09-13:23:25:52] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-13:23:25:52] Unpackaging file:///D:/Documents%20and%20Settings/Ernie/My%20Documents/Downloads/Adobe%20Muse/muse_p0 2_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla122.tmp
    [2011-09-13:23:25:52] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-13:23:25:59] Application Installer end with exit code 7
    [2011-09-13:23:34:06] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:34:06] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:23:34:06] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-13:23:34:06] Begin air file download from http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:23:34:06] Download destination is C:\Documents and Settings\Ernie\Local Settings\Temp\fla123.tmp
    [2011-09-13:23:34:07] Received download status 200
    [2011-09-13:23:34:07] Response URL is http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:23:34:17] Download success
    [2011-09-13:23:34:23] Unpackaging file:///C:/Documents%20and%20Settings/Ernie/Local%20Settings/Temp/fla123.tmp to C:\Documents and Settings\Ernie\Local Settings\Temp\fla126.tmp
    [2011-09-13:23:34:23] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-13:23:34:31] Application Installer end with exit code 7
    [2011-09-13:23:35:11] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:35:11] Commandline is: -arp:uninstall
    [2011-09-13:23:35:11] Installed runtime (2.7.1.19610) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-13:23:35:13] Starting runtime uninstall. Uninstalling runtime version 2.7.1.19610
    [2011-09-13:23:35:13] Uninstalling product with GUID {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-13:23:35:15] Runtime Installer end with exit code 0
    [2011-09-13:23:36:27] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:36:27] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:23:36:27] No installed runtime detected
    [2011-09-13:23:36:27] Invoking Application Installer for combined install
    [2011-09-13:23:36:27] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR12B.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR12B.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:23:36:27] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:36:27] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR12B.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:23:36:27] No installed runtime detected
    [2011-09-13:23:36:27] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla12C.tmp
    [2011-09-13:23:36:28] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-13:23:38:32] Application Installer end with exit code 7
    [2011-09-13:23:38:32] Subprocess app installer failed (7)
    [2011-09-13:23:38:32] Runtime Installer end with exit code 7
    [2011-09-13:23:38:39] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:38:39] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:23:38:39] No installed runtime detected
    [2011-09-13:23:38:39] Invoking Application Installer for combined install
    [2011-09-13:23:38:39] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR12D.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR12D.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:23:38:39] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:38:39] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR12D.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:23:38:39] No installed runtime detected
    [2011-09-13:23:38:39] Unpackaging http://download.macromedia.com/pub/labs/muse/muse_p02_install.air to C:\Documents and Settings\Ernie\Local Settings\Temp\fla12F.tmp
    [2011-09-13:23:38:40] Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2058" errorID=2058]
    [2011-09-13:23:38:42] Runtime Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:38:42] Commandline is: -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:23:38:42] No installed runtime detected
    [2011-09-13:23:38:42] Invoking Application Installer for combined install
    [2011-09-13:23:38:42] Launching subprocess with commandline C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR12E.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR12E.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.macromedia.com/pub/labs/muse/muse_p02_install.air
    [2011-09-13:23:38:42] Application Installer begin with version 2.7.1.19610 on Windows XP 64 x86
    [2011-09-13:23:38:42] Commandline is: -runtime C:\DOCUME~1\Ernie\LOCALS~1\Temp\AIR12E.tmp -playerVersion=10,3,183,5 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url

  • Adobe Air will not download. Installation log & windows log below.  Any ideas?

    Installion log as follows (followed by windows installer log ):-
    [2010-06-15:19:04:42] Performing runtime update
    [2010-06-15:19:04:42] UI SWF load is complete
    [2010-06-15:19:04:43] UI initialized
    [2010-06-15:19:04:43] starting user confirmation
    [2010-06-15:19:04:43] Version of this installer: 2.0.2.12610
    [2010-06-15:19:04:43] Installed version: 1.5.3.9130
    [2010-06-15:19:04:43] Installation type: patchNewer
    [2010-06-15:19:05:01] starting install
    [2010-06-15:19:05:01] Scheduling runtime installation operations
    [2010-06-15:19:05:01] Active AIR product GUID is {A2BCA9F1-566C-4805-97D1-7FDC93386723}
    [2010-06-15:19:05:01] Scheduling an MSI install operation
    [2010-06-15:19:05:03] Beginning runtime installation
    [2010-06-15:19:05:03] Beginning install
    [2010-06-15:19:05:03] Installing c:\docume~1\colin\locals~1\temp\aira.tmp\setup.msi
    [2010-06-15:19:05:41] Copying C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe to C:\Documents and Settings\Colin\Local Settings\Temp\fla10.tmp\temp
    [2010-06-15:19:05:41] Deleting C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe
    [2010-06-15:19:05:41] Copying C:\DOCUME~1\Colin\LOCALS~1\Temp\AIRA.tmp\Adobe AIR\Versions\1.0\Resources\airappinstaller.exe to C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe
    [2010-06-15:19:05:41] Copying C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s to C:\Documents and Settings\Colin\Local Settings\Temp\fla11.tmp\temp
    [2010-06-15:19:05:41] Deleting C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s
    [2010-06-15:19:05:41] Copying C:\DOCUME~1\Colin\LOCALS~1\Temp\AIRA.tmp\Adobe AIR\Versions\1.0\Resources\digest.s to C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s
    [2010-06-15:19:05:41] Execution complete; beginning commit phase
    [2010-06-15:19:05:41] Deleting C:\Documents and Settings\Colin\Local Settings\Temp\fla10.tmp\temp
    [2010-06-15:19:05:41] Deleting C:\Documents and Settings\Colin\Local Settings\Temp\fla11.tmp\temp
    [2010-06-15:19:05:42] Commit complete
    [2010-06-15:19:05:42] install complete
    [2010-06-15:19:08:53] begin quitting
    [2010-06-15:19:08:53] attempting launch of BBC iPlayer Desktop
    [2010-06-15:22:15:12] UI SWF load is complete
    [2010-06-15:22:15:12] UI initialized
    [2010-06-15:22:15:15] Pingback request completed with HTTP status 200
    [2010-06-15:22:15:15] Begin background update check
    [2010-06-15:22:15:16] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.2.12610/update
    [2010-06-15:22:15:17] Background update not available
    [2010-06-15:22:15:17] begin quitting
    [2010-06-30:23:25:35] UI SWF load is complete
    [2010-06-30:23:25:36] UI initialized
    [2010-06-30:23:25:36] Begin background update check
    [2010-06-30:23:25:36] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.2.12610/update
    [2010-06-30:23:25:39] Background update not available
    [2010-06-30:23:25:39] begin quitting
    [2010-07-20:18:03:52] UI SWF load is complete
    [2010-07-20:18:03:53] UI initialized
    [2010-07-20:18:03:53] Begin background update check
    [2010-07-20:18:03:53] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.2.12610/update
    [2010-07-20:18:03:54] Background update not available
    [2010-07-20:18:03:54] begin quitting
    [2010-08-09:23:17:48] UI SWF load is complete
    [2010-08-09:23:17:48] UI initialized
    [2010-08-09:23:17:48] Begin background update check
    [2010-08-09:23:17:48] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.2.12610/update
    [2010-08-09:23:17:51] Background update not available
    [2010-08-09:23:17:51] begin quitting
    [2010-08-17:21:12:10] UI SWF load is complete
    [2010-08-17:21:12:11] UI initialized
    [2010-08-17:21:12:11] Begin background update check
    [2010-08-17:21:12:11] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.2.12610/update
    [2010-08-17:21:22:57] Background update check failed: truncated or corrupt
    [2010-08-17:21:22:57] begin quitting
    [2010-08-18:22:03:33] UI SWF load is complete
    [2010-08-18:22:03:33] UI initialized
    [2010-08-18:22:03:33] Begin background update check
    [2010-08-18:22:03:33] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.2.12610/update
    [2010-08-18:22:04:33] Background update successfully downloaded
    [2010-08-18:22:04:33] User notified of available background update
    [2010-08-18:22:07:44] User deferred installation of background update
    [2010-08-18:22:07:44] begin quitting
    [2010-08-21:20:48:54] UI SWF load is complete
    [2010-08-21:20:48:55] UI initialized
    [2010-08-21:20:48:55] Running C:\Documents and Settings\Colin\Application Data\Adobe\AIR\Updater\Background\updater -update "c:\program files\bbc iplayer desktop\bbc iplayer desktop.exe"
    [2010-08-21:20:48:55] begin quitting
    [2010-08-21:20:49:03] Performing runtime update
    [2010-08-21:20:49:03] UI SWF load is complete
    [2010-08-21:20:49:04] UI initialized
    [2010-08-21:20:49:04] starting user confirmation
    [2010-08-21:20:49:04] Version of this installer: 2.0.3.13070
    [2010-08-21:20:49:04] Installed version: 2.0.2.12610
    [2010-08-21:20:49:04] Installation type: patchNewer
    [2010-08-21:20:49:16] starting install
    [2010-08-21:20:49:16] Scheduling runtime installation operations
    [2010-08-21:20:49:16] Active AIR product GUID is {B194272D-1F92-46DF-99EB-8D5CE91CB4EC}
    [2010-08-21:20:49:16] Scheduling an MSI repair operation
    [2010-08-21:20:49:16] Beginning runtime installation
    [2010-08-21:20:49:16] Beginning install
    [2010-08-21:20:49:16] Reinstalling c:\docume~1\colin\locals~1\temp\aire.tmp\setup.msi
    [2010-08-21:20:49:34] Copying C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe to C:\Documents and Settings\Colin\Local Settings\Temp\fla12.tmp\temp
    [2010-08-21:20:49:34] Deleting C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe
    [2010-08-21:20:49:34] Copying C:\DOCUME~1\Colin\LOCALS~1\Temp\AIRE.tmp\Adobe AIR\Versions\1.0\Resources\airappinstaller.exe to C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe
    [2010-08-21:20:49:34] Copying C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s to C:\Documents and Settings\Colin\Local Settings\Temp\fla13.tmp\temp
    [2010-08-21:20:49:34] Deleting C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s
    [2010-08-21:20:49:34] Copying C:\DOCUME~1\Colin\LOCALS~1\Temp\AIRE.tmp\Adobe AIR\Versions\1.0\Resources\digest.s to C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s
    [2010-08-21:20:49:34] Execution complete; beginning commit phase
    [2010-08-21:20:49:34] Deleting C:\Documents and Settings\Colin\Local Settings\Temp\fla12.tmp\temp
    [2010-08-21:20:49:34] Deleting C:\Documents and Settings\Colin\Local Settings\Temp\fla13.tmp\temp
    [2010-08-21:20:49:34] Commit complete
    [2010-08-21:20:49:34] install complete
    [2010-08-21:20:49:38] begin quitting
    [2010-08-21:20:49:38] attempting launch of BBC iPlayer Desktop
    [2010-08-21:20:50:11] UI SWF load is complete
    [2010-08-21:20:50:12] UI initialized
    [2010-08-21:20:50:17] Pingback request completed with HTTP status 200
    [2010-08-21:20:50:17] Begin background update check
    [2010-08-21:20:50:17] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.3.13070/update
    [2010-08-21:20:50:19] Background update not available
    [2010-08-21:20:50:19] begin quitting
    [2010-08-30:16:36:34] UI SWF load is complete
    [2010-08-30:16:36:34] UI initialized
    [2010-08-30:16:36:34] Begin background update check
    [2010-08-30:16:36:34] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.3.13070/update
    [2010-08-30:16:36:36] Background update check failed: not an AIR file
    [2010-08-30:16:36:36] begin quitting
    [2010-08-31:15:40:01] UI SWF load is complete
    [2010-08-31:15:40:01] UI initialized
    [2010-08-31:15:40:01] Begin background update check
    [2010-08-31:15:40:01] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.3.13070/update
    [2010-08-31:15:40:04] Background update not available
    [2010-08-31:15:40:04] begin quitting
    [2010-09-07:20:31:52] UI SWF load is complete
    [2010-09-07:20:31:52] UI initialized
    [2010-09-07:20:31:53] Begin background update check
    [2010-09-07:20:31:53] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.3.13070/update
    [2010-09-07:20:31:55] Background update not available
    [2010-09-07:20:31:55] begin quitting
    [2010-09-13:17:35:45] Starting app install of http://www.bbc.co.uk/iplayer/dm/version2/revisions/bbc_iplayer_desktop_v305.air
    [2010-09-13:17:35:45] UI SWF load is complete
    [2010-09-13:17:35:46] UI initialized
    [2010-09-13:17:35:46] beginning UI styling
    [2010-09-13:17:35:46] UI styling complete
    [2010-09-13:17:35:46] Downloading file to C:\Documents and Settings\Colin\Local Settings\Temp\fla3C.tmp
    [2010-09-13:17:35:53] Received HTTP Response Status event
    [2010-09-13:17:35:53] Response URL is http://www.bbc.co.uk/iplayer/dm/version2/revisions/bbc_iplayer_desktop_v305.air
    [2010-09-13:17:36:00] Waiting for user confirmation
    [2010-09-13:17:36:03] User confirmed action: install
    [2010-09-13:17:36:03] beginning UI styling
    [2010-09-13:17:36:03] UI styling complete
    [2010-09-13:17:36:04] Unpackaging to C:\Documents and Settings\Colin\Local Settings\Temp\fla3D.tmp
    [2010-09-13:17:36:05] unpackaging/validation is complete
    [2010-09-13:17:36:05] application is bound to this version of the runtime
    [2010-09-13:17:36:05] app id BBCiPlayerDesktop
    [2010-09-13:17:36:05] pub id 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1
    [2010-09-13:17:36:05] Application located at C:\program files
    [2010-09-13:17:36:05] Application is running; trying to acquire lock
    [2010-09-13:17:36:05] Waiting for user confirmation
    [2010-09-13:17:38:03] Application is no longer running; lock is now held
    [2010-09-13:17:38:05] User confirmed action: install
    [2010-09-13:17:38:05] creating native installer in: C:\Documents and Settings\Colin\Local Settings\Temp\fla3E.tmp
    [2010-09-13:17:38:06] native installer creation complete
    [2010-09-13:17:38:06] Starting install
    [2010-09-13:17:38:06] using conversion output in C:\Documents and Settings\Colin\Local Settings\Temp\fla3E.tmp
    [2010-09-13:17:38:06] Beginning install
    [2010-09-13:17:38:06] Installing C:\Documents and Settings\Colin\Local Settings\Temp\fla3E.tmp\setup.msi
    [2010-09-13:17:38:15] Execution complete; beginning commit phase
    [2010-09-13:17:38:15] Commit complete
    [2010-09-13:17:38:15] Re-launching application from C:\program files\BBC iPlayer Desktop\BBC iPlayer Desktop.exe
    [2010-09-13:17:38:17] Sending browser invocation
    [2010-09-13:17:38:19] starting cleanup of temporary files
    [2010-09-13:17:38:20] application installer exiting
    [2010-09-15:23:06:42] UI SWF load is complete
    [2010-09-15:23:06:42] UI initialized
    [2010-09-15:23:06:43] Begin background update check
    [2010-09-15:23:06:43] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.3.13070/update
    [2010-09-15:23:06:45] Background update not available
    [2010-09-15:23:06:45] begin quitting
    [2010-09-23:00:05:48] UI SWF load is complete
    [2010-09-23:00:05:49] UI initialized
    [2010-09-23:00:05:49] Begin background update check
    [2010-09-23:00:05:49] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.3.13070/update
    [2010-09-23:00:05:57] Background update not available
    [2010-09-23:00:05:57] begin quitting
    [2010-10-04:23:34:09] Starting update of c:\program files\bbc iplayer desktop\bbc iplayer desktop.exe
    [2010-10-04:23:34:09] Updating from file:///C:/Documents%20and%20Settings/Colin/Local%20Settings/Temp/fla10.tmp
    [2010-10-04:23:34:09] Updating to version 3.0.7
    [2010-10-04:23:34:10] UI SWF load is complete
    [2010-10-04:23:34:11] UI initialized
    [2010-10-04:23:34:11] beginning UI styling
    [2010-10-04:23:34:11] UI styling complete
    [2010-10-04:23:34:11] Unpackaging to C:\Documents and Settings\Colin\Local Settings\Temp\fla11.tmp
    [2010-10-04:23:34:16] unpackaging/validation is complete
    [2010-10-04:23:34:16] application is bound to this version of the runtime
    [2010-10-04:23:34:16] app id BBCiPlayerDesktop
    [2010-10-04:23:34:16] pub id 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1
    [2010-10-04:23:34:16] Application located at c:\program files
    [2010-10-04:23:34:16] Waiting for user confirmation
    [2010-10-04:23:34:16] User confirmed action: install
    [2010-10-04:23:34:16] creating native installer in: C:\Documents and Settings\Colin\Local Settings\Temp\fla12.tmp
    [2010-10-04:23:34:18] native installer creation complete
    [2010-10-04:23:34:18] Starting install
    [2010-10-04:23:34:18] using conversion output in C:\Documents and Settings\Colin\Local Settings\Temp\fla12.tmp
    [2010-10-04:23:34:18] Beginning install
    [2010-10-04:23:34:18] Installing C:\Documents and Settings\Colin\Local Settings\Temp\fla12.tmp\setup.msi
    [2010-10-04:23:34:26] Execution complete; beginning commit phase
    [2010-10-04:23:34:26] Commit complete
    [2010-10-04:23:34:26] Re-launching application from c:\program files\BBC iPlayer Desktop\BBC iPlayer Desktop.exe
    [2010-10-04:23:34:27] starting cleanup of temporary files
    [2010-10-04:23:34:27] application installer exiting
    [2010-10-04:23:34:59] UI SWF load is complete
    [2010-10-04:23:35:01] UI initialized
    [2010-10-04:23:35:01] Begin background update check
    [2010-10-04:23:35:01] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.3.13070/update
    [2010-10-04:23:35:06] Background update check failed: Error #2032
    [2010-10-04:23:35:06] begin quitting
    [2010-10-05:06:19:56] UI SWF load is complete
    [2010-10-05:06:19:57] UI initialized
    [2010-10-05:06:19:57] Begin background update check
    [2010-10-05:06:19:57] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.3.13070/update
    [2010-10-05:06:20:00] Background update not available
    [2010-10-05:06:20:00] begin quitting
    [2010-10-12:18:09:03] UI SWF load is complete
    [2010-10-12:18:09:03] UI initialized
    [2010-10-12:18:09:03] Begin background update check
    [2010-10-12:18:09:03] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.3.13070/update
    [2010-10-12:18:10:06] Background update successfully downloaded
    [2010-10-12:18:10:06] User notified of available background update
    [2010-10-12:18:15:38] User deferred installation of background update
    [2010-10-12:18:15:38] begin quitting
    [2010-10-13:08:49:00] UI SWF load is complete
    [2010-10-13:08:49:00] UI initialized
    [2010-10-13:08:49:00] Running C:\Documents and Settings\Colin\Application Data\Adobe\AIR\Updater\Background\updater -update "c:\program files\bbc iplayer desktop\bbc iplayer desktop.exe"
    [2010-10-13:08:49:01] begin quitting
    [2010-10-13:08:49:08] Performing runtime update
    [2010-10-13:08:49:08] UI SWF load is complete
    [2010-10-13:08:49:09] UI initialized
    [2010-10-13:08:49:09] starting user confirmation
    [2010-10-13:08:49:09] Version of this installer: 2.0.4.13090
    [2010-10-13:08:49:09] Installed version: 2.0.3.13070
    [2010-10-13:08:49:09] Installation type: patchNewer
    [2010-10-13:08:49:12] starting install
    [2010-10-13:08:49:12] Scheduling runtime installation operations
    [2010-10-13:08:49:12] Active AIR product GUID is {B194272D-1F92-46DF-99EB-8D5CE91CB4EC}
    [2010-10-13:08:49:12] Scheduling an MSI repair operation
    [2010-10-13:08:49:12] Beginning runtime installation
    [2010-10-13:08:49:12] Beginning install
    [2010-10-13:08:49:12] Reinstalling c:\docume~1\colin\locals~1\temp\air16.tmp\setup.msi
    [2010-10-13:08:49:22] Copying C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe to C:\Documents and Settings\Colin\Local Settings\Temp\fla1A.tmp\temp
    [2010-10-13:08:49:22] Deleting C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe
    [2010-10-13:08:49:22] Copying C:\DOCUME~1\Colin\LOCALS~1\Temp\AIR16.tmp\Adobe AIR\Versions\1.0\Resources\airappinstaller.exe to C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\airappinstaller.exe
    [2010-10-13:08:49:22] Copying C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s to C:\Documents and Settings\Colin\Local Settings\Temp\fla1B.tmp\temp
    [2010-10-13:08:49:22] Deleting C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s
    [2010-10-13:08:49:22] Copying C:\DOCUME~1\Colin\LOCALS~1\Temp\AIR16.tmp\Adobe AIR\Versions\1.0\Resources\digest.s to C:\Documents and Settings\Default User\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\airappinstaller\digest.s
    [2010-10-13:08:49:22] Execution complete; beginning commit phase
    [2010-10-13:08:49:22] Deleting C:\Documents and Settings\Colin\Local Settings\Temp\fla1A.tmp\temp
    [2010-10-13:08:49:22] Deleting C:\Documents and Settings\Colin\Local Settings\Temp\fla1B.tmp\temp
    [2010-10-13:08:49:22] Commit complete
    [2010-10-13:08:49:22] install complete
    [2010-10-13:08:49:29] begin quitting
    [2010-10-13:08:49:29] attempting launch of BBC iPlayer Desktop
    [2010-10-13:08:50:03] UI SWF load is complete
    [2010-10-13:08:50:04] UI initialized
    [2010-10-13:08:50:08] Pingback request completed with HTTP status 200
    [2010-10-13:08:50:08] Begin background update check
    [2010-10-13:08:50:08] Starting download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.0.4.13090/update
    [2010-10-13:08:50:08] Background update not available
    [2010-10-13:08:50:08] begin quitting
    [2010-11-25:21:34:06] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-25:21:34:06] Commandline is:
    [2010-11-25:21:34:06] No installed runtime detected
    [2010-11-25:21:34:16] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-11-25:21:34:16] Installing msi at c:\docume~1\colin\locals~1\temp\air50.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-25:21:34:32] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-25:21:34:32] Rolling back install of c:\docume~1\colin\locals~1\temp\air50.tmp\setup.msi
    [2010-11-25:21:34:32] Rollback complete
    [2010-11-25:21:34:32] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-25:21:35:00] Runtime Installer end with exit code 7
    [2010-11-26:00:46:19] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-26:00:46:19] Commandline is:
    [2010-11-26:00:46:19] No installed runtime detected
    [2010-11-26:00:46:23] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-11-26:00:46:23] Installing msi at c:\docume~1\colin\locals~1\temp\aira.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-26:00:46:37] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-26:00:46:37] Rolling back install of c:\docume~1\colin\locals~1\temp\aira.tmp\setup.msi
    [2010-11-26:00:46:37] Rollback complete
    [2010-11-26:00:46:37] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-26:00:46:47] Runtime Installer end with exit code 7
    [2010-11-26:00:47:00] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-26:00:47:00] Commandline is:
    [2010-11-26:00:47:00] No installed runtime detected
    [2010-11-26:00:47:04] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-11-26:00:47:04] Installing msi at c:\docume~1\colin\locals~1\temp\aire.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-26:00:47:11] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-26:00:47:11] Rolling back install of c:\docume~1\colin\locals~1\temp\aire.tmp\setup.msi
    [2010-11-26:00:47:11] Rollback complete
    [2010-11-26:00:47:11] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-26:00:47:13] Runtime Installer end with exit code 7
    [2010-11-26:01:06:59] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-26:01:06:59] Commandline is:
    [2010-11-26:01:06:59] No installed runtime detected
    [2010-11-26:01:07:03] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-11-26:01:07:03] Installing msi at c:\docume~1\colin\locals~1\temp\air14.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-26:01:07:12] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-26:01:07:12] Rolling back install of c:\docume~1\colin\locals~1\temp\air14.tmp\setup.msi
    [2010-11-26:01:07:12] Rollback complete
    [2010-11-26:01:07:12] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-26:01:07:15] Runtime Installer end with exit code 7
    [2010-11-26:01:11:02] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-26:01:11:02] Commandline is:
    [2010-11-26:01:11:02] No installed runtime detected
    [2010-11-26:01:11:07] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-11-26:01:11:07] Installing msi at c:\docume~1\colin\locals~1\temp\air18.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-26:01:11:15] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-26:01:11:15] Rolling back install of c:\docume~1\colin\locals~1\temp\air18.tmp\setup.msi
    [2010-11-26:01:11:15] Rollback complete
    [2010-11-26:01:11:15] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-26:01:11:18] Runtime Installer end with exit code 7
    [2010-11-26:01:14:37] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-26:01:14:37] Commandline is:
    [2010-11-26:01:14:37] No installed runtime detected
    [2010-11-26:01:14:40] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-11-26:01:14:40] Installing msi at c:\docume~1\colin\locals~1\temp\air22.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-26:01:14:46] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-26:01:14:46] Rolling back install of c:\docume~1\colin\locals~1\temp\air22.tmp\setup.msi
    [2010-11-26:01:14:46] Rollback complete
    [2010-11-26:01:14:46] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-26:01:14:48] Runtime Installer end with exit code 7
    [2010-11-26:01:17:06] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-26:01:17:06] Commandline is:
    [2010-11-26:01:17:06] No installed runtime detected
    [2010-11-26:01:17:10] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-11-26:01:17:10] Installing msi at c:\docume~1\colin\locals~1\temp\air26.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-26:01:17:16] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-26:01:17:16] Rolling back install of c:\docume~1\colin\locals~1\temp\air26.tmp\setup.msi
    [2010-11-26:01:17:16] Rollback complete
    [2010-11-26:01:17:16] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-26:01:17:23] Runtime Installer end with exit code 7
    [2010-11-26:17:39:43] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-26:17:39:43] Commandline is:
    [2010-11-26:17:39:43] No installed runtime detected
    [2010-11-26:17:39:49] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-11-26:17:39:49] Installing msi at c:\docume~1\colin\locals~1\temp\airde.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-26:17:40:02] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-26:17:40:02] Rolling back install of c:\docume~1\colin\locals~1\temp\airde.tmp\setup.msi
    [2010-11-26:17:40:02] Rollback complete
    [2010-11-26:17:40:02] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-26:17:40:16] Runtime Installer end with exit code 7
    [2010-11-26:17:42:31] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-26:17:42:31] Commandline is:
    [2010-11-26:17:42:31] No installed runtime detected
    [2010-11-26:17:42:35] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-11-26:17:42:35] Installing msi at c:\docume~1\colin\locals~1\temp\aire8.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-26:17:42:41] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-26:17:42:41] Rolling back install of c:\docume~1\colin\locals~1\temp\aire8.tmp\setup.msi
    [2010-11-26:17:42:41] Rollback complete
    [2010-11-26:17:42:41] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-26:17:42:43] Runtime Installer end with exit code 7
    [2010-11-27:13:41:18] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-27:13:41:18] Commandline is:
    [2010-11-27:13:41:18] No installed runtime detected
    [2010-11-27:13:41:35] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-11-27:13:41:35] Installing msi at c:\docume~1\colin\locals~1\temp\air19.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-27:13:41:45] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-27:13:41:45] Commandline is:
    [2010-11-27:13:41:45] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
    [2010-11-27:13:41:50] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-27:13:41:50] Rolling back install of c:\docume~1\colin\locals~1\temp\air19.tmp\setup.msi
    [2010-11-27:13:41:50] Rollback complete
    [2010-11-27:13:41:50] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-27:13:41:53] Runtime Installer end with exit code 7
    [2010-11-27:13:42:01] Got an unexpected fatal error while quitting: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception TypeError: Error #1009" errorID=1009]
    [2010-11-27:13:42:01] Runtime Installer end with exit code 5
    [2010-11-27:13:57:05] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-27:13:57:05] Commandline is:
    [2010-11-27:13:57:05] No installed runtime detected
    [2010-11-27:13:57:16] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-11-27:13:57:16] Installing msi at c:\docume~1\colin\locals~1\temp\air94.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-27:13:57:28] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-27:13:57:28] Rolling back install of c:\docume~1\colin\locals~1\temp\air94.tmp\setup.msi
    [2010-11-27:13:57:28] Rollback complete
    [2010-11-27:13:57:28] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-27:13:57:34] Runtime Installer end with exit code 7
    [2010-11-27:13:59:16] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-27:13:59:16] Commandline is:
    [2010-11-27:13:59:16] No installed runtime detected
    [2010-11-27:13:59:20] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-11-27:13:59:20] Installing msi at c:\docume~1\colin\locals~1\temp\air9b.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-27:13:59:31] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-27:13:59:31] Rolling back install of c:\docume~1\colin\locals~1\temp\air9b.tmp\setup.msi
    [2010-11-27:13:59:31] Rollback complete
    [2010-11-27:13:59:31] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-27:13:59:38] Runtime Installer end with exit code 7
    [2010-11-27:21:05:53] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-27:21:05:53] Commandline is:
    [2010-11-27:21:05:53] No installed runtime detected
    [2010-11-27:21:05:58] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-11-27:21:05:58] Installing msi at c:\docume~1\colin\locals~1\temp\air277.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-27:21:06:08] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-27:21:06:08] Rolling back install of c:\docume~1\colin\locals~1\temp\air277.tmp\setup.msi
    [2010-11-27:21:06:08] Rollback complete
    [2010-11-27:21:06:08] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-27:21:06:10] Runtime Installer end with exit code 7
    [2010-11-29:20:33:54] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-29:20:33:54] Commandline is:
    [2010-11-29:20:33:54] No installed runtime detected
    [2010-11-29:20:33:59] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-11-29:20:33:59] Installing msi at c:\docume~1\colin\locals~1\temp\airf8.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-29:20:34:11] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-29:20:34:11] Rolling back install of c:\docume~1\colin\locals~1\temp\airf8.tmp\setup.msi
    [2010-11-29:20:34:11] Rollback complete
    [2010-11-29:20:34:11] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-29:20:34:18] Runtime Installer end with exit code 7
    [2010-11-29:20:35:12] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-29:20:35:12] Commandline is:
    [2010-11-29:20:35:12] No installed runtime detected
    [2010-11-29:20:35:16] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-11-29:20:35:16] Installing msi at c:\docume~1\colin\locals~1\temp\airfd.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-29:20:35:24] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-29:20:35:24] Rolling back install of c:\docume~1\colin\locals~1\temp\airfd.tmp\setup.msi
    [2010-11-29:20:35:24] Rollback complete
    [2010-11-29:20:35:24] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-29:20:35:28] Runtime Installer end with exit code 7
    [2010-11-30:15:18:00] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-30:15:18:00] Commandline is:
    [2010-11-30:15:18:00] No installed runtime detected
    [2010-11-30:15:18:03] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-11-30:15:18:03] Installing msi at c:\docume~1\colin\locals~1\temp\air9fd.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-30:15:18:09] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-30:15:18:09] Commandline is:
    [2010-11-30:15:18:09] No installed runtime detected
    [2010-11-30:15:18:15] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-30:15:18:15] Rolling back install of c:\docume~1\colin\locals~1\temp\air9fd.tmp\setup.msi
    [2010-11-30:15:18:15] Rollback complete
    [2010-11-30:15:18:15] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-30:15:18:21] Got an unexpected fatal error while quitting: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception TypeError: Error #1009" errorID=1009]
    [2010-11-30:15:18:21] Runtime Installer end with exit code 5
    [2010-11-30:15:18:23] Runtime Installer end with exit code 7
    [2010-11-30:15:29:02] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-30:15:29:02] Commandline is:
    [2010-11-30:15:29:02] No installed runtime detected
    [2010-11-30:15:29:07] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-11-30:15:29:07] Installing msi at c:\docume~1\colin\locals~1\temp\aira04.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-30:15:29:47] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-30:15:29:47] Rolling back install of c:\docume~1\colin\locals~1\temp\aira04.tmp\setup.msi
    [2010-11-30:15:29:47] Rollback complete
    [2010-11-30:15:29:47] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-30:15:57:46] Runtime Installer end with exit code 7
    [2010-11-30:16:10:35] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-30:16:10:35] Commandline is:
    [2010-11-30:16:10:35] No installed runtime detected
    [2010-11-30:16:10:49] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-11-30:16:10:49] Installing msi at c:\docume~1\colin\locals~1\temp\airc.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-30:16:11:20] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-30:16:11:20] Rolling back install of c:\docume~1\colin\locals~1\temp\airc.tmp\setup.msi
    [2010-11-30:16:11:20] Rollback complete
    [2010-11-30:16:11:20] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-30:16:11:21] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-30:16:11:22] Commandline is:
    [2010-11-30:16:11:22] No installed runtime detected
    [2010-11-30:16:11:37] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-11-30:16:11:37] Installing msi at c:\docume~1\colin\locals~1\temp\aird.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-30:16:11:42] Runtime Installer end with exit code 7
    [2010-11-30:16:11:47] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-30:16:11:47] Rolling back install of c:\docume~1\colin\locals~1\temp\aird.tmp\setup.msi
    [2010-11-30:16:11:47] Rollback complete
    [2010-11-30:16:11:47] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-30:16:12:06] Runtime Installer end with exit code 7
    [2010-11-30:16:22:54] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-30:16:22:54] Commandline is:
    [2010-11-30:16:22:54] No installed runtime detected
    [2010-11-30:16:22:58] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-11-30:16:22:58] Installing msi at c:\docume~1\colin\locals~1\temp\air15.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-30:16:23:05] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-30:16:23:05] Rolling back install of c:\docume~1\colin\locals~1\temp\air15.tmp\setup.msi
    [2010-11-30:16:23:05] Rollback complete
    [2010-11-30:16:23:05] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-30:16:23:07] Runtime Installer end with exit code 7
    [2010-11-30:16:35:00] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-30:16:35:00] Commandline is:
    [2010-11-30:16:35:00] No installed runtime detected
    [2010-11-30:16:35:08] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-11-30:16:35:08] Installing msi at c:\docume~1\colin\locals~1\temp\air1f.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-30:16:35:17] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-30:16:35:17] Rolling back install of c:\docume~1\colin\locals~1\temp\air1f.tmp\setup.msi
    [2010-11-30:16:35:17] Rollback complete
    [2010-11-30:16:35:17] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-30:16:45:01] Runtime Installer end with exit code 7
    [2010-11-30:16:45:01] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-30:16:45:01] Commandline is:
    [2010-11-30:16:45:01] No installed runtime detected
    [2010-11-30:16:45:05] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-11-30:16:45:05] Installing msi at c:\docume~1\colin\locals~1\temp\air23.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-30:16:45:10] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-30:16:45:10] Rolling back install of c:\docume~1\colin\locals~1\temp\air23.tmp\setup.msi
    [2010-11-30:16:45:10] Rollback complete
    [2010-11-30:16:45:10] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-30:16:45:12] Runtime Installer end with exit code 7
    [2010-11-30:16:45:37] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-11-30:16:45:37] Commandline is:
    [2010-11-30:16:45:37] No installed runtime detected
    [2010-11-30:16:45:41] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-11-30:16:45:41] Installing msi at c:\docume~1\colin\locals~1\temp\air27.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-11-30:16:45:47] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-30:16:45:47] Rolling back install of c:\docume~1\colin\locals~1\temp\air27.tmp\setup.msi
    [2010-11-30:16:45:47] Rollback complete
    [2010-11-30:16:45:47] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-11-30:16:45:49] Runtime Installer end with exit code 7
    [2010-12-01:20:52:48] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-12-01:20:52:48] Commandline is:
    [2010-12-01:20:52:49] No installed runtime detected
    [2010-12-01:20:52:52] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-12-01:20:52:52] Installing msi at c:\docume~1\colin\locals~1\temp\air829.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-12-01:20:53:02] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-01:20:53:02] Rolling back install of c:\docume~1\colin\locals~1\temp\air829.tmp\setup.msi
    [2010-12-01:20:53:02] Rollback complete
    [2010-12-01:20:53:02] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-01:20:53:04] Runtime Installer end with exit code 7
    [2010-12-02:08:17:24] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-12-02:08:17:24] Commandline is:
    [2010-12-02:08:17:24] No installed runtime detected
    [2010-12-02:08:17:29] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-12-02:08:17:29] Installing msi at c:\docume~1\colin\locals~1\temp\air9e.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-12-02:08:17:40] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-02:08:17:40] Rolling back install of c:\docume~1\colin\locals~1\temp\air9e.tmp\setup.msi
    [2010-12-02:08:17:40] Rollback complete
    [2010-12-02:08:17:40] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-02:08:18:18] Runtime Installer end with exit code 7
    [2010-12-02:15:18:21] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-12-02:15:18:21] Commandline is:
    [2010-12-02:15:18:21] No installed runtime detected
    [2010-12-02:15:18:25] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-12-02:15:18:25] Installing msi at c:\docume~1\colin\locals~1\temp\air9c.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-12-02:15:18:32] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-02:15:18:32] Rolling back install of c:\docume~1\colin\locals~1\temp\air9c.tmp\setup.msi
    [2010-12-02:15:18:32] Rollback complete
    [2010-12-02:15:18:32] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-02:15:18:38] Runtime Installer end with exit code 7
    [2010-12-03:05:42:01] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-12-03:05:42:01] Commandline is:
    [2010-12-03:05:42:01] No installed runtime detected
    [2010-12-03:05:42:09] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-12-03:05:42:09] Installing msi at c:\docume~1\colin\locals~1\temp\air6.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-12-03:05:42:17] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-03:05:42:17] Rolling back install of c:\docume~1\colin\locals~1\temp\air6.tmp\setup.msi
    [2010-12-03:05:42:17] Rollback complete
    [2010-12-03:05:42:17] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-03:05:42:19] Runtime Installer end with exit code 7
    [2010-12-07:17:03:39] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-12-07:17:03:39] Commandline is:
    [2010-12-07:17:03:39] No installed runtime detected
    [2010-12-07:17:03:42] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-12-07:17:03:43] Installing msi at c:\docume~1\colin\locals~1\temp\air12.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-12-07:17:03:54] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-07:17:03:54] Rolling back install of c:\docume~1\colin\locals~1\temp\air12.tmp\setup.msi
    [2010-12-07:17:03:54] Rollback complete
    [2010-12-07:17:03:54] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-07:17:04:46] Runtime Installer end with exit code 7
    [2010-12-07:18:25:51] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-12-07:18:25:51] Commandline is:
    [2010-12-07:18:25:51] No installed runtime detected
    [2010-12-07:18:25:55] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-12-07:18:25:55] Installing msi at c:\docume~1\colin\locals~1\temp\air27.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-12-07:18:26:06] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-07:18:26:06] Rolling back install of c:\docume~1\colin\locals~1\temp\air27.tmp\setup.msi
    [2010-12-07:18:26:06] Rollback complete
    [2010-12-07:18:26:06] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-07:18:26:08] Runtime Installer end with exit code 7
    [2010-12-09:08:48:01] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-12-09:08:48:01] Commandline is:
    [2010-12-09:08:48:01] No installed runtime detected
    [2010-12-09:08:48:05] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-12-09:08:48:05] Installing msi at c:\docume~1\colin\locals~1\temp\air1e.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-12-09:08:48:15] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-09:08:48:15] Rolling back install of c:\docume~1\colin\locals~1\temp\air1e.tmp\setup.msi
    [2010-12-09:08:48:15] Rollback complete
    [2010-12-09:08:48:15] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-09:08:49:27] Runtime Installer end with exit code 7
    [2010-12-28:17:28:02] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-12-28:17:28:02] Commandline is:
    [2010-12-28:17:28:02] No installed runtime detected
    [2010-12-28:17:28:06] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-12-28:17:28:06] Installing msi at c:\docume~1\colin\locals~1\temp\airf.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-12-28:17:28:15] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-28:17:28:15] Rolling back install of c:\docume~1\colin\locals~1\temp\airf.tmp\setup.msi
    [2010-12-28:17:28:15] Rollback complete
    [2010-12-28:17:28:15] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-28:17:28:44] Runtime Installer end with exit code 7
    [2010-12-28:21:54:09] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-12-28:21:54:09] Commandline is:
    [2010-12-28:21:54:09] No installed runtime detected
    [2010-12-28:21:54:14] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-12-28:21:54:14] Installing msi at c:\docume~1\colin\locals~1\temp\air15c.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-12-28:21:54:20] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-28:21:54:20] Rolling back install of c:\docume~1\colin\locals~1\temp\air15c.tmp\setup.msi
    [2010-12-28:21:54:20] Rollback complete
    [2010-12-28:21:54:20] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-28:21:54:29] Runtime Installer end with exit code 7
    [2010-12-29:00:13:18] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-12-29:00:13:18] Commandline is:
    [2010-12-29:00:13:18] No installed runtime detected
    [2010-12-29:00:13:23] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-12-29:00:13:23] Installing msi at c:\docume~1\colin\locals~1\temp\air389.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-12-29:00:13:28] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-29:00:13:28] Rolling back install of c:\docume~1\colin\locals~1\temp\air389.tmp\setup.msi
    [2010-12-29:00:13:28] Rollback complete
    [2010-12-29:00:13:28] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-29:00:13:30] Runtime Installer end with exit code 7
    [2010-12-29:00:23:18] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-12-29:00:23:18] Commandline is:
    [2010-12-29:00:23:18] No installed runtime detected
    [2010-12-29:00:23:41] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-12-29:00:23:41] Installing msi at c:\docume~1\colin\locals~1\temp\air9.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-12-29:00:23:48] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-29:00:23:48] Rolling back install of c:\docume~1\colin\locals~1\temp\air9.tmp\setup.msi
    [2010-12-29:00:23:48] Rollback complete
    [2010-12-29:00:23:48] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-29:00:23:50] Runtime Installer end with exit code 7
    [2010-12-29:00:25:53] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-12-29:00:25:53] Commandline is:
    [2010-12-29:00:25:53] No installed runtime detected
    [2010-12-29:00:25:59] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-12-29:00:25:59] Installing msi at c:\docume~1\colin\locals~1\temp\air1.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-12-29:00:25:59] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1601" errorID=0]
    [2010-12-29:00:25:59] Rolling back install of c:\docume~1\colin\locals~1\temp\air1.tmp\setup.msi
    [2010-12-29:00:25:59] Rollback complete
    [2010-12-29:00:25:59] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1601" errorID=0]
    [2010-12-29:00:26:04] Runtime Installer end with exit code 7
    [2010-12-29:00:26:17] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-12-29:00:26:17] Commandline is:
    [2010-12-29:00:26:17] No installed runtime detected
    [2010-12-29:00:26:21] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-12-29:00:26:21] Installing msi at c:\docume~1\colin\locals~1\temp\air2.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-12-29:00:26:22] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1601" errorID=0]
    [2010-12-29:00:26:22] Rolling back install of c:\docume~1\colin\locals~1\temp\air2.tmp\setup.msi
    [2010-12-29:00:26:22] Rollback complete
    [2010-12-29:00:26:22] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1601" errorID=0]
    [2010-12-29:00:26:23] Runtime Installer end with exit code 7
    [2010-12-29:00:28:58] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-12-29:00:28:58] Commandline is:
    [2010-12-29:00:28:58] No installed runtime detected
    [2010-12-29:00:29:11] Starting runtime install. Installing runtime version 2.5.1.17730
    [2010-12-29:00:29:13] Installing msi at c:\docume~1\colin\locals~1\temp\air9.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2010-12-29:00:29:56] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-29:00:29:56] Rolling back install of c:\docume~1\colin\locals~1\temp\air9.tmp\setup.msi
    [2010-12-29:00:29:56] Rollback complete
    [2010-12-29:00:29:56] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2010-12-29:00:29:59] Runtime Installer end with exit code 7
    [2011-01-04:18:23:35] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-01-04:18:23:35] Commandline is:
    [2011-01-04:18:23:35] No installed runtime detected
    [2011-01-04:18:23:40] Starting runtime install. Installing runtime version 2.5.1.17730
    [2011-01-04:18:23:40] Installing msi at c:\docume~1\colin\locals~1\temp\aira8.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-04:18:23:47] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-01-04:18:23:47] Rolling back install of c:\docume~1\colin\locals~1\temp\aira8.tmp\setup.msi
    [2011-01-04:18:23:47] Rollback complete
    [2011-01-04:18:23:47] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-01-04:18:23:56] Runtime Installer end with exit code 7
    [2011-01-04:19:45:20] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-01-04:19:45:21] Commandline is:
    [2011-01-04:19:45:21] No installed runtime detected
    [2011-01-04:19:46:02] Starting runtime install. Installing runtime version 2.5.1.17730
    [2011-01-04:19:46:02] Installing msi at c:\docume~1\colin\locals~1\temp\airca.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-04:19:46:07] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-01-04:19:46:07] Rolling back install of c:\docume~1\colin\locals~1\temp\airca.tmp\setup.msi
    [2011-01-04:19:46:07] Rollback complete
    [2011-01-04:19:46:07] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-01-04:19:47:55] Runtime Installer end with exit code 7
    [2011-01-04:22:49:23] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-01-04:22:49:23] Commandline is:
    [2011-01-04:22:49:23] No installed runtime detected
    [2011-01-04:22:49:27] Starting runtime install. Installing runtime version 2.5.1.17730
    [2011-01-04:22:49:27] Installing msi at c:\docume~1\colin\locals~1\temp\air12c.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-04:22:49:34] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-01-04:22:49:34] Rolling back install of c:\docume~1\colin\locals~1\temp\air12c.tmp\setup.msi
    [2011-01-04:22:49:34] Rollback complete
    [2011-01-04:22:49:34] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-01-04:22:49:36] Runtime Installer end with exit code 7
    [2011-01-06:19:36:46] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-01-06:19:36:46] Commandline is:
    [2011-01-06:19:36:46] No installed runtime detected
    [2011-01-06:19:37:00] Starting runtime install. Installing runtime version 2.5.1.17730
    [2011-01-06:19:37:00] Installing msi at c:\docume~1\colin\locals~1\temp\air7b2.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-06:19:37:27] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-01-06:19:37:27] Rolling back install of c:\docume~1\colin\locals~1\temp\air7b2.tmp\setup.msi
    [2011-01-06:19:37:27] Rollback complete
    [2011-01-06:19:37:27] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-01-06:19:37:29] Runtime Installer end with exit code 7
    [2011-01-21:17:14:12] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-01-21:17:14:12] Commandline is:
    [2011-01-21:17:14:12] No installed runtime detected
    [2011-01-21:17:19:27] Starting runtime install. Installing runtime version 2.5.1.17730
    [2011-01-21:17:19:27] Installing msi at c:\docume~1\colin\locals~1\temp\air15.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-01-21:17:19:37] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-01-21:17:19:37] Rolling back install of c:\docume~1\colin\locals~1\temp\air15.tmp\setup.msi
    [2011-01-21:17:19:37] Rollback complete
    [2011-01-21:17:19:37] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-01-21:17:19:39] Runtime Installer end with exit code 7
    [2011-02-03:12:31:14] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-02-03:12:31:14] Commandline is: -silent
    [2011-02-03:12:31:14] No installed runtime detected
    [2011-02-03:12:31:15] Starting silent runtime install. Installing runtime version 2.5.1.17730
    [2011-02-03:12:31:15] Installing msi at c:\docume~1\colin\locals~1\temp\air41.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-02-03:12:31:22] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-02-03:12:31:22] Rolling back install of c:\docume~1\colin\locals~1\temp\air41.tmp\setup.msi
    [2011-02-03:12:31:22] Rollback complete
    [2011-02-03:12:31:22] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-02-03:12:31:22] Runtime Installer end with exit code 7
    [2011-02-04:09:10:46] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-02-04:09:10:46] Commandline is: -silent
    [2011-02-04:09:10:46] No installed runtime detected
    [2011-02-04:09:10:47] Starting silent runtime install. Installing runtime version 2.5.1.17730
    [2011-02-04:09:10:47] Installing msi at c:\docume~1\colin\locals~1\temp\air7b.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-02-04:09:11:07] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-02-04:09:11:07] Rolling back install of c:\docume~1\colin\locals~1\temp\air7b.tmp\setup.msi
    [2011-02-04:09:11:07] Rollback complete
    [2011-02-04:09:11:07] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-02-04:09:11:07] Runtime Installer end with exit code 7
    [2011-02-04:09:32:45] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2011-02-04:09:32:45] Commandline is: -silent
    [2011-02-04:09:32:45] No installed runtime detected
    [2011-02-04:09:32:45] Starting silent runtime install. Installing runtime version 2.5.1.17730
    [2011-02-04:09:32:46] Installing msi at c:\docume~1\colin\locals~1\temp\air2c4.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-02-04:09:33:08] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [

    Hi Chris
    I found this install log on my hard drive under AIR, does it help you in helping me?
    [2011-06-17:10:10:33] Application Installer end with exit code 0
    [2011-06-17:10:10:33] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:33] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.9015715629793704 onApplicationVersion
    [2011-06-17:10:10:33] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:34] Application Installer end with exit code 0
    [2011-06-17:10:10:34] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:34] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.015143863391131163 onApplicationVersion
    [2011-06-17:10:10:34] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:34] Application Installer end with exit code 0
    [2011-06-17:10:10:35] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:35] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.09910438442602754 onApplicationVersion
    [2011-06-17:10:10:35] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:35] Application Installer end with exit code 0
    [2011-06-17:10:10:36] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:36] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.8187489109113812 onApplicationVersion
    [2011-06-17:10:10:36] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:36] Application Installer end with exit code 0
    [2011-06-17:10:10:36] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:36] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.25915465829893947 onApplicationVersion
    [2011-06-17:10:10:36] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:36] Application Installer end with exit code 0
    [2011-06-17:10:10:37] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:37] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.8910061423666775 onApplicationVersion
    [2011-06-17:10:10:37] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:37] Application Installer end with exit code 0
    [2011-06-17:10:10:38] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:38] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.22691803611814976 onApplicationVersion
    [2011-06-17:10:10:38] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:38] Application Installer end with exit code 0
    [2011-06-17:10:10:38] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:38] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.15351362619549036 onApplicationVersion
    [2011-06-17:10:10:38] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:38] Application Installer end with exit code 0
    [2011-06-17:10:10:39] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:39] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.21459127683192492 onApplicationVersion
    [2011-06-17:10:10:39] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:39] Application Installer end with exit code 0
    [2011-06-17:10:10:40] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:40] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.7680169339291751 onApplicationVersion
    [2011-06-17:10:10:40] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:40] Application Installer end with exit code 0
    [2011-06-17:10:10:40] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:40] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.7759361867792904 onApplicationVersion
    [2011-06-17:10:10:40] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:41] Application Installer end with exit code 0
    [2011-06-17:10:10:41] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:41] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6873842100612819 onApplicationVersion
    [2011-06-17:10:10:41] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:41] Application Installer end with exit code 0
    [2011-06-17:10:10:42] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:42] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.5995854721404612 onApplicationVersion
    [2011-06-17:10:10:42] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:42] Application Installer end with exit code 0
    [2011-06-17:10:10:43] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:43] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.3251886530779302 onApplicationVersion
    [2011-06-17:10:10:43] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:43] Application Installer end with exit code 0
    [2011-06-17:10:10:43] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:43] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.9722944614477456 onApplicationVersion
    [2011-06-17:10:10:43] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:43] Application Installer end with exit code 0
    [2011-06-17:10:10:44] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:44] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.312802123837173 onApplicationVersion
    [2011-06-17:10:10:44] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:44] Application Installer end with exit code 0
    [2011-06-17:10:10:45] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:45] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.34499739250168204 onApplicationVersion
    [2011-06-17:10:10:45] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:45] Application Installer end with exit code 0
    [2011-06-17:10:10:45] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:45] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.32993898121640086 onApplicationVersion
    [2011-06-17:10:10:45] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:45] Application Installer end with exit code 0
    [2011-06-17:10:10:46] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:46] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.9064863878302276 onApplicationVersion
    [2011-06-17:10:10:46] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:46] Application Installer end with exit code 0
    [2011-06-17:10:10:47] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:47] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.032282411586493254 onApplicationVersion
    [2011-06-17:10:10:47] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:47] Application Installer end with exit code 0
    [2011-06-17:10:10:47] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:47] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.5135891032405198 onApplicationVersion
    [2011-06-17:10:10:47] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:48] Application Installer end with exit code 0
    [2011-06-17:10:10:48] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:48] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.34337566373869777 onApplicationVersion
    [2011-06-17:10:10:48] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:48] Application Installer end with exit code 0
    [2011-06-17:10:10:49] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:49] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.5751746315509081 onApplicationVersion
    [2011-06-17:10:10:49] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:49] Application Installer end with exit code 0
    [2011-06-17:10:10:50] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:50] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.06088963383808732 onApplicationVersion
    [2011-06-17:10:10:50] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:50] Application Installer end with exit code 0
    [2011-06-17:10:10:50] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:50] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.8804685762152076 onApplicationVersion
    [2011-06-17:10:10:50] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:50] Application Installer end with exit code 0
    [2011-06-17:10:10:51] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:51] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.32932754745706916 onApplicationVersion
    [2011-06-17:10:10:51] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:51] Application Installer end with exit code 0
    [2011-06-17:10:10:52] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:52] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6297005475498736 onApplicationVersion
    [2011-06-17:10:10:52] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:52] Application Installer end with exit code 0
    [2011-06-17:10:10:52] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:52] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.7192724063061178 onApplicationVersion
    [2011-06-17:10:10:52] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:53] Application Installer end with exit code 0
    [2011-06-17:10:10:53] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:53] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.21207809215411544 onApplicationVersion
    [2011-06-17:10:10:53] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:53] Application Installer end with exit code 0
    [2011-06-17:10:10:54] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:54] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.25656858226284385 onApplicationVersion
    [2011-06-17:10:10:54] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:54] Application Installer end with exit code 0
    [2011-06-17:10:10:54] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:54] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.13292942522093654 onApplicationVersion
    [2011-06-17:10:10:54] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:55] Application Installer end with exit code 0
    [2011-06-17:10:10:55] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:55] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6377271055243909 onApplicationVersion
    [2011-06-17:10:10:55] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:55] Application Installer end with exit code 0
    [2011-06-17:10:10:56] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:56] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.22311414405703545 onApplicationVersion
    [2011-06-17:10:10:56] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:56] Application Installer end with exit code 0
    [2011-06-17:10:10:57] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:57] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6812648470513523 onApplicationVersion
    [2011-06-17:10:10:57] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:57] Application Installer end with exit code 0
    [2011-06-17:10:10:57] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:57] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6362890996970236 onApplicationVersion
    [2011-06-17:10:10:57] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:57] Application Installer end with exit code 0
    [2011-06-17:10:10:58] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:58] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6620575203560293 onApplicationVersion
    [2011-06-17:10:10:58] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:58] Application Installer end with exit code 0
    [2011-06-17:10:10:59] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:59] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.004664726089686155 onApplicationVersion
    [2011-06-17:10:10:59] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:59] Application Installer end with exit code 0
    [2011-06-17:10:10:59] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:10:59] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.3825088068842888 onApplicationVersion
    [2011-06-17:10:10:59] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:10:59] Application Installer end with exit code 0
    [2011-06-17:10:11:00] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:11:00] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.3762795147486031 onApplicationVersion
    [2011-06-17:10:11:00] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:11:00] Application Installer end with exit code 0
    [2011-06-17:10:11:01] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:11:01] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.16638423968106508 onApplicationVersion
    [2011-06-17:10:11:01] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:11:01] Application Installer end with exit code 0
    [2011-06-17:10:11:02] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:11:02] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.9986112746410072 onApplicationVersion
    [2011-06-17:10:11:02] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:11:02] Application Installer end with exit code 0
    [2011-06-17:10:11:02] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:11:02] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.28059718618169427 onApplicationVersion
    [2011-06-17:10:11:02] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:11:02] Application Installer end with exit code 0
    [2011-06-17:10:11:03] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:11:03] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.3258116142824292 onApplicationVersion
    [2011-06-17:10:11:03] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:11:03] Application Installer end with exit code 0
    [2011-06-17:10:11:04] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:11:04] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.4897240153513849 onApplicationVersion
    [2011-06-17:10:11:04] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:11:04] Application Installer end with exit code 0
    [2011-06-17:10:11:05] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:11:05] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.8283579819835722 onApplicationVersion
    [2011-06-17:10:11:05] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:11:05] Application Installer end with exit code 0
    [2011-06-17:10:11:06] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:11:06] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.3705995171330869 onApplicationVersion
    [2011-06-17:10:11:06] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:11:06] Application Installer end with exit code 0
    [2011-06-17:10:11:07] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:11:07] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.5263033825904131 onApplicationVersion
    [2011-06-17:10:11:07] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:11:07] Application Installer end with exit code 0
    [2011-06-17:10:11:08] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:11:08] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.7303056754171848 onApplicationVersion
    [2011-06-17:10:11:08] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:11:08] Application Installer end with exit code 0
    [2011-06-17:10:11:09] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:11:09] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.33429840905591846 onApplicationVersion
    [2011-06-17:10:11:09] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:11:10] Application Installer end with exit code 0
    [2011-06-17:10:11:11] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:11:11] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.7666399809531868 onApplicationVersion
    [2011-06-17:10:11:11] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:11:11] Application Installer end with exit code 0
    [2011-06-17:10:11:12] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:11:12] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6909871939569712 onApplicationVersion
    [2011-06-17:10:11:12] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:11:12] Application Installer end with exit code 0
    [2011-06-17:10:11:13] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:11:13] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.12851839000359178 onApplicationVersion
    [2011-06-17:10:11:13] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:11:13] Application Installer end with exit code 0
    [2011-06-17:10:11:14] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:11:14] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.5168778598308563 onApplicationVersion
    [2011-06-17:10:11:14] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:11:14] Application Installer end with exit code 0
    [2011-06-17:10:11:15] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:11:15] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.9584627081640065 onApplicationVersion
    [2011-06-17:10:11:15] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:11:15] Application Installer end with exit code 0
    [2011-06-17:10:11:16] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:11:16] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.9127553361468017 onApplicationVersion
    [2011-06-17:10:11:16] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:11:17] Application Installer end with exit code 0
    [2011-06-17:10:11:18] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:10:11:18] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.8620273950509727 onApplicationVersion
    [2011-06-17:10:11:18] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:10:11:18] Application Installer end with exit code 0
    [2011-06-17:11:14:18] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:18] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.4210581942461431 onApplicationVersion
    [2011-06-17:11:14:18] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:18] Application Installer end with exit code 0
    [2011-06-17:11:14:19] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:19] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.891723008826375 onApplicationVersion
    [2011-06-17:11:14:19] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:19] Application Installer end with exit code 0
    [2011-06-17:11:14:21] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:21] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.8124616928398609 onApplicationVersion
    [2011-06-17:11:14:21] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:21] Application Installer end with exit code 0
    [2011-06-17:11:14:22] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:22] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.29896686412394047 onApplicationVersion
    [2011-06-17:11:14:22] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:22] Application Installer end with exit code 0
    [2011-06-17:11:14:23] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:23] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.27747318940237164 onApplicationVersion
    [2011-06-17:11:14:23] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:24] Application Installer end with exit code 0
    [2011-06-17:11:14:24] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:24] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.8198511223308742 onApplicationVersion
    [2011-06-17:11:14:24] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:24] Application Installer end with exit code 0
    [2011-06-17:11:14:34] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:34] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.2918331194669008 onApplicationVersion
    [2011-06-17:11:14:34] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:34] Application Installer end with exit code 0
    [2011-06-17:11:14:35] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:35] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6819406049326062 onApplicationVersion
    [2011-06-17:11:14:35] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:35] Application Installer end with exit code 0
    [2011-06-17:11:14:37] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:37] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6322956806980073 onApplicationVersion
    [2011-06-17:11:14:37] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:37] Application Installer end with exit code 0
    [2011-06-17:11:14:37] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:37] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.0725764106027782 onApplicationVersion
    [2011-06-17:11:14:37] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:37] Application Installer end with exit code 0
    [2011-06-17:11:14:38] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:38] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.27421205025166273 onApplicationVersion
    [2011-06-17:11:14:38] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:38] Application Installer end with exit code 0
    [2011-06-17:11:14:39] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:39] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.86151520954445 onApplicationVersion
    [2011-06-17:11:14:39] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:39] Application Installer end with exit code 0
    [2011-06-17:11:14:43] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:43] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.9470205623656511 onApplicationVersion
    [2011-06-17:11:14:43] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:44] Application Installer end with exit code 0
    [2011-06-17:11:14:44] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:44] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.25174238672479987 onApplicationVersion
    [2011-06-17:11:14:44] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:44] Application Installer end with exit code 0
    [2011-06-17:11:14:45] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:45] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.5256737624295056 onApplicationVersion
    [2011-06-17:11:14:45] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:45] Application Installer end with exit code 0
    [2011-06-17:11:14:46] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:46] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.8016847311519086 onApplicationVersion
    [2011-06-17:11:14:46] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:46] Application Installer end with exit code 0
    [2011-06-17:11:14:46] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:46] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6576463277451694 onApplicationVersion
    [2011-06-17:11:14:46] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:47] Application Installer end with exit code 0
    [2011-06-17:11:14:47] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:47] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.18570060143247247 onApplicationVersion
    [2011-06-17:11:14:47] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:47] Application Installer end with exit code 0
    [2011-06-17:11:14:50] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:50] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://www.bbc.co.uk/iplayer/dm/version2/revisions/bbc_iplayer_desktop_v327.air -- "-d aHR0cDovL3d3dy5iYmMuY28udWsvaXBsYXllci9wbGF5bGlzdC9iMDExeDFzaA== b011x1rv null null My4w b011x1sh normal"
    [2011-06-17:11:14:50] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:52] Begin air file download from http://www.bbc.co.uk/iplayer/dm/version2/revisions/bbc_iplayer_desktop_v327.air
    [2011-06-17:11:14:52] Download destination is C:\Documents and Settings\Colin\Local Settings\Temp\fla8D.tmp
    [2011-06-17:11:14:53] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:53] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.9564817119389772 onApplicationVersion
    [2011-06-17:11:14:53] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:53] Application Installer end with exit code 0
    [2011-06-17:11:14:54] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:54] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.03183534787967801 onApplicationVersion
    [2011-06-17:11:14:54] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:54] Application Installer end with exit code 0
    [2011-06-17:11:14:54] Received download status 200
    [2011-06-17:11:14:54] Response URL is http://www.bbc.co.uk/iplayer/dm/version2/revisions/bbc_iplayer_desktop_v327.air
    [2011-06-17:11:14:55] Download success
    [2011-06-17:11:14:56] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:56] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.41728772362694144 onApplicationVersion
    [2011-06-17:11:14:56] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:56] Application Installer end with exit code 0
    [2011-06-17:11:14:57] Unpackaging file:///C:/Documents%20and%20Settings/Colin/Local%20Settings/Temp/fla8D.tmp to C:\Documents and Settings\Colin\Local Settings\Temp\fla8E.tmp
    [2011-06-17:11:14:57] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:57] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.4559024553745985 onApplicationVersion
    [2011-06-17:11:14:57] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:57] Application Installer end with exit code 0
    [2011-06-17:11:14:59] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:14:59] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6534438794478774 onApplicationVersion
    [2011-06-17:11:14:59] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:14:59] Application Installer end with exit code 0
    [2011-06-17:11:15:02] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:02] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.3468967438675463 onApplicationVersion
    [2011-06-17:11:15:02] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:02] Application signature verified
    [2011-06-17:11:15:02] Unpackaging/validation complete
    [2011-06-17:11:15:02] Application Installer end with exit code 0
    [2011-06-17:11:15:02] No app located for appID 'BBCiPlayerDesktop' and pubID '61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1'
    [2011-06-17:11:15:03] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:03] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.12915152264758945 onApplicationVersion
    [2011-06-17:11:15:03] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:03] Application Installer end with exit code 0
    [2011-06-17:11:15:05] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:05] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.7070488911122084 onApplicationVersion
    [2011-06-17:11:15:05] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:05] Application Installer end with exit code 0
    [2011-06-17:11:15:07] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:07] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.7805938669480383 onApplicationVersion
    [2011-06-17:11:15:07] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:07] Application Installer end with exit code 0
    [2011-06-17:11:15:08] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:08] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.09413199266418815 onApplicationVersion
    [2011-06-17:11:15:08] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:08] Application Installer end with exit code 0
    [2011-06-17:11:15:09] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:09] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6617002286948264 onApplicationVersion
    [2011-06-17:11:15:09] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:09] Application Installer end with exit code 0
    [2011-06-17:11:15:09] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:09] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.06532142590731382 onApplicationVersion
    [2011-06-17:11:15:09] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:09] Application Installer end with exit code 0
    [2011-06-17:11:15:10] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:10] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.8077644002623856 onApplicationVersion
    [2011-06-17:11:15:10] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:10] Application Installer end with exit code 0
    [2011-06-17:11:15:11] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:11] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.4166405741125345 onApplicationVersion
    [2011-06-17:11:15:11] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:12] Application Installer end with exit code 0
    [2011-06-17:11:15:12] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:12] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.17538710730150342 onApplicationVersion
    [2011-06-17:11:15:12] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:12] Application Installer end with exit code 0
    [2011-06-17:11:15:13] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:13] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6661613015457988 onApplicationVersion
    [2011-06-17:11:15:13] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:13] Application Installer end with exit code 0
    [2011-06-17:11:15:14] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:14] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.7485899906605482 onApplicationVersion
    [2011-06-17:11:15:14] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:15] Application Installer end with exit code 0
    [2011-06-17:11:15:16] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:16] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.3124402123503387 onApplicationVersion
    [2011-06-17:11:15:16] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:16] Application Installer end with exit code 0
    [2011-06-17:11:15:16] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:16] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.7512521012686193 onApplicationVersion
    [2011-06-17:11:15:16] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:16] Application Installer end with exit code 0
    [2011-06-17:11:15:17] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:17] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.45731637394055724 onApplicationVersion
    [2011-06-17:11:15:17] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:17] Application Installer end with exit code 0
    [2011-06-17:11:15:18] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:18] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.23149663535878062 onApplicationVersion
    [2011-06-17:11:15:18] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:18] Application Installer end with exit code 0
    [2011-06-17:11:15:18] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:18] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.017924675717949867 onApplicationVersion
    [2011-06-17:11:15:18] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:18] Application Installer end with exit code 0
    [2011-06-17:11:15:19] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:19] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.707722476683557 onApplicationVersion
    [2011-06-17:11:15:19] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:19] Application Installer end with exit code 0
    [2011-06-17:11:15:21] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:21] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.04698684951290488 onApplicationVersion
    [2011-06-17:11:15:21] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:21] Application Installer end with exit code 0
    [2011-06-17:11:15:21] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:21] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6961224898695946 onApplicationVersion
    [2011-06-17:11:15:21] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:22] Application Installer end with exit code 0
    [2011-06-17:11:15:22] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:22] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.21728548454120755 onApplicationVersion
    [2011-06-17:11:15:22] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:22] Application Installer end with exit code 0
    [2011-06-17:11:15:23] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:23] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.3318454157561064 onApplicationVersion
    [2011-06-17:11:15:23] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:23] Application Installer end with exit code 0
    [2011-06-17:11:15:24] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:24] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.4956523641012609 onApplicationVersion
    [2011-06-17:11:15:24] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:24] Application Installer end with exit code 0
    [2011-06-17:11:15:25] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:25] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.11932891048491001 onApplicationVersion
    [2011-06-17:11:15:25] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:25] Application Installer end with exit code 0
    [2011-06-17:11:15:26] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:26] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6900901375338435 onApplicationVersion
    [2011-06-17:11:15:26] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:26] Application Installer end with exit code 0
    [2011-06-17:11:15:27] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:27] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6705972389318049 onApplicationVersion
    [2011-06-17:11:15:27] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:27] Application Installer end with exit code 0
    [2011-06-17:11:15:28] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:28] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.4193284553475678 onApplicationVersion
    [2011-06-17:11:15:28] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:28] Application Installer end with exit code 0
    [2011-06-17:11:15:29] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:29] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.2700215573422611 onApplicationVersion
    [2011-06-17:11:15:29] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:29] Application Installer end with exit code 0
    [2011-06-17:11:15:30] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:30] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.10404030000790954 onApplicationVersion
    [2011-06-17:11:15:30] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:30] Application Installer end with exit code 0
    [2011-06-17:11:15:31] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:31] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.16189203271642327 onApplicationVersion
    [2011-06-17:11:15:31] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:31] Application Installer end with exit code 0
    [2011-06-17:11:15:32] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:32] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.5506387976929545 onApplicationVersion
    [2011-06-17:11:15:32] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:32] Application Installer end with exit code 0
    [2011-06-17:11:15:33] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:33] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.497182356659323 onApplicationVersion
    [2011-06-17:11:15:33] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:33] Application Installer end with exit code 0
    [2011-06-17:11:15:33] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:33] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.3448725128546357 onApplicationVersion
    [2011-06-17:11:15:33] Installed runtime (2.7.0.19480) located at c:\Program Files\Common Files\Adobe AIR
    [2011-06-17:11:15:33] Application Installer end with exit code 0
    [2011-06-17:11:15:35] Application Installer begin with version 2.7.0.19480 on Windows XP x86
    [2011-06-17:11:15:35] Commandline is: -playerVersion=10,3,181,23 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.8584431693889201 onApplicationVersion
    [2011-06-17:11:15:35

  • Can't update or uninstall Adobe Air

    Had a problem with the previous update and used the Windows Install Clean Up which worked fine. Latest update is not working and IPlayer desktop died along with it. Tried Microsft Fix IT as suggested in these forums and it couldn't find any error. I have tried uninstalling and doesn't work, presented with the following:
    "This application requires a  version of Adfobe AIr which cannot be found..."
    Could you give me any help, logs are as below:
    [2012-11-27:06:50:40] Runtime Installer begin with version 3.5.0.600 on Windows Vista x86
    [2012-11-27:06:50:40] Commandline is:
    [2012-11-27:06:50:40] No installed runtime detected
    [2012-11-27:06:50:43] Relaunching with elevation
    [2012-11-27:06:50:43] Launching subprocess with commandline c:\users\rob\appdata\local\temp\air3d39.tmp\adobe air installer.exe -ei
    [2012-11-27:06:50:49] Runtime Installer begin with version 3.5.0.600 on Windows 7 x86
    [2012-11-27:06:50:49] Commandline is: -stdio \\.\pipe\AIR_5676_0 -ei
    [2012-11-27:06:50:49] No installed runtime detected
    [2012-11-27:06:50:49] Starting silent runtime install. Installing runtime version 3.5.0.600
    [2012-11-27:06:50:50] Installing msi at c:\users\rob\appdata\local\temp\air3d39.tmp\setup.msi with guid {14DC0059-00F1-4F62-BD1A-AB23CD51A95E}
    [2012-11-27:06:50:53] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-11-27:06:50:53] Rolling back install of c:\users\rob\appdata\local\temp\air3d39.tmp\setup.msi
    [2012-11-27:06:50:53] Rollback complete
    [2012-11-27:06:50:53] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-11-27:06:50:53] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-11-27:06:50:53] Runtime Installer end with exit code 7
    [2012-11-27:06:50:56] Runtime Installer end with exit code 7
    MSI Log:
    === Verbose logging started: 27/11/2012  06:50:50  Build type: SHIP UNICODE 5.00.7600.00  Calling process: C:\Users\Rob\appdata\local\temp\air3d39.tmp\adobe air installer.exe ===
    MSI (c) (E8:E8) [06:50:50:111]: Resetting cached policy values
    MSI (c) (E8:E8) [06:50:50:111]: Machine policy value 'Debug' is 0
    MSI (c) (E8:E8) [06:50:50:111]: ******* RunEngine:
               ******* Product: c:\users\rob\appdata\local\temp\air3d39.tmp\setup.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (E8:E8) [06:50:50:112]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (E8:E8) [06:50:50:112]: Grabbed execution mutex.
    MSI (c) (E8:E8) [06:50:50:120]: Cloaking enabled.
    MSI (c) (E8:E8) [06:50:50:120]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (E8:E8) [06:50:50:125]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (70:E0) [06:50:50:135]: Running installation inside multi-package transaction c:\users\rob\appdata\local\temp\air3d39.tmp\setup.msi
    MSI (s) (70:E0) [06:50:50:135]: Grabbed execution mutex.
    MSI (s) (70:D8) [06:50:50:136]: Resetting cached policy values
    MSI (s) (70:D8) [06:50:50:137]: Machine policy value 'Debug' is 0
    MSI (s) (70:D8) [06:50:50:137]: ******* RunEngine:
               ******* Product: c:\users\rob\appdata\local\temp\air3d39.tmp\setup.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (70:D8) [06:50:50:137]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (70:D8) [06:50:50:138]: Setting cached product context: User non-assigned for product: 0B436121B4F23D11DA3A000CF425DD25
    MSI (s) (70:D8) [06:50:50:138]: Using cached product context: User non-assigned for product: 0B436121B4F23D11DA3A000CF425DD25
    MSI (s) (70:D8) [06:50:50:138]: Setting cached product context: User non-assigned for product: 1DA44D45380A9B84DBF6FA5D717B7C57
    MSI (s) (70:D8) [06:50:50:138]: Using cached product context: User non-assigned for product: 1DA44D45380A9B84DBF6FA5D717B7C57
    MSI (s) (70:D8) [06:50:50:138]: Setting cached product context: User non-assigned for product: 3B64B0B9FD01ADA4591010927D4865D3
    MSI (s) (70:D8) [06:50:50:138]: Using cached product context: User non-assigned for product: 3B64B0B9FD01ADA4591010927D4865D3
    MSI (s) (70:D8) [06:50:50:139]: Setting cached product context: User non-assigned for product: 64C25527B44961E4BB8CD0583FC18100
    MSI (s) (70:D8) [06:50:50:139]: Using cached product context: User non-assigned for product: 64C25527B44961E4BB8CD0583FC18100
    MSI (s) (70:D8) [06:50:50:139]: Setting cached product context: machine assigned for product: 000021091A0090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:139]: Using cached product context: machine assigned for product: 000021091A0090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:139]: Setting cached product context: machine assigned for product: 00002109411090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:140]: Using cached product context: machine assigned for product: 00002109411090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:140]: Setting cached product context: machine assigned for product: 00002109440090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:140]: Using cached product context: machine assigned for product: 00002109440090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:140]: Setting cached product context: machine assigned for product: 00002109510090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:140]: Using cached product context: machine assigned for product: 00002109510090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:141]: Setting cached product context: machine assigned for product: 00002109511090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:141]: Using cached product context: machine assigned for product: 00002109511090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:141]: Setting cached product context: machine assigned for product: 00002109610090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:141]: Using cached product context: machine assigned for product: 00002109610090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:141]: Setting cached product context: machine assigned for product: 00002109611090400100000000F01FEC
    MSI (s) (70:D8) [06:50:50:141]: Using cached product context: machine assigned for product: 00002109611090400100000000F01FEC
    MSI (s) (70:D8) [06:50:50:142]: Setting cached product context: machine assigned for product: 00002109711090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:142]: Using cached product context: machine assigned for product: 00002109711090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:142]: Setting cached product context: machine assigned for product: 00002109810090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:142]: Using cached product context: machine assigned for product: 00002109810090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:142]: Setting cached product context: machine assigned for product: 00002109910090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:142]: Using cached product context: machine assigned for product: 00002109910090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:143]: Setting cached product context: machine assigned for product: 00002109A10090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:143]: Using cached product context: machine assigned for product: 00002109A10090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:143]: Setting cached product context: machine assigned for product: 00002109A20000000100000000F01FEC
    MSI (s) (70:D8) [06:50:50:143]: Using cached product context: machine assigned for product: 00002109A20000000100000000F01FEC
    MSI (s) (70:D8) [06:50:50:143]: Setting cached product context: machine assigned for product: 00002109A20090400100000000F01FEC
    MSI (s) (70:D8) [06:50:50:144]: Using cached product context: machine assigned for product: 00002109A20090400100000000F01FEC
    MSI (s) (70:D8) [06:50:50:144]: Setting cached product context: machine assigned for product: 00002109AB0090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:144]: Using cached product context: machine assigned for product: 00002109AB0090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:144]: Setting cached product context: machine assigned for product: 00002109B10090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:144]: Using cached product context: machine assigned for product: 00002109B10090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:144]: Setting cached product context: machine assigned for product: 00002109C20090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:145]: Using cached product context: machine assigned for product: 00002109C20090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:145]: Setting cached product context: machine assigned for product: 00002109E60090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:145]: Using cached product context: machine assigned for product: 00002109E60090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:145]: Setting cached product context: machine assigned for product: 00002109F10090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:145]: Using cached product context: machine assigned for product: 00002109F10090400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:146]: Setting cached product context: machine assigned for product: 00002109F100A0C00000000000F01FEC
    MSI (s) (70:D8) [06:50:50:146]: Using cached product context: machine assigned for product: 00002109F100A0C00000000000F01FEC
    MSI (s) (70:D8) [06:50:50:146]: Setting cached product context: machine assigned for product: 00002109F100C0400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:146]: Using cached product context: machine assigned for product: 00002109F100C0400000000000F01FEC
    MSI (s) (70:D8) [06:50:50:146]: Setting cached product context: machine assigned for product: 00002119030000000000000000F01FEC
    MSI (s) (70:D8) [06:50:50:146]: Using cached product context: machine assigned for product: 00002119030000000000000000F01FEC
    MSI (s) (70:D8) [06:50:50:147]: Setting cached product context: machine assigned for product: 000021599B0090400100000000F01FEC
    MSI (s) (70:D8) [06:50:50:147]: Using cached product context: machine assigned for product: 000021599B0090400100000000F01FEC
    MSI (s) (70:D8) [06:50:50:147]: Setting cached product context: machine assigned for product: 00004109500200000000000000F01FEC
    MSI (s) (70:D8) [06:50:50:147]: Using cached product context: machine assigned for product: 00004109500200000000000000F01FEC
    MSI (s) (70:D8) [06:50:50:147]: Setting cached product context: machine assigned for product: 032440EF5AC97F34B985A55C2AA8F133
    MSI (s) (70:D8) [06:50:50:147]: Using cached product context: machine assigned for product: 032440EF5AC97F34B985A55C2AA8F133
    MSI (s) (70:D8) [06:50:50:148]: Setting cached product context: machine assigned for product: 076CFAAAB965F2A4284B2449E5D03EFE
    MSI (s) (70:D8) [06:50:50:148]: Using cached product context: machine assigned for product: 076CFAAAB965F2A4284B2449E5D03EFE
    MSI (s) (70:D8) [06:50:50:148]: Setting cached product context: machine assigned for product: 082C112820B5E7E45BF548A5022794AB
    MSI (s) (70:D8) [06:50:50:148]: Using cached product context: machine assigned for product: 082C112820B5E7E45BF548A5022794AB
    MSI (s) (70:D8) [06:50:50:148]: Setting cached product context: machine assigned for product: 0B98994D2CB71F7F087123756F7143A7
    MSI (s) (70:D8) [06:50:50:148]: Using cached product context: machine assigned for product: 0B98994D2CB71F7F087123756F7143A7
    MSI (s) (70:D8) [06:50:50:149]: Setting cached product context: machine assigned for product: 0C41C76FE37DB55C1E231B09A4A107C9
    MSI (s) (70:D8) [06:50:50:149]: Using cached product context: machine assigned for product: 0C41C76FE37DB55C1E231B09A4A107C9
    MSI (s) (70:D8) [06:50:50:149]: Setting cached product context: machine assigned for product: 0C7EC0FA4E3A37D489B82B1978CEE6A9
    MSI (s) (70:D8) [06:50:50:149]: Using cached product context: machine assigned for product: 0C7EC0FA4E3A37D489B82B1978CEE6A9
    MSI (s) (70:D8) [06:50:50:149]: Setting cached product context: machine assigned for product: 0CA5B553EEEC5C24DAD4F7C3DF08C663
    MSI (s) (70:D8) [06:50:50:149]: Using cached product context: machine assigned for product: 0CA5B553EEEC5C24DAD4F7C3DF08C663
    MSI (s) (70:D8) [06:50:50:150]: Setting cached product context: machine assigned for product: 0D756077321A70C3E844C138CE981581
    MSI (s) (70:D8) [06:50:50:150]: Using cached product context: machine assigned for product: 0D756077321A70C3E844C138CE981581
    MSI (s) (70:D8) [06:50:50:150]: Setting cached product context: machine assigned for product: 0DA8E7241B4A522D38E6CC6B60B894A0
    MSI (s) (70:D8) [06:50:50:150]: Using cached product context: machine assigned for product: 0DA8E7241B4A522D38E6CC6B60B894A0
    MSI (s) (70:D8) [06:50:50:150]: Setting cached product context: machine assigned for product: 1007C6B46D7C017319E3B52CF3EC196E
    MSI (s) (70:D8) [06:50:50:150]: Using cached product context: machine assigned for product: 1007C6B46D7C017319E3B52CF3EC196E
    MSI (s) (70:D8) [06:50:50:151]: Setting cached product context: machine assigned for product: 11F12B5E3396B0E42AC597363E0CD711
    MSI (s) (70:D8) [06:50:50:151]: Using cached product context: machine assigned for product: 11F12B5E3396B0E42AC597363E0CD711
    MSI (s) (70:D8) [06:50:50:151]: Setting cached product context: machine assigned for product: 121100882E7840129F5FCE1CD5CF1A0E
    MSI (s) (70:D8) [06:50:50:151]: Using cached product context: machine assigned for product: 121100882E7840129F5FCE1CD5CF1A0E
    MSI (s) (70:D8) [06:50:50:151]: Setting cached product context: machine assigned for product: 121396FD0C0402036D5516E215164632
    MSI (s) (70:D8) [06:50:50:151]: Using cached product context: machine assigned for product: 121396FD0C0402036D5516E215164632
    MSI (s) (70:D8) [06:50:50:152]: Setting cached product context: machine assigned for product: 1271C3A5DE8F0E11A8BF8BCAF6798BE8
    MSI (s) (70:D8) [06:50:50:152]: Using cached product context: machine assigned for product: 1271C3A5DE8F0E11A8BF8BCAF6798BE8
    MSI (s) (70:D8) [06:50:50:152]: Setting cached product context: machine assigned for product: 14138CB5DD38EB709C04403B5845F040
    MSI (s) (70:D8) [06:50:50:152]: Using cached product context: machine assigned for product: 14138CB5DD38EB709C04403B5845F040
    MSI (s) (70:D8) [06:50:50:152]: Setting cached product context: machine assigned for product: 151D0FCE0ACBD6E826BDD544BDA48363
    MSI (s) (70:D8) [06:50:50:153]: Using cached product context: machine assigned for product: 151D0FCE0ACBD6E826BDD544BDA48363
    MSI (s) (70:D8) [06:50:50:153]: Setting cached product context: machine assigned for product: 17AB347E5595B024AA2576050845DA66
    MSI (s) (70:D8) [06:50:50:153]: Using cached product context: machine assigned for product: 17AB347E5595B024AA2576050845DA66
    MSI (s) (70:D8) [06:50:50:153]: Setting cached product context: machine assigned for product: 18555481990E8AB4CBB63FB4F26006C0
    MSI (s) (70:D8) [06:50:50:153]: Using cached product context: machine assigned for product: 18555481990E8AB4CBB63FB4F26006C0
    MSI (s) (70:D8) [06:50:50:153]: Setting cached product context: machine assigned for product: 190FA771458751643872CA57816F7228
    MSI (s) (70:D8) [06:50:50:154]: Using cached product context: machine assigned for product: 190FA771458751643872CA57816F7228
    MSI (s) (70:D8) [06:50:50:154]: Setting cached product context: machine assigned for product: 1A4908760526B674A9FF34674EF831C5
    MSI (s) (70:D8) [06:50:50:154]: Using cached product context: machine assigned for product: 1A4908760526B674A9FF34674EF831C5
    MSI (s) (70:D8) [06:50:50:154]: Setting cached product context: machine assigned for product: 1af2a8da7e60d0b429d7e6453b3d0182
    MSI (s) (70:D8) [06:50:50:154]: Using cached product context: machine assigned for product: 1af2a8da7e60d0b429d7e6453b3d0182
    MSI (s) (70:D8) [06:50:50:154]: Setting cached product context: machine assigned for product: 1C955A13D4E9B324D93D436A5C937825
    MSI (s) (70:D8) [06:50:50:154]: Using cached product context: machine assigned for product: 1C955A13D4E9B324D93D436A5C937825
    MSI (s) (70:D8) [06:50:50:154]: Setting cached product context: machine assigned for product: 1CB9255CFB2C8E446BA21019D30780C1
    MSI (s) (70:D8) [06:50:50:154]: Using cached product context: machine assigned for product: 1CB9255CFB2C8E446BA21019D30780C1
    MSI (s) (70:D8) [06:50:50:155]: Setting cached product context: machine assigned for product: 1D034B0FAA6BD374B960AAD30DF10D8B
    MSI (s) (70:D8) [06:50:50:155]: Using cached product context: machine assigned for product: 1D034B0FAA6BD374B960AAD30DF10D8B
    MSI (s) (70:D8) [06:50:50:155]: Setting cached product context: machine assigned for product: 1F764691F11C67F458B88521DA8CB349
    MSI (s) (70:D8) [06:50:50:155]: Using cached product context: machine assigned for product: 1F764691F11C67F458B88521DA8CB349
    MSI (s) (70:D8) [06:50:50:155]: Setting cached product context: machine assigned for product: 2246F5BCE205C7743BD152CE8E8F926E
    MSI (s) (70:D8) [06:50:50:155]: Using cached product context: machine assigned for product: 2246F5BCE205C7743BD152CE8E8F926E
    MSI (s) (70:D8) [06:50:50:155]: Setting cached product context: machine assigned for product: 26CEF00243C306D4C98ECE73E2100CF8
    MSI (s) (70:D8) [06:50:50:155]: Using cached product context: machine assigned for product: 26CEF00243C306D4C98ECE73E2100CF8
    MSI (s) (70:D8) [06:50:50:155]: Setting cached product context: machine assigned for product: 2A7527EE2A93F2D4D9CA9F2FB5A81E8D
    MSI (s) (70:D8) [06:50:50:156]: Using cached product context: machine assigned for product: 2A7527EE2A93F2D4D9CA9F2FB5A81E8D
    MSI (s) (70:D8) [06:50:50:156]: Setting cached product context: machine assigned for product: 2B0163E6D0340BE4183EB2758E9BEDD8
    MSI (s) (70:D8) [06:50:50:156]: Using cached product context: machine assigned for product: 2B0163E6D0340BE4183EB2758E9BEDD8
    MSI (s) (70:D8) [06:50:50:156]: Setting cached product context: machine assigned for product: 2D81F1C57B6F24248B305B7A688481D5
    MSI (s) (70:D8) [06:50:50:156]: Using cached product context: machine assigned for product: 2D81F1C57B6F24248B305B7A688481D5
    MSI (s) (70:D8) [06:50:50:156]: Setting cached product context: machine assigned for product: 31A9CC5F75C68494578AA3C2293A81B3
    MSI (s) (70:D8) [06:50:50:156]: Using cached product context: machine assigned for product: 31A9CC5F75C68494578AA3C2293A81B3
    MSI (s) (70:D8) [06:50:50:157]: Setting cached product context: machine assigned for product: 39930B001A5F1B74C945CEF8DBDD1EE7
    MSI (s) (70:D8) [06:50:50:157]: Using cached product context: machine assigned for product: 39930B001A5F1B74C945CEF8DBDD1EE7
    MSI (s) (70:D8) [06:50:50:157]: Setting cached product context: machine assigned for product: 3A965F1674614F6B808C040A11388172
    MSI (s) (70:D8) [06:50:50:157]: Using cached product context: machine assigned for product: 3A965F1674614F6B808C040A11388172
    MSI (s) (70:D8) [06:50:50:157]: Setting cached product context: machine assigned for product: 3D04254D3B6B9FF42B3445CE3E1E0066
    MSI (s) (70:D8) [06:50:50:157]: Using cached product context: machine assigned for product: 3D04254D3B6B9FF42B3445CE3E1E0066
    MSI (s) (70:D8) [06:50:50:158]: Setting cached product context: machine assigned for product: 3F450F3170B051D4E9085CB594A65B75
    MSI (s) (70:D8) [06:50:50:158]: Using cached product context: machine assigned for product: 3F450F3170B051D4E9085CB594A65B75
    MSI (s) (70:D8) [06:50:50:158]: Setting cached product context: machine assigned for product: 4314AE291D01A814191EA5403531A183
    MSI (s) (70:D8) [06:50:50:158]: Using cached product context: machine assigned for product: 4314AE291D01A814191EA5403531A183
    MSI (s) (70:D8) [06:50:50:158]: Setting cached product context: machine assigned for product: 46A934DE810F4DD4B85A23D858BA90BA
    MSI (s) (70:D8) [06:50:50:158]: Using cached product context: machine assigned for product: 46A934DE810F4DD4B85A23D858BA90BA
    MSI (s) (70:D8) [06:50:50:159]: Setting cached product context: machine assigned for product: 46B5A9879DD95AB419A50FCFA0B1B7EF
    MSI (s) (70:D8) [06:50:50:159]: Using cached product context: machine assigned for product: 46B5A9879DD95AB419A50FCFA0B1B7EF
    MSI (s) (70:D8) [06:50:50:159]: Setting cached product context: machine assigned for product: 4A4869755DDD3AC4E98AB77E9D95D34B
    MSI (s) (70:D8) [06:50:50:159]: Using cached product context: machine assigned for product: 4A4869755DDD3AC4E98AB77E9D95D34B
    MSI (s) (70:D8) [06:50:50:159]: Setting cached product context: machine assigned for product: 4A5F135D6F8103149B4A19976D3E94CF
    MSI (s) (70:D8) [06:50:50:159]: Using cached product context: machine assigned for product: 4A5F135D6F8103149B4A19976D3E94CF
    MSI (s) (70:D8) [06:50:50:159]: Setting cached product context: machine assigned for product: 4A9D4F432C248434EB4F5E358C54947E
    MSI (s) (70:D8) [06:50:50:159]: Using cached product context: machine assigned for product: 4A9D4F432C248434EB4F5E358C54947E
    MSI (s) (70:D8) [06:50:50:159]: Setting cached product context: machine assigned for product: 4C013CB4898B2E645BBF8BA503AA1724
    MSI (s) (70:D8) [06:50:50:159]: Using cached product context: machine assigned for product: 4C013CB4898B2E645BBF8BA503AA1724
    MSI (s) (70:D8) [06:50:50:160]: Setting cached product context: machine assigned for product: 4C0F36A7B2B6C496DE270D766021CB92
    MSI (s) (70:D8) [06:50:50:160]: Using cached product context: machine assigned for product: 4C0F36A7B2B6C496DE270D766021CB92
    MSI (s) (70:D8) [06:50:50:160]: Setting cached product context: machine assigned for product: 4ccf9caae9dddda409c15b94a670bae2
    MSI (s) (70:D8) [06:50:50:160]: Using cached product context: machine assigned for product: 4ccf9caae9dddda409c15b94a670bae2
    MSI (s) (70:D8) [06:50:50:160]: Setting cached product context: machine assigned for product: 4E42866C3BBC1584BBF38EFC6D539032
    MSI (s) (70:D8) [06:50:50:160]: Using cached product context: machine assigned for product: 4E42866C3BBC1584BBF38EFC6D539032
    MSI (s) (70:D8) [06:50:50:160]: Setting cached product context: machine assigned for product: 4EA42A62D9304AC4784BF238120613FF
    MSI (s) (70:D8) [06:50:50:160]: Using cached product context: machine assigned for product: 4EA42A62D9304AC4784BF238120613FF
    MSI (s) (70:D8) [06:50:50:160]: Setting cached product context: machine assigned for product: 4EA42A62D9304AC4784BF238120770FF
    MSI (s) (70:D8) [06:50:50:161]: Using cached product context: machine assigned for product: 4EA42A62D9304AC4784BF238120770FF
    MSI (s) (70:D8) [06:50:50:161]: Setting cached product context: machine assigned for product: 4EA42A62D9304AC4784BF268140602FF
    MSI (s) (70:D8) [06:50:50:161]: Using cached product context: machine assigned for product: 4EA42A62D9304AC4784BF268140602FF
    MSI (s) (70:D8) [06:50:50:161]: Setting cached product context: machine assigned for product: 5054FF8D77956114D84EA27F71E407CA
    MSI (s) (70:D8) [06:50:50:161]: Using cached product context: machine assigned for product: 5054FF8D77956114D84EA27F71E407CA
    MSI (s) (70:D8) [06:50:50:161]: Setting cached product context: machine assigned for product: 52744B0D6663D294EB6F85A741DBB99D
    MSI (s) (70:D8) [06:50:50:161]: Using cached product context: machine assigned for product: 52744B0D6663D294EB6F85A741DBB99D
    MSI (s) (70:D8) [06:50:50:161]: Setting cached product context: machine assigned for product: 5315E951AEB47B25C8CD28F3E16D8D5A
    MSI (s) (70:D8) [06:50:50:161]: Using cached product context: machine assigned for product: 5315E951AEB47B25C8CD28F3E16D8D5A
    MSI (s) (70:D8) [06:50:50:161]: Setting cached product context: machine assigned for product: 547FD6E4E99CF909CB0F7B2CA4155EE6
    MSI (s) (70:D8) [06:50:50:162]: Using cached product context: machine assigned for product: 547FD6E4E99CF909CB0F7B2CA4155EE6
    MSI (s) (70:D8) [06:50:50:162]: Setting cached product context: machine assigned for product: 54B52D44E0C5781276932EAFE0A8EFD1
    MSI (s) (70:D8) [06:50:50:162]: Using cached product context: machine assigned for product: 54B52D44E0C5781276932EAFE0A8EFD1
    MSI (s) (70:D8) [06:50:50:162]: Setting cached product context: machine assigned for product: 592CED6D0A88AFC5B0928CDF0F19FF3D
    MSI (s) (70:D8) [06:50:50:162]: Using cached product context: machine assigned for product: 592CED6D0A88AFC5B0928CDF0F19FF3D
    MSI (s) (70:D8) [06:50:50:162]: Setting cached product context: machine assigned for product: 59AFD9586A4EDC848BE83A4E388EB944
    MSI (s) (70:D8) [06:50:50:162]: Using cached product context: machine assigned for product: 59AFD9586A4EDC848BE83A4E388EB944
    MSI (s) (70:D8) [06:50:50:162]: Setting cached product context: machine assigned for product: 59D0F562388A261740857B08586B6B39
    MSI (s) (70:D8) [06:50:50:162]: Using cached product context: machine assigned for product: 59D0F562388A261740857B08586B6B39
    MSI (s) (70:D8) [06:50:50:163]: Setting cached product context: machine assigned for product: 5D06B511BDBBE094FAE260D4733AEC10
    MSI (s) (70:D8) [06:50:50:163]: Using cached product context: machine assigned for product: 5D06B511BDBBE094FAE260D4733AEC10
    MSI (s) (70:D8) [06:50:50:163]: Setting cached product context: machine assigned for product: 5ED62A6B5B2F85D45907F47C060EF0DC
    MSI (s) (70:D8) [06:50:50:163]: Using cached product context: machine assigned for product: 5ED62A6B5B2F85D45907F47C060EF0DC
    MSI (s) (70:D8) [06:50:50:163]: Setting cached product context: machine assigned for product: 60EA627A3AAA1D34783E075F0113F440
    MSI (s) (70:D8) [06:50:50:163]: Using cached product context: machine assigned for product: 60EA627A3AAA1D34783E075F0113F440
    MSI (s) (70:D8) [06:50:50:164]: Setting cached product context: machine assigned for product: 64059B1FAD9ECEFC248A8C226464AA23
    MSI (s) (70:D8) [06:50:50:164]: Using cached product context: machine assigned for product: 64059B1FAD9ECEFC248A8C226464AA23
    MSI (s) (70:D8) [06:50:50:164]: Setting cached product context: machine assigned for product: 647AD9B41EA50AB40978DB1B26428209
    MSI (s) (70:D8) [06:50:50:164]: Using cached product context: machine assigned for product: 647AD9B41EA50AB40978DB1B26428209
    MSI (s) (70:D8) [06:50:50:164]: Setting cached product context: machine assigned for product: 676C6FEA2A7D7844DBB4B1DE712B925B
    MSI (s) (70:D8) [06:50:50:164]: Using cached product context: machine assigned for product: 676C6FEA2A7D7844DBB4B1DE712B925B
    MSI (s) (70:D8) [06:50:50:165]: Setting cached product context: machine assigned for product: 67D6ECF5CD5FBA732B8B22BAC8DE1B4D
    MSI (s) (70:D8) [06:50:50:165]: Using cached product context: machine assigned for product: 67D6ECF5CD5FBA732B8B22BAC8DE1B4D
    MSI (s) (70:D8) [06:50:50:165]: Setting cached product context: machine assigned for product: 68AB67CA7DA73301B744AA0100000010
    MSI (s) (70:D8) [06:50:50:165]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744AA0100000010
    MSI (s) (70:D8) [06:50:50:165]: Setting cached product context: machine assigned for product: 6A469D3AA1147184D985C58B08F894E4
    MSI (s) (70:D8) [06:50:50:165]: Using cached product context: machine assigned for product: 6A469D3AA1147184D985C58B08F894E4
    MSI (s) (70:D8) [06:50:50:166]: Setting cached product context: machine assigned for product: 6A47CE31707462D49B9B1E3704F3B380
    MSI (s) (70:D8) [06:50:50:166]: Using cached product context: machine assigned for product: 6A47CE31707462D49B9B1E3704F3B380
    MSI (s) (70:D8) [06:50:50:166]: Setting cached product context: machine assigned for product: 6D02C9913D0101243B16740602F965EA
    MSI (s) (70:D8) [06:50:50:166]: Using cached product context: machine assigned for product: 6D02C9913D0101243B16740602F965EA
    MSI (s) (70:D8) [06:50:50:166]: Setting cached product context: machine assigned for product: 6E58EC68CABDDFF39B774E7BF9389C90
    MSI (s) (70:D8) [06:50:50:167]: Using cached product context: machine assigned for product: 6E58EC68CABDDFF39B774E7BF9389C90
    MSI (s) (70:D8) [06:50:50:167]: Setting cached product context: machine assigned for product: 6E815EB96CCE9A53884E7857C57002F0
    MSI (s) (70:D8) [06:50:50:167]: Using cached product context: machine assigned for product: 6E815EB96CCE9A53884E7857C57002F0
    MSI (s) (70:D8) [06:50:50:167]: Setting cached product context: machine assigned for product: 6F171E2C85B91EC4B7B86BF90AE4AB8B
    MSI (s) (70:D8) [06:50:50:167]: Using cached product context: machine assigned for product: 6F171E2C85B91EC4B7B86BF90AE4AB8B
    MSI (s) (70:D8) [06:50:50:167]: Setting cached product context: machine assigned for product: 703563AF369161D4DB4411C3F830A7DA
    MSI (s) (70:D8) [06:50:50:168]: Using cached product context: machine assigned for product: 703563AF369161D4DB4411C3F830A7DA
    MSI (s) (70:D8) [06:50:50:168]: Setting cached product context: machine assigned for product: 70F3D331855DEC64088E4F7DD5BBDA36
    MSI (s) (70:D8) [06:50:50:168]: Using cached product context: machine assigned for product: 70F3D331855DEC64088E4F7DD5BBDA36
    MSI (s) (70:D8) [06:50:50:168]: Setting cached product context: machine assigned for product: 71963502FD2E9D544BF1A90CACFF4EA8
    MSI (s) (70:D8) [06:50:50:168]: Using cached product context: machine assigned for product: 71963502FD2E9D544BF1A90CACFF4EA8
    MSI (s) (70:D8) [06:50:50:169]: Setting cached product context: machine assigned for product: 71ECED675FCB04698245C30A9438A404
    MSI (s) (70:D8) [06:50:50:169]: Using cached product context: machine assigned for product: 71ECED675FCB04698245C30A9438A404
    MSI (s) (70:D8) [06:50:50:169]: Setting cached product context: machine assigned for product: 734EF03F54E0904D6F92D56869A05619
    MSI (s) (70:D8) [06:50:50:169]: Using cached product context: machine assigned for product: 734EF03F54E0904D6F92D56869A05619
    MSI (s) (70:D8) [06:50:50:169]: Setting cached product context: machine assigned for product: 766F6333940964D4896BC447E3BE5C1B
    MSI (s) (70:D8) [06:50:50:169]: Using cached product context: machine assigned for product: 766F6333940964D4896BC447E3BE5C1B
    MSI (s) (70:D8) [06:50:50:170]: Setting cached product context: machine assigned for product: 775F634D5961F2D4B844CA679CE90020
    MSI (s) (70:D8) [06:50:50:170]: Using cached product context: machine assigned for product: 775F634D5961F2D4B844CA679CE90020
    MSI (s) (70:D8) [06:50:50:170]: Setting cached product context: machine assigned for product: 77AE5BD341A49CE4B8CF37CB48B8ED37
    MSI (s) (70:D8) [06:50:50:170]: Using cached product context: machine assigned for product: 77AE5BD341A49CE4B8CF37CB48B8ED37
    MSI (s) (70:D8) [06:50:50:170]: Setting cached product context: machine assigned for product: 7B292C385A83B0447A137070E0186AF4
    MSI (s) (70:D8) [06:50:50:170]: Using cached product context: machine assigned for product: 7B292C385A83B0447A137070E0186AF4
    MSI (s) (70:D8) [06:50:50:171]: Setting cached product context: machine assigned for product: 7BD4C90EC03660F46A13E87A329932FA
    MSI (s) (70:D8) [06:50:50:171]: Using cached product context: machine assigned for product: 7BD4C90EC03660F46A13E87A329932FA
    MSI (s) (70:D8) [06:50:50:171]: Setting cached product context: machine assigned for product: 7E0BA6F1DDC839B4A832AAE92BEFCF4E
    MSI (s) (70:D8) [06:50:50:171]: Using cached product context: machine assigned for product: 7E0BA6F1DDC839B4A832AAE92BEFCF4E
    MSI (s) (70:D8) [06:50:50:171]: Setting cached product context: machine assigned for product: 7F80AB91827CC964A853FBDB6333EB80
    MSI (s) (70:D8) [06:50:50:171]: Using cached product context: machine assigned for product: 7F80AB91827CC964A853FBDB6333EB80
    MSI (s) (70:D8) [06:50:50:172]: Setting cached product context: machine assigned for product: 7FE52D11CF5885B428878495938C36F7
    MSI (s) (70:D8) [06:50:50:172]: Using cached product context: machine assigned for product: 7FE52D11CF5885B428878495938C36F7
    MSI (s) (70:D8) [06:50:50:172]: Setting cached product context: machine assigned for product: 80D32D2DE01D6D3488C3870E2BCAC96C
    MSI (s) (70:D8) [06:50:50:172]: Using cached product context: machine assigned for product: 80D32D2DE01D6D3488C3870E2BCAC96C
    MSI (s) (70:D8) [06:50:50:172]: Setting cached product context: machine assigned for product: 82D6625F2B0E0314FB5CEE51A55D41CD
    MSI (s) (70:D8) [06:50:50:172]: Using cached product context: machine assigned for product: 82D6625F2B0E0314FB5CEE51A55D41CD
    MSI (s) (70:D8) [06:50:50:173]: Setting cached product context: machine assigned for product: 84b9c17023c712640acaf308593282f8
    MSI (s) (70:D8) [06:50:50:173]: Using cached product context: machine assigned for product: 84b9c17023c712640acaf308593282f8
    MSI (s) (70:D8) [06:50:50:173]: Setting cached product context: machine assigned for product: 875BCCE3E405A7F48A4BFCF4B339B944
    MSI (s) (70:D8) [06:50:50:173]: Using cached product context: machine assigned for product: 875BCCE3E405A7F48A4BFCF4B339B944
    MSI (s) (70:D8) [06:50:50:173]: Setting cached product context: machine assigned for product: 8E30DAA956F42ED4F8C6B170C9C05812
    MSI (s) (70:D8) [06:50:50:173]: Using cached product context: machine assigned for product: 8E30DAA956F42ED4F8C6B170C9C05812
    MSI (s) (70:D8) [06:50:50:174]: Setting cached product context: machine assigned for product: 928D954C0FF0012C2BFB38BD36CFD116
    MSI (s) (70:D8) [06:50:50:174]: Using cached product context: machine assigned for product: 928D954C0FF0012C2BFB38BD36CFD116
    MSI (s) (70:D8) [06:50:50:174]: Setting cached product context: machine assigned for product: 9322D015E2C6B754590984E55C259DD4
    MSI (s) (70:D8) [06:50:50:174]: Using cached product context: machine assigned for product: 9322D015E2C6B754590984E55C259DD4
    MSI (s) (70:D8) [06:50:50:174]: Setting cached product context: machine assigned for product: 934DF9520B3163100D0AAF98BB5038D1
    MSI (s) (70:D8) [06:50:50:174]: Using cached product context: machine assigned for product: 934DF9520B3163100D0AAF98BB5038D1
    MSI (s) (70:D8) [06:50:50:175]: Setting cached product context: machine assigned for product: 93BAD29AC2E44034A96BCB446EB8552E
    MSI (s) (70:D8) [06:50:50:175]: Using cached product context: machine assigned for product: 93BAD29AC2E44034A96BCB446EB8552E
    MSI (s) (70:D8) [06:50:50:175]: Setting cached product context: machine assigned for product: 97B0E634BFC2F5E439081EC7B1520D5C
    MSI (s) (70:D8) [06:50:50:175]: Using cached product context: machine assigned for product: 97B0E634BFC2F5E439081EC7B1520D5C
    MSI (s) (70:D8) [06:50:50:175]: Setting cached product context: machine assigned for product: 9A4666D624338494B9E730E4EF63F6F0
    MSI (s) (70:D8) [06:50:50:176]: Using cached product context: machine assigned for product: 9A4666D624338494B9E730E4EF63F6F0
    MSI (s) (70:D8) [06:50:50:176]: Setting cached product context: machine assigned for product: 9FC8002245B22204FA8DB3D7248CE9B6
    MSI (s) (70:D8) [06:50:50:176]: Using cached product context: machine assigned for product: 9FC8002245B22204FA8DB3D7248CE9B6
    MSI (s) (70:D8) [06:50:50:176]: Setting cached product context: machine assigned for product: A57765D93F393A44082948E08362ED03
    MSI (s) (70:D8) [06:50:50:176]: Using cached product context: machine assigned for product: A57765D93F393A44082948E08362ED03
    MSI (s) (70:D8) [06:50:50:177]: Setting cached product context: machine assigned for product: A6C64DD86500CEF47BA082BB611A1FF1
    MSI (s) (70:D8) [06:50:50:177]: Using cached product context: machine assigned for product: A6C64DD86500CEF47BA082BB611A1FF1
    MSI (s) (70:D8) [06:50:50:177]: Setting cached product context: machine assigned for product: A7E111539B30CE524F431ADC799670CF
    MSI (s) (70:D8) [06:50:50:177]: Using cached product context: machine assigned for product: A7E111539B30CE524F431ADC799670CF
    MSI (s) (70:D8) [06:50:50:177]: Setting cached product context: machine assigned for product: ADDC9F256F629944090ED6DD6E2D52C9
    MSI (s) (70:D8) [06:50:50:177]: Using cached product context: machine assigned for product: ADDC9F256F629944090ED6DD6E2D52C9
    MSI (s) (70:D8) [06:50:50:178]: Setting cached product context: machine assigned for product: AFAD45F1162926A45BD9C6F9624BF84E
    MSI (s) (70:D8) [06:50:50:178]: Using cached product context: machine assigned for product: AFAD45F1162926A45BD9C6F9624BF84E
    MSI (s) (70:D8) [06:50:50:178]: Setting cached product context: machine assigned for product: B09563757C631884E5EB9F3B090F7047
    MSI (s) (70:D8) [06:50:50:178]: Using cached product context: machine assigned for product: B09563757C631884E5EB9F3B090F7047
    MSI (s) (70:D8) [06:50:50:178]: Setting cached product context: machine assigned for product: B0C43BE845FA562F48C4E3F69AEAF2DC
    MSI (s) (70:D8) [06:50:50:178]: Using cached product context: machine assigned for product: B0C43BE845FA562F48C4E3F69AEAF2DC
    MSI (s) (70:D8) [06:50:50:179]: Setting cached product context: machine assigned for product: b25099274a207264182f8181add555d0
    MSI (s) (70:D8) [06:50:50:179]: Using cached product context: machine assigned for product: b25099274a207264182f8181add555d0
    MSI (s) (70:D8) [06:50:50:179]: Setting cached product context: machine assigned for product: B402F3A6C32323E78F097A03788627D8
    MSI (s) (70:D8) [06:50:50:179]: Using cached product context: machine assigned for product: B402F3A6C32323E78F097A03788627D8
    MSI (s) (70:D8) [06:50:50:179]: Setting cached product context: machine assigned for product: B6ACDB9A3563B764CA384963D73AFB3E
    MSI (s) (70:D8) [06:50:50:179]: Using cached product context: machine assigned for product: B6ACDB9A3563B764CA384963D73AFB3E
    MSI (s) (70:D8) [06:50:50:180]: Setting cached product context: machine assigned for product: B7573E6B77E5519368A6CCCFB4D891C4
    MSI (s) (70:D8) [06:50:50:180]: Using cached product context: machine assigned for product: B7573E6B77E5519368A6CCCFB4D891C4
    MSI (s) (70:D8) [06:50:50:180]: Setting cached product context: machine assigned for product: BA67B20212B1E4342A9887D867D7A3C7
    MSI (s) (70:D8) [06:50:50:180]: Using cached product context: machine assigned for product: BA67B20212B1E4342A9887D867D7A3C7
    MSI (s) (70:D8) [06:50:50:180]: Setting cached product context: machine assigned for product: BAF5E720674195C4AA4B23FE82253099
    MSI (s) (70:D8) [06:50:50:180]: Using cached product context: machine assigned for product: BAF5E720674195C4AA4B23FE82253099
    MSI (s) (70:D8) [06:50:50:181]: Setting cached product context: machine assigned for product: BBC7B38C637C64FB8923A7D9709E9DC4
    MSI (s) (70:D8) [06:50:50:181]: Using cached product context: machine assigned for product: BBC7B38C637C64FB8923A7D9709E9DC4
    MSI (s) (70:D8) [06:50:50:181]: Setting cached product context: machine assigned for product: BD5868FDE422AA74997BF7DCF7213F86
    MSI (s) (70:D8) [06:50:50:181]: Using cached product context: machine assigned for product: BD5868FDE422AA74997BF7DCF7213F86
    MSI (s) (70:D8) [06:50:50:181]: Setting cached product context: machine assigned for product: BFF8CCA148D950C44AED2DA8B99C6189
    MSI (s) (70:D8) [06:50:50:181]: Using cached product context: machine assigned for product: BFF8CCA148D950C44AED2DA8B99C6189
    MSI (s) (70:D8) [06:50:50:181]: Setting cached product context: machine assigned for product: C14037C917BAD599EE7C4B9E049FF363
    MSI (s) (70:D8) [06:50:50:181]: Using cached product context: machine assigned for product: C14037C917BAD599EE7C4B9E049FF363
    MSI (s) (70:D8) [06:50:50:182]: Setting cached product context: machine assigned for product: c1c4f01781cc94c4c8fb1542c0981a2a
    MSI (s) (70:D8) [06:50:50:182]: Using cached product context: machine assigned for product: c1c4f01781cc94c4c8fb1542c0981a2a
    MSI (s) (70:D8) [06:50:50:182]: Setting cached product context: machine assigned for product: C1E16264D0E5E484C8CCF7773057BF2A
    MSI (s) (70:D8) [06:50:50:182]: Using cached product context: machine assigned for product: C1E16264D0E5E484C8CCF7773057BF2A
    MSI (s) (70:D8) [06:50:50:182]: Setting cached product context: machine assigned for product: C2AB8AF6B25027048B2E32202C86EBE9
    MSI (s) (70:D8) [06:50:50:182]: Using cached product context: machine assigned for product: C2AB8AF6B25027048B2E32202C86EBE9
    MSI (s) (70:D8) [06:50:50:182]: Setting cached product context: machine assigned for product: C42CF3A20CE691545AB2DF4AAEB9D242
    MSI (s) (70:D8) [06:50:50:182]: Using cached product context: machine assigned for product: C42CF3A20CE691545AB2DF4AAEB9D242
    MSI (s) (70:D8) [06:50:50:182]: Setting cached product context: machine assigned for product: C43F149BA63FF6A49AC7055B49E854F1
    MSI (s) (70:D8) [06:50:50:182]: Using cached product context: machine assigned for product: C43F149BA63FF6A49AC7055B49E854F1
    MSI (s) (70:D8) [06:50:50:183]: Setting cached product context: machine assigned for product: C5F1DFA5ADF8C314FA831F7EDB017DF2
    MSI (s) (70:D8) [06:50:50:183]: Using cached product context: machine assigned for product: C5F1DFA5ADF8C314FA831F7EDB017DF2
    MSI (s) (70:D8) [06:50:50:183]: Setting cached product context: machine assigned for product: C6C6B4370474F674BBC07FFA64E9BD2B
    MSI (s) (70:D8) [06:50:50:183]: Using cached product context: machine assigned for product: C6C6B4370474F674BBC07FFA64E9BD2B
    MSI (s) (70:D8) [06:50:50:183]: Setting cached product context: machine assigned for product: C953167FDEC9EA54A915D96650DC554C
    MSI (s) (70:D8) [06:50:50:183]: Using cached product context: machine assigned for product: C953167FDEC9EA54A915D96650DC554C
    MSI (s) (70:D8) [06:50:50:184]: Setting cached product context: machine assigned for product: CC133055B43CF494CBAD73ECE46F9E42
    MSI (s) (70:D8) [06:50:50:184]: Using cached product context: machine assigned for product: CC133055B43CF494CBAD73ECE46F9E42
    MSI (s) (70:D8) [06:50:50:184]: Setting cached product context: machine assigned for product: CC3CDDBEA343DD0C97ABA8210D2AAC01
    MSI (s) (70:D8) [06:50:50:184]: Using cached product context: machine assigned for product: CC3CDDBEA343DD0C97ABA8210D2AAC01
    MSI (s) (70:D8) [06:50:50:184]: Setting cached product context: machine assigned for product: CF454FAAAC2892F4BA13A60149587EE6
    MSI (s) (70:D8) [06:50:50:184]: Using cached product context: machine assigned for product: CF454FAAAC2892F4BA13A60149587EE6
    MSI (s) (70:D8) [06:50:50:184]: Setting cached product context: machine assigned for product: CFD2C1F142D260E3CB8B271543DA9F98
    MSI (s) (70:D8) [06:50:50:184]: Using cached product context: machine assigned for product: CFD2C1F142D260E3CB8B271543DA9F98
    MSI (s) (70:D8) [06:50:50:185]: Setting cached product context: machine assigned for product: D1DD8E7FDFB9BB83685AEB3F310BC015
    MSI (s) (70:D8) [06:50:50:185]: Using cached product context: machine assigned for product: D1DD8E7FDFB9BB83685AEB3F310BC015
    MSI (s) (70:D8) [06:50:50:185]: Setting cached product context: machine assigned for product: D4B9F933BC00C1C4EB8DCE689ABA06A2
    MSI (s) (70:D8) [06:50:50:185]: Using cached product context: machine assigned for product: D4B9F933BC00C1C4EB8DCE689ABA06A2
    MSI (s) (70:D8) [06:50:50:185]: Setting cached product context: machine assigned for product: D7314F9862C648A4DB8BE2A5B47BE100
    MSI (s) (70:D8) [06:50:50:185]: Using cached product context: machine assigned for product: D7314F9862C648A4DB8BE2A5B47BE100
    MSI (s) (70:D8) [06:50:50:185]: Setting cached product context: machine assigned for product: D7E18DD182D0BEC4782B0C144ACF2B51
    MSI (s) (70:D8) [06:50:50:185]: Using cached product context: machine assigned for product: D7E18DD182D0BEC4782B0C144ACF2B51
    MSI (s) (70:D8) [06:50:50:185]: Setting cached product context: machine assigned for product: D8EF64479F1C24D4AAEAD5CB5E68506A
    MSI (s) (70:D8) [06:50:50:185]: Using cached product context: machine assigned for product: D8EF64479F1C24D4AAEAD5CB5E68506A
    MSI (s) (70:D8) [06:50:50:186]: Setting cached product context: machine assigned for product: DBA18E807F972C9488F1DFC60B796539
    MSI (s) (70:D8) [06:50:50:186]: Using cached product context: machine assigned for product: DBA18E807F972C9488F1DFC60B796539
    MSI (s) (70:D8) [06:50:50:186]: Setting cached product context: machine assigned for product: DF41901B21884A74581A05CFEDF7F133
    MSI (s) (70:D8) [06:50:50:186]: Using cached product context: machine assigned for product: DF41901B21884A74581A05CFEDF7F133
    MSI (s) (70:D8) [06:50:50:186]: Setting cached product context: machine assigned for product: DFC90B5F2B0FFA63D84FD16F6BF37C4B
    MSI (s) (70:D8) [06:50:50:186]: Using cached product context: machine assigned for product: DFC90B5F2B0FFA63D84FD16F6BF37C4B
    MSI (s) (70:D8) [06:50:50:186]: Setting cached product context: machine assigned for product: E08F45ADC1622A148A5545A941F4F295
    MSI (s) (70:D8) [06:50:50:186]: Using cached product context: machine assigned for product: E08F45ADC1622A148A5545A941F4F295
    MSI (s) (70:D8) [06:50:50:186]: Setting cached product context: machine assigned for product: E4A35D8A1A77E32E3A69D6C9682A2F37
    MSI (s) (70:D8) [06:50:50:186]: Using cached product context: machine assigned for product: E4A35D8A1A77E32E3A69D6C9682A2F37
    MSI (s) (70:D8) [06:50:50:187]: Setting cached product context: machine assigned for product: E6C73FFB537D784493C072E130A06AC2
    MSI (s) (70:D8) [06:50:50:187]: Using cached product context: machine assigned for product: E6C73FFB537D784493C072E130A06AC2
    MSI (s) (70:D8) [06:50:50:187]: Setting cached product context: machine assigned for product: E8957B708BF159A1A7035F435A75624B
    MSI (s) (70:D8) [06:50:50:187]: Using cached product context: machine assigned for product: E8957B708BF159A1A7035F435A75624B
    MSI (s) (70:D8) [06:50:50:187]: Setting cached product context: machine assigned for product: E97A59ECCF4EFFF4A857920FB449F22F
    MSI (s) (70:D8) [06:50:50:187]: Using cached product context: machine assigned for product: E97A59ECCF4EFFF4A857920FB449F22F
    MSI (s) (70:D8) [06:50:50:187]: Setting cached product context: machine assigned for product: EA2B394116202D741BAA4FAD0D6F4CB8
    MSI (s) (70:D8) [06:50:50:187]: Using cached product context: machine assigned for product: EA2B394116202D741BAA4FAD0D6F4CB8
    MSI (s) (70:D8) [06:50:50:187]: Setting cached product context: machine assigned for product: EB36D9F2198A93E4FA3B47204D6808C0
    MSI (s) (70:D8) [06:50:50:187]: Using cached product context: machine assigned for product: EB36D9F2198A93E4FA3B47204D6808C0
    MSI (s) (70:D8) [06:50:50:188]: Setting cached product context: machine assigned for product: EEDB8CDDCACDD4042875E3D8B4874276
    MSI (s) (70:D8) [06:50:50:188]: Using cached product context: machine assigned for product: EEDB8CDDCACDD4042875E3D8B4874276
    MSI (s) (70:D8) [06:50:50:188]: Setting cached product context: machine assigned for product: EFEE0228DC83E77358593193D847A0EC
    MSI (s) (70:D8) [06:50:50:188]: Using cached product context: machine assigned for product: EFEE0228DC83E77358593193D847A0EC
    MSI (s) (70:D8) [06:50:50:188]: Setting cached product context: machine assigned for product: F132F0B0A6ECD384AA32773B467F9571
    MSI (s) (70:D8) [06:50:50:188]: Using cached product context: machine assigned for product: F132F0B0A6ECD384AA32773B467F9571
    MSI (s) (70:D8) [06:50:50:188]: Setting cached product context: machine assigned for product: F26615EF6F8D5B34999D4D98A40FF038
    MSI (s) (70:D8) [06:50:50:188]: Using cached product context: machine assigned for product: F26615EF6F8D5B34999D4D98A40FF038
    MSI (s) (70:D8) [06:50:50:188]: Setting cached product context: machine assigned for product: F377200735A22F9E1E16BDD3ADF050EB
    MSI (s) (70:D8) [06:50:50:189]: Using cached product context: machine assigned for product: F377200735A22F9E1E16BDD3ADF050EB
    MSI (s) (70:D8) [06:50:50:189]: Setting cached product context: machine assigned for product: F4E3B286A696ED244AC1C470AE61874B
    MSI (s) (70:D8) [06:50:50:189]: Using cached product context: machine assigned for product: F4E3B286A696ED244AC1C470AE61874B
    MSI (s) (70:D8) [06:50:50:189]: Setting cached product context: machine assigned for product: F5E89A6B7A6DBF64E9D9F1B74F3494C1
    MSI (s) (70:D8) [06:50:50:189]: Using cached product context: machine assigned for product: F5E89A6B7A6DBF64E9D9F1B74F3494C1
    MSI (s) (70:D8) [06:50:50:190]: Setting cached product context: machine assigned for product: F6071111A6667304777712318267D401
    MSI (s) (70:D8) [06:50:50:190]: Using cached product context: machine assigned for product: F6071111A6667304777712318267D401
    MSI (s) (70:D8) [06:50:50:190]: Setting cached product context: machine assigned for product: F60730A4A66673047777F5728467D401
    MSI (s) (70:D8) [06:50:50:190]: Using cached product context: machine assigned for product: F60730A4A66673047777F5728467D401
    MSI (s) (70:D8) [06:50:50:190]: Setting cached product context: machine assigned for product: F81CA3C7B91F2804D831D70683840EC6
    MSI (s) (70:D8) [06:50:50:190]: Using cached product context: machine assigned for product: F81CA3C7B91F2804D831D70683840EC6
    MSI (s) (70:D8) [06:50:50:191]: Setting cached product context: machine assigned for product: F92F4A37CA13DBE4AAB1C05C1FC8F838
    MSI (s) (70:D8) [06:50:50:191]: Using cached product context: machine assigned for product: F92F4A37CA13DBE4AAB1C05C1FC8F838
    MSI (s) (70:D8) [06:50:50:193]: SRSetRestorePoint skipped for this transaction.
    MSI (s) (70:D8) [06:50:50:193]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2
    MSI (s) (70:D8) [06:50:50:196]: File will have security applied from OpCode.
    MSI (s) (70:D8) [06:50:50:201]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'c:\users\rob\appdata\local\temp\air3d39.tmp\setup.msi' against software restriction policy
    MSI (s) (70:D8) [06:50:50:201]: SOFTWARE RESTRICTION POLICY: c:\users\rob\appdata\local\temp\air3d39.tmp\setup.msi has a digital signature
    MSI (s) (70:D8) [06:50:50:256]: SOFTWARE RESTRICTION POLICY: c:\users\rob\appdata\local\temp\air3d39.tmp\setup.msi is permitted to run at the 'unrestricted' authorization level.
    MSI (s) (70:D8) [06:50:50:256]: End dialog not enabled
    MSI (s) (70:D8) [06:50:50:256]: Original package ==> c:\users\rob\appdata\local\temp\air3d39.tmp\setup.msi
    MSI (s) (70:D8) [06:50:50:256]: Package we're running from ==> c:\Windows\Installer\51d5cec.msi
    MSI (s) (70:D8) [06:50:50:258]: APPCOMPAT: Compatibility mode property overrides found.
    MSI (s) (70:D8) [06:50:50:258]: APPCOMPAT: looking for appcompat database entry with ProductCode '{14DC0059-00F1-4F62-BD1A-AB23CD51A95E}'.
    MSI (s) (70:D8) [06:50:50:258]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (70:D8) [06:50:50:263]: MSCOREE not loaded loading copy from system32
    MSI (s) (70:D8) [06:50:50:268]: Machine policy value 'TransformsSecure' is 0
    MSI (s) (70:D8) [06:50:50:268]: User policy value 'TransformsAtSource' is 0
    MSI (s) (70:D8) [06:50:50:268]: Machine policy value 'DisablePatch' is 0
    MSI (s) (70:D8) [06:50:50:268]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (s) (70:D8) [06:50:50:268]: Machine policy value 'DisableLUAPatching' is 0
    MSI (s) (70:D8) [06:50:50:268]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (s) (70:D8) [06:50:50:268]: Enabling baseline caching for this transaction since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor update patch is active
    MSI (s) (70:D8) [06:50:50:269]: APPCOMPAT: looking for appcompat database entry with ProductCode '{14DC0059-00F1-4F62-BD1A-AB23CD51A95E}'.
    MSI (s) (70:D8) [06:50:50:269]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (70:D8) [06:50:50:269]: Transforms are not secure.
    MSI (s) (70:D8) [06:50:50:269]: Note: 1: 2205 2:  3: Control
    MSI (s) (70:D8) [06:50:50:269]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\Users\Rob\AppData\Local\Temp\MSI38408.LOG'.
    MSI (s) (70:D8) [06:50:50:269]: Command Line: CURRENTDIRECTORY=C:\Users\Rob\Downloads CLIENTUILEVEL=3 MSICLIENTUSESEXTERNALUI=1 CLIENTPROCESSID=6888
    MSI (s) (70:D8) [06:50:50:269]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{0C8F1352-A5B9-4AAD-9E45-612DBB4F5E97}'.
    MSI (s) (70:D8) [06:50:50:269]: Product Code passed to Engine.Initialize:           ''
    MSI (s) (70:D8) [06:50:50:269]: Product Code from property table before transforms: '{14DC0059-00F1-4F62-BD1A-AB23CD51A95E}'
    MSI (s) (70:D8) [06:50:50:269]: Product Code from property table after transforms:  '{14DC0059-00F1-4F62-BD1A-AB23CD51A95E}'
    MSI (s) (70:D8) [06:50:50:269]: Product not registered: beginning first-time install
    MSI (s) (70:D8) [06:50:50:269]: Product {14DC0059-00F1-4F62-BD1A-AB23CD51A95E} is not managed.
    MSI (s) (70:D8) [06:50:50:269]: MSI_LUA: Credential prompt not required, user is an admin
    MSI (s) (70:D8) [06:50:50:270]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
    MSI (s) (70:D8) [06:50:50:270]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (s) (70:D8) [06:50:50:270]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (70:D8) [06:50:50:270]: Adding new sources is allowed.
    MSI (s) (70:D8) [06:50:50:270]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
    MSI (s) (70:D8) [06:50:50:270]: Package name extracted from package path: 'setup.msi'
    MSI (s) (70:D8) [06:50:50:270]: Package to be registered: 'setup.msi'
    MSI (s) (70:D8) [06:50:50:270]: Note: 1: 2205 2:  3: Error
    MSI (s) (70:D8) [06:50:50:271]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (s) (70:D8) [06:50:50:271]: Machine policy value 'DisableMsi' is 0
    MSI (s) (70:D8) [06:50:50:272]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (70:D8) [06:50:50:272]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (70:D8) [06:50:50:272]: Product installation will be elevated because user is admin and product is being installed per-machine.
    MSI (s) (70:D8) [06:50:50:272]: Running product '{14DC0059-00F1-4F62-BD1A-AB23CD51A95E}' with elevated privileges: Product is assigned.
    MSI (s) (70:D8) [06:50:50:272]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Users\Rob\Downloads'.
    MSI (s) (70:D8) [06:50:50:272]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
    MSI (s) (70:D8) [06:50:50:272]: PROPERTY CHANGE: Adding MSICLIENTUSESEXTERNALUI property. Its value is '1'.
    MSI (s) (70:D8) [06:50:50:272]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '6888'.
    MSI (s) (70:D8) [06:50:50:272]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
    MSI (s) (70:D8) [06:50:50:273]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is 'a22b50bb9ccf8342a74b096ecaaba87d'.
    MSI (s) (70:D8) [06:50:50:273]: RESTART MANAGER: Session opened.
    MSI (s) (70:D8) [06:50:50:273]: TRANSFORMS property is now:
    MSI (s) (70:D8) [06:50:50:273]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
    MSI (s) (70:D8) [06:50:50:275]: SHELL32::SHGetFolderPath returned: C:\Users\Rob\AppData\Roaming
    MSI (s) (70:D8) [06:50:50:277]: SHELL32::SHGetFolderPath returned: C:\Users\Rob\Favorites
    MSI (s) (70:D8) [06:50:50:278]: SHELL32::SHGetFolderPath returned: C:\Users\Rob\AppData\Roaming\Microsoft\Windows\Network Shortcuts
    MSI (s) (70:D8) [06:50:50:280]: SHELL32::SHGetFolderPath returned: C:\Users\Rob\Documents
    MSI (s) (70:D8) [06:50:50:281]: SHELL32::SHGetFolderPath returned: C:\Users\Rob\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
    MSI (s) (70:D8) [06:50:50:283]: SHELL32::SHGetFolderPath returned: C:\Users\Rob\AppData\Roaming\Microsoft\Windows\Recent
    MSI (s) (70:D8) [06:50:50:285]: SHELL32::SHGetFolderPath returned: C:\Users\Rob\AppData\Roaming\Microsoft\Windows\SendTo
    MSI (s) (70:D8) [06:50:50:286]: SHELL32::SHGetFolderPath returned: C:\Users\Rob\AppData\Roaming\Microsoft\Windows\Templates
    MSI (s) (70:D8) [06:50:50:286]: SHELL32::SHGetFolderPath returned: C:\ProgramData
    MSI (s) (70:D8) [06:50:50:288]: SHELL32::SHGetFolderPath returned: C:\Users\Rob\AppData\Local
    MSI (s) (70:D8) [06:50:50:289]: SHELL32::SHGetFolderPath returned: C:\Users\Rob\Pictures
    MSI (s) (70:D8) [06:50:50:292]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (70:D8) [06:50:50:294]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (70:D8) [06:50:50:295]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    MSI (s) (70:D8) [06:50:50:297]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
    MSI (s) (70:D8) [06:50:50:298]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
    MSI (s) (70:D8) [06:50:50:301]: SHELL32::SHGetFolderPath returned: C:\Users\Rob\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (70:D8) [06:50:50:303]: SHELL32::SHGetFolderPath returned: C:\Users\Rob\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (70:D8) [06:50:50:304]: SHELL32::SHGetFolderPath returned: C:\Users\Rob\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    MSI (s) (70:D8) [06:50:50:306]: SHELL32::SHGetFolderPath returned: C:\Users\Rob\AppData\Roaming\Microsoft\Windows\Start Menu
    MSI (s) (70:D8) [06:50:50:308]: SHELL32::SHGetFolderPath returned: C:\Users\Rob\Desktop
    MSI (s) (70:D8) [06:50:50:310]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
    MSI (s) (70:D8) [06:50:50:310]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
    MSI (s) (70:D8) [06:50:50:311]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (s) (70:D8) [06:50:50:316]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
    MSI (s) (70:D8) [06:50:50:316]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
    MSI (s) (70:D8) [06:50:50:316]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (s) (70:D8) [06:50:50:316]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (70:D8) [06:50:50:316]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Rob'.
    MSI (s) (70:D8) [06:50:50:317]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (70:D8) [06:50:50:317]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'c:\Windows\Installer\51d5cec.msi'.
    MSI (s) (70:D8) [06:50:50:317]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'c:\users\rob\appdata\local\temp\air3d39.tmp\setup.msi'.
    MSI (s) (70:D8) [06:50:50:317]: Machine policy value 'MsiDisableEmbeddedUI' is 0
    MSI (s) (70:D8) [06:50:50:317]: EEUI - Disabling MsiEmbeddedUI due to existing external or embedded UI
    MSI (s) (70:D8) [06:50:50:317]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install
    MSI (s) (70:D8) [06:50:50:317]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (70:D8) [06:50:50:317]: Machine policy value 'DisableRollback' is 0
    MSI (s) (70:D8) [06:50:50:317]: User policy value 'DisableRollback' is 0
    MSI (s) (70:D8) [06:50:50:317]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
    === Logging started: 27/11/2012  06:50:50 ===
    MSI (s) (70:D8) [06:50:50:318]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (s) (70:D8) [06:50:50:318]: Doing action: INSTALL
    MSI (s) (70:D8) [06:50:50:318]: Note: 1: 2205 2:  3: ActionText
    Action start 06:50:50: INSTALL.
    MSI (s) (70:D8) [06:50:50:318]: Running ExecuteSequence
    MSI (s) (70:D8) [06:50:50:318]: Doing action: FindRelatedProducts
    MSI (s) (70:D8) [06:50:50:318]: Note: 1: 2205 2:  3: ActionText
    Action start 06:50:50: FindRelatedProducts.
    MSI (s) (70:D8) [06:50:50:319]: Doing action: ValidateProductID
    MSI (s) (70:D8) [06:50:50:319]: Note: 1: 2205 2:  3: ActionText
    Action ended 06:50:50: FindRelatedProducts. Return value 1.
    Action start 06:50:50: ValidateProductID.
    MSI (s) (70:D8) [06:50:50:320]: Doing action: SetSHAREDADDINFOLDER
    MSI (s) (70:D8) [06:50:50:320]: Note: 1: 2205 2:  3: ActionText
    Action ended 06:50:50: ValidateProductID. Return value 1.
    MSI (s) (70:D8) [06:50:50:320]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'SetSHAREDADDINFOLDER'
    MSI (s) (70:D8) [06:50:50:320]: PROPERTY CHANGE: Modifying SHAREDADDINFOLDER property. Its current value is '(computed)'. Its new value: 'C:\Program Files (x86)\Adobe\Flash Player\AddIns\airappinstaller'.
    Action start 06:50:50: SetSHAREDADDINFOLDER.
    MSI (s) (70:D8) [06:50:50:321]: Doing action: CostInitialize
    MSI (s) (70:D8) [06:50:50:321]: Note: 1: 2205 2:  3: ActionText
    Action ended 06:50:50: SetSHAREDADDINFOLDER. Return value 1.
    MSI (s) (70:D8) [06:50:50:321]: Machine policy value 'MaxPatchCacheSize' is 10
    MSI (s) (70:D8) [06:50:50:322]: Baseline: Sorting baselines for {14DC0059-00F1-4F62-BD1A-AB23CD51A95E}.
    MSI (s) (70:D8) [06:50:50:322]: Baseline: New baseline 3.5.0 from transaction.
    MSI (s) (70:D8) [06:50:50:322]: Baseline: Sorted order Native: Order 0.
    MSI (s) (70:D8) [06:50:50:322]: Baseline Data Table:
    MSI (s) (70:D8) [06:50:50:322]: ProductCode: {14DC0059-00F1-4F62-BD1A-AB23CD51A95E} Version: 3.5.0 Attributes: 0 PatchId: Native BaselineId: -2147483648 Order: 0
    MSI (s) (70:D8) [06:50:50:322]: Baseline File Table:
    MSI (s) (70:D8) [06:50:50:345]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'c:\'.
    MSI (s) (70:D8) [06:50:50:346]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
    MSI (s) (70:D8) [06:50:50:346]: Note: 1: 2205 2:  3: Patch
    MSI (s) (70:D8) [06:50:50:346]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (70:D8) [06:50:50:346]: Note: 1: 2205 2:  3: MsiPatchHeaders
    MSI (s) (70:D8) [06:50:50:346]: Note: 1: 2205 2:  3: __MsiPatchFileList
    MSI (s) (70:D8) [06:50:50:346]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (70:D8) [06:50:50:346]: Note: 1: 2228 2:  3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId` 
    MSI (s) (70:D8) [06:50:50:346]: Delta compression fallback method for this product transaction is 'MSI 2.0 legacy obsolescence'
    MSI (s) (70:D8) [06:50:50:346]: Note: 1: 2205 2:  3: Patch
    Action start 06:50:50: CostInitialize.
    MSI (s) (70:D8) [06:50:50:347]: Doing action: FileCost
    MSI (s) (70:D8) [06:50:50:347]: Note: 1: 2205 2:  3: ActionText
    Action ended 06:50:50: CostInitialize. Return value 1.
    MSI (s) (70:D8) [06:50:50:348]: Note: 1: 2205 2:  3: MsiAssembly
    MSI (s) (70:D8) [06:50:50:348]: Note: 1: 2205 2:  3: Class

    Thank you for the logs.  It appears that the problem is within the MSI sub install and specifically when it tries to modify a registry key.
    MSI (s) (70:D8) [06:50:52:357]: Product: Adobe AIR -- Error 1402. Could not open key: UNKNOWN\Components\75DE182506DA53243AD47F75E182CFC4\9500CD411F0026F4D BA1BA32DC159AE5.  System error 5.  Verify that you have sufficient access to that key, or contact your support personnel.
    Could you search your registry for "9500CD411F0026F4D BA1BA32DC159AE5" or "75DE182506DA53243AD47F75E182CFC4" to see if they exist?  If they do, can you right click on them and select "permissions" and then list the values that you have in that dialog?

Maybe you are looking for

  • Are there any professional tax preparation programs available for Mac?

    After seeing how much I love my Intel iMac, my dad really wants one. He does book keeping and tax preparation for his clients from home, so he would need some type of tax software that would work with a mac. Keep in mind, he would need professional l

  • Authority CHeck VK11

    Hi Guru's, I want to have a authority check for  table control field KOMG-KBSTAT in the screen 1850 for the program SAPMV13A. I know how to create the authorisation object and also tested a sample code for a z-report . I want the details how to apply

  • Asurion is a rip-off

    Don't get the insurance.  I paid IN FULL $100 on my daughter's Reality phone when she upgraded.  After 14 months the phone wouldn't charge.  I called customer service and explained the situation.  I was asked if the phone had gotten wet, which it had

  • Safari keeps crashing (on both 10.9 and 10.10) (macbook pro)

    My safari keeps crashing. I Upgraded from mavericks to yosemite, but it still keeps happening ( Don't know if it is for the same reason though). The only plugin i have installed is Ad Block. Is it a hardware problem? I have upgraded my Mid 2010, 13 i

  • Flash player "Movie not loaded" in Chrome on certain pages.

    When tryingto load a video in Chrome I get a blank window and a "movie not loaded" message when I right click. The video doesn't work in Firefox or IE either. It just doesn't display the player at all. Youtube works though and I can see the test flas