Adobe Air Problem with SQL Lite

Hi
I am facing a strange, weired error.. and i am hating it
SQLError: 'Error #3132: Data type mismatch.', details:'could not convert text value to numeric value.', operation:'execute', detailID:'2300'
here is my code:
stmt = new SQLStatement();
stmt.text = "UPDATE PracticeTable SET UserAnswer=:userAnswer, TimeTaken=:timeTaken WHERE Primarykey=:primaryKey";
stmt.parameters[":userAnswer"] = "C";
stmt.parameters[":timeTaken"] = "10";
stmt.parameters[":primaryKey"] = 141;
stmt.sqlConnection = MySQLConnection.Instance.Connection;
stmt.execute();
following is my table
CREATE TABLE "PracticeTable" ("PrimaryKey" INTEGER PRIMARY KEY  AUTOINCREMENT  NOT NULL  , "CategoryName" VARCHAR NOT NULL , "QuestionHTMLName" VARCHAR NOT NULL , "AnswerHTMLName" VARCHAR, "AnswerCorrectOption" VARCHAR, "NoOfOptions" INTEGER, "UserAnswer" VARCHAR, "TimeTaken" VARCHAR, "StatusOfAnswer" VARCHAR, "BookMark" VARCHAR, "RCJoin" VARCHAR DEFAULT 0, "SyncFlage" INTEGER NOT NULL  DEFAULT 0)
I really can't figure out what's wrong, please someone helppppp !!!!
Best regards,
Ahmed.

I'd try simplyfying my statement a bit and see if you still have the issue.  Perhaps your parameters are just not being interpreted as the right datatype before being executed
stmt = new SQLStatement();
var myParams = {userAnswer: "C", timeTaken: "10", primaryKey:141};
stmt.text = "UPDATE PracticeTable SET UserAnswer='" + myParams.userAnswer + "', TimeTaken='" + myParams.timeTaken + "' WHERE Primarykey=" + myParams.primaryKey;
stmt.sqlConnection = MySQLConnection.Instance.Connection;
stmt.execute();

Similar Messages

  • URGENT: Tomcat + Adobe AIR, problem with open .doc

    Hello!
    I've got a web application (Java) in Tomcat.
    I compile using Adobe AIR sdk with this:
    adt -package -storetype pkcs12 -keystore melcos.pfx -target native MELCOS.air
    MELCOS-app.xml MELCOS.html AIRAliases.js icons
    This is my app.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <application xmlns="http://ns.adobe.com/air/application/2.5">
      <id>project.html.melcos</id>
      <name>
        <text xml:lang="it">Software M.EL.COS. - MME</text>
      </name>
      <versionNumber>1.0.0</versionNumber>
      <filename>Prova</filename>
      <copyright>Copyright</copyright>
      <initialWindow>
        <content>MELCOS.html</content>
        <title>Prova</title>
        <visible>true</visible>
        <width>1024</width>
        <height>768</height>
      </initialWindow>
         <icon>
              <image16x16>icons/logo16.png</image16x16>
              <image32x32>icons/logo32.png</image32x32>
              <image48x48>icons/logo48.png</image48x48>
              <image128x128>icons/logo128.png</image128x128>
         </icon>
         <allowBrowserInvocation>true</allowBrowserInvocation> 
    </application>
    and this is MELCOS.html:
    <html>
    <head>
    <title>M.EL.COS. - MME</title>
      <script type="text/javascript" src="AIRAliases.js"></script>
      <script type="text/javascript">
        function appLoad(){
            window.location="http://localhost:8082/MELCOS";
      </script>
    </head>
    <body onLoad="appLoad()">
    </body>
    </html>
    Now...Tomcat6029 are a Windows service and it start with user SYSTEM.
    In my Java project i build a .doc file and i try to open it directly with default windows application:
    FinalFile = "prova.doc";
    File file = new File("C:\\MELCOS\\run\\web\\tomcat6029\\webapps\\MELCOS\\fronte_quadro\\"+FinalFile);
    Desktop desktop = Desktop.getDesktop();
    desktop.open(file);
    The process start (for example WINWORD.exe) but start with user SYSTEM, and user interface of Microsoft Word don't start.
    (I've try to use getDesktop, ProcessBuilder, getRuntime without results).
    If i try to open directly .doc like browser (stop on url http://localhost:8080/MELCOS/fronte_quadro/prova.doc) Adobe AIR don't open anything.
    I've read that there is a method named openWithDefaultApplication, but i haven't find if it's possible to call this method in java file.
    Can you help me?
    I've got to start Microsoft Word (in this example) and open my files, or i've to open a pop-up like browser's "open - save as - close" window.
    Thanks.
    Morkar88

    Thanks Chris,
    i try to create file "open_document.js":
    import flash.filesystem.File;
    import flash.net.FileFilter;
    var f = air.File.desktopDirectory.resolvePath("preventivo_11.doc");
    f.openWithDefaultApplication();
    when i try to open this file in Adobe AIR (i call http://localhost:8080/MyProject/document/open_document.js"), Adobe Air open new window and with my file .js like a normal text file.
    I try also with "open_document.html":
    <html>
    <head>
    <script language="javascript">
    import flash.filesystem.File;
    import flash.net.FileFilter;
    function opendoc() {
      var f = air.File.desktopDirectory.resolvePath("preventivo_11.doc");
      f.openWithDefaultApplication();
    </script>
    </head>
    <body onLoad="opendoc()">
    </body>
    </html>
    But nothing start....
    (my file "preventivo_11.doc" is in C:\Project\tomcat\webapps\MyProject\document\)
    Why? What i have to do?
    Thanks
    P.S. i've got error with import: flash.ecc... and if i remove import, error with air.File.

  • Problem with SQL connection and a Collection

    hi all,
    I have two problems with sql...
    1. how can I assign the values of a resultset to a collection?
    2. how can I close the sql connection, because when I close the statement and connection error shows me in the resultset
    thanks!

    Hello Pablo,
    RetrivingResults In Collection:
    1)   use getObject method, and assign it to collection.
              Collection c_obj=new ArrayList();
             while(rs.next())
                    c_obj.add(rs.getInt(Project_ID), rs.getString(Project_Name));
    Closing ResultSet
    2)               The close() methos of ResultSet closes the ResultSet object, like bellow
                    ResultSet rs = stmt.executeQuery("SELECT a, b FROM TABLE2");
                    rs.close(); //Closes the result set

  • I cannot use this version of the application Adobe Air Installer with this version of Mac OS X.

    I have Mac OS 10.5.8 and every time I try to install Air Adobe 3 I get the message
    "You cannot use this version of the application Adobe Air Installer with this version of Mac OS X." 
    Could anyone help me? 
    Jai

    Hi,
    Adobe won't be developing for 10.5.8 new features (including new runtime) only security relates updates for existing runtimes (Flash 10.3.*/Air 2.7.*). Flash 11/Air 3.0 are only supported on 10.6.8.*/10.7.*, see:
    http://kb2.adobe.com/cps/916/cpsid_91694.html#main_system_requirements
    There is recent,  lengthy thread on forums with Adobe's employees statements on that subject (support/development for 10.5.* and newer) but I cannot find it quickly as basically forum search is broken/hard to do,
    regards,
    Peter

  • Adobe Send - Problem with uploading files. When is this going to get fixed?

    When is the Adobe Send problem with uploading files going to get fixed. Similar to others - I have tried and tried to make Adobe Send work and get an error. I have tried to upload the file and it looks like it uploads and then - it is nowhere to be found.
    I then go to Adobe Send Now and it works fine.

    The problem is the same as described in other similar threads.
    I have a 57 MB PowerPoint file I am trying to send using Adobe Send. I go through the normal steps to identify the file and select recipients and then send the file. After the file completes the upload - an error saying there was a problem comes up and the file is not uploaded.
    I have tried to upload the file to the site with similar results - error and the file doesn't go.
    I can go to the old SendNow site and it works flawlessly.
    If I need to get screenshots - let me know. There are several other threads describing this same problem. It isn't something new or not heard of before.
    Sent from my iPod

  • Testing adobe air application with qtp

    Hi,
    We want to test our adobe air applications with quicktest. Where can I find addin for QTP and how do the AIR applcation have to be developed? What have to be done? There is no much info in google about this.
    Thank you in advanced!

    QTP does not currently work with AIR applications.  It will work with Web deployed FLEX applications.
    I have been told by Adobe that whilst they're not sure of an exact date, they do believe that QTP will be supported in AIR with Flex 4.
    You might want to look at some alternatives:
    http://code.google.com/p/fluint/
    http://code.google.com/p/flexmonkey/
    http://www.borland.com/us/products/silk/silktest/index.html

  • Accidentally associated Adobe AIR file with Acrobat, now an otherwise easily fixed problem has been causing me far too much anger.

    I accidentally associated an Adobe AIR file to open Adobe Acrobat in it's stead, now an otherwise easily fixed problem has been causing me far too much anger.
    Basically I downloaded an .air file after recently reformatting my computer, and I tried to open it with Acrobat. Now, since there is no actual application and or shortcut created by AIR I can't just tell the file to use that. I've found that I'm not alone in this issue, have tried a few things I've read on both this forum and others, and have come to no resolution as of yet. This file isn't anything of any great significance, but it bugs me so much that at this point I just want to know how to fix this and win this little battle.
    Thanks in advance to anyone willing to help.

    Thank JJMack - that has helped me get closer to the problem.
    I opened the resource monitor and you can see a screenshot of what is going on when I try to save a simple, 9 Kb graphic. (I'm saving an RGB JPG, not a PNG or animated GIF file. Doing anything complex / memory intensive than saving or simple edits in PS is almost impossible.)
    As you can see from the screencap below, when I save (it doesn't make a difference if it is save vs. save to web or a network or local drive) Photoshop becomes unresponsive. (From past experiences, if I try to switch to a non-Adobe program it will also freeze and sometimes crash.) When PS becomes unresponsive, the NT Kernel & System immediately goes to the top of the list and uses 200+ threads.
    From there Photoshop will typically be frozen for about a minute, then will recover and take another minute or two to finish the save. At that point PS is okay, but the rest of the computer is still frozen with CPU oscillating up to almost 100%.
    As soon as the NT Kernel & System settles down, everything is back to normal again (as long as I haven't used other programs, which in one case required a hard reboot.)
    It is pretty clear the problem is rooted in Adobe / Window 7 as I only have this problem with Adobe programs. (Illustrator isn't as bad, but I've had problems with it as well.)
    The question is: How do I fix this, as it is killing my ability to work?
    Thanks! Julie

  • DirecTv NFL Supercast with Adobe Air - Problem - HELP

    I am attempting to download the DirecTv Supercast feature so I can watch NFL Sunday Ticket online.  I am unable to get Supercast to work via Adobe Air.  When I attempt to download Supercast, I get an error message (see first  screen shot) that states, "The application could not be installed because the AIR file is damaged. Try obtaining a new AIR file from the application author."  After I download Adobe Air from the Adobe website, it installs fine; however, if I attempt to install Supercast after installing Adobe Air I get an error message (see second screen shot) that states, "The application could not be installed. Try installing it again. If the problem persists, contact the application author. Error 2032."  I have the latest Adobe flash player.  I have already viewed DirecTV online FAQs and called customer service… neither have helped resolve the issue.  I have uninstalled and reinstalled all software numerous times.  I have also attempted the installs with all firewalls off.  Nothing has worked.  I get the same problem on 4 different computers (3 running Vista and 1 running XP).  Anyone have any ideas what the problem might be?  Thanks for the help.

    hey my name is tom im in the army stationed out here in bulgaria and i have been having this same problem for 2 weeks now trying to watch the games,i downloaded and uninstalled adobe air hundreds of times, but directtv when i click there thing to install the supercast it dosnt work, i think it might be the isp aswell, would u please be able to send me the direct link or the direct file for supercast? or tell me  a easy way to fix it, i dont know anything about vpn's so thats not going to work. id appreciate it if u could just send it to me thanks         tom.burns421  at  live  dot com is a email please send it to there and put who its from in the subject so i know

  • Adobe AIR problems keeping Muse from installing - Can't install, uninstall or fix AIR

    I'm on a iMac 27 inch running 10.9.2. Believe it or not I've been all over the place and back for 2 days.
    I can't get Adobe AIR on my computer.  Adobe Muse support told me that AIR is the reason that Muse won't go onto my computer and sends me to support for AIR, which promptly told me that I needed to come to the forum for help and would not connect me back to the support for Muse. 
    I have read some of the stuff here but it's not helping. I was having the issue that Matthew was having here: http://forums.adobe.com/message/3628339.
    So I manually uninstalled by throwing these items in the trash as instructed by Chris (because I'm afraid of Terminal):
    /Applications/Utilities/Adobe AIR Application Installer.app
    /Applications/Utilities/Adobe AIR Uninstaller.app
    /Library/Frameworks/Adobe AIR.framework (the 3 I found where NOT in this folder. I searched and found them in Spotlight and later when I "put back" from the trash it put them somewhere with Flash CS6)
    /Users/<username>/Library/Application Support/Adobe/AIR
    Then I rebooted the computer and tried to install the new installation that support gave me in a chat window today and again got this error AGAIN:
    Sorry, an error has occurred.
    An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator.
    Then I tried installing Adobe Muse that I was also given today because CC app keeps "installing" and saying it's on my computer but it is not.  This says that it is going to install AIR because it needs it to work and I thought MAYBE it would be successful but it is not.  It gives this error message:
    "Sorry, an error has occurred. The application could not be installed. Try installing it again.  If the problem persists, contact the application author Error #2038".
    Incidentally, as somewhat indicated above,  I have put the items that I manually uninstalled which were in the trash, back where they were, since it didn't fix anything. 
    A few other things to note:
    1.  I don't seem to have AIR in the Adobe AIR.framework in my System Library folder at all. There are however three variations of those in another folder somewhere with CS6 Flash (I can't find it again sorry)
    2.  I don't have that thing about "Automatic graphics switching" in my Energy Saving Panel.
    3.  I did Chris said in this post (http://forums.adobe.com/message/4053110#4053110) and this is what it said:
    Adobe AIR is currently not installed
    Installing version 4.0.0.1390
    2014-03-25 16:12:57.984 Adobe AIR Installer[1049:507] CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    2014-03-25 16:12:57.984 Adobe AIR Installer[1049:507] CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    failed (consult log)
    Here is my Adobe AIR Log, can somebody please help me? 
    Mar 25 12:54:08 Monster-Mac.local Install Adobe Muse[89516]: Begin runtime download from http://airdownload.adobe.com/air/3/nai/macos10.9/x86/installer
    Mar 25 12:54:20 Monster-Mac.local Install Adobe Muse[89516]: Begin signature download from http://airdownload.adobe.com/air/3/nai/macos10.9/x86/installer.p7
    Mar 25 12:54:21 Monster-Mac.local Install Adobe Muse[89516]: Launching subprocess with commandline "AIR Runtime Installer" -x1 /Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse
    Mar 25 12:54:26 Monster-Mac.local Adobe AIR Installer[89524]: Runtime Installer begin with version 4.0.0.1390 on Mac OS 10.9.2 x86
    Mar 25 12:54:26 Monster-Mac.local Adobe AIR Installer[89524]: Commandline is: -x1 "/Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse"
    Mar 25 12:54:26 Monster-Mac.local Adobe AIR Installer[89524]: No installed runtime detected
    Mar 25 12:54:26 Monster-Mac.local Adobe AIR Installer[89524]: Invoking Application Installer for combined install
    Mar 25 12:54:26 Monster-Mac.local Adobe AIR Installer[89524]: Launching subprocess with commandline /var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/airh5wMV6/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer -runtime "/var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/airh5wMV6/Adobe AIR Installer.app/Contents/Frameworks" -withRuntime -url "/Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse"
    Mar 25 12:54:26 Monster-Mac.local Adobe AIR Installer[89524]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    Mar 25 12:54:26 Monster-Mac.local Adobe AIR Installer[89524]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    Mar 25 12:54:26 Monster-Mac.local Adobe AIR Application Installer[89526]: Application Installer begin with version 4.0.0.1390 on Mac OS 10.9.2 x86
    Mar 25 12:54:26 Monster-Mac.local Adobe AIR Application Installer[89526]: Commandline is: -runtime "/var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/airh5wMV6/Adobe AIR Installer.app/Contents/Frameworks" -withRuntime -url "/Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse"
    Mar 25 12:54:26 Monster-Mac.local Adobe AIR Application Installer[89526]: No installed runtime detected
    Mar 25 12:54:27 Monster-Mac.local Adobe AIR Application Installer[89526]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    Mar 25 12:54:27 Monster-Mac.local Adobe AIR Application Installer[89526]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    Mar 25 12:54:28 Monster-Mac.local Adobe AIR Application Installer[89526]: Validating app in folder /Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse/Contents/Resources
    Mar 25 12:54:34 Monster-Mac.local Adobe AIR Application Installer[89526]: Application signature verified
    Mar 25 12:54:34 Monster-Mac.local Adobe AIR Application Installer[89526]: Unpackaging/validation complete
    Mar 25 12:54:34 Monster-Mac.local Adobe AIR Application Installer[89526]: CoreText performance note: Client called CTFontCreateWithName() using name "Lucida Grande" and got font with PostScript name "LucidaGrande". For best performance, only use PostScript names when calling this API.
    Mar 25 12:54:34 Monster-Mac.local Adobe AIR Application Installer[89526]: CoreText performance note: Client called CTFontCreateWithName() using name "Myriad Pro" and got font with PostScript name "MyriadPro-Regular". For best performance, only use PostScript names when calling this API.
    Mar 25 12:54:34 Monster-Mac.local Adobe AIR Application Installer[89526]: CoreText performance note: Client called CTFontCreateWithName() using name "Myriad Pro Bold" and got font with PostScript name "MyriadPro-Bold". For best performance, only use PostScript names when calling this API.
    Mar 25 12:55:11 Monster-Mac.local Adobe AIR Application Installer[89526]: The function `CGFontSetShouldUseMulticache' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    Mar 25 12:55:13 Monster-Mac.local Adobe AIR Application Installer[89526]: Launching subprocess with commandline /var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/airh5wMV6/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer -runtime "/var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/airh5wMV6/Adobe AIR Installer.app/Contents/Frameworks" -silent -logToStdout -withRuntime -url -location /Applications -desktopShortcut -programMenu "/Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse"
    Mar 25 12:55:13 Monster-Mac.local Adobe AIR Application Installer[89526]: Relaunching with elevation
    Mar 25 12:55:19 Monster-Mac.local launchservicesd[55]: Application App:"Adobe AIR Application Installer" asn:0x0-227d27b pid:89526 refs=7 @ 0x7fb992813550 tried to be brought forward, but isn't in fPermittedFrontApps ( ( "LSApplication:0x0-0x227f27d pid=89535 "SecurityAgent"")), so denying. : LASSession.cp #1481 SetFrontApplication() q=LSSession 100004/0x186a4 queue
    Mar 25 12:55:19 Monster-Mac.local WindowServer[112]: [cps/setfront] Failed setting the front application to Adobe AIR Application Installer, psn 0x0-0x227d27b, securitySessionID=0x186a4, err=-13066
    Mar 25 12:55:19 Monster-Mac.local authexec[89537]: executing /var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/airh5wMV6/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer
    Mar 25 12:55:20 Monster-Mac.local Adobe AIR Application Installer[89537]: Application Installer begin with version 4.0.0.1390 on Mac OS 10.9.2 x86
    Mar 25 12:55:20 Monster-Mac.local Adobe AIR Application Installer[89537]: Commandline is: -runtime "/var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/airh5wMV6/Adobe AIR Installer.app/Contents/Frameworks" -silent -logToStdout -withRuntime -url -location /Applications -desktopShortcut -programMenu "/Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse"
    Mar 25 12:55:20 Monster-Mac.local Adobe AIR Application Installer[89537]: No installed runtime detected
    Mar 25 12:55:20 Monster-Mac.local Adobe AIR Application Installer[89537]: Validating app in folder /Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse/Contents/Resources
    Mar 25 12:55:26 Monster-Mac.local Adobe AIR Application Installer[89537]: Application signature verified
    Mar 25 12:55:26 Monster-Mac.local Adobe AIR Application Installer[89537]: Unpackaging/validation complete
    Mar 25 12:55:26 Monster-Mac.local Adobe AIR Application Installer[89537]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/Shared/Library/Application Support/Adobe"
    Mar 25 12:55:26 Monster-Mac.local Adobe AIR Application Installer[89537]: Launching subprocess with commandline /usr/sbin/chown -hfRP mlewis "/Users/mlewis/Library/Application Support/Adobe"
    Mar 25 12:55:26 Monster-Mac.local Adobe AIR Application Installer[89537]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/mlewis/Library/Application Support/Adobe"
    Mar 25 12:55:26 Monster-Mac.local Adobe AIR Application Installer[89537]: Launching subprocess with commandline /usr/sbin/chown -hfRP mlewis "/Users/mlewis/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/bin"
    Mar 25 12:55:26 Monster-Mac.local Adobe AIR Application Installer[89537]: Starting silent combined runtime and app install.
    Mar 25 12:55:35 Monster-Mac.local Adobe AIR Application Installer[89537]: Cannot make symlink /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/FlashTmp.5bt0z7/temp/Versions/Current: Invalid argument
    Mar 25 12:55:35 Monster-Mac.local Adobe AIR Application Installer[89537]: Error occurred during copy operation; beginning rollback: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    Mar 25 12:55:35 Monster-Mac.local Adobe AIR Application Installer[89537]: Rollback complete
    Mar 25 12:55:35 Monster-Mac.local Adobe AIR Application Installer[89537]: Got an unexpected fatal error while in stateInstalling: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    Mar 25 12:55:35 Monster-Mac.local Adobe AIR Application Installer[89526]: Elevated install failed: error 2038 Error #2038
    Mar 25 12:55:35 Monster-Mac.local Adobe AIR Application Installer[89537]: Application Installer end with exit code 7
    Mar 25 12:58:45 Monster-Mac.local Adobe AIR Application Installer[89526]: Application Installer end with exit code 7
    Mar 25 12:58:45 Monster-Mac.local Adobe AIR Installer[89524]: Subprocess app installer failed (7)
    Mar 25 12:58:45 Monster-Mac.local Adobe AIR Installer[89524]: Runtime Installer end with exit code 7
    Mar 25 13:02:03 Monster-Mac.local Install Adobe Muse[89620]: Begin runtime download from http://airdownload.adobe.com/air/3/nai/macos10.9/x86/installer
    Mar 25 13:02:15 Monster-Mac.local Install Adobe Muse[89620]: Begin signature download from http://airdownload.adobe.com/air/3/nai/macos10.9/x86/installer.p7
    Mar 25 13:02:16 Monster-Mac.local Install Adobe Muse[89620]: Launching subprocess with commandline "AIR Runtime Installer" -x1 /Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Installer[89625]: Runtime Installer begin with version 4.0.0.1390 on Mac OS 10.9.2 x86
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Installer[89625]: Commandline is: -x1 "/Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse"
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Installer[89625]: No installed runtime detected
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Installer[89625]: Invoking Application Installer for combined install
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Installer[89625]: Launching subprocess with commandline /var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/air8D7hUl/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer -runtime "/var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/air8D7hUl/Adobe AIR Installer.app/Contents/Frameworks" -withRuntime -url "/Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse"
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Installer[89625]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Installer[89625]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Application Installer[89627]: Application Installer begin with version 4.0.0.1390 on Mac OS 10.9.2 x86
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Application Installer[89627]: Commandline is: -runtime "/var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/air8D7hUl/Adobe AIR Installer.app/Contents/Frameworks" -withRuntime -url "/Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse"
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Application Installer[89627]: No installed runtime detected
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Application Installer[89627]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Application Installer[89627]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    Mar 25 13:02:20 Monster-Mac.local Adobe AIR Application Installer[89627]: Validating app in folder /Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse/Contents/Resources
    Mar 25 13:02:26 Monster-Mac.local Adobe AIR Application Installer[89627]: Application signature verified
    Mar 25 13:02:26 Monster-Mac.local Adobe AIR Application Installer[89627]: Unpackaging/validation complete
    Mar 25 13:02:26 Monster-Mac.local Adobe AIR Application Installer[89627]: CoreText performance note: Client called CTFontCreateWithName() using name "Lucida Grande" and got font with PostScript name "LucidaGrande". For best performance, only use PostScript names when calling this API.
    Mar 25 13:02:26 Monster-Mac.local Adobe AIR Application Installer[89627]: CoreText performance note: Client called CTFontCreateWithName() using name "Myriad Pro" and got font with PostScript name "MyriadPro-Regular". For best performance, only use PostScript names when calling this API.
    Mar 25 13:02:26 Monster-Mac.local Adobe AIR Application Installer[89627]: CoreText performance note: Client called CTFontCreateWithName() using name "Myriad Pro Bold" and got font with PostScript name "MyriadPro-Bold". For best performance, only use PostScript names when calling this API.
    Mar 25 13:02:28 Monster-Mac.local Adobe AIR Application Installer[89627]: The function `CGFontSetShouldUseMulticache' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    Mar 25 13:02:29 Monster-Mac.local Adobe AIR Application Installer[89627]: Launching subprocess with commandline /var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/air8D7hUl/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer -runtime "/var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/air8D7hUl/Adobe AIR Installer.app/Contents/Frameworks" -silent -logToStdout -withRuntime -url -location /Applications -desktopShortcut -programMenu "/Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse"
    Mar 25 13:02:29 Monster-Mac.local Adobe AIR Application Installer[89627]: Relaunching with elevation
    Mar 25 13:02:35 Monster-Mac.local launchservicesd[55]: Application App:"Adobe AIR Application Installer" asn:0x0-2298296 pid:89627 refs=7 @ 0x7fb992949790 tried to be brought forward, but isn't in fPermittedFrontApps ( ( "LSApplication:0x0-0x2299297 pid=89630 "SecurityAgent"")), so denying. : LASSession.cp #1481 SetFrontApplication() q=LSSession 100004/0x186a4 queue
    Mar 25 13:02:35 Monster-Mac.local WindowServer[112]: [cps/setfront] Failed setting the front application to Adobe AIR Application Installer, psn 0x0-0x2298296, securitySessionID=0x186a4, err=-13066
    Mar 25 13:02:35 Monster-Mac.local authexec[89635]: executing /var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/air8D7hUl/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer
    Mar 25 13:02:35 Monster-Mac.local Adobe AIR Application Installer[89635]: Application Installer begin with version 4.0.0.1390 on Mac OS 10.9.2 x86
    Mar 25 13:02:35 Monster-Mac.local Adobe AIR Application Installer[89635]: Commandline is: -runtime "/var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/air8D7hUl/Adobe AIR Installer.app/Contents/Frameworks" -silent -logToStdout -withRuntime -url -location /Applications -desktopShortcut -programMenu "/Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse"
    Mar 25 13:02:35 Monster-Mac.local Adobe AIR Application Installer[89635]: No installed runtime detected
    Mar 25 13:02:35 Monster-Mac.local Adobe AIR Application Installer[89635]: Validating app in folder /Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse/Contents/Resources
    Mar 25 13:02:41 Monster-Mac.local Adobe AIR Application Installer[89635]: Application signature verified
    Mar 25 13:02:41 Monster-Mac.local Adobe AIR Application Installer[89635]: Unpackaging/validation complete
    Mar 25 13:02:41 Monster-Mac.local Adobe AIR Application Installer[89635]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/Shared/Library/Application Support/Adobe"
    Mar 25 13:02:41 Monster-Mac.local Adobe AIR Application Installer[89635]: Launching subprocess with commandline /usr/sbin/chown -hfRP mlewis "/Users/mlewis/Library/Application Support/Adobe"
    Mar 25 13:02:41 Monster-Mac.local Adobe AIR Application Installer[89635]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/mlewis/Library/Application Support/Adobe"
    Mar 25 13:02:41 Monster-Mac.local Adobe AIR Application Installer[89635]: Launching subprocess with commandline /usr/sbin/chown -hfRP mlewis "/Users/mlewis/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/bin"
    Mar 25 13:02:41 Monster-Mac.local Adobe AIR Application Installer[89635]: Starting silent combined runtime and app install.
    Mar 25 13:02:45 Monster-Mac.local Adobe AIR Application Installer[89635]: Cannot make symlink /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/FlashTmp.w78PmA/temp/Versions/Current: Invalid argument
    Mar 25 13:02:45 Monster-Mac.local Adobe AIR Application Installer[89635]: Error occurred during copy operation; beginning rollback: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    Mar 25 13:02:45 Monster-Mac.local Adobe AIR Application Installer[89635]: Rollback complete
    Mar 25 13:02:45 Monster-Mac.local Adobe AIR Application Installer[89635]: Got an unexpected fatal error while in stateInstalling: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    Mar 25 13:02:45 Monster-Mac.local Adobe AIR Application Installer[89627]: Elevated install failed: error 2038 Error #2038
    Mar 25 13:02:45 Monster-Mac.local Adobe AIR Application Installer[89635]: Application Installer end with exit code 7
    Mar 25 13:02:54 Monster-Mac.local Adobe AIR Application Installer[89627]: Application Installer end with exit code 7
    Mar 25 13:02:54 Monster-Mac.local Adobe AIR Installer[89625]: Subprocess app installer failed (7)
    Mar 25 13:02:54 Monster-Mac.local Adobe AIR Installer[89625]: Runtime Installer end with exit code 7
    Mar 25 13:07:48 Monster-Mac kernel[0]: hfs: could not initialize summary table for Adobe AIR
    Mar 25 13:07:48 Monster-Mac kernel[0]: hfs: mounted Adobe AIR on device disk11s2
    Mar 25 13:07:48 Monster-Mac.local mds[38]: (Normal) Volume: volume:0x7fff1a206800 ********** Bootstrapped Creating a default store:1 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Adobe AIR
    Mar 25 13:07:54 Monster-Mac.local Adobe AIR Installer[89691]: Runtime Installer begin with version 4.0.0.1390 on Mac OS 10.9.2 x86
    Mar 25 13:07:54 Monster-Mac.local Adobe AIR Installer[89691]: Commandline is: -psn_0_36328099
    Mar 25 13:07:54 Monster-Mac.local Adobe AIR Installer[89691]: No installed runtime detected
    Mar 25 13:07:54 Monster-Mac.local Adobe AIR Installer[89691]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    Mar 25 13:07:54 Monster-Mac.local Adobe AIR Installer[89691]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    Mar 25 13:07:55 Monster-Mac.local Adobe AIR Installer[89691]: CoreText performance note: Client called CTFontCreateWithName() using name "Lucida Grande" and got font with PostScript name "LucidaGrande". For best performance, only use PostScript names when calling this API.
    Mar 25 13:07:55 Monster-Mac.local Adobe AIR Installer[89691]: The function `CGFontSetShouldUseMulticache' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    Mar 25 13:07:55 Monster-Mac.local Adobe AIR Installer[89691]: CoreText performance note: Client called CTFontCreateWithName() using name "Myriad Pro" and got font with PostScript name "MyriadPro-Regular". For best performance, only use PostScript names when calling this API.
    Mar 25 13:07:58 Monster-Mac.local Adobe AIR Installer[89691]: Relaunching with elevation
    Mar 25 13:07:58 Monster-Mac.local Adobe AIR Installer[89691]: Launching subprocess with commandline /Volumes/Adobe AIR/Adobe AIR Installer.app -ei
    Mar 25 13:08:02 Monster-Mac.local launchservicesd[55]: Application App:"Adobe AIR Installer" asn:0x0-22a52a3 pid:89691 refs=7 @ 0x7fb990730330 tried to be brought forward, but isn't in fPermittedFrontApps ( ( "LSApplication:0x0-0x22a62a4 pid=89695 "SecurityAgent"")), so denying. : LASSession.cp #1481 SetFrontApplication() q=LSSession 100004/0x186a4 queue
    Mar 25 13:08:02 Monster-Mac.local WindowServer[112]: [cps/setfront] Failed setting the front application to Adobe AIR Installer, psn 0x0-0x22a52a3, securitySessionID=0x186a4, err=-13066
    Mar 25 13:08:02 Monster-Mac.local authexec[89699]: executing /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
    Mar 25 13:08:03 Monster-Mac.local Adobe AIR Installer[89699]: Runtime Installer begin with version 4.0.0.1390 on Mac OS 10.9.2 x86
    Mar 25 13:08:03 Monster-Mac.local Adobe AIR Installer[89699]: Commandline is: -ei
    Mar 25 13:08:03 Monster-Mac.local Adobe AIR Installer[89699]: No installed runtime detected
    Mar 25 13:08:03 Monster-Mac.local Adobe AIR Installer[89699]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/Shared/Library/Application Support/Adobe"
    Mar 25 13:08:03 Monster-Mac.local Adobe AIR Installer[89699]: Launching subprocess with commandline /usr/sbin/chown -hfRP mlewis "/Users/mlewis/Library/Application Support/Adobe"
    Mar 25 13:08:03 Monster-Mac.local Adobe AIR Installer[89699]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/mlewis/Library/Application Support/Adobe"
    Mar 25 13:08:03 Monster-Mac.local Adobe AIR Installer[89699]: Launching subprocess with commandline /usr/sbin/chown -hfRP mlewis "/Users/mlewis/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/bin"
    Mar 25 13:08:03 Monster-Mac.local Adobe AIR Installer[89699]: Starting silent runtime install. Installing runtime version 4.0.0.1390
    Mar 25 13:08:03 Monster-Mac.local Adobe AIR Installer[89699]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    Mar 25 13:08:03 Monster-Mac.local Adobe AIR Installer[89699]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    Mar 25 13:08:05 Monster-Mac.local Adobe AIR Installer[89699]: Cannot make symlink /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/FlashTmp.RDUdHS/temp/Versions/Current: Invalid argument
    Mar 25 13:08:05 Monster-Mac.local Adobe AIR Installer[89699]: Error occurred during copy operation; beginning rollback: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    Mar 25 13:08:05 Monster-Mac.local Adobe AIR Installer[89699]: Rollback complete
    Mar 25 13:08:05 Monster-Mac.local Adobe AIR Installer[89699]: Exiting due to error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    Mar 25 13:08:05 Monster-Mac.local Adobe AIR Installer[89691]: Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    Mar 25 13:08:05 Monster-Mac.local Adobe AIR Installer[89699]: Runtime Installer end with exit code 7
    Mar 25 13:08:05 Monster-Mac.local Adobe AIR Installer[89691]: CoreText performance note: Client called CTFontCreateWithName() using name "Myriad Pro Bold" and got font with PostScript name "MyriadPro-Bold". For best performance, only use PostScript names when calling this API.
    Mar 25 13:08:31 Monster-Mac.local Adobe AIR Installer[89691]: Runtime Installer end with exit code 7
    Mar 25 13:08:31 Monster-Mac com.apple.launchd.peruser.501[167] ([0x0-0x22a52a3].com.adobe.air.Installer[89691]): Exited with code: 7
    Mar 25 13:37:31 Monster-Mac.local Adobe AIR Installer[89848]: Runtime Installer begin with version 3.8.0.1280 on Mac OS 10.9.2 x86
    Mar 25 13:37:31 Monster-Mac.local Adobe AIR Installer[89848]: Commandline is:
    Mar 25 13:37:31 Monster-Mac.local Adobe AIR Installer[89848]: No installed runtime detected
    Mar 25 13:37:31 Monster-Mac.local Adobe AIR Installer[89848]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    Mar 25 13:37:31 Monster-Mac.local Adobe AIR Installer[89848]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    Mar 25 13:37:32 Monster-Mac.local Adobe AIR Installer[89848]: CoreText performance note: Client called CTFontCreateWithName() using name "Lucida Grande" and got font with PostScript name "LucidaGrande". For best performance, only use PostScript names when calling this API.
    Mar 25 13:37:32 Monster-Mac.local Adobe AIR Installer[89848]: The function `CGFontSetShouldUseMulticache' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    Mar 25 13:37:32 Monster-Mac.local Adobe AIR Installer[89848]: CoreText performance note: Client called CTFontCreateWithName() using name "Myriad Pro" and got font with PostScript name "MyriadPro-Regular". For best performance, only use PostScript names when calling this API.
    Mar 25 13:37:55 Monster-Mac.local Adobe AIR Installer[89848]: Runtime Installer end with exit code 6
    Mar 25 13:37:55 Monster-Mac com.apple.launchd.peruser.501[167] (com.adobe.air.Installer.3728[89848]): Exited with code: 6
    Mar 25 13:38:16 Monster-Mac.local Adobe AIR Installer[89852]: Runtime Installer begin with version 3.8.0.1280 on Mac OS 10.9.2 x86
    Mar 25 13:38:16 Monster-Mac.local Adobe AIR Installer[89852]: Commandline is:
    Mar 25 13:38:16 Monster-Mac.local Adobe AIR Installer[89852]: No installed runtime detected
    Mar 25 13:38:16 Monster-Mac.local Adobe AIR Installer[89852]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    Mar 25 13:38:16 Monster-Mac.local Adobe AIR Installer[89852]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    Mar 25 13:38:17 Monster-Mac.local Adobe AIR Installer[89852]: CoreText performance note: Client called CTFontCreateWithName() using name "Lucida Grande" and got font with PostScript name "LucidaGrande". For best performance, only use PostScript names when calling this API.
    Mar 25 13:38:17 Monster-Mac.local Adobe AIR Installer[89852]: The function `CGFontSetShouldUseMulticache' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    Mar 25 13:38:17 Monster-Mac.local Adobe AIR Installer[89852]: CoreText performance note: Client called CTFontCreateWithName() using name "Myriad Pro" and got font with PostScript name "MyriadPro-Regular". For best performance, only use PostScript names when calling this API.
    Mar 25 13:38:22 Monster-Mac.local Adobe AIR Installer[89852]: Relaunching with elevation
    Mar 25 13:38:22 Monster-Mac.local Adobe AIR Installer[89852]: Launching subprocess with commandline /Applications/Utilities/Adobe AIR Uninstaller.app -ei
    Mar 25 13:38:29 Monster-Mac.local launchservicesd[55]: Application App:"Adobe AIR Installer" asn:0x0-22d22d0 pid:89852 refs=7 @ 0x7fb9906d7750 tried to be brought forward, but isn't in fPermittedFrontApps ( ( "LSApplication:0x0-0x22d32d1 pid=89855 "SecurityAgent"")), so denying. : LASSession.cp #1481 SetFrontApplication() q=LSSession 100004/0x186a4 queue
    Mar 25 13:38:29 Monster-Mac.local WindowServer[112]: [cps/setfront] Failed setting the front application to Adobe AIR Installer, psn 0x0-0x22d22d0, securitySessionID=0x186a4, err=-13066
    Mar 25 13:38:29 Monster-Mac.local authexec[89858]: executing /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer
    Mar 25 13:38:30 Monster-Mac.local Adobe AIR Installer[89858]: Runtime Installer begin with version 3.8.0.1280 on Mac OS 10.9.2 x86
    Mar 25 13:38:30 Monster-Mac.local Adobe AIR Installer[89858]: Commandline is: -ei
    Mar 25 13:38:30 Monster-Mac.local Adobe AIR Installer[89858]: No installed runtime detected
    Mar 25 13:38:30 Monster-Mac.local Adobe AIR Installer[89858]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/Shared/Library/Application Support/Adobe"
    Mar 25 13:38:30 Monster-Mac.local Adobe AIR Installer[89858]: Launching subprocess with commandline /usr/sbin/chown -hfRP mlewis "/Users/mlewis/Library/Application Support/Adobe"
    Mar 25 13:38:30 Monster-Mac.local Adobe AIR Installer[89858]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/mlewis/Library/Application Support/Adobe"
    Mar 25 13:38:30 Monster-Mac.local Adobe AIR Installer[89858]: Launching subprocess with commandline /usr/sbin/chown -hfRP mlewis "/Users/mlewis/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/bin"
    Mar 25 13:38:30 Monster-Mac.local Adobe AIR Installer[89858]: Starting silent runtime install. Installing runtime version 3.8.0.1280
    Mar 25 13:38:30 Monster-Mac.local Adobe AIR Installer[89858]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    Mar 25 13:38:30 Monster-Mac.local Adobe AIR Installer[89858]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    Mar 25 13:38:32 Monster-Mac.local Adobe AIR Installer[89858]: Cannot make symlink /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/FlashTmp.5xtfEz/temp/Versions/Current: Invalid argument
    Mar 25 13:38:32 Monster-Mac.local Adobe AIR Installer[89858]: Error occurred during copy operation; beginning rollback: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    Mar 25 13:38:32 Monster-Mac.local Adobe AIR Installer[89858]: Rollback complete
    Mar 25 13:38:32 Monster-Mac.local Adobe AIR Installer[89858]: Exiting due to error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    Mar 25 13:38:32 Monster-Mac.local Adobe AIR Installer[89852]: Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    Mar 25 13:38:32 Monster-Mac.local Adobe AIR Installer[89858]: Runtime Installer end with exit code 7
    Mar 25 13:43:23 Monster-Mac.local Adobe AIR Installer[89852]: Runtime Installer end with exit code 7
    Mar 25 13:43:23 Monster-Mac com.apple.launchd.peruser.501[167] (com.adobe.air.Installer.3728[89852]): Exited with code: 7
                  NSApplicationBundleIdentifier = "com.adobe.air.Installer";
                  NSApplicationName = "Adobe AIR Installer";
                  NSApplicationPath = "/Applications/Utilities/Adobe AIR Uninstaller.app";
                  NSWorkspaceApplicationKey = <NSRunningApplication: 0x610000112bd0 (com.adobe.air.Installer - 89852)>;
    Mar 25 13:55:07 Monster-Mac com.apple.launchd.peruser.501[167] (com.adobe.air.ApplicationInstaller.46320[89937]): Exited with code: 4
    Thank you in advance.

    I finally got it to work!
    Marydesigns, you may have already this, but this is what worked for me:
    From http://helpx.adobe.com/air/kb/troubleshoot-air-installation-mac-os.html (not sure how i never stumbled across that page during the past few days)
    -Using Finder, navigate to your Applications folder and look for a file (not a folder) named "Adobe".  If one exists, rename or delete it.
    -Open the Terminal application in your Applications/Utilities folder.  Run the following commands:
      sudo chmod -R ug=rwx,o=rx /Applications/Adobe
    sudo chmod -R ug=rwx,o=rx ~/Library/Application\ Support/Adobe/
    sudo chmod -R ug=rwx,o=rx ~/Library/Application\ Support/Adobe/AIR/
    sudo chmod -R ug=rwx,o=rx /Users/Shared/Library/Application\ Support/Adobe/
    NOTE: Terminal may state that some of these directories don't exist. Don't worry about it. It told me that 2 of them didn't exist, but this process still fixed my problem
    -Next, adjust the ownership of a particular folder. Run the following two commands in Terminal, noting the user name response of the "whoami" command.  Replace username with your username in the next command:
    1. whoami
    2. sudo chown -R username:staff ~/Library/Application\ Support/Adobe/AIR/
    Again, Terminal may alert you that this directory doesn't exist. Just ignore it.
    Close the Terminal application and rerun the Adobe AIR  installer.
    That got AIR working. I was then able to install Muse manually (not with Creative Cloud) by downloading it from http://adobe.com/go/muse_latest_mac
    Hopefully this works for you!

  • Adobe air problem?

    An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator, on windows profesional xp service pack2

    I'm sorry you're running into installation issues with AIR.  Microsoft has a utility that can help resolve installation problems.  Would you mind giving this a try and let us know how it works for you?  When running the "Fix it", go through the uninstall process and try to remove Adobe AIR from your system.  Once finished, download the latest version of AIR and install again.
    Microsoft Install and Uninstall Fix It
    If you still encounter problems, we'll need to review the AIR installer log to better diagnose the issue.  Please post back with the log contents.  You can find instructions for finding these logs here:
    AIR Installer Log Instructions

  • Adobe forms - problem with the character "9"

    I have the problem with printing Adobe forms that were introduced with Russian country version.
    Funny enough I have no problems with russian characters. They all print all right.
    We have however the problem with character "9". On the preview of the pdf it looks ok. When I print it from PDF preview it prints ok. But when I process it for sap to the HP output device (device type HPLJ4) "9" gets replaced with "<".
    Has anyone experienced this problem?

    ok, you're right. But, my problem is a little bit different :
    I would like to replace the "\n" character (new line) by the 2 characters "\n".
    I test this source code :
    String tmp = "First line\nSecond line";
    tmp.replaceAll("\n", "\u005C\u005Cn");
    System.out.println(tmp);
    tmp.replaceAll("\n", "\\n");
    System.out.println(tmp);
    tmp.replaceAll("\n", "\\\\n");
    System.out.println(tmp);
    The 3 results are the same :
    First line
    Second line
    I never have "First line\nSecond line".
    Best regards.
    K96
    PS : The objective is to write the string in a SQL request.

  • Adobe Air problem - Please assist?

    4 days ago on start-up I had a message that update was required for Adobe Air so I let it install.  Yesterday I noted my websites were missing graphics, videos on You tube not playing etc,  so I restarted computer and had message on start up re ADOBE AIR saying "The installation of this application is damaged - Try reinstalling or contacting publisher for help".
    As the latter is not an existing option as they say "no help with Air just look at forums for assistance"  this very non technical pensioner is asking for help as I have tried to do what I know by uninstalling and reinstalling THREE times now and still het the message and when I try to get into google it now tells me my profile cannot be used it belongs to a newer version - dont have a clue what I can do for this so any simple advice would be appreciated. 
    To be honest I dont even know if putting this is the right place but nothing anywhere seems to relate to problems with Air.  If I should be asking elsewhere perhaps somebody could point me in that direction as would hate a major problem as because of disability my computer my lifeline.
    Thank you.

    Thank you - apologies for delay with my health I have up and down days and the bad ones have my fingers refuse to behave on here.   I have to have Adobe Air installed for our BBC catch up TV programme BBC I Player The other day on switch on i had a message that adobe air needed to load a new version which is v  3.30.3650 and so i set it to run,  then 2 days later I start getting the message above that the application is damaged so i take it off and re-install.  while it was off I checked my bbc i player app and found the videos were pixelating then when I reinstalled the pixelating had stopped.  Im operating a fairly new desktop vaio on windows 7.  I have taken the system back up to 3 weeks now way before the air update when the problem started but its still happening, telling me its damaged, remove and re-install I feel like Im in Groundhog Day every morning!
    So anyone who can help would be like an angel.  Thanks

  • Howto: Put in CD / DVD - sample adobe air application with installing process:

    Hello anything,
    Please do not forget!
    With Flex-SDK (newer version)
    CD / DVD: ROM:
    /os
    /win = Windows Version like *.exe, *.msi, *.cmd *.vs or *.ws
    /mac = Macintoch Version like *.pkg, *.app, *.dmg,, *.mpkg
    /lin = Linux version like *.run, *. , *.bin, *.sh, *.rpm,
    *.deb
    /setup = your adobe air application like Custom air-able
    installer = my great installer ( Cominig soon... )
    /images your photos or texture or any styles... , icons too
    /acabs = my suggestion for like Windows *.cab <> Air
    Cab = *.acab
    /locales = for your languages ...
    /folder any your suggestions...
    /flex-sdk = Flex Software Development Kit = Adobe Flex SDK
    (no flexbuilder 3)
    /helps = When you need help like *.pdf Files.for Installer
    / = callable autorun with autostart.jar or autorun.jar
    If you want to build powerful application on Windows 32 or 64
    Bit you can sometime regedit writing. DO NOT WORRY!!!! My special
    installer (coming soon).
    I have been created a sample installer. whe i am final with
    my installer. Do not worry! You can to believe me really. :)
    How do i bind to exec for java? (No javascript! OK)
    How do i create shell for Mac OS X Leopard
    Do not forget!
    I have been created shell in /os/mac/preload_installer.sh,
    How do i know when i do not use with disk image moving and
    clicking? How does my shell start automacally?
    I know for Linux. I have not problem for linux version. I
    have Ubuntu 8.05 LTS Version. :).
    But i haven't Mac OS X :(
    Thank you for cross-plattform-able CD or DVD :)
    Enjoy for making with image and burn an image since cd or
    dvd-rom.
    Best regards, SnakeMedia

    Could you open a new bug report on this over at bugbase.adobe.com.  Please include a copy of your app (or a sample project) along with steps to reproduce.  Once added, please let me know the bug number and I'll have somone take a look ASAP.
    Thanks,
    Chris

  • Windows 7 Adobe Air Problems linked to BBC iplayer

    For the last month or so I've been having problems downloading BBCiplayer so I tried downloading Adobe AIR on its own and that was fine although iplayer still didn't work so I uninstalled AIR. Anyway today I thought I'd retry my luck and I attempted to download AIR again but time I'm getting this message: An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator.
    I hope I've done this correctly but the log files are below. Please note that I've already tried to use the windows fixit program that's been linked in other threads but that hasn't worked either. Please help.
    [2011-10-15:17:08:41] Application Installer end with exit code 0
    [2011-10-15:17:08:41] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:41] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.15832900628447533 onApplicationVersion
    [2011-10-15:17:08:41] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:41] Application Installer end with exit code 0
    [2011-10-15:17:08:41] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:41] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.05353033496066928 onApplicationVersion
    [2011-10-15:17:08:41] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:41] Application Installer end with exit code 0
    [2011-10-15:17:08:42] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:42] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.09053797228261828 onApplicationVersion
    [2011-10-15:17:08:42] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:42] Application Installer end with exit code 0
    [2011-10-15:17:08:42] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:42] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.036973283626139164 onApplicationVersion
    [2011-10-15:17:08:42] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:42] Application Installer end with exit code 0
    [2011-10-15:17:08:43] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:43] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.5064086625352502 onApplicationVersion
    [2011-10-15:17:08:43] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:43] Application Installer end with exit code 0
    [2011-10-15:17:08:44] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:44] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.09705144492909312 onApplicationVersion
    [2011-10-15:17:08:44] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:44] Application Installer end with exit code 0
    [2011-10-15:17:08:44] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:44] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.09935963898897171 onApplicationVersion
    [2011-10-15:17:08:44] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:44] Application Installer end with exit code 0
    [2011-10-15:17:08:44] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:44] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6277109226211905 onApplicationVersion
    [2011-10-15:17:08:44] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:44] Application Installer end with exit code 0
    [2011-10-15:17:08:45] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:45] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.8247216655872762 onApplicationVersion
    [2011-10-15:17:08:45] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:45] Application Installer end with exit code 0
    [2011-10-15:17:08:45] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:45] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.8871690081432462 onApplicationVersion
    [2011-10-15:17:08:45] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:45] Application Installer end with exit code 0
    [2011-10-15:17:08:46] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:46] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.7843382293358445 onApplicationVersion
    [2011-10-15:17:08:46] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:46] Application Installer end with exit code 0
    [2011-10-15:17:08:47] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:47] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.4415894574485719 onApplicationVersion
    [2011-10-15:17:08:47] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:47] Application Installer end with exit code 0
    [2011-10-15:17:08:47] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:47] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.5712991305626929 onApplicationVersion
    [2011-10-15:17:08:47] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:47] Application Installer end with exit code 0
    [2011-10-15:17:08:47] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:47] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6200988343916833 onApplicationVersion
    [2011-10-15:17:08:47] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:47] Application Installer end with exit code 0
    [2011-10-15:17:08:48] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:48] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.053208133671432734 onApplicationVersion
    [2011-10-15:17:08:48] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:48] Application Installer end with exit code 0
    [2011-10-15:17:08:48] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:48] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.8560211127623916 onApplicationVersion
    [2011-10-15:17:08:48] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:48] Application Installer end with exit code 0
    [2011-10-15:17:08:49] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:49] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.40506770927459 onApplicationVersion
    [2011-10-15:17:08:49] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:49] Application Installer end with exit code 0
    [2011-10-15:17:08:50] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:50] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.19526419416069984 onApplicationVersion
    [2011-10-15:17:08:50] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:50] Application Installer end with exit code 0
    [2011-10-15:17:08:50] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:50] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.9119615168310702 onApplicationVersion
    [2011-10-15:17:08:50] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:50] Application Installer end with exit code 0
    [2011-10-15:17:08:51] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:51] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.9316339469514787 onApplicationVersion
    [2011-10-15:17:08:51] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:51] Application Installer end with exit code 0
    [2011-10-15:17:08:51] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:51] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6085766856558621 onApplicationVersion
    [2011-10-15:17:08:51] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:51] Application Installer end with exit code 0
    [2011-10-15:17:08:52] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:52] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.914133204612881 onApplicationVersion
    [2011-10-15:17:08:52] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:52] Application Installer end with exit code 0
    [2011-10-15:17:08:52] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:52] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.8456230442970991 onApplicationVersion
    [2011-10-15:17:08:52] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:52] Application Installer end with exit code 0
    [2011-10-15:17:08:53] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:53] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.7275252449326217 onApplicationVersion
    [2011-10-15:17:08:53] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:53] Application Installer end with exit code 0
    [2011-10-15:17:08:53] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:53] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.9888213840313256 onApplicationVersion
    [2011-10-15:17:08:53] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:53] Application Installer end with exit code 0
    [2011-10-15:17:08:54] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:54] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.116327871568501 onApplicationVersion
    [2011-10-15:17:08:54] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:54] Application Installer end with exit code 0
    [2011-10-15:17:08:54] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:54] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.5331940301693976 onApplicationVersion
    [2011-10-15:17:08:54] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:54] Application Installer end with exit code 0
    [2011-10-15:17:08:54] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:54] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.06563299288973212 onApplicationVersion
    [2011-10-15:17:08:54] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:55] Application Installer end with exit code 0
    [2011-10-15:17:08:55] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:55] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.15864801546558738 onApplicationVersion
    [2011-10-15:17:08:55] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:55] Application Installer end with exit code 0
    [2011-10-15:17:08:56] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:56] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6484434166923165 onApplicationVersion
    [2011-10-15:17:08:56] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:56] Application Installer end with exit code 0
    [2011-10-15:17:08:56] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:56] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6438154112547636 onApplicationVersion
    [2011-10-15:17:08:56] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:56] Application Installer end with exit code 0
    [2011-10-15:17:08:56] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:56] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.8319012015126646 onApplicationVersion
    [2011-10-15:17:08:56] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:57] Application Installer end with exit code 0
    [2011-10-15:17:08:57] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:57] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.3820904018357396 onApplicationVersion
    [2011-10-15:17:08:57] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:57] Application Installer end with exit code 0
    [2011-10-15:17:08:57] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:57] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.9428510195575655 onApplicationVersion
    [2011-10-15:17:08:57] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:57] Application Installer end with exit code 0
    [2011-10-15:17:08:58] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:58] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.7785209976136684 onApplicationVersion
    [2011-10-15:17:08:58] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:58] Application Installer end with exit code 0
    [2011-10-15:17:08:59] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:59] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.4013191135600209 onApplicationVersion
    [2011-10-15:17:08:59] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:59] Application Installer end with exit code 0
    [2011-10-15:17:08:59] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:08:59] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.7450108272023499 onApplicationVersion
    [2011-10-15:17:08:59] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:08:59] Application Installer end with exit code 0
    [2011-10-15:17:09:00] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:00] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.9968445943668485 onApplicationVersion
    [2011-10-15:17:09:00] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:00] Application Installer end with exit code 0
    [2011-10-15:17:09:00] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:00] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.5687433020211756 onApplicationVersion
    [2011-10-15:17:09:00] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:00] Application Installer end with exit code 0
    [2011-10-15:17:09:00] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:00] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.22188922856003046 onApplicationVersion
    [2011-10-15:17:09:00] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:01] Application Installer end with exit code 0
    [2011-10-15:17:09:01] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:01] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.4626821596175432 onApplicationVersion
    [2011-10-15:17:09:01] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:01] Application Installer end with exit code 0
    [2011-10-15:17:09:02] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:02] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.784669816493988 onApplicationVersion
    [2011-10-15:17:09:02] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:02] Application Installer end with exit code 0
    [2011-10-15:17:09:02] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:02] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.05042148567736149 onApplicationVersion
    [2011-10-15:17:09:02] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:02] Application Installer end with exit code 0
    [2011-10-15:17:09:03] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:03] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.22542871348559856 onApplicationVersion
    [2011-10-15:17:09:03] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:03] Application Installer end with exit code 0
    [2011-10-15:17:09:03] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:03] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.9895828347653151 onApplicationVersion
    [2011-10-15:17:09:03] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:03] Application Installer end with exit code 0
    [2011-10-15:17:09:03] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:03] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.5126292207278311 onApplicationVersion
    [2011-10-15:17:09:03] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:04] Application Installer end with exit code 0
    [2011-10-15:17:09:04] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:04] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.031449728179723024 onApplicationVersion
    [2011-10-15:17:09:04] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:04] Application Installer end with exit code 0
    [2011-10-15:17:09:05] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:05] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.05915635358542204 onApplicationVersion
    [2011-10-15:17:09:05] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:05] Application Installer end with exit code 0
    [2011-10-15:17:09:05] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:05] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.4452045252546668 onApplicationVersion
    [2011-10-15:17:09:05] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:05] Application Installer end with exit code 0
    [2011-10-15:17:09:06] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:06] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.7543233949691057 onApplicationVersion
    [2011-10-15:17:09:06] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:06] Application Installer end with exit code 0
    [2011-10-15:17:09:06] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:06] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.4572636689990759 onApplicationVersion
    [2011-10-15:17:09:06] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:06] Application Installer end with exit code 0
    [2011-10-15:17:09:07] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:07] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.031378265004605055 onApplicationVersion
    [2011-10-15:17:09:07] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:07] Application Installer end with exit code 0
    [2011-10-15:17:09:07] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:07] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.9756521987728775 onApplicationVersion
    [2011-10-15:17:09:07] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:08] Application Installer end with exit code 0
    [2011-10-15:17:09:08] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:08] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.8166084247641265 onApplicationVersion
    [2011-10-15:17:09:08] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:08] Application Installer end with exit code 0
    [2011-10-15:17:09:08] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:08] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.17336749704554677 onApplicationVersion
    [2011-10-15:17:09:08] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:08] Application Installer end with exit code 0
    [2011-10-15:17:09:09] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:09] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.9998851823620498 onApplicationVersion
    [2011-10-15:17:09:09] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:09] Application Installer end with exit code 0
    [2011-10-15:17:09:09] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:09] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.5504097254015505 onApplicationVersion
    [2011-10-15:17:09:09] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:09] Application Installer end with exit code 0
    [2011-10-15:17:09:09] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:09] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.8749697804450989 onApplicationVersion
    [2011-10-15:17:09:09] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:09] Application Installer end with exit code 0
    [2011-10-15:17:09:10] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:10] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.4783385372720659 onApplicationVersion
    [2011-10-15:17:09:10] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:10] Application Installer end with exit code 0
    [2011-10-15:17:09:11] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:11] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.5426344890147448 onApplicationVersion
    [2011-10-15:17:09:11] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:11] Application Installer end with exit code 0
    [2011-10-15:17:09:11] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:11] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.20394797017797828 onApplicationVersion
    [2011-10-15:17:09:11] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:11] Application Installer end with exit code 0
    [2011-10-15:17:09:12] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:12] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6842504567466676 onApplicationVersion
    [2011-10-15:17:09:12] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:12] Application Installer end with exit code 0
    [2011-10-15:17:09:12] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:12] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6585747129283845 onApplicationVersion
    [2011-10-15:17:09:12] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:12] Application Installer end with exit code 0
    [2011-10-15:17:09:12] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:12] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.05785722937434912 onApplicationVersion
    [2011-10-15:17:09:12] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:12] Application Installer end with exit code 0
    [2011-10-15:17:09:13] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:13] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.638652506750077 onApplicationVersion
    [2011-10-15:17:09:13] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:13] Application Installer end with exit code 0
    [2011-10-15:17:09:14] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:14] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.9306980706751347 onApplicationVersion
    [2011-10-15:17:09:14] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:14] Application Installer end with exit code 0
    [2011-10-15:17:09:15] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:15] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.7999980472959578 onApplicationVersion
    [2011-10-15:17:09:15] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:15] Application Installer end with exit code 0
    [2011-10-15:17:09:15] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:15] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.9218810191377997 onApplicationVersion
    [2011-10-15:17:09:15] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:15] Application Installer end with exit code 0
    [2011-10-15:17:09:15] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:15] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.33684336952865124 onApplicationVersion
    [2011-10-15:17:09:15] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:15] Application Installer end with exit code 0
    [2011-10-15:17:09:16] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:16] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.03296273108571768 onApplicationVersion
    [2011-10-15:17:09:16] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:16] Application Installer end with exit code 0
    [2011-10-15:17:09:16] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:16] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.13416810939088464 onApplicationVersion
    [2011-10-15:17:09:16] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:16] Application Installer end with exit code 0
    [2011-10-15:17:09:17] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:17] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.4828432952053845 onApplicationVersion
    [2011-10-15:17:09:17] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:17] Application Installer end with exit code 0
    [2011-10-15:17:09:17] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:17] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.12148092687129974 onApplicationVersion
    [2011-10-15:17:09:17] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:17] Application Installer end with exit code 0
    [2011-10-15:17:09:18] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:18] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.5281979856081307 onApplicationVersion
    [2011-10-15:17:09:18] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:18] Application Installer end with exit code 0
    [2011-10-15:17:09:18] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:18] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.32450640853494406 onApplicationVersion
    [2011-10-15:17:09:18] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:18] Application Installer end with exit code 0
    [2011-10-15:17:09:18] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:18] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.3871136154048145 onApplicationVersion
    [2011-10-15:17:09:18] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:19] Application Installer end with exit code 0
    [2011-10-15:17:09:19] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:19] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6729136174544692 onApplicationVersion
    [2011-10-15:17:09:20] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:20] Application Installer end with exit code 0
    [2011-10-15:17:09:20] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:20] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.04252322996035218 onApplicationVersion
    [2011-10-15:17:09:20] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:20] Application Installer end with exit code 0
    [2011-10-15:17:09:20] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:20] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6626231442205608 onApplicationVersion
    [2011-10-15:17:09:20] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:20] Application Installer end with exit code 0
    [2011-10-15:17:09:21] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:21] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.9271919410675764 onApplicationVersion
    [2011-10-15:17:09:21] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:21] Application Installer end with exit code 0
    [2011-10-15:17:09:21] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:21] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6318746651522815 onApplicationVersion
    [2011-10-15:17:09:21] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:21] Application Installer end with exit code 0
    [2011-10-15:17:09:21] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:21] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6163823078386486 onApplicationVersion
    [2011-10-15:17:09:21] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:22] Application Installer end with exit code 0
    [2011-10-15:17:09:23] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:23] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.39249605778604746 onApplicationVersion
    [2011-10-15:17:09:23] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:23] Application Installer end with exit code 0
    [2011-10-15:17:09:23] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:23] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.9530374617315829 onApplicationVersion
    [2011-10-15:17:09:23] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:23] Application Installer end with exit code 0
    [2011-10-15:17:09:23] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:23] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.2720960369333625 onApplicationVersion
    [2011-10-15:17:09:23] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:23] Application Installer end with exit code 0
    [2011-10-15:17:09:24] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:24] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.5543921273201704 onApplicationVersion
    [2011-10-15:17:09:24] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:24] Application Installer end with exit code 0
    [2011-10-15:17:09:24] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:24] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.32085943315178156 onApplicationVersion
    [2011-10-15:17:09:24] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:24] Application Installer end with exit code 0
    [2011-10-15:17:09:25] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:25] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.08231018856167793 onApplicationVersion
    [2011-10-15:17:09:25] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:25] Application Installer end with exit code 0
    [2011-10-15:17:09:26] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:26] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.7352876705117524 onApplicationVersion
    [2011-10-15:17:09:26] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:26] Application Installer end with exit code 0
    [2011-10-15:17:09:26] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:26] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.8072764803655446 onApplicationVersion
    [2011-10-15:17:09:26] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:26] Application Installer end with exit code 0
    [2011-10-15:17:09:26] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:26] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.021800097078084946 onApplicationVersion
    [2011-10-15:17:09:26] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:26] Application Installer end with exit code 0
    [2011-10-15:17:09:27] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:27] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.8927665883675218 onApplicationVersion
    [2011-10-15:17:09:27] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:27] Application Installer end with exit code 0
    [2011-10-15:17:09:27] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:27] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.1406533089466393 onApplicationVersion
    [2011-10-15:17:09:27] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:27] Application Installer end with exit code 0
    [2011-10-15:17:09:28] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:28] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.1514084874652326 onApplicationVersion
    [2011-10-15:17:09:28] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:28] Application Installer end with exit code 0
    [2011-10-15:17:09:29] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:29] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.0712014283053577 onApplicationVersion
    [2011-10-15:17:09:29] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:29] Application Installer end with exit code 0
    [2011-10-15:17:09:29] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:29] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.9551911363378167 onApplicationVersion
    [2011-10-15:17:09:29] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:29] Application Installer end with exit code 0
    [2011-10-15:17:09:29] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:29] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.2194956080056727 onApplicationVersion
    [2011-10-15:17:09:29] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:29] Application Installer end with exit code 0
    [2011-10-15:17:09:30] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:30] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.017956760246306658 onApplicationVersion
    [2011-10-15:17:09:30] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:30] Application Installer end with exit code 0
    [2011-10-15:17:09:30] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:30] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.4151028976775706 onApplicationVersion
    [2011-10-15:17:09:30] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:30] Application Installer end with exit code 0
    [2011-10-15:17:09:31] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:31] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.2157457685098052 onApplicationVersion
    [2011-10-15:17:09:31] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:31] Application Installer end with exit code 0
    [2011-10-15:17:09:32] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:32] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.023549224250018597 onApplicationVersion
    [2011-10-15:17:09:32] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:32] Application Installer end with exit code 0
    [2011-10-15:17:09:32] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:32] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.2753891833126545 onApplicationVersion
    [2011-10-15:17:09:32] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:32] Application Installer end with exit code 0
    [2011-10-15:17:09:32] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:32] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6002904176712036 onApplicationVersion
    [2011-10-15:17:09:32] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:32] Application Installer end with exit code 0
    [2011-10-15:17:09:33] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:33] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.5443548602052033 onApplicationVersion
    [2011-10-15:17:09:33] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:33] Application Installer end with exit code 0
    [2011-10-15:17:09:33] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:33] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.17788414284586906 onApplicationVersion
    [2011-10-15:17:09:33] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:33] Application Installer end with exit code 0
    [2011-10-15:17:09:34] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:34] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6447380073368549 onApplicationVersion
    [2011-10-15:17:09:34] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:34] Application Installer end with exit code 0
    [2011-10-15:17:09:35] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:35] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.5432745786383748 onApplicationVersion
    [2011-10-15:17:09:35] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:35] Application Installer end with exit code 0
    [2011-10-15:17:09:35] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:35] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.36365548614412546 onApplicationVersion
    [2011-10-15:17:09:35] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:35] Application Installer end with exit code 0
    [2011-10-15:17:09:36] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:36] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.9898125105537474 onApplicationVersion
    [2011-10-15:17:09:36] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:36] Application Installer end with exit code 0
    [2011-10-15:17:09:36] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:36] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.022511661518365145 onApplicationVersion
    [2011-10-15:17:09:36] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:36] Application Installer end with exit code 0
    [2011-10-15:17:09:36] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:36] Commandline is: -playerVersion=10,3,183,10 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled BBCiPlayerDesktop 61DB7A798358575D6A969CCD73DDBBD723A6DA9D.1 adobe.com:air0.6201024316251278 onApplicationVersion
    [2011-10-15:17:09:36] Installed runtime (3.0.0.4080) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-10-15:17:09:36] Application Installer end with exit code 0
    [2011-10-15:17:09:37] Application Installer begin with version 3.0.0.4080 on Windows 7 x86
    [2011-10-15:17:09:37] Commandline

    Could you please try to Microsoft Install and Uninstall Fix It and verify your issue. If you still come across that problem, please copy the entire log here and try the following solution. 
    Please try this solution:
    Step 1. Download the “Windows Installer CleanUp Utility” tool here. Click the “DOWNLOAD LOCATIONS” button, and it will download automatically. The installer file name is “msicuu2.exe”.
    Step 2. This tool was initially designed for win xp, in order to make sure it install and run well Win 7. You need to make a small configuration.
    Right click on the msicuu2.exe installer file, go to Properties -> Compatibility -> check “Run this problem in compatibility mode for Windows XP (SP3)”. Here is a screen shot. And then run the installer and install the application.
    Step 3. After installation, go to Start -> All Programs -> Find “Windows Install Clean Up” and click on the icon to launch the utility program.
    You should see this window open:
    Step 4. In the opened window, find a program named “Adobe AIR [x.x.x…]” as the version. Mine is AIR 3.0.0.3880. When you select on the item, and click the “Remove” button, the utility will remove the program completely. I suggest you to remove all Adobe AIR versions listed in the window.
    Step 5. After a clear uninstallation, you can get the latest version of Adobe AIR here. Try to install it and it should be installed right away without any problem.
    Reference links:
    China Flash Runtime Blog, and the forum post "Can't install Air on XP home edition (sp3) ".
    Thanks,
    Yuzhong
    Flash Runtime Customer Experience

  • Adobe Air connection to SQL

    Hello,
    I have to create a desktop Adobe Air Javascript application to connect to the SQL Server and fetch the data based on the user input. Say when the user enters a customer code all the customer details would show up on the screen (Adobe Air window). Can sombody please help me with this? I'm stuck with this issue for long time.
    Thanks,
    Amol

    Hi Amol,
    This will give you an idea:
    Adobe LiveCycle ES3 * About data connections

Maybe you are looking for

  • Need Suggestion on including JSTL Tags with JSF

    Hi..All.... I need some suggestions.. i Started doing a project in JSF.. i am new to JSF... I Developed some part of the project in Struts.. but now.. our clinet says... The Application Has to go with JSF.so.. started redesigning again.... Can i use

  • Inventory Management: Validity Table

    Hi Guys, For the Stock cube (0IC_C03) in BW, a validity table is generated.How to delete an existing characteristic from the validity table or how to add new characteristics to the validity table. Thanks.

  • Can creating new object without object reference cause OutOfMemoryException

    I am getting OutOfMemoryException in my application. After looking at the logs and doing some analysis I think creating a new object and not attaching it to a reference is causing the issue. The simplified code is as below: void valuate(int tradeNum)

  • Picture in iMessage convo has changed

    I have 2 phones and iPad all on same account. When I upgraded my husbands phone to the 5, the little picture of me in my iMessage conversations on the iPad changed to hs picture even tho I am the sender. How do I fix this. This wasn't a problem befor

  • Des transitios de type HFX pour premmiere CS6

    Je cherche des transitions de type HFX pour p^remiere CS6 depuis que hollywood FX n'est plus accepté en 64 bit il me manque ces transitions. avez vous une solution????? Merci à tous. alain