[WINDOWS] Spotify DL thread (Official links)

Official links for offline / standalone spotify installers:v1.0.10.107.gd0dfca3a-139http://upgrade.spotify.com/upgrade/client/win32-x86/spotify_installer-1.0.10.107.gd0dfca3a-139.exe v1.0.10.106.gccf469cc-137http://upgrade.spotify.com/upgrade/client/win32-x86/spotify_installer-1.0.10.106.gccf469cc-137.exe v1.0.10.104.ge563a026-136http://upgrade.spotify.com/upgrade/client/win32-x86/spotify_installer-1.0.10.104.ge563a026-136.exe v1.0.9.133.gcedaee38-122http://upgrade.spotify.com/upgrade/client/win32-x86/spotify_installer-1.0.9.133.gcedaee38-122.exe v1.0.8.59.gee82e7e6-108
http://upgrade.spotify.com/upgrade/client/win32-x86/spotify_installer-1.0.8.59.gee82e7e6-108.exe
v1.0.8.44.g2d463d4e-99
http://upgrade.spotify.com/upgrade/client/win32-x86/spotify_installer-1.0.8.44.g2d463d4e-99.exe
v1.0.7.157.g2a6526f9-88
http://upgrade.spotify.com/upgrade/client/win32-x86/spotify_installer-1.0.7.157.g2a6526f9-88.exe
v1.0.6.80.g2a801a53-61
http://upgrade.spotify.com/upgrade/client/win32-x86/spotify_installer-1.0.6.80.g2a801a53-61.exe
v1.0.5.186.ga9c24d6a-17
http://upgrade.spotify.com/upgrade/client/win32-x86/spotify_installer-1.0.5.186.ga9c24d6a-17.exe
v1.0.5.178.g885b099b-28
http://upgrade.spotify.com/upgrade/client/win32-x86/spotify_installer-1.0.5.178.g885b099b-28.exe
v1.0.4.90.g0b6df40b-9
http://upgrade.spotify.com/upgrade/client/win32-x86/spotify_installer-1.0.4.90.g0b6df40b-9.exe
v1.0.4.89.g22b04e33-7
http://upgrade.spotify.com/upgrade/client/win32-x86/spotify_installer-1.0.4.89.g22b04e33-7.exe
v1.0.3.101.gbfa97dfe-48
http://upgrade.spotify.com/upgrade/client/win32-x86/spotify_installer-1.0.3.101.gbfa97dfe-48.exe
v1.0.3.98.g5ef498fc-41
http://upgrade.spotify.com/upgrade/client/win32-x86/spotify_installer-1.0.3.98.g5ef498fc-41.exe
v1.0.2.6.g9977a14b-15
http://upgrade.spotify.com/upgrade/client/win32-x86/spotify_installer-1.0.2.6.g9977a14b-15.exe
v1.0.1.1060.gc75ebdfd-220
http://upgrade.spotify.com/upgrade/client/win32-x86/spotify_installer-1.0.1.1060.gc75ebdfd-220.exe  
How can I keep Spotify from auto updating?
This .7z includes files + instructions: https://mega.co.nz/#!uhgi1DbY!xU2ZMB-vn8accGF7L2bryS9G-uoa40UJC2Lmv3J7A_c   How to find DL URL:URL base + full name of the version you want = Download link.Add version number to this:http://upgrade.spotify.com/upgrade/client/win32-x86/You will need full name of the updated exe which Spotify automatically downloads.When using the Spotify client, and you get the message "new release ready to install", the update is downloaded to a somewhat hidden folder.
Newer releases: appdata\local\spotify\update, older releases: appdata\roaming\spotify.
How to get to appdata\roaming folder:
- win+r
- type %localappdata% for appdata\local\, %appdata% for appdata\roaming\. Ex:http://upgrade.spotify.com/upgrade/client/win32-x86/spotify_installer-1.0.2.6.g9977a14b-15.exe 

I need to be able to choose where CACHE is set as using a SSD which is basically for the Windows OS alone - Large amounts of data is quite happy residing on the large spinning rust drive - Also the ability to limit the amount of room Spotify uses for CACHE which was available on pre 1.x versions is needed on my other PC, still can't work out why these useful settings were removed in the first place? The ability to adjust the Song, Album, Artist, ect. widths also was useful & is there on just about every other Windows programs there has ever been, why on earth was it removed or not added as a matter of course when it was re-written. Extra features in advanced settings should have been added for those who use them rather than removing the ones already there, deault settings could have been left in for those who are happy with a vanilla program? And am I alone in not being able to drag & drop MP3's onto the playlists, something else I used to be able to do. Spotify also uses three times more RAM than version 0.7x, the list goes on ...

Similar Messages

  • How can I get a small window to open when a link is clicked (AS2)

    Hi i,m developing a HTML site and used one animated flash button(AS2) I want a small sized window to open when a user clicks on a button.
    The window will contain information that i want to display.It dosnt require a normal 800x600 window to open. I just want a 1/4 size of 800x600 etc. Is this possible and if so how.
    I havnt done this before
    Thanks
    Manoj

    HELLO NED,
    I WAS RECEIVING MANY MAILS FROM YOU, BUT I DON'T UNDERSTAND WHY DOESN'T RELATED WITH MY PETITION, I SEND
    TO YOU AGAIN MY QUESTION, AND IF YOU CAN HELP ME I APPRECIATED VERY MUCH LET ME KNOW.
    THIS IS MY QUESTION....."ABOUT DATAGRID AS3
    Hello Ned, I appreciate very much your soon answer, I believe you have understand me, but how can I do that? could you give some help? This is part of the code and this is the function that I use
    var url: String = "xmls/rests.xml";
    var req:URLRequest = new URLRequest(url);
    var myLoader:URLLoader = new URLLoader();
    myLoader.addEventListener(Event.COMPLETE, completeHandler);
    myLoader.load(req);
    function completHandler(event:Event):void {
           var myLoader:URLLoader = event.currentTarget as URLLoader;
           var xmlDP:XML = new XML (myLoader.data);
           XML.ignoreWhitespace = true;
           dp = new DataProvider(xmlDP);
           dp = sortOn("name", Array.CASEINSENSITIVE);
           dDg.dataProvider = dp;
           aDg.addEventListener(Event.CHANGE, changeHandler);
           function changeHandler(event:Event): void {
                var thisItem:Object = eve.target.selectedItem;
                descripTa.text = thisItem.description;
                aUI.source = (thisItem.image);
                preloader_mc.visible = true;
    My intention is that when a button from a main (swf) loads the swf it displayed the first selected item with a image (UILoader) and the description (TextArea)
    Thanks in advance Ned
    Joselyn             .................."
    THANKS AGAIN NED
    REGARDS
    JOSELYN
    Date: Thu, 13 Oct 2011 07:49:02 -0600
    From: [email protected]
    To: [email protected]
    Subject: How can I get a small window to open when a link is clicked (AS2)
    Re: How can I get a small window to open when a link is clicked (AS2) created by Ned Murphy in Flash Pro - General - View the full discussion
    Look at the Methods section and choose whichever suits your needs, the first one listed does not.
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/3969302#3969302
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/3969302#3969302. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Flash Pro - General by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • How to open page in new window while handling event on link.

    Hi all
    I have a requirement where page should be opened in new window when I click on link.My item style is 'link'.Despite of mentioning target frame _blank, I m not able to open it in new window.I m handling event by setting Action Type as fireAction.I hope this might be the reason because of that this happened. Can somebody suggest some solution so that I can open it in new window.
    Thanks,
    Bhupendra

    Hi ,
    though i am not able to answer, i can get some answer for my question.
    How the link item is handled thru the ActionType and event in the Client Action..?
    The reason for this question is that we are trying to extend the customer search page in AR - EBSR12. there the search result page has the Account Name as a link and the Action event says viewAccountName and the action type says firePartialAction. I am trying to understand this so that i can add more parameters to the link so that i can use them in the target page of the link..
    Any help is appreciated..
    Thanks
    Chidam

  • When I click on an active link from another application, it opens the firefox application, but won't open open the page - it just opens Firefox or takes me to Firefox. No new tab or window is opened and the link is not displayed.

    When I click on an active link from another application, it opens the firefox application, but won't open open the page - it just opens Firefox or takes me to Firefox. No new tab or window is opened and the link is not displayed.

    Firefox sent an email to me to confirm that I had asked the above question. The email had a link to click. When I clicked it from Firefox, nothing happened. Then I opened IE, signed into Comcast, opened the email, clicked the link, and it brought me here.

  • Official link to download sql*plus (linux)  for 10g  database

    Good Morning to all ;
    Can anyone provide official link to download sql*plus for 10g database ?
    I am using Virtual machine version 7. I want to configure SQL*Plus utility in my virtual machine ..
    Please provide any official link or torrent link. It's for our learning purpose.
    Thanks in advance ..
    OS : REDHAT5, OEL 5
    VMWARE : Version 7
    Product : 10g R2

    Hello ;
    I can't be enable SQL* Plus in my VMWARE.
    *$ unzip instantclient-sqlplus-linuxppc32-10.2.0.1-20051121.zip*
    Archive: instantclient-sqlplus-linuxppc32-10.2.0.1-20051121.zip
    inflating: instantclient_10_2/glogin.sql
    inflating: instantclient_10_2/libsqlplus.so
    inflating: instantclient_10_2/libsqlplusic.so
    inflating: instantclient_10_2/sqlplus
    *[oracle@rhel5 SHARE]$ cd instantclient_10_2/*
    [oracle@rhel5 instantclient_10_2]$ ls -l
    total 1135
    -r-xr-xr-x 1 root root 1525 Nov 12 2005 glogin.sql
    -rwxrwxrwx 1 root root 1445591 Nov 12 2005 libsqlplusic.so
    -rwxrwxrwx 1 root root 857299 Nov 12 2005 libsqlplus.so
    -rwxrwxrwx 1 root root 18391 Nov 12 2005 sqlplus
    *./sqlplus*
    bash: ./sqlplus: cannot execute binary file
    Please provide me the steps to continue ..

  • Since the latest update of 3.5.11, firefox opens links in a new window. it used to open links in a new tab. how can i fix that?

    since the latest update of 3.5.11, firefox opens links in a new window. it used to open links in a new tab. how can i fix that?

    The setting in "Tools > Options > Tabs" only works for links that would open in a new window.<br />
    That option allow you to divert such calls to a new tab.<br />
    For other links you either have to use a middle click or a Ctrl + left click or use the context menu.
    Tabberwocky: https://addons.mozilla.org/firefox/addon/14439

  • I have an old Ipod and am trying to sync the music from it onto my new (Windows) Computer. When it links us it says it must remove and sync the music. Does this mean I will lose the music from my ipod forever?

    I have an old Ipod and am trying to sync the music from it onto my new (Windows) Computer. When it links us it says it must remove and sync the music. Does this mean I will lose the music from my ipod forever?

    Does this mean I will lose the music from my ipod forever?
    Yes, that is exactly what it means.
    The right way to do it is to first rebuild your library on the new computer, and then sync the iPod. 
    You can rebuild your library by copying the library from the old computer or from your backup.
    If neither of those options is available, you can extract the songs from the iPod, although the process is a bit hairy.  See this guide for the procedure, written by Forum member Steve/turingtest2.

  • The official link to get to HP forums?

    I do not know the official link to get to the hp forums.
    I only found it by going through google.
    It seems a bits silly I know.  
    I would expect it to be www.hp.com.  But I could not get HERE from there.
    I also would expect it to be in www.itrc.hp.com.   But the forums there are the old, read-only, (and very useful), old forums.
    SO?
    This question was solved.
    View Solution.

    Hi cloneab,
    The official link for the HP forums is as follows:
    http://h30434.www3.hp.com/psg/
    Also, from the hp.com website you can click on 'online communities' icon on the top right corner, it will drop down a list where you can find the HP Consumer Support Forum link.
    Thanks,
    SunshineF
    Clicking the "Kudos star" to the left is a great way to say thanks!
    When your problem has been solved, accept the solution by clicking the "Accept as Solution" button to help other members in the future!
    Rules of Participation

  • Spotify 64 bit download link for windows 7

    I can't find the download link for spotify 64-bit - I remember being asked what version of spotify to download, 32 or 64 bit, and i idiotically chose 32 bit. So I uninstalled it to install the 64 bit but it didn't ask me this time and went staright to download the 32 bit...again. Could somebody post the link for specific spotify 64 bit? Thx.

    I just double checked on Mac and it seems within the last few versions they added a 64 bit version. So it's very likely there is a 64 bit version for Windows too
    The download page for windows is here:
    https://www.spotify.com/download/windows/
    There might be a cookie related to your choice, so try to go to the download page in an incognito window.

  • ITunes 10.4 and Windows 7 bug thread

    I thought I would start an entire thread devoted to iTunes 10.4 and Windows 7 bugs since there are MANY people reporting various issues and may not know about all of them. Hopefully this will combine a list of all bugs for reference and help others. So far, most of this effects Windows 7 64 bit, but some are reporting issues under 32 bit too.
    I have spoken with both Apple Care and a higher level tech at iTunes support. The iTunes support tech said they were "looking into all reported bugs and are aware of issues with version 10.4, especially under Windows 7. They encourage others to report their bugs to iTunes support so they can work on this and find all the issues.
    KNOWN BUGS:
    Album Art copy/paste broken - A bug that causes copy/pase from clipboard where album art is not displayed in the info tab as before. Some have reported success by dragging the image file over to it vs copy/paste method but it is still very much spotty and a known bug.
    iTunes store not working - Some have been effected with the iTunes store not working properly for them. Personally I don't have a problem but this has been for some.
    "Purchases" link not working in iTunes - When you click on "Purchases" link on the right column, all your purchases are missing and do not show up. This includes, music, movies, apps, etc. This is also a known bug and one that I have personally. Works fine in iTunes 10.3 for Windows 7 64bit and also works fine under both Snow Leopard and Lion OS.
    Sync issues - Some have reported syncing issues since upgrading to 10.4 iTunes on Windows 7. This is a bit spotty as well as I have no trouble but there are others that have reported issues.
    Solutions:
    For now, the only way to fix this is to use iTunes 10.4 under Snow Leopard or Lion OS. Also, you can uninstall (not repair) 10.4 and install 10.3 again which should work.

    You are correct and I wish that I had known this before spending 4 days and a lot of trouble going over this with both Apple Care and iTunes support. They had me jumping through hoops and didn't know anything until it was finally escalated. Only then did I get a vague response like I mentioned in the first post. It's troubling to me how a simple response from anyone there could've just said we know about this and they are bugs in 10.4 causing this.
    There are other issues too as you point out with the syncing and crashing. Anyway, hopefully others will find information here more useful than calling Apple for help. Not much we can do now except roll back to 10.3 for those that kept it and hope also they can updated Apple Application Support component.

  • 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

  • [Windows] Spotify Window or Title and MenuBar is left on a Windows 7 non-Aero desktop after exit

    DescriptionSpotify' 1.0.10.107 leaves its Title bar, MenuBar, and frame on screen after a /File/Exit or a window [X] close when a Windows 7 non-Aero desktop theme is in use.  Sometimes the entire window is left.  The spotify.exe processes terminate, though SpotifyWebHelper remains.  The Title bar or window has no parent and its menu bar is inactive.  It is not redrawn if an object is dragged over it or by a right-click refresh.  The window vanishes properly if the “Close Button Should Minimize Spotify” advanced setting is selected and Spotify is then exited from the icon in the tray.  The Spotify window vanishes as expected with a fast zoom effect if any of the Windows 7 Aero themes is in use regardless of the above advanced setting.. A more detailed description, using numbered stepsWas using a Windows 7 Basic Theme with a black desktop background. Observed the above-described behavior with unknown Spotify version, believe it to have been 1.0.10.107
    Could find no entry describing this behavior as I saw it on any forumBrowsed the windows desktop troubleshooting help page Uninstalled Spotify with its uninstaller and all related appdata and registry entries using Revo uninstallerDownloaded and reinstalled Spotify from link on the help page 1.0.9.133.gcedaee38 was installed.  Note from the next step that the download link on the troubleshooting help page appears to be obsolete. Checked the Help/About screen and was offered upgrade to v1.0.10.107 Downloaded, upgraded, and confirmed that 1.0.10.107.gd0dfca3a was installed and restartedRepeated the issue with task manager showing running processes and noted. Developed a hunch that the desktop theme might be involved since this has to work for most users. Changed to the Windows 7 default Aero theme and observed Spotify to behave as I expected.Confirmed that it worked with several different Aero themes. Window opened and closed completely with a zoom effect and exit was complete. Returned to the Windows 7 Basic theme and again observed the abandoned window.My Operating System:  Windows 7 Professional Service Pack 1 64-bitSpotify version:  10.0.10.107.gd0dfca3aInternet provider: AT&T Internet ServicesFactory-Installed Dell Windows 7My username: dlpoole Do you have any screenshots you can attach to more clearly explain your issue? 

    That you have encountered this in other apps suggests a flaw in a library common to those apps and to Spotify or some particular tool that was used to build them.  I was able to replicate it on three different Win7 machines with two different CPU and graphics configurations. I couldn’t replicate it on a Windows 10 upgrade of one of those but I regard that machine as experimental until other apps more critical to me have been confirmed or made compatible with Windows 10.  Windows 7 will be my workhorse for some time, so the best workaround for me is to accept the “close button should minimize Spotify” setting and the risk of leaving it active in the notification area while streaming to no one. The alternative workaround is to refresh the non-Aero desktop after closing it. It’s a second click either way.

  • Windows 8 RTM bits officially coming soon

    Windows 8 RTM for IT Pros and developers will be coming August 15th (via Technet and MSDN). I wonder if Lenovo officially supports upgrading our PCs to Windows 8 then.
    I have the A720 and mysteriously, the C: drive is the larger, HDD whereas the D: drive is the smaller, SSD. I don't want to simply start the installation from within Windows 7 because then it will install on C: drive which is not what I want.
    I could blow away the entire existing install and start from scratch with the SSD for install but I suspect there is some Lenovo magic happening behind the scenes (as in, it is using the SSD for system use even though Windows seems to be installed on C: drive). I don't want to mess with that, if I can avoid it.
    Is there a Lenovo recipe for upgrading to Windows 8 on this PC?

    the current of windows 10 is Build 9879. you can download the ISO link below. or if you want to wait for the next build coming next week. I believe MS block the upgrade for previous build for the next build coming next week.
    Build 9879 Enterprise direct download link:
    Windows
    10 Enterprise build 9879 64-bit ISO image
    Windows
    10 Enterprise build 9879 32-bit ISO image
    Build 9879 Non-enterprise download link :
    http://windows.microsoft.com/en-us/windows/preview-iso-update?os=win10

  • All of the sudden I am getting two windows when clicking on a link in Facebook. How can I stop this from happening? Please HELP

    Today I discovered that when I was in facebook, and clicked on a link, anywhere, I would get a blank window and then another window would open up and have the links information on it. Things are really slow with this happening. I've checked out the popup tab, and I don't have it checked. There is nothing in the list either. PLEASE help me get rid of this problem. I have uninstalled firefox and reinstalled it. Would downloading an older version help?? Thank you for any help you can give me.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How to Open a New window from a List region Link, Please help

    I am trying to get a new full window( Not popup window) open from a list region link. The list region entry is an Image. I get the new page open, but it is not in new window, it is in the same window.
    I know I have to give the target = "_blank" somewhere. But In List region, I dont know where to add this.
    Please help
    George

    Yes, you are right Arun. That is more elegant way of
    doing it. Keep it up. thankx..
    Btw, why do you hate javascripts? Can you imagine the
    internet world without javascript (or ant scripting
    language)?yep i agree... but i try my best to avoid scripts.. as i had been workin around some japanese technologies... and there are three major mobile market players there... who has their own content type and all those devices never support javascript..
    more over i donno that... in all 3 yrs i have never used that ;-))

Maybe you are looking for

  • Html snippets don't work in iWeb 09.

    I've not added an html snippet to my site for a while, but they've worked in the past. Now they look fine when I'm working in iWeb, but when I go to the site after uploading, there's nothing visible. If I select all, I can see the box that should be

  • Extracting XML values with namespace prefixes

    Hint: I put this topic in "SQL and PL/SQL" but that was a bad idea, I think. Hi! I have a XML file:<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="http://test.epuap.gov.pl/FeResourceServlet/wzor_lokalny/InstytucjaPublicz

  • Bug on final step of the sync process with iDevices (Mavericks)

    hello, all of you, First of all, I have done all the most recents updates on my Mac (MacBook Pro Retina 2012) ans my iDevices (iPhone 5 and iPad). Everything is almost fine but a strange problem occurs when I synchronise my iDevices. During the synch

  • Not able to start the TNS Listener in OracleXE 10g Database

    Hi All, I have Installed OracleXE 10g database sucessfully, but when i'm trying to open the homepage it is not displaying anything. Because i have checked in the services the TNSListener has not been started. When i am trying to start the TNSListener

  • Itunes won't import mp3's from my iAudio u2

    Hello, I have an iBook G4 with iTunes 6. I just purchased the iAudio u2 and successfully used it to record a 3 hour file of music that I "lined-in" from my CD player. My next step was going to be to copy the mp3 file to my computer, but I can't get i