Any Idea on XML Gateway

Hello All ,
It would be great if any one can give us some idea on XML Gateway , or else any documents or links it would be more helpful .
Thanks in Advnace ...for all your help.
Thanks,
Sairam.

Hi Sairam
Have you tried searching on metalink?
As you know this is not an XML gateway forum - different team.
Try logging a TAR
Tim

Similar Messages

  • WebDynpro 4 Java & Persistence options : Any Idea how 2 read an XML?

    Hi,
    I was wondering if there is an easy way to store modified (or new) values in a WebDynpro application.
    e.g. A User adds a new row to an existing Table UI in Web Dynpro application with create button. I want to save this row either in an XML file, in a table connecting to database or in an ABAP table via RFC connection. Which option is a light (on resources?) and easy to implement. I think it's reading and writing to an XML file. What are the other options, if any?
    I've been trying to read an xml file (stored under src/mimes/Components/<com.sap.myComp>/test.xml as below:
    //controller code
    private static final String FILE_NAME = "test.xml";
    private static final WDWebResourceType FILE_EXT = WDWebResourceType.XML;
    IWDResource resource = WDWebResource.getWebResource(wdComponentAPI.getDeployableObjectPart(), EditView.FILE_EXT, EditView.FILE_NAME);
    wdContext.currentContextElement().setFile(resource);
    //end controller code
    //view Init() code
    IWDResource resource = wdContext.currentContextElement().getFile();
    File file = new File(resource.getResourceName().toString());
    /* I've also tried below
            FileInputStream fis = null;
         fis = new FileInputStream(file);
            url = file.getAbsolutePath();
            //url is null when printed?
    DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
    DocumentBuilder db = dbf.newDocumentBuilder();
    Document doc = db.parse(file);
    doc.getDocumentElement().normalize();
    content = doc.getDocumentElement().getNodeName().toString();
    //end view Init() code
    When I print the value of content, I get it's initial value which is null. What is wrong?? any ideas?
    How to get the correct path to the stored xml and how to display its contents? I've read enough posts on SDN but couldn't get it working.
    Appreciate your help.
    Regards,
    N.

    hi,
    U r retriving the elements by tag name.So it just chks the tag name ie.<book> & gives u array of elements.But u need retrive d attribute of <book> tag itself.
    =Solution =====
    Add one more statement ----> var[]= doc.getElementsByName("book");
    Now u hav book elements as an array & can retrive id in for loop
    for(var; var.length;var++)
    doc.element[var].id.value

  • I am trying to open a .xml file in FCP, when i try to import the file it says choose a translation document. Any ideas?, I am trying to open a .xml file in FCP, when i try to import the file it says choose a translation document. Any ideas?

    I am trying to import a .xml file into FCP; it asks for a translation document file. Any ideas on how to proceed? Thanks

    What kind of xml?  What kind of xml?
    Shane is right if it's an xml exported from finalcutpro but there are many other kinds/uses for xml, most of which will not import into fcp.

  • Xml and hebrew, any ideas

    Hi all I am a prityy much "novice" in xml / xsl but I did some simple stuff. when I add a small hebrew word to my xml I got an exception
    " javax.xml.transform.TransformerException: An invalid XML character (Unicode: 0xf8) was found in the element content of the document."
    I use xalan.jar and xerces.jar
    any ideas
    thanx and by Yonatan

    Take a look at this thread:
    http://forums.java.sun.com/thread.jsp?forum=34&thread=155659&start=0&range=30#454205

  • Got error: Location Code is not enabled in the XML Gateway Server

    Hi,
    When I perform Compliance rule screening on GTM - Globel Trade Management,that I defined GTM as an Trading Partner on EBS R12.1.3,
    GTM can send response to EBS,but I see the following error message via Transaction Monitor on EBS workflow:
    [The Standard:OAG, Transaction Type:ITM , Transaction SubType:EXPORT_COMPLIANCE and Location Code GTM6.2 is not enabled in the XML Gateway Server. Pls check your Setup.]
    On EBS,I defined an ITM Partner for GTM,named 'GTM6.2',according to the document created by you: ITM Setup.doc
    and I also finished the following steps:
    1. ITM Application Users
    2.ITM Partner Service Types
    3.ITM Parameter Setup
    4.Order Type Creation: ITM Only
    5.Customer Creation: create a customer named 'GTM6.2', also enter 'GTM6.2' as EDI Location
    6.Define Transactions on XML Gateway as following:
    <Header>:
    Party Type: Customer
    Transaction Type: ITM
    Transaction Sub Type: EXPORT_COMPLIANCE
    <External Transactions (Lines)>:
    Standard Code: OAG
    External Transaction Type: ITM
    External Transaction Sub Type: EXPORT_COMPLAINCE
    Queue: APPLSYS.ECX_IN_OAG_Q
    7.Define Trading Partners on XML Gateway as following:
    <Header>:
    Trading Partner Type: Customer
    Trading Partner Name: GTM6.2
    <Trading Partner Details>:
    Transaction Type: ITM
    External Transaction Type: ITM
    External Transaction Sub Type: EXPORT_COMPLAINCE
    Map: WSHITEIN
    Source Trading Partner Location Code: GTM6.2 (same as the value what defined in EDI Location for customer)
    I think the combination of External Transaction Type, External Transaction Subtype, Standard Code,Source Trading Partner Location Code
    should be existing once done above steps, I have no idea why the error prompted.
    Does someone can tell how to trace the error?
    Thanks,
    Rambler

    user12254038 wrote:
    Can you send any supporting documents on ITM Setup? My client is implementing ITM for the first time and I wanted to know more details on how it works in R12.1.3 version of EBS?Oracle International Trade Management (ITM) Partner Integration: Specifications [ID 572524.1]
    International Trade Management Integration [ID 259691.1]
    How Can I Tell if International Trade Management is Installed or Not? [ID 742539.1]
    What are the Required Setups for International Trade Management (ITM) Flows in Shipping Execution? [ID 782861.1]
    What Patches Provide the Latest Fixes and Enhancements for ITM Adapter? [ID 465122.1]
    How to Generate Debug Information From ITM Adapter for XML Processing [ID 738925.1]
    How to Generate Debug File for International Trade Management (ITM) [ID 1294853.1]
    Thanks,
    Hussein

  • [URGENT] Get Inbound Message in EBS Using XML Gateway + SOAP

    Hi experts,
    I want to ask you about how to process the inbound message using XML Gateway and SOAP protocol.
    I have 2 EBS instances, let's called it A (source) and B (destination).
    FYI, I'm following this ebook: "Oracle E-Business Suite Development and Extensibility Handbook" in chapter 12 regarding Oracle XML Gateway.
    So I don't use BPEL PM to do this.
    I'm just using EBS with XML Gateway and Integrated SOA Gateway responsibilities.
    When I tried to send the XML from A to B using OXTA, it's success, the data can be processed in B and could store in the database.
    But when I tried to use SOAP, the XML message that has been sent from A is success, and when I check it on B (Integrated SOA Gateway -> SOA Monitor), the message is in there and I can see the SOAP request and response as well.
    SOAP request:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://xmlns.oracle.com/apps/fnd/XMLGateway" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    - <env:Header>
    - <ns0:XMLGateway_Header>
    <ns0:MESSAGE_TYPE>XML</ns0:MESSAGE_TYPE>
    <ns0:MESSAGE_STANDARD>OAG</ns0:MESSAGE_STANDARD>
    <ns0:TRANSACTION_TYPE>XKLB</ns0:TRANSACTION_TYPE>
    <ns0:TRANSACTION_SUBTYPE>ORDER_DETAILS_XO</ns0:TRANSACTION_SUBTYPE>
    <ns0:DOCUMENT_NUMBER>9282</ns0:DOCUMENT_NUMBER>
    <ns0:PARTY_SITE_ID>142</ns0:PARTY_SITE_ID>
    <ns0:USERNAME>cons.ade</ns0:USERNAME>
    <ns0:PASSWORD>cons.ade</ns0:PASSWORD>
    </ns0:XMLGateway_Header>
    </env:Header>
    - <env:Body>
    <ns0:ReceiveDocument xsi:type="xsd:string"><ORDER_DETAILS_XO xmlns=""> <ORDER> <ORDNO>100002</ORDNO> <ORDWT>100002</ORDWT> <RDATE/> <CITY>JAKARTA</CITY> <ZIP>17121</ZIP> </ORDER> </ORDER_DETAILS_XO></ns0:ReceiveDocument>
    </env:Body>
    </env:Envelope>
    SOAP response:
    - <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header />
    - <env:Body>
    - <ReceiveDocument_Response xmlns="http://xmlns.oracle.com/apps/fnd/XMLGateway">
    <ResponseCode xmlns="http://xmlns.oracle.com/apps/fnd/XMLGateway">200</ResponseCode>
    <ResponseMsgId xmlns="http://xmlns.oracle.com/apps/fnd/XMLGateway">BD4EAD91E76051D5E0440021287448DA</ResponseMsgId>
    <ResponseInfo xmlns="http://xmlns.oracle.com/apps/fnd/XMLGateway">Document received and pushed into queue for asynchronous processing. Enqueued message id is 'BD4EAD91E76051D5E0440021287448DA'.</ResponseInfo>
    </ReceiveDocument_Response>
    </env:Body>
    </env:Envelope>
    But the problem is the message that has been got in B can't store into the database yet.
    I had already changed the Queue in the XML Gateway -> Define Transaction, from APPLSYS.ECX_IN_OAG_Q (this is for OXTA) to APPLSYS.WF_WS_JMS_IN.
    After I invoke the webservice and the SOAP message has been got in B, I checked APPLSYS.WF_WS_JMS_IN in database and there is 1 record, the value of USER_DATA column is:
    ((, , , , , , ((BES_EVENT_NAME, 100, oracle.apps.fnd.wf.ws.inbound.xmltx.receive, , 27), (BES_EVENT_KEY, 100, 796550960, , 27), (BES_PRIORITY, 200, , 1, 23), (BES_FROM_AGENT, 100, [email protected], , 27), (BES_TO_AGENT, 100, [email protected], , 27), (MSG_ID, 100, 1334117503435, , 27), (ECX_MESSAGE_TYPE, 100, XML, , 27), (ECX_MESSAGE_STANDARD, 100, OAG, , 27), (ECX_PARTY_SITE_ID, 100, 142, , 27), (WS_PORT_OPERATION, 100, ReceiveDocument, , 27), (ECX_TRIGGER_ID, 100, 7101, , 27), (UserId, 100, 3020, , 27), (ECX_USERNAME, 100, CONS.ADE, , 27), (ECX_TRANSACTION_SUBTYPE, 100, ORDER_DETAILS_XO, , 27), (ECX_PASSWORD, 100, CONS.ADE, , 27), (ECX_DOCUMENT_NUMBER, 100, 9285, , 27), (BES_PAYLOAD_OBJECT, 100, false, , 27), (ECX_ATTACHMENTS, 100, , , 27), (ECX_TRANSACTION_TYPE, 100, XKLB, , 27), , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , )), 0, , )
    When I tried to select APPLSYS.WF_WS_JMS_IN for the 2nd time, there is no result, which means the business event has been triggered, right?
    So in this point I still don't have any idea why the process is (likely) ended after enter the Queue and the message can't store into B's database yet.
    Do I miss any setup when changing from OXTA into SOAP protocol to send XML message?
    Any urgent help most appreciated.
    Best Regards,
    Rheza

    Hi,
    Did you ever get any answers to this? We are thinking about the same thing.
    Thanks
    Darma
    [email protected]

  • Po requisitions with oracel xml gateway

    hi all,
    i was given a requirement to use oracle xml gateway in importing data from an external source... client gave me 2 files to play with.
    XML
    <?xml version = "1.0"?>
    <MSG_IP_MAT_ISSUE ID = "WMIS-616002" SRC_SYSTEM_CODE = "WMIS" SRC_SYSTEM_INSTANCE = "WMIS">
         <MATREQ:MAT_REQ xmlns:MATREQ = "MATREQ" >
         <MATREQ:COMMENTS>Testing PLS email</MATREQ:COMMENTS>
         <MATREQ:DELIVERY_DATE>01/22/2010</MATREQ:DELIVERY_DATE>
         <MATREQ:MAT_REQ_BY_PERSON_NO>1782</MATREQ:MAT_REQ_BY_PERSON_NO>
         <MATREQ:MAT_REQ_DATE>01/22/2010</MATREQ:MAT_REQ_DATE>
         <MATREQ:MAT_REQ_ID>71500</MATREQ:MAT_REQ_ID>
         <MATREQ:PROJECT_NO>119488</MATREQ:PROJECT_NO>
         <MATREQ:SHIP_TO_ADDRESS>10TH</MATREQ:SHIP_TO_ADDRESS>
         <MATREQ:SHIP_TO_CITY>INDIANAPOLIS</MATREQ:SHIP_TO_CITY>
         <MATREQ:SHIP_TO_STATE>IN</MATREQ:SHIP_TO_STATE>
         <MATREQ:SHIP_TO_ZIP_CODE>46201</MATREQ:SHIP_TO_ZIP_CODE>
         <MATREQ:SHIP_TO_ZIP_CODE_PLUS4>2005</MATREQ:SHIP_TO_ZIP_CODE_PLUS4>
         <MATREQ:STOREROOM_CODE>PLS</MATREQ:STOREROOM_CODE>
         <MATREQ:WR_NO>292244</MATREQ:WR_NO>
         <MATDTL:MAT_REQ_DETAIL xmlns:MATDTL = "MATDTL" >
              <MATDTL:MATERIAL_DESCRIPTION>CABLE, TRIPLEX, 2--#2 7/W AL, .045&quot; POLYETHYLENE COVERED AND</MATDTL:MATERIAL_DESCRIPTION>
              <MATDTL:MATERIAL_ITEM_ID>1808104</MATDTL:MATERIAL_ITEM_ID>
              <MATDTL:MAT_REQ_ID>71500</MATDTL:MAT_REQ_ID>
              <MATDTL:REQUISITION_QTY>4</MATDTL:REQUISITION_QTY>
              <MATDTL:UNIT_OF_MEASURE_CODE>FT</MATDTL:UNIT_OF_MEASURE_CODE>
         </MATDTL:MAT_REQ_DETAIL>
         </MATREQ:MAT_REQ>
    </MSG_IP_MAT_ISSUE>DTD
    <?xml version="1.0" encoding="UTF-8" ?>
    <!ATTLIST MSG_IP_MAT_ISSUE ID CDATA #IMPLIED
    SRC_SYSTEM_CODE CDATA #IMPLIED
    SRC_SYSTEM_INSTANCE CDATA #IMPLIED
    USER_INFO CDATA #IMPLIED >
    <!ATTLIST MATREQ:MAT_REQ xmlns:MATREQ CDATA #FIXED "MATREQ">
    <!ATTLIST MATDTL:MAT_REQ_DETAIL xmlns:MATDTL CDATA #FIXED "MATDTL">
    <!ELEMENT MSG_IP_MAT_ISSUE (MATREQ:MAT_REQ+)>
    <!ELEMENT MATREQ:MAT_REQ ( MATREQ:COMMENTS?, MATREQ:DELIVERY_DATE?, MATREQ:MAT_REQ_BY_PERSON_NO?, MATREQ:MAT_REQ_DATE?, MATREQ:MAT_REQ_ID?, MATREQ:PROJECT_NO?, MATREQ:SHIP_TO_ADDRESS?, MATREQ:SHIP_TO_CITY?, MATREQ:SHIP_TO_STATE?, MATREQ:SHIP_TO_ZIP_CODE?, MATREQ:SHIP_TO_ZIP_CODE_PLUS4?, MATREQ:STOREROOM_CODE?, MATREQ:WR_NO?, MATDTL:MAT_REQ_DETAIL* ) >
    <!ELEMENT MATREQ:COMMENTS (#PCDATA) > <!-- COMMENTS STRING (Max 2000) -->
    <!ELEMENT MATREQ:DELIVERY_DATE (#PCDATA) > <!-- DELIVERY_DATE DATE (MM/DD/YYYY) -->
    <!ELEMENT MATREQ:MAT_REQ_BY_PERSON_NO (#PCDATA) > <!-- MAT_REQ_BY_PERSON_NO NUMBER (5,0) -->
    <!ELEMENT MATREQ:MAT_REQ_DATE (#PCDATA) > <!-- MAT_REQ_DATE DATE (MM/DD/YYYY) -->
    <!ELEMENT MATREQ:MAT_REQ_ID (#PCDATA) > <!-- MAT_REQ_ID NUMBER (7,0) -->
    <!ELEMENT MATREQ:PROJECT_NO (#PCDATA) >
    <!ELEMENT MATREQ:SHIP_TO_ADDRESS (#PCDATA) > <!-- SHIP_TO_ADDRESS STRING (Max 60) -->
    <!ELEMENT MATREQ:SHIP_TO_CITY (#PCDATA) > <!-- SHIP_TO_CITY STRING (Max 30) -->
    <!ELEMENT MATREQ:SHIP_TO_STATE (#PCDATA) > <!-- SHIP_TO_STATE STRING (Max 2) -->
    <!ELEMENT MATREQ:SHIP_TO_ZIP_CODE (#PCDATA) > <!-- SHIP_TO_ZIP_CODE STRING (Max 5) -->
    <!ELEMENT MATREQ:SHIP_TO_ZIP_CODE_PLUS4 (#PCDATA) > <!-- SHIP_TO_ZIP_CODE_PLUS4 STRING (Max 4) -->
    <!ELEMENT MATREQ:STOREROOM_CODE (#PCDATA) > <!-- STOREROOM_CODE STRING (Max 5) -->
    <!ELEMENT MATREQ:WR_NO (#PCDATA) > <!-- WR_NO NUMBER (7,0) -->
    <!ELEMENT MATDTL:MAT_REQ_DETAIL ( MATDTL:MATERIAL_DESCRIPTION?, MATDTL:MATERIAL_ITEM_ID?, MATDTL:MAT_REQ_ID?, MATDTL:REQUISITION_QTY?, MATDTL:UNIT_OF_MEASURE_CODE? ) >
    <!ELEMENT MATDTL:MATERIAL_DESCRIPTION (#PCDATA) > <!-- MATERIAL_DESCRIPTION STRING (Max 10) -->
    <!ELEMENT MATDTL:MATERIAL_ITEM_ID (#PCDATA) > <!-- MATERIAL_ITEM_ID STRING (Max 10) -->
    <!ELEMENT MATDTL:MAT_REQ_ID (#PCDATA) > <!-- MAT_REQ_ID NUMBER (7,0) -->
    <!ELEMENT MATDTL:REQUISITION_QTY (#PCDATA) > <!-- REQUISITION_QTY NUMBER (8,2) -->
    <!ELEMENT MATDTL:UNIT_OF_MEASURE_CODE (#PCDATA) > <!-- UNIT_OF_MEASURE_CODE STRING (Max 5) -->having these 2 files, how do i use oracle xml gateway to read the contents of the XML file and load it into oracle?
    thanks
    allen

    hi again,
    i managed to make this work and inserted the data in the XML file into my Oracle Table but i had to lessen the tags in the XML to only string values since i seem to get errors whenever i try to retrieve data with date and number values.
    does anyone have any ideas why? is there a special way of capturing date type values from xml into oracle xml gateway?
    i did some research and noticed that some uses a different approach when dealing with date types. they use something like...
        <MAT_REQ_DATE>
          <YEAR>2010</YEAR>
          <MONTH>09</MONTH>
          <DAY>06</DAY>
        </MAT_REQ_DATE>but i have no idea why. can someone explain the purpose why they need to use the format above. i'm hoping it holds the solution to my problem.
    thanks
    allen

  • Itunes encountered an error and must be closed. Any idea what's wrong?

    Dear colleagues
    I have installed the latest version of itunes 9.2 and since yesterday I can not open it. I always get the message: "itunes encountered an error and must be closed"... I installed the previous version 9.1 but then it didn't work either because the library was made with the newer version
    Please, any help will be greatly appreciated! I've been browsing in Internet for hours with no success and I don't have any idea of how to solve this problem!
    Thanks in advance!
    I enclose the file error:
    <?xml version="1.0" encoding="UTF-16"?>
    <DATABASE>
    <EXE NAME="iTunes.exe" FILTER="GRABMIFILTERPRIVACY">
    <MATCHING_FILE NAME="CDDBControlApple.dll" SIZE="722160" CHECKSUM="0xED00FC79" BINFILEVERSION="2.0.1.101" BINPRODUCTVERSION="2.0.1.33" PRODUCT_VERSION="2, 0, 1, 101" FILE_DESCRIPTION="CDDBControl Core Module (Apple)" COMPANY_NAME="Gracenote, Inc." PRODUCT_NAME="CDDBControl Core Module" FILE_VERSION="2, 0, 1, 101" ORIGINAL_FILENAME="CDDBControlApple.DLL" INTERNAL_NAME="CDDBControl" LEGAL_COPYRIGHT="Copyright 1999 - 2009" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xB9F68" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="2.0.1.101" UPTOBIN_PRODUCTVERSION="2.0.1.33" LINK_DATE="01/30/2009 08:11:54" UPTOLINKDATE="01/30/2009 08:11:54" VER_LANGUAGE="Inglés (Estados Unidos) [0x409]" />
    <MATCHING_FILE NAME="iPodUpdaterExt.dll" SIZE="648992" CHECKSUM="0xB25411C" BINFILEVERSION="9.2.32.4" BINPRODUCTVERSION="9.2.32.4" PRODUCT_VERSION="9.2d4" FILE_DESCRIPTION="iPod Universal Updater Module" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iPod Universal Updater" FILE_VERSION="9.2d4" ORIGINAL_FILENAME="iPodUpdaterExt.dll" INTERNAL_NAME="iPod Universal Updater Module" LEGAL_COPYRIGHT="Apple Inc. (C) 2002-10" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x9F0B7" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.32.4" UPTOBIN_PRODUCTVERSION="9.2.32.4" LINK_DATE="05/14/2010 22:02:31" UPTOLINKDATE="05/14/2010 22:02:31" VER_LANGUAGE="Inglés (Estados Unidos) [0x409]" />
    <MATCHING_FILE NAME="iPodVoiceOver.dll" SIZE="37498144" CHECKSUM="0x320B4E52" BINFILEVERSION="1.30.128.0" BINPRODUCTVERSION="1.30.128.0" PRODUCT_VERSION="1.30.128.0" FILE_DESCRIPTION="Apple iPod Speech Library" PRODUCT_NAME="Apple iPod Speech Library" FILE_VERSION="1.30.128.0" ORIGINAL_FILENAME="iPodVoiceOver.dll" INTERNAL_NAME="Apple iPod Speech Library" LEGAL_COPYRIGHT="Apple Computer (C) 2009" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x23D15D7" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="1.30.128.0" UPTOBIN_PRODUCTVERSION="1.30.128.0" LINK_DATE="03/23/2010 01:54:05" UPTOLINKDATE="03/23/2010 01:54:05" VER_LANGUAGE="Inglés (Estados Unidos) [0x409]" />
    <MATCHING_FILE NAME="iTunes.dll" SIZE="17903920" CHECKSUM="0x6E9A2210" BINFILEVERSION="9.2.0.61" BINPRODUCTVERSION="9.2.0.61" PRODUCT_VERSION="9.2.0.61" FILE_DESCRIPTION="iTunes" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.61" ORIGINAL_FILENAME="iTunes.dll" INTERNAL_NAME="iTunes" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x11197B4" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.61" UPTOBIN_PRODUCTVERSION="9.2.0.61" LINK_DATE="06/15/2010 23:00:08" UPTOLINKDATE="06/15/2010 23:00:08" VER_LANGUAGE="Inglés (Estados Unidos) [0x409]" />
    <MATCHING_FILE NAME="iTunes.exe" SIZE="10358072" CHECKSUM="0x6F2AA0DB" BINFILEVERSION="9.2.0.61" BINPRODUCTVERSION="9.2.0.61" PRODUCT_VERSION="9.2.0.61" FILE_DESCRIPTION="iTunes" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.61" ORIGINAL_FILENAME="iTunes.exe" INTERNAL_NAME="iTunes" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x9E7352" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.61" UPTOBIN_PRODUCTVERSION="9.2.0.61" LINK_DATE="06/15/2010 23:00:43" UPTOLINKDATE="06/15/2010 23:00:43" VER_LANGUAGE="Inglés (Estados Unidos) [0x409]" />
    <MATCHING_FILE NAME="iTunesAdmin.dll" SIZE="383800" CHECKSUM="0xCC87C237" BINFILEVERSION="9.2.0.61" BINPRODUCTVERSION="9.2.0.61" PRODUCT_VERSION="9.2.0.61" FILE_DESCRIPTION="iTunes Administrative DLL" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.61" ORIGINAL_FILENAME="iTunesAdmin.dll" INTERNAL_NAME="iTunesAdmin" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x6BBCB" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.61" UPTOBIN_PRODUCTVERSION="9.2.0.61" LINK_DATE="06/15/2010 22:44:55" UPTOLINKDATE="06/15/2010 22:44:55" VER_LANGUAGE="Inglés (Estados Unidos) [0x409]" />
    <MATCHING_FILE NAME="iTunesHelper.dll" SIZE="172848" CHECKSUM="0x215C2B9B" BINFILEVERSION="9.2.0.61" BINPRODUCTVERSION="9.2.0.61" PRODUCT_VERSION="9.2.0.61" FILE_DESCRIPTION="iTunesHelper DLL" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.61" ORIGINAL_FILENAME="iTunesHelper.dll" INTERNAL_NAME="iTunesHelper" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x32697" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.61" UPTOBIN_PRODUCTVERSION="9.2.0.61" LINK_DATE="06/15/2010 22:43:32" UPTOLINKDATE="06/15/2010 22:43:32" VER_LANGUAGE="Inglés (Estados Unidos) [0x409]" />
    <MATCHING_FILE NAME="iTunesHelper.exe" SIZE="141624" CHECKSUM="0x2B5A6BF7" BINFILEVERSION="9.2.0.61" BINPRODUCTVERSION="9.2.0.61" PRODUCT_VERSION="9.2.0.61" FILE_DESCRIPTION="iTunesHelper" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.61" ORIGINAL_FILENAME="iTunesHelper.exe" INTERNAL_NAME="iTunesHelper" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x2AAE7" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.61" UPTOBIN_PRODUCTVERSION="9.2.0.61" LINK_DATE="06/15/2010 22:43:33" UPTOLINKDATE="06/15/2010 22:43:33" VER_LANGUAGE="Inglés (Estados Unidos) [0x409]" />
    <MATCHING_FILE NAME="iTunesMiniPlayer.dll" SIZE="123704" CHECKSUM="0x9F060203" BINFILEVERSION="9.2.0.61" BINPRODUCTVERSION="9.2.0.61" PRODUCT_VERSION="9.2.0.61" FILE_DESCRIPTION="iTunes Mini Player DLL" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.61" ORIGINAL_FILENAME="iTunesMiniPlayer.dll" INTERNAL_NAME="iTunesMiniPlayer" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x22AFC" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.61" UPTOBIN_PRODUCTVERSION="9.2.0.61" LINK_DATE="06/15/2010 23:00:59" UPTOLINKDATE="06/15/2010 23:00:59" VER_LANGUAGE="Inglés (Estados Unidos) [0x409]" />
    <MATCHING_FILE NAME="iTunesOutlookAddIn.dll" SIZE="294192" CHECKSUM="0x83426DFC" BINFILEVERSION="9.2.0.61" BINPRODUCTVERSION="9.2.0.61" PRODUCT_VERSION="9.2.0.61" FILE_DESCRIPTION="iTunes Outlook Add-in" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.61" ORIGINAL_FILENAME="iTunesOutlookAddIn.dll" INTERNAL_NAME="iTunesOutlookAddIn.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x4FEB7" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.61" UPTOBIN_PRODUCTVERSION="9.2.0.61" LINK_DATE="06/15/2010 22:44:33" UPTOLINKDATE="06/15/2010 22:44:33" VER_LANGUAGE="Inglés (Estados Unidos) [0x409]" />
    <MATCHING_FILE NAME="iTunesPhotoProcessor.exe" SIZE="293176" CHECKSUM="0x3D18939F" BINFILEVERSION="9.2.0.61" BINPRODUCTVERSION="9.2.0.61" PRODUCT_VERSION="9.2.0.61" FILE_DESCRIPTION="iTunes Photo Processor" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.61" ORIGINAL_FILENAME="iTunesPhotoProcessor.exe" INTERNAL_NAME="iTunesPhotoProcessor" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x4A078" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.61" UPTOBIN_PRODUCTVERSION="9.2.0.61" LINK_DATE="06/15/2010 22:44:28" UPTOLINKDATE="06/15/2010 22:44:28" VER_LANGUAGE="Inglés (Estados Unidos) [0x409]" />
    <MATCHING_FILE NAME="iTunes.Resources\iTunes.dll" SIZE="86832" CHECKSUM="0x660AF431" BINFILEVERSION="9.2.0.61" BINPRODUCTVERSION="9.2.0.61" PRODUCT_VERSION="9.2.0.61" FILE_DESCRIPTION="iTunes Resource Library" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.61" ORIGINAL_FILENAME="iTunes.dll" INTERNAL_NAME="iTunes.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1ACFA" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.61" UPTOBIN_PRODUCTVERSION="9.2.0.61" LINK_DATE="06/15/2010 22:44:10" UPTOLINKDATE="06/15/2010 22:44:10" VER_LANGUAGE="Inglés (Estados Unidos) [0x409]" />
    <MATCHING_FILE NAME="iTunes.Resources\iTunesRegistry.dll" SIZE="112432" CHECKSUM="0xB430C52A" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="Módulo de recursos iTunes" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesRegistry.dll" INTERNAL_NAME="iTunesRegistry.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Todos los derechos reservados." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x2991B" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/15/2010 22:44:18" UPTOLINKDATE="06/15/2010 22:44:18" VER_LANGUAGE="Español (alfabetización internacional) [0xc0a]" />
    <MATCHING_FILE NAME="iTunes.Resources\da.lproj\iTunesLocalized.dll" SIZE="119600" CHECKSUM="0x61F06B58" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes-ressourcemodul" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesLocalized.dll" INTERNAL_NAME="iTunesLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Alle rettigheder forbeholdes." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x258A3" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:17:35" UPTOLINKDATE="06/07/2010 15:17:35" VER_LANGUAGE="Danés [0x406]" />
    <MATCHING_FILE NAME="iTunes.Resources\de.lproj\iTunesLocalized.dll" SIZE="123696" CHECKSUM="0x3125F003" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes Resource Module" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesLocalized.dll" INTERNAL_NAME="iTunesLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Alle Rechte vorbehalten." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1F4A3" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:17:35" UPTOLINKDATE="06/07/2010 15:17:35" VER_LANGUAGE="Alemán (Alemania) [0x407]" />
    <MATCHING_FILE NAME="iTunes.Resources\en.lproj\iTunesLocalized.dll" SIZE="118064" CHECKSUM="0x606520CE" BINFILEVERSION="9.2.0.61" BINPRODUCTVERSION="9.2.0.61" PRODUCT_VERSION="9.2.0.61" FILE_DESCRIPTION="iTunes Resource Module" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.61" ORIGINAL_FILENAME="iTunesLocalized.dll" INTERNAL_NAME="iTunesLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1E6F8" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.61" UPTOBIN_PRODUCTVERSION="9.2.0.61" LINK_DATE="06/15/2010 22:44:19" UPTOLINKDATE="06/15/2010 22:44:19" VER_LANGUAGE="Inglés (Estados Unidos) [0x409]" />
    <MATCHING_FILE NAME="iTunes.Resources\en_GB.lproj\iTunesLocalized.dll" SIZE="119088" CHECKSUM="0x4C09E5BC" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes Resource Module" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesLocalized.dll" INTERNAL_NAME="iTunesLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x21799" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:17:35" UPTOLINKDATE="06/07/2010 15:17:35" VER_LANGUAGE="Inglés (Reino Unido) [0x809]" />
    <MATCHING_FILE NAME="iTunes.Resources\es.lproj\iTunesLocalized.dll" SIZE="124720" CHECKSUM="0xF49D1F86" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="Módulo de recursos iTunes" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesLocalized.dll" INTERNAL_NAME="iTunesLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Todos los derechos reservados." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x26FC8" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:17:35" UPTOLINKDATE="06/07/2010 15:17:35" VER_LANGUAGE="Español (alfabetización internacional) [0xc0a]" />
    <MATCHING_FILE NAME="iTunes.Resources\fi.lproj\iTunesLocalized.dll" SIZE="119600" CHECKSUM="0x5BF06B53" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes-resurssimoduuli" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesLocalized.dll" INTERNAL_NAME="iTunesLocalized.dll" LEGAL_COPYRIGHT="© 2003 - 2010 Apple Inc. Kaikki oikeudet pidätetään." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x22116" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:17:35" UPTOLINKDATE="06/07/2010 15:17:35" VER_LANGUAGE="Finlandés [0x40b]" />
    <MATCHING_FILE NAME="iTunes.Resources\fr.lproj\iTunesLocalized.dll" SIZE="124720" CHECKSUM="0x3F035D15" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="Module de ressources iTunes" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesLocalized.dll" INTERNAL_NAME="iTunesLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Tous droits réservés." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x239A9" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:17:35" UPTOLINKDATE="06/07/2010 15:17:35" VER_LANGUAGE="Francés (Francia) [0x40c]" />
    <MATCHING_FILE NAME="iTunes.Resources\it.lproj\iTunesLocalized.dll" SIZE="122672" CHECKSUM="0x43E33AC5" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="Modulo risorse iTunes" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesLocalized.dll" INTERNAL_NAME="iTunesLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x2B87A" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:17:35" UPTOLINKDATE="06/07/2010 15:17:35" VER_LANGUAGE="Italiano (Italia) [0x410]" />
    <MATCHING_FILE NAME="iTunes.Resources\ja.lproj\iTunesLocalized.dll" SIZE="109360" CHECKSUM="0x5ABBB1AA" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes Resource Module" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesLocalized.dll" INTERNAL_NAME="iTunesLocalized.dll" LEGAL_COPYRIGHT="Copyright 2003-2010 Apple Inc. All Rights Reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1EBD2" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:17:35" UPTOLINKDATE="06/07/2010 15:17:35" VER_LANGUAGE="Japonés [0x411]" />
    <MATCHING_FILE NAME="iTunes.Resources\ko.lproj\iTunesLocalized.dll" SIZE="105264" CHECKSUM="0xADB1C90C" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes 리소스 모듈" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesLocalized.dll" INTERNAL_NAME="iTunesLocalized.dll" LEGAL_COPYRIGHT="ⓒ 2003-2010 Apple Inc. 모든 권리 보유." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x201F4" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:17:35" UPTOLINKDATE="06/07/2010 15:17:35" VER_LANGUAGE="Coreano [0x412]" />
    <MATCHING_FILE NAME="iTunes.Resources\nb.lproj\iTunesLocalized.dll" SIZE="120112" CHECKSUM="0x111D161F" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes Resource Module" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesLocalized.dll" INTERNAL_NAME="iTunesLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Alle rettigheter forbeholdes." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x27956" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:17:35" UPTOLINKDATE="06/07/2010 15:17:35" VER_LANGUAGE="Noruego (Bokmal) [0x414]" />
    <MATCHING_FILE NAME="iTunes.Resources\nl.lproj\iTunesLocalized.dll" SIZE="122672" CHECKSUM="0xBE1230B9" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes-resourcemodule" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesLocalized.dll" INTERNAL_NAME="iTunesLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Alle rechten voorbehouden." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x24A25" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:17:35" UPTOLINKDATE="06/07/2010 15:17:35" VER_LANGUAGE="Neerlandés (Países Bajos) [0x413]" />
    <MATCHING_FILE NAME="iTunes.Resources\pl.lproj\iTunesLocalized.dll" SIZE="121136" CHECKSUM="0x7137A5D0" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes Resource Module" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesLocalized.dll" INTERNAL_NAME="iTunesLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Wszelkie prawa zastrzeżone." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1F303" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:17:35" UPTOLINKDATE="06/07/2010 15:17:35" VER_LANGUAGE="Polaco [0x415]" />
    <MATCHING_FILE NAME="iTunes.Resources\pt.lproj\iTunesLocalized.dll" SIZE="123696" CHECKSUM="0xB5D8A1B5" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes Resource Module" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesLocalized.dll" INTERNAL_NAME="iTunesLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Todos os direitos reservados." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x23801" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:17:35" UPTOLINKDATE="06/07/2010 15:17:35" VER_LANGUAGE="Portugués (Brasil) [0x416]" />
    <MATCHING_FILE NAME="iTunes.Resources\pt_PT.lproj\iTunesLocalized.dll" SIZE="124720" CHECKSUM="0x8D1141DC" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes Resource Module" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesLocalized.dll" INTERNAL_NAME="iTunesLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Todos os direitos reservados." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x24571" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:17:35" UPTOLINKDATE="06/07/2010 15:17:35" VER_LANGUAGE="Portugués (Portugal) [0x816]" />
    <MATCHING_FILE NAME="iTunes.Resources\ru.lproj\iTunesLocalized.dll" SIZE="121136" CHECKSUM="0xF5F7D8A1" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes Resource Module" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesLocalized.dll" INTERNAL_NAME="iTunesLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Все права защищены." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x22A11" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:17:35" UPTOLINKDATE="06/07/2010 15:17:35" VER_LANGUAGE="Ruso [0x419]" />
    <MATCHING_FILE NAME="iTunes.Resources\sv.lproj\iTunesLocalized.dll" SIZE="119088" CHECKSUM="0x7633B1D6" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes resursmodul" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesLocalized.dll" INTERNAL_NAME="iTunesLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Alla rättigheter förbehålls." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x20E6B" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:17:35" UPTOLINKDATE="06/07/2010 15:17:35" VER_LANGUAGE="Sueco [0x41d]" />
    <MATCHING_FILE NAME="iTunes.Resources\zh_CN.lproj\iTunesLocalized.dll" SIZE="101680" CHECKSUM="0xE5387E3F" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes 资源模块" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesLocalized.dll" INTERNAL_NAME="iTunesLocalized.dll" LEGAL_COPYRIGHT="(C) 2003-2010 Apple Inc. 保留一切权利。" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x22845" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:17:35" UPTOLINKDATE="06/07/2010 15:17:35" VER_LANGUAGE="Chino (RPC) [0x804]" />
    <MATCHING_FILE NAME="iTunes.Resources\zh_TW.lproj\iTunesLocalized.dll" SIZE="101680" CHECKSUM="0xE36DE12" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes Resource Module" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesLocalized.dll" INTERNAL_NAME="iTunesLocalized.dll" LEGAL_COPYRIGHT="(C) 2003-2010 Apple Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x27F95" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:17:35" UPTOLINKDATE="06/07/2010 15:17:35" VER_LANGUAGE="Chino (Taiwán) [0x404]" />
    <MATCHING_FILE NAME="iTunesHelper.Resources\iTunesHelper.dll" SIZE="47408" CHECKSUM="0x1D01209A" BINFILEVERSION="9.2.0.61" BINPRODUCTVERSION="9.2.0.61" PRODUCT_VERSION="9.2.0.61" FILE_DESCRIPTION="iTunesHelper Resource Library" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.61" ORIGINAL_FILENAME="iTunesHelper.dll" INTERNAL_NAME="iTunesHelper.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0xFA94" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.61" UPTOBIN_PRODUCTVERSION="9.2.0.61" LINK_DATE="06/15/2010 22:43:09" UPTOLINKDATE="06/15/2010 22:43:09" VER_LANGUAGE="Inglés (Estados Unidos) [0x409]" />
    <MATCHING_FILE NAME="iTunesHelper.Resources\da.lproj\iTunesHelperLocalized.dll" SIZE="48432" CHECKSUM="0x335A99D5" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunesHelper-ressourcebibliotek" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesHelperLocalized.dll" INTERNAL_NAME="iTunesHelperLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Alle rettigheder forbeholdes." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1BC2D" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:16:26" UPTOLINKDATE="06/07/2010 15:16:26" VER_LANGUAGE="Danés [0x406]" />
    <MATCHING_FILE NAME="iTunesHelper.Resources\de.lproj\iTunesHelperLocalized.dll" SIZE="48944" CHECKSUM="0xC237FDE7" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunesHelper Ressourcebibliothek" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesHelperLocalized.dll" INTERNAL_NAME="iTunesHelperLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Alle Rechte vorbehalten." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x199EB" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:16:26" UPTOLINKDATE="06/07/2010 15:16:26" VER_LANGUAGE="Alemán (Alemania) [0x407]" />
    <MATCHING_FILE NAME="iTunesHelper.Resources\en.lproj\iTunesHelperLocalized.dll" SIZE="48432" CHECKSUM="0xB24FD35D" BINFILEVERSION="9.2.0.61" BINPRODUCTVERSION="9.2.0.61" PRODUCT_VERSION="9.2.0.61" FILE_DESCRIPTION="iTunesHelper Resource Library" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.61" ORIGINAL_FILENAME="iTunesHelperLocalized.dll" INTERNAL_NAME="iTunesHelperLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x184D9" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.61" UPTOBIN_PRODUCTVERSION="9.2.0.61" LINK_DATE="06/15/2010 22:43:09" UPTOLINKDATE="06/15/2010 22:43:09" VER_LANGUAGE="Inglés (Estados Unidos) [0x409]" />
    <MATCHING_FILE NAME="iTunesHelper.Resources\en_GB.lproj\iTunesHelperLocalized.dll" SIZE="48944" CHECKSUM="0x2B371D6A" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunesHelper Resource Library" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesHelperLocalized.dll" INTERNAL_NAME="iTunesHelperLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x15414" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:16:26" UPTOLINKDATE="06/07/2010 15:16:26" VER_LANGUAGE="Inglés (Reino Unido) [0x809]" />
    <MATCHING_FILE NAME="iTunesHelper.Resources\es.lproj\iTunesHelperLocalized.dll" SIZE="48944" CHECKSUM="0x7A149E74" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="Biblioteca de recursos de iTunesHelper" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesHelperLocalized.dll" INTERNAL_NAME="iTunesHelperLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Todos los derechos reservados." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0xC96D" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:16:26" UPTOLINKDATE="06/07/2010 15:16:26" VER_LANGUAGE="Español (alfabetización internacional) [0xc0a]" />
    <MATCHING_FILE NAME="iTunesHelper.Resources\fi.lproj\iTunesHelperLocalized.dll" SIZE="48432" CHECKSUM="0xE591D52F" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunesHelper-resurssikirjasto" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesHelperLocalized.dll" INTERNAL_NAME="iTunesHelperLocalized.dll" LEGAL_COPYRIGHT="© 2003 - 2010 Apple Inc. Kaikki oikeudet pidätetään." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x108D0" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:16:26" UPTOLINKDATE="06/07/2010 15:16:26" VER_LANGUAGE="Finlandés [0x40b]" />
    <MATCHING_FILE NAME="iTunesHelper.Resources\fr.lproj\iTunesHelperLocalized.dll" SIZE="48944" CHECKSUM="0x6814BBAF" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="Bibliothèque de ressources iTunesHelper" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesHelperLocalized.dll" INTERNAL_NAME="iTunesHelperLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Tous droits réservés." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0xDF6F" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:16:26" UPTOLINKDATE="06/07/2010 15:16:26" VER_LANGUAGE="Francés (Francia) [0x40c]" />
    <MATCHING_FILE NAME="iTunesHelper.Resources\it.lproj\iTunesHelperLocalized.dll" SIZE="48432" CHECKSUM="0x2F16F6AD" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="Libreria risorse iTunesHelper" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesHelperLocalized.dll" INTERNAL_NAME="iTunesHelperLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x132ED" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:16:26" UPTOLINKDATE="06/07/2010 15:16:26" VER_LANGUAGE="Italiano (Italia) [0x410]" />
    <MATCHING_FILE NAME="iTunesHelper.Resources\ja.lproj\iTunesHelperLocalized.dll" SIZE="48432" CHECKSUM="0xCE3C46E9" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunesHelper Resource Library" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesHelperLocalized.dll" INTERNAL_NAME="iTunesHelperLocalized.dll" LEGAL_COPYRIGHT="Copyright 2003-2010 Apple Inc. All Rights Reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x189D8" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:16:26" UPTOLINKDATE="06/07/2010 15:16:26" VER_LANGUAGE="Japonés [0x411]" />
    <MATCHING_FILE NAME="iTunesHelper.Resources\ko.lproj\iTunesHelperLocalized.dll" SIZE="48432" CHECKSUM="0x9DDD5828" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunesHelper 리소스 라이브러리" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesHelperLocalized.dll" INTERNAL_NAME="iTunesHelperLocalized.dll" LEGAL_COPYRIGHT="ⓒ 2003-2010 Apple Inc. 모든 권리 보유." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1142D" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:16:26" UPTOLINKDATE="06/07/2010 15:16:26" VER_LANGUAGE="Coreano [0x412]" />
    <MATCHING_FILE NAME="iTunesHelper.Resources\nb.lproj\iTunesHelperLocalized.dll" SIZE="48432" CHECKSUM="0xD8999B61" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunesHelper-ressursbibliotek" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesHelperLocalized.dll" INTERNAL_NAME="iTunesHelperLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Alle rettigheter forbeholdes." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0xDE43" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:16:26" UPTOLINKDATE="06/07/2010 15:16:26" VER_LANGUAGE="Noruego (Bokmal) [0x414]" />
    <MATCHING_FILE NAME="iTunesHelper.Resources\nl.lproj\iTunesHelperLocalized.dll" SIZE="48944" CHECKSUM="0xED179E1D" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunesHelper-resourcebibliotheek" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesHelperLocalized.dll" INTERNAL_NAME="iTunesHelperLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Alle rechten voorbehouden." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x17031" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:16:26" UPTOLINKDATE="06/07/2010 15:16:26" VER_LANGUAGE="Neerlandés (Países Bajos) [0x413]" />
    <MATCHING_FILE NAME="iTunesHelper.Resources\pl.lproj\iTunesHelperLocalized.dll" SIZE="48944" CHECKSUM="0xED179E1D" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="Biblioteka zasobów iTunesHelper" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesHelperLocalized.dll" INTERNAL_NAME="iTunesHelperLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Wszelkie prawa zastrzeżone." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x14218" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:16:26" UPTOLINKDATE="06/07/2010 15:16:26" VER_LANGUAGE="Polaco [0x415]" />
    <MATCHING_FILE NAME="iTunesHelper.Resources\pt.lproj\iTunesHelperLocalized.dll" SIZE="48944" CHECKSUM="0x98D79875" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="Biblioteca de Recursos Auxiliar do iTunes" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesHelperLocalized.dll" INTERNAL_NAME="iTunesHelperLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Todos os direitos reservados." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1ABF7" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:16:26" UPTOLINKDATE="06/07/2010 15:16:26" VER_LANGUAGE="Portugués (Brasil) [0x416]" />
    <MATCHING_FILE NAME="iTunesHelper.Resources\pt_PT.lproj\iTunesHelperLocalized.dll" SIZE="48944" CHECKSUM="0xD1B41E9D" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="Biblioteca de recursos do iTunesHelper" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesHelperLocalized.dll" INTERNAL_NAME="iTunesHelperLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Todos os direitos reservados." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x15F15" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:16:26" UPTOLINKDATE="06/07/2010 15:16:26" VER_LANGUAGE="Portugués (Portugal) [0x816]" />
    <MATCHING_FILE NAME="iTunesHelper.Resources\ru.lproj\iTunesHelperLocalized.dll" SIZE="48944" CHECKSUM="0xC235482D" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="Библиотека ресурсов iTunesHelper" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesHelperLocalized.dll" INTERNAL_NAME="iTunesHelperLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Все права защищены." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0xE383" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:16:26" UPTOLINKDATE="06/07/2010 15:16:26" VER_LANGUAGE="Ruso [0x419]" />
    <MATCHING_FILE NAME="iTunesHelper.Resources\sv.lproj\iTunesHelperLocalized.dll" SIZE="48944" CHECKSUM="0xB9F7E488" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes Helper resursbibliotek" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesHelperLocalized.dll" INTERNAL_NAME="iTunesHelperLocalized.dll" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Alla rättigheter förbehålls." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x14E0C" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:16:26" UPTOLINKDATE="06/07/2010 15:16:26" VER_LANGUAGE="Sueco [0x41d]" />
    <MATCHING_FILE NAME="iTunesHelper.Resources\zh_CN.lproj\iTunesHelperLocalized.dll" SIZE="48432" CHECKSUM="0x1038A551" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunesHelper 资源库" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesHelperLocalized.dll" INTERNAL_NAME="iTunesHelperLocalized.dll" LEGAL_COPYRIGHT="(C) 2003-2010 Apple Inc. 保留一切权利。" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x160E1" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:16:26" UPTOLINKDATE="06/07/2010 15:16:26" VER_LANGUAGE="Chino (RPC) [0x804]" />
    <MATCHING_FILE NAME="iTunesHelper.Resources\zh_TW.lproj\iTunesHelperLocalized.dll" SIZE="48432" CHECKSUM="0x7D1C5394" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunesHelper 來源資料庫" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesHelperLocalized.dll" INTERNAL_NAME="iTunesHelperLocalized.dll" LEGAL_COPYRIGHT="(C) 2003-2010 Apple Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0xFC49" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:16:26" UPTOLINKDATE="06/07/2010 15:16:26" VER_LANGUAGE="Chino (Taiwán) [0x404]" />
    <MATCHING_FILE NAME="iTunesMiniPlayer.Resources\iTunesMiniPlayer.dll" SIZE="134448" CHECKSUM="0x37298A4E" BINFILEVERSION="9.2.0.61" BINPRODUCTVERSION="9.2.0.61" PRODUCT_VERSION="9.2.0.61" FILE_DESCRIPTION="iTunes Mini Player Resource Library" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.61" ORIGINAL_FILENAME="iTunesMiniPlayer.dll" INTERNAL_NAME="iTunesMiniPlayer" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x29BF0" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.61" UPTOBIN_PRODUCTVERSION="9.2.0.61" LINK_DATE="06/15/2010 23:00:57" UPTOLINKDATE="06/15/2010 23:00:57" VER_LANGUAGE="Inglés (Estados Unidos) [0x409]" />
    <MATCHING_FILE NAME="iTunesMiniPlayer.Resources\da.lproj\iTunesMiniPlayerLocalized.dll" SIZE="47920" CHECKSUM="0x942C72B6" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="Ressourcebibliotek til iTunes-miniafspiller" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesMiniPlayerLocalized.dll" INTERNAL_NAME="iTunesMiniPlayerLocalized" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Alle rettigheder forbeholdes." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xDBD1" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:34:12" UPTOLINKDATE="06/07/2010 15:34:12" VER_LANGUAGE="Danés [0x406]" />
    <MATCHING_FILE NAME="iTunesMiniPlayer.Resources\de.lproj\iTunesMiniPlayerLocalized.dll" SIZE="48432" CHECKSUM="0xD29D8A71" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes Mini Player-Ressourcebibliothek" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesMiniPlayerLocalized.dll" INTERNAL_NAME="iTunesMiniPlayerLocalized" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Alle Rechte vorbehalten." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x121F8" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:34:12" UPTOLINKDATE="06/07/2010 15:34:12" VER_LANGUAGE="Alemán (Alemania) [0x407]" />
    <MATCHING_FILE NAME="iTunesMiniPlayer.Resources\en.lproj\iTunesMiniPlayerLocalized.dll" SIZE="47920" CHECKSUM="0x17DD6A00" BINFILEVERSION="9.2.0.61" BINPRODUCTVERSION="9.2.0.61" PRODUCT_VERSION="9.2.0.61" FILE_DESCRIPTION="iTunes Mini Player Resource Library" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.61" ORIGINAL_FILENAME="iTunesMiniPlayerLocalized.dll" INTERNAL_NAME="iTunesMiniPlayerLocalized" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x15A7F" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.61" UPTOBIN_PRODUCTVERSION="9.2.0.61" LINK_DATE="06/15/2010 23:00:58" UPTOLINKDATE="06/15/2010 23:00:58" VER_LANGUAGE="Inglés (Estados Unidos) [0x409]" />
    <MATCHING_FILE NAME="iTunesMiniPlayer.Resources\en_GB.lproj\iTunesMiniPlayerLocalized.dll" SIZE="47920" CHECKSUM="0x17DD6A00" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes Mini Player Resource Library" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesMiniPlayerLocalized.dll" INTERNAL_NAME="iTunesMiniPlayerLocalized" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x14D6A" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:34:12" UPTOLINKDATE="06/07/2010 15:34:12" VER_LANGUAGE="Inglés (Reino Unido) [0x809]" />
    <MATCHING_FILE NAME="iTunesMiniPlayer.Resources\es.lproj\iTunesMiniPlayerLocalized.dll" SIZE="48432" CHECKSUM="0xE6D11B1D" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="Biblioteca de recursos del minirreproductor de iTunes" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesMiniPlayerLocalized.dll" INTERNAL_NAME="iTunesMiniPlayerLocalized" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Todos los derechos reservados." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xE922" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:34:12" UPTOLINKDATE="06/07/2010 15:34:12" VER_LANGUAGE="Español (alfabetización internacional) [0xc0a]" />
    <MATCHING_FILE NAME="iTunesMiniPlayer.Resources\fi.lproj\iTunesMiniPlayerLocalized.dll" SIZE="48432" CHECKSUM="0x90656477" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes Mini Player -resurssikirjasto" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesMiniPlayerLocalized.dll" INTERNAL_NAME="iTunesMiniPlayerLocalized" LEGAL_COPYRIGHT="© 2003 - 2010 Apple Inc. Kaikki oikeudet pidätetään." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x11585" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:34:12" UPTOLINKDATE="06/07/2010 15:34:12" VER_LANGUAGE="Finlandés [0x40b]" />
    <MATCHING_FILE NAME="iTunesMiniPlayer.Resources\fr.lproj\iTunesMiniPlayerLocalized.dll" SIZE="48432" CHECKSUM="0xFFCFD544" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="Bibliothèque de ressources du mini-lecteur d’iTunes" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesMiniPlayerLocalized.dll" INTERNAL_NAME="iTunesMiniPlayerLocalized" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Tous droits réservés." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1B1AC" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:34:12" UPTOLINKDATE="06/07/2010 15:34:12" VER_LANGUAGE="Francés (Francia) [0x40c]" />
    <MATCHING_FILE NAME="iTunesMiniPlayer.Resources\it.lproj\iTunesMiniPlayerLocalized.dll" SIZE="48432" CHECKSUM="0xC8F2E582" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="Libreria risorse del mini player iTunes" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesMiniPlayerLocalized.dll" INTERNAL_NAME="iTunesMiniPlayerLocalized" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x16D28" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:34:12" UPTOLINKDATE="06/07/2010 15:34:12" VER_LANGUAGE="Italiano (Italia) [0x410]" />
    <MATCHING_FILE NAME="iTunesMiniPlayer.Resources\ja.lproj\iTunesMiniPlayerLocalized.dll" SIZE="47920" CHECKSUM="0xEAEAC25" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes Mini Player Resource Library" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesMiniPlayerLocalized.dll" INTERNAL_NAME="iTunesMiniPlayerLocalized" LEGAL_COPYRIGHT="Copyright 2003-2010 Apple Inc. All Rights Reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x113D6" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:34:12" UPTOLINKDATE="06/07/2010 15:34:12" VER_LANGUAGE="Japonés [0x411]" />
    <MATCHING_FILE NAME="iTunesMiniPlayer.Resources\ko.lproj\iTunesMiniPlayerLocalized.dll" SIZE="47920" CHECKSUM="0xFE234DF6" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes 미니 플레이어 리소스 라이브러리" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesMiniPlayerLocalized.dll" INTERNAL_NAME="iTunesMiniPlayerLocalized" LEGAL_COPYRIGHT="ⓒ 2003-2010 Apple Inc. 모든 권리 보유." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xCCFC" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:34:12" UPTOLINKDATE="06/07/2010 15:34:12" VER_LANGUAGE="Coreano [0x412]" />
    <MATCHING_FILE NAME="iTunesMiniPlayer.Resources\nb.lproj\iTunesMiniPlayerLocalized.dll" SIZE="47920" CHECKSUM="0xA185FC8" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes Mini Player-ressursbibliotek" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesMiniPlayerLocalized.dll" INTERNAL_NAME="iTunesMiniPlayerLocalized" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Alle rettigheter forbeholdes." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1AAA6" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:34:12" UPTOLINKDATE="06/07/2010 15:34:12" VER_LANGUAGE="Noruego (Bokmal) [0x414]" />
    <MATCHING_FILE NAME="iTunesMiniPlayer.Resources\nl.lproj\iTunesMiniPlayerLocalized.dll" SIZE="48432" CHECKSUM="0x291370F" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes-minispeler-resourcebibliotheek" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesMiniPlayerLocalized.dll" INTERNAL_NAME="iTunesMiniPlayerLocalized" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Alle rechten voorbehouden." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x10FAA" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:34:12" UPTOLINKDATE="06/07/2010 15:34:12" VER_LANGUAGE="Neerlandés (Países Bajos) [0x413]" />
    <MATCHING_FILE NAME="iTunesMiniPlayer.Resources\pl.lproj\iTunesMiniPlayerLocalized.dll" SIZE="48432" CHECKSUM="0xB8D1EB59" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="Biblioteka zasobów Mini odtwarzacza iTunes" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesMiniPlayerLocalized.dll" INTERNAL_NAME="iTunesMiniPlayerLocalized" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Wszelkie prawa zastrzeżone." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x13A8E" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:34:12" UPTOLINKDATE="06/07/2010 15:34:12" VER_LANGUAGE="Polaco [0x415]" />
    <MATCHING_FILE NAME="iTunesMiniPlayer.Resources\pt.lproj\iTunesMiniPlayerLocalized.dll" SIZE="48432" CHECKSUM="0xE011D51F" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="Biblioteca de Recursos do Minirreprodutor do iTunes" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesMiniPlayerLocalized.dll" INTERNAL_NAME="iTunesMiniPlayerLocalized" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Todos os direitos reservados." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1B00B" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:34:12" UPTOLINKDATE="06/07/2010 15:34:12" VER_LANGUAGE="Portugués (Brasil) [0x416]" />
    <MATCHING_FILE NAME="iTunesMiniPlayer.Resources\pt_PT.lproj\iTunesMiniPlayerLocalized.dll" SIZE="48432" CHECKSUM="0x16511B2E" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="Biblioteca de recursos do mini-leitor do iTunes" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesMiniPlayerLocalized.dll" INTERNAL_NAME="iTunesMiniPlayerLocalized" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Todos os direitos reservados." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xDFB6" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:34:12" UPTOLINKDATE="06/07/2010 15:34:12" VER_LANGUAGE="Portugués (Portugal) [0x816]" />
    <MATCHING_FILE NAME="iTunesMiniPlayer.Resources\ru.lproj\iTunesMiniPlayerLocalized.dll" SIZE="48432" CHECKSUM="0xC8F2E582" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="Библиотека ресурсов миниплеера iTunes" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesMiniPlayerLocalized.dll" INTERNAL_NAME="iTunesMiniPlayerLocalized" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Все права защищены." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1199D" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:34:12" UPTOLINKDATE="06/07/2010 15:34:12" VER_LANGUAGE="Ruso [0x419]" />
    <MATCHING_FILE NAME="iTunesMiniPlayer.Resources\sv.lproj\iTunesMiniPlayerLocalized.dll" SIZE="48432" CHECKSUM="0xEE11360B" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="Resursbibliotek för iTunes minispelare" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesMiniPlayerLocalized.dll" INTERNAL_NAME="iTunesMiniPlayerLocalized" LEGAL_COPYRIGHT="© 2003-2010 Apple Inc. Alla rättigheter förbehålls." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x19791" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:34:12" UPTOLINKDATE="06/07/2010 15:34:12" VER_LANGUAGE="Sueco [0x41d]" />
    <MATCHING_FILE NAME="iTunesMiniPlayer.Resources\zh_CN.lproj\iTunesMiniPlayerLocalized.dll" SIZE="47920" CHECKSUM="0x7178D874" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes 迷你播放器资源库" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesMiniPlayerLocalized.dll" INTERNAL_NAME="iTunesMiniPlayerLocalized" LEGAL_COPYRIGHT="(C) 2003-2010 Apple Inc. 保留一切权利。" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xF5EE" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:34:12" UPTOLINKDATE="06/07/2010 15:34:12" VER_LANGUAGE="Chino (RPC) [0x804]" />
    <MATCHING_FILE NAME="iTunesMiniPlayer.Resources\zh_TW.lproj\iTunesMiniPlayerLocalized.dll" SIZE="47920" CHECKSUM="0x38EEA676" BINFILEVERSION="9.2.0.47" BINPRODUCTVERSION="9.2.0.47" PRODUCT_VERSION="9.2.0.47" FILE_DESCRIPTION="iTunes Mini 播放器來源資料庫" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes" FILE_VERSION="9.2.0.47" ORIGINAL_FILENAME="iTunesMiniPlayerLocalized.dll" INTERNAL_NAME="iTunesMiniPlayerLocalized" LEGAL_COPYRIGHT="(C) 2003-2010 Apple Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x10C09" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="9.2.0.47" UPTOBIN_PRODUCTVERSION="9.2.0.47" LINK_DATE="06/07/2010 15:34:12" UPTOLINKDATE="06/07/2010 15:34:12" VER_LANGUAGE="Chino (Taiwán) [0x404]" />
    <MATCHING_FILE NAME="Mozilla Plugins\npitunes.dll" SIZE="75040" CHECKSUM="0x10A57E08" BINFILEVERSION="1.0.1.1" BINPRODUCTVERSION="1.0.1.1" PRODUCT_VERSION="1.0.1.1" FILE_DESCRIPTION="iTunes Detector Plug-in" COMPANY_NAME="Apple Inc." PRODUCT_NAME="iTunes Application Detector" FILE_VERSION="1.0.1.1" ORIGINAL_FILENAME="npitunes.dll" INTERNAL_NAME="iTunes Detector Plug-in" LEGAL_COPYRIGHT="© 2003-2008 Apple Inc. All Rights Reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x15ABA" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="1.0.1.1" UPTOBIN_PRODUCTVERSION="1.0.1.1" LINK_DATE="05/14/2010 22:35:22" UPTOLINKDATE="05/14/2010 22:35:22" VER_LANGUAGE="Inglés (Estados Unidos) [0x409]" />
    </EXE>
    <EXE NAME="CoreFoundation.dll" FILTER="GRABMIFILTERTHISFILEONLY">
    <MATCHING_FILE NAME="CoreFoundation.dll" SIZE="828208" CHECKSUM="0x6EBDBFE6" BINFILEVERSION="1.550.26.13" BINPRODUCTVERSION="1.550.26.13" PRODUCT_VERSION="1,550,26,13" FILE_DESCRIPTION="CoreFoundation" COMPANY_NAME="Apple Inc." PRODUCT_NAME="CoreFoundation" FILE_VERSION="1,550,26,13" ORIGINAL_FILENAME="CoreFoundation.dll" INTERNAL_NAME="CoreFoundation" LEGAL_COPYRIGHT="Copyright (C) 2007-2010, Apple Inc." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xD5671" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="1.550.26.13" UPTOBIN_PRODUCTVERSION="1.550.26.13" LINK_DATE="05/28/2010 03:17:38" UPTOLINKDATE="05/28/2010 03:17:38" VER_LANGUAGE="Inglés (Estados Unidos) [0x409]" />
    </EXE>
    <EXE NAME="kernel32.dll" FILTER="GRABMIFILTERTHISFILEONLY">
    <MATCHING_FILE NAME="kernel32.dll" SIZE="1042944" CHECKSUM="0x8B19B2F6" BINFILEVERSION="5.1.2600.5781" BINPRODUCTVERSION="5.1.2600.5781" PRODUCT_VERSION="5.1.2600.5781" FILE_DESCRIPTION="DLL de cliente API BASE de Windows NT" COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Sistema operativo Microsoft® Windows®" FILE_VERSION="5.1.2600.5781 (xpspsp3gdr.090321-1317)" ORIGINAL_FILENAME="kernel32" INTERNAL_NAME="kernel32" LEGAL_COPYRIGHT="Copyright (C) Microsoft Corporation. Reservados todos los derechos." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x101E85" LINKER_VERSION="0x50001" UPTOBIN_FILEVERSION="5.1.2600.5781" UPTOBIN_PRODUCTVERSION="5.1.2600.5781" LINK_DATE="03/21/2009 14:08:18" UPTOLINKDATE="03/21/2009 14:08:18" VER_LANGUAGE="Español (alfabetización internacional) [0xc0a]" />
    </EXE>
    </DATABASE>

    That's interesting ... I don't think we can be looking at a "real" Corefoundation.dll crash then, because under those circumstances, the QuickTime Player shouldn't be launching either. (Both QuickTime and iTunes use the Apple Application Support program files.) The way that the crash is limited to a single user account suggests instead that we've had an iTunes preference file or library file blow out in some non-familiar sort of way.
    Try steadily working through the *User-specfic troubleshooting* section of the following document:
    [iTunes for Windows XP: Troubleshooting unexpected quits, freezes, or launch issues|http://support.apple.com/kb/TS1421]
    Do any of those measures help get your iTunes launching again in your user account?

  • Problem description: My computer is running very slow ever since I switched to Yosemite.  I get the multicolored wheel just opening my browser at times and waiting for a page to open, or an application.  Any ideas other than rebooting my computer to

    Problem description:
    My computer is running very slow ever since I switched to Yosemite.  I get the multicolored wheel just opening my browser at times and waiting for a page to open, or an application.  Any ideas other than rebooting my computer to get the problem to alleviate for a few days?
    EtreCheck version: 2.1.8 (121)
    Report generated February 16, 2015 at 2:35:55 PM PST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        iMac (21.5-inch, Late 2009) (Technical Specifications)
        iMac - model: iMac10,1
        1 3.06 GHz Intel Core 2 Duo CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                Empty  
            BANK 1/DIMM0
                Empty  
            BANK 0/DIMM1
                2 GB DDR3 1067 MHz ok
            BANK 1/DIMM1
                2 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        NVIDIA GeForce 9400 - VRAM: 256 MB
            iMac 1920 x 1080
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 11 days 19:34:2
    Disk Information: ℹ️
        ST3500418ASQ disk0 : (500.11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            BOOTCAMP (disk0s4) /Volumes/BOOTCAMP : 60.76 GB (15.30 GB free)
            Macintosh HD (disk1) / : 438.11 GB (351.62 GB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 438.49 GB Online
        HL-DT-ST DVDRW  GA11N 
    USB Information: ℹ️
        Apple Inc. Built-in iSight
        Apple Internal Memory Card Reader
        Apple, Inc. Keyboard Hub
            Apple Inc. Apple Keyboard
        hp officejet 4200 series
        Apple Computer, Inc. IR Receiver
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.accountsd.plist
        [killed]    com.apple.AirPlayUIAgent.plist
        [killed]    com.apple.bird.plist
        [killed]    com.apple.CallHistoryPluginHelper.plist
        [killed]    com.apple.CallHistorySyncHelper.plist
        [killed]    com.apple.cloudd.plist
        [killed]    com.apple.coreservices.appleid.authentication.plist
        [killed]    com.apple.coreservices.uiagent.plist
        [killed]    com.apple.EscrowSecurityAlert.plist
        [killed]    com.apple.icloud.fmfd.plist
        [killed]    com.apple.iconservices.iconservicesagent.plist
        [killed]    com.apple.nsurlsessiond.plist
        [killed]    com.apple.pluginkit.pkd.plist
        [killed]    com.apple.printtool.agent.plist
        [killed]    com.apple.recentsd.plist
        [killed]    com.apple.secd.plist
        [killed]    com.apple.security.cloudkeychainproxy.plist
        [killed]    com.apple.spindump_agent.plist
        [killed]    com.apple.telephonyutilities.callservicesd.plist
        19 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.AssetCacheLocatorService.plist
        [killed]    com.apple.awdd.plist
        [killed]    com.apple.coresymbolicationd.plist
        [killed]    com.apple.ctkd.plist
        [killed]    com.apple.diagnosticd.plist
        [killed]    com.apple.emond.aslmanager.plist
        [killed]    com.apple.iconservices.iconservicesagent.plist
        [killed]    com.apple.iconservices.iconservicesd.plist
        [killed]    com.apple.ifdreader.plist
        [killed]    com.apple.nehelper.plist
        [killed]    com.apple.nsurlsessiond.plist
        [killed]    com.apple.periodic-daily.plist
        [killed]    com.apple.periodic-monthly.plist
        [killed]    com.apple.periodic-weekly.plist
        [killed]    com.apple.sandboxd.plist
        [killed]    com.apple.softwareupdate_download_service.plist
        [killed]    com.apple.spindump.plist
        [killed]    com.apple.tccd.system.plist
        [killed]    com.apple.wdhelper.plist
        [killed]    com.apple.xpc.smd.plist
        20 processes killed due to memory pressure
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [running]    com.GoodShop.updater.plist [Click for support]
    User Login Items: ℹ️
        None
    Internet Plug-ins: ℹ️
        o1dbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Click for support]
        Google Earth Web Plug-in: Version: 5.2 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        Flip4Mac WMV Plugin: Version: 2.4.2.4 [Click for support]
        RealPlayer Plugin: Version: Unknown [Click for support]
        AdobePDFViewerNPAPI: Version: 10.1.13 [Click for support]
        DivXBrowserPlugin: Version: 2.0 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        iPhotoPhotocast: Version: 7.0
        googletalkbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Click for support]
        AdobePDFViewer: Version: 10.1.13 [Click for support]
        GarminGpsControl: Version: 4.2.0.0 - SDK 10.8 [Click for support]
    User internet Plug-ins: ℹ️
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.79 [Click for support]
        VSeeHelper: Version: VSeeHelper 1.0.0.0 - SDK 10.8 [Click for support]
    Safari Extensions: ℹ️
        avast! Online Security
        Goodshop app
    3rd Party Preference Panes: ℹ️
        DivX  [Click for support]
        Flip4Mac WMV  [Click for support]
        MacFUSE  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 438.11 GB Disk used: 86.50 GB
        Destinations:
            Backup [Local]
            Total size: 159.70 GB
            Total number of backups: 3
            Oldest backup: 2014-11-24 05:20:18 +0000
            Last backup: 2015-02-01 03:04:02 +0000
            Size of backup disk: Too small
                Backup size 159.70 GB < (Disk used 86.50 GB X 3)
    Top Processes by CPU: ℹ️
             8%    WindowServer
             5%    DashboardClient
             3%    mds
             2%    launchd
             0%    ocspd
    Top Processes by Memory: ℹ️
        64 MB    WindowServer
        52 MB    thunderbird
        34 MB    mds
        34 MB    Mail
        30 MB    mds_stores
    Virtual Memory Information: ℹ️
        654 MB    Free RAM
        834 MB    Active RAM
        777 MB    Inactive RAM
        903 MB    Wired RAM
        102.49 GB    Page-ins
        1.46 GB    Page-outs
    Diagnostics Information: ℹ️
        Standard users cannot read /Library/Logs/DiagnosticReports.
        Run as an administrator account to see more information.

    Hi Linc!  Sorry for the delay.  Here is the information:
    Start time: 16:48:08 02/28/15
    Revision: 1241
    Model Identifier: iMac10,1
    System Version: OS X 10.10.2 (14C109)
    Kernel Version: Darwin 14.1.0
    Time since boot: 10 days 21:04
    UID: 502
    SerialATA
        ST*******ASQ                          
    USB
        officejet 4200 series (Hewlett Packard)
    Bluetooth
        Apple Wireless Mouse
    FileVault 2: On FileVault master keychain appears to be installed
    FileVault 1: On
    I/O wait time (ms/s)
        launchd (UID 0): 53
    Font issues: 40
    Firewall: On
    System caches/logs
        1987 MB: /System/Library/Caches/com.apple.coresymbolicationd/data
    Diagnostic reports
        2015-01-31 SecurityAgent crash
        2015-02-01 2BUA8C4S2C.com.agilebits.onepassword4-helper crash
        2015-02-01 IMDPersistenceAgent crash
        2015-02-01 secd crash
        2015-02-20 Inkjet7 crash
        2015-02-28 IMDPersistenceAgent crash
        2015-02-28 secd crash x2
    Kernel log
        Feb 23 07:06:08 Failed to get hibernate image filename
        Feb 23 17:07:05 Failed to get hibernate image filename
        Feb 24 07:06:05 Failed to get hibernate image filename
        Feb 24 17:47:13 Failed to get hibernate image filename
        Feb 24 18:31:50 IOAudioStream[0xffffff802df40400]::clipIfNecessary() - Error: counted 1 clip more than one buffer ahead errors.
        Feb 24 19:14:41 Failed to get hibernate image filename
        Feb 24 20:56:40 Failed to get hibernate image filename
        Feb 24 22:14:14 Failed to get hibernate image filename
        Feb 24 22:38:31 Failed to get hibernate image filename
        Feb 25 06:58:23 Failed to get hibernate image filename
        Feb 25 17:40:53 Failed to get hibernate image filename
        Feb 25 21:04:27 Failed to get hibernate image filename
        Feb 25 21:31:52 Failed to get hibernate image filename
        Feb 26 07:03:06 Failed to get hibernate image filename
        Feb 26 17:06:59 Failed to get hibernate image filename
        Feb 27 06:58:56 Failed to get hibernate image filename
        Feb 27 17:02:56 Failed to get hibernate image filename
        Feb 27 19:17:20 Failed to get hibernate image filename
        Feb 27 23:04:12 Failed to get hibernate image filename
        Feb 28 10:09:19 Failed to get hibernate image filename
        Feb 28 13:07:21 Failed to get hibernate image filename
        Feb 28 14:08:38 Failed to get hibernate image filename
        Feb 28 15:11:16 Failed to get hibernate image filename
        Feb 28 16:18:21 msdosfs_fat_uninit_vol: error 6 from msdosfs_fat_cache_flush
        Feb 28 16:29:32 Failed to get hibernate image filename
    System log
            label = "2.5.4.3";
            "localized label" = "2.5.4.3";
            type = string;
            value = "courier.sandbox.push.apple.com";
        Feb 28 16:30:55 loginwindow ERROR | __50-[MCXDLauncher(Private) startNetworkChangeThread:]_block_invoke | Unable to GetMCXAgentPort
        Feb 28 16:31:09 apsd Failed entitlement check 'com.apple.private.aps-connection-initiate' for ManagedClientAgent[8424]
        Feb 28 16:31:44 apsd Failed entitlement check 'com.apple.private.aps-connection-initiate' for ManagedClientAgent[8433]
        Feb 28 16:32:36 WindowServer disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
        Feb 28 16:34:16 WindowServer disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
        Feb 28 16:38:37 WindowServer disable_update_timeout: UI updates were forcibly disabled by application "1Password mini" for over 1.00 seconds. Server has re-enabled them.
        Feb 28 16:38:49 WindowServer WSGetSurfaceInWindow : Invalid surface 769181205 for window 4518
        Feb 28 16:38:49 WindowServer WSGetSurfaceInWindow : Invalid surface 769181205 for window 4518
        Feb 28 16:38:56 WindowServer WSGetSurfaceInWindow : Invalid surface 1023641180 for window 4522
        Feb 28 16:38:56 WindowServer WSGetSurfaceInWindow : Invalid surface 1023641180 for window 4522
        Feb 28 16:39:06 WindowServer WSGetSurfaceInWindow : Invalid surface 1058035653 for window 4525
        Feb 28 16:39:06 WindowServer WSGetSurfaceInWindow : Invalid surface 1058035653 for window 4525
        Feb 28 16:39:22 WindowServer WSGetSurfaceInWindow : Invalid surface 996085260 for window 4530
        Feb 28 16:39:22 WindowServer WSGetSurfaceInWindow : Invalid surface 996085260 for window 4530
        Feb 28 16:39:33 WindowServer WSGetSurfaceInWindow : Invalid surface 1034343505 for window 4534
        Feb 28 16:39:33 WindowServer WSGetSurfaceInWindow : Invalid surface 1034343505 for window 4534
        Feb 28 16:39:39 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Feb 28 16:39:39 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Feb 28 16:46:20 apsd Failed entitlement check 'com.apple.private.aps-connection-initiate' for ManagedClientAgent[8979]
        Feb 28 16:49:02 loginwindow ERROR | __50-[MCXDLauncher(Private) startNetworkChangeThread:]_block_invoke | Unable to GetMCXAgentPort
    Daemons
        com.apple.AccountPolicyHelper
        com.apple.AssetCacheLocatorService
        com.apple.CodeSigningHelper
        com.apple.MobileFileIntegrity
        com.apple.awdd
        com.apple.backupd-auto
        com.apple.cache_delete
        com.apple.coresymbolicationd
        com.apple.ctkd
        com.apple.diagnosticd
        com.apple.emond.aslmanager
        com.apple.iconservices.iconservicesagent
        com.apple.iconservices.iconservicesd
        com.apple.ifdreader
        com.apple.installd
        com.apple.installer.osmessagetracing
        com.apple.nehelper
        com.apple.networkd_privileged
        com.apple.nsurlsessiond_privileged
        com.apple.nsurlstoraged
        com.apple.periodic-daily
        com.apple.periodic-monthly
        com.apple.periodic-weekly
        com.apple.sandboxd
        com.apple.secinitd
        com.apple.security.syspolicy
        - status: -15
        com.apple.softwareupdate_download_service
        com.apple.softwareupdated
        com.apple.spindump
        com.apple.sysmond
        com.apple.systemstatsd
        com.apple.tccd.system
        com.apple.watchdogd
        com.apple.wdhelper
        org.cups.cupsd
    Agents
        2BUA8C4S2C.com.agilebits.onepassword4-helper
        com.adobe.ARM.UUID
        com.apple.AirPortBaseStationAgent
        com.apple.imdpersistence.IMDPersistenceAgent
        - status: -10
        com.apple.secd
        - status: -10
    User crontab
        59 16 * * 7 /Applications/MacScan\ 2/MacScan.app/Contents/MacOS/MacScan -autoscan YES
    Firefox extensions
        Mozilla Firefox hotfix
    Widgets
        iCal
    iCloud errors
        cloudd 7
        comapple.InputMethodKit.UserDictionary 2
        CallHistorySyncHelper 1
    Continuity errors
        sharingd 1
    Restricted files: 174
    Lockfiles: 30
    High file counts
        Desktop: 54
    Accessibility
        Scroll Zoom: On
    Contents of /System/Library/Security/authorization.plist
        - mod date: Oct  9 02:17:00 2014
        - checksum: 2720110640
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>comment</key>
        <string>The name of the requested right is matched against the keys.  An exact match has priority, otherwise the longest match from the start is used. Note that the right will only match wildcard rules (ending in a ".") during this reduction.
        allow rule: this is always allowed
        &lt;key&gt;com.apple.TestApp.benign&lt;/key&gt;
        &lt;string&gt;allow&lt;/string&gt;
        deny rule: this is always denied
        &lt;key&gt;com.apple.TestApp.dangerous&lt;/key&gt;
        &lt;string&gt;deny&lt;/string&gt;
        user rule: successful authentication as a user in the specified group(5) allows the associated right.
        The shared property specifies whether a credential generated on success is shared with other apps (i.e., those in the same "session"). This property defaults to false if not specified.
        The timeout property specifies the maximum age of a (cached/shared) credential accepted for this rule.
        The allow-root property specifies whether a right should be allowed automatically if the requesting process is running with uid == 0.  This defaults to false if not specified.
        See remaining rules for examples.
        </string>
        <key>rights</key>
        <dict>
        <key></key>
        <dict>
        <key>class</key>
        <string>rule</string>
        <key>comment</key>
        ...and 1850 more line(s)
    Contents of /private/etc/authorization.deprecated
        - mod date: Oct 25 13:37:39 2014
        - checksum: 842352627
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>comment</key>
        <string>The name of the requested right is matched against the keys.  An exact match has priority, otherwise the longest match from the start is used. Note that the right will only match wildcard rules (ending in a ".") during this reduction.
        allow rule: this is always allowed
        &lt;key&gt;com.apple.TestApp.benign&lt;/key&gt;
        &lt;string&gt;allow&lt;/string&gt;
        deny rule: this is always denied
        &lt;key&gt;com.apple.TestApp.dangerous&lt;/key&gt;
        &lt;string&gt;deny&lt;/string&gt;
        user rule: successful authentication as a user in the specified group(5) allows the associated right.
        The shared property specifies whether a credential generated on success is shared with other apps (i.e., those in the same "session"). This property defaults to false if not specified.
        The timeout property specifies the maximum age of a (cached/shared) credential accepted for this rule.
        The allow-root property specifies whether a right should be allowed automatically if the requesting process is running with uid == 0.  This defaults to false if not specified.
        See remaining rules for examples.
        </string>
        <key>rights</key>
        <dict>
        <key></key>
        <dict>
        <key>class</key>
        <string>rule</string>
        <key>comment</key>
        ...and 1013 more line(s)
    Contents of /private/etc/pam.d/prl_disp_service
        - mod date: Mar  5 03:24:01 2010
        - checksum: 1160556194
        auth       required       pam_nologin.so
        auth       optional       pam_afpmount.so
        auth       sufficient     pam_securityserver.so nullok
        auth       sufficient     pam_unix.so  nullok
        auth       required       pam_deny.so
        account    required       pam_permit.so
        password   required       pam_deny.so
        session    required       pam_permit.so
        session    optional       pam_afpmount.so
    Contents of /private/etc/pam.d/prl_disp_service.snow_leopard
        - mod date: Mar  5 03:24:01 2010
        - checksum: 2633576920
        auth       optional       pam_krb5.so
        auth       optional       pam_mount.so
        auth       sufficient     pam_serialnumber.so serverinstall legacy
        auth       required       pam_opendirectory.so
        account    required       pam_nologin.so
        account    required       pam_opendirectory.so
        password   required       pam_deny.so
        session    required       pam_launchd.so
        session    required       pam_uwtmp.so
        session    optional       pam_mount.so
        auth       optional       pam_krb5.so
        auth       optional       pam_mount.so
        auth       sufficient     pam_serialnumber.so serverinstall legacy
        auth       required       pam_opendirectory.so
        account    required       pam_nologin.so
        account    required       pam_opendirectory.so
        password   required       pam_deny.so
        session    required       pam_launchd.so
        session    required       pam_uwtmp.so
        session    optional       pam_mount.so
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
        - mod date: Aug  1 17:37:19 2012
        - checksum: 408149527
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Adobe Reader.app/Contents/MacOS/Updater/Adobe Reader Updater Helper.app/Contents/MacOS/Adobe Reader Updater Helper</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>12600</integer>
        </dict>
        </plist>
    Applications
        /Applications/Acrobat 6.0 Professional/Acrobat 6.0.2 Professional.app
        - N/A
        /Applications/Acrobat 6.0 Professional/Acrobat Distiller 6.0.2.app
        - com.adobe.distiller
        /Applications/Adobe/Acrobat.com.app
        - com.adobe.mauby.UUID.1
        /Applications/Adobe/Adobe Help.app
        - chc.UUID.1
        /Applications/Bible Explorer 4.app
        - com.BE8.wordsearchbible.corp
        /Applications/DivX Converter.app
        - N/A
        /Applications/DivX Player.app
        - com.divx.DivX_Player
        /Applications/DivX/DivX Community.app
        - com.spritec.DVD
        /Applications/DivX/DivX Products.app
        - com.spritec.DVD
        /Applications/DivX/DivX Support.app
        - com.spritec.DVD
        /Applications/DivX/Uninstall DivX for Mac.app
        - com.divxinc.uninstalldivxformac
        /Applications/FOX News Live.app
        - FoxPlayerAIR.UUID.1
        /Applications/Flip4Mac/WMV Player.app
        - net.telestream.wmv.player
        /Applications/Garmin Express.app
        - com.garmin.renu.client
        /Applications/Garmin WebUpdater.app
        - com.garmin.WebUpdater
        /Applications/Hewlett-Packard/HP Image Edit.app
        - com.hp.hpimageedit
        /Applications/Hewlett-Packard/HP Image Print.app
        - com.hp.photo.imageprint
        /Applications/Hewlett-Packard/HP Image Zone.app
        - com.hp.imagezone
        /Applications/Hewlett-Packard/HP Instant Share.app
        - com.hp.photo.instantshare
        /Applications/Hewlett-Packard/HP Panorama Stitching.app
        - com.hp.PanoramaStitching
        /Applications/Hewlett-Packard/HP Photo and Imaging Software/HP E-mail Portal/HP E-mail Portal
        - N/A
        /Applications/Hewlett-Packard/HP Photo and Imaging Software/HP Photo and Imaging Director/Director Docker.app
        - com.hp.director.docker
        /Applications/Hewlett-Packard/HP Software Update.app
        - com.hp.softwareupdate
        /Applications/Hewlett-Packard/HP Uninstaller
        - N/A
        /Applications/Karaoke Maker/Audacity.app
        - net.sourceforge.audacity
        /Applications/Macromedia Studio 8/Macromedia Contribute 3/Contribute
        - com.macromedia.Contribute
        /Applications/Macromedia Studio 8/Macromedia Contribute 3/Contribute/Contents/MacOS/Contribute
        - N/A
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8
        - com.macromedia.Dreamweaver
        /Applications/Macromedia Studio 8/Macromedia Extension Manager/Extension Manager.app
        - com.macromedia.ExtensionManager
        /Applications/Macromedia Studio 8/Macromedia Fireworks 8/Fireworks 8.app
        - com.macromedia.fireworks
        /Applications/Macromedia Studio 8/Macromedia Flash 8 VideoEncoder/Flash 8 Video Encoder.app
        - com.macromedia.FLVEncoder
        /Applications/Macromedia Studio 8/Macromedia Flash 8/Flash 8.app
        - com.macromedia.flash.8
        /Applications/Microsoft AutoUpdate.app
        - com.microsoft.autoupdate
        /Applications/Microsoft Office 2004/Additional Tools/Handheld Sync Installer
        - com.MindVision.VISEX
        /Applications/Microsoft Office 2004/Additional Tools/Handheld Sync Installer/Contents/MacOSClassic/Handheld Sync Installer
        - N/A
        /Applications/Microsoft Office 2004/Additional Tools/Microsoft Language Register/Microsoft Language Register
        - N/A
        /Applications/Microsoft Office 2004/Additional Tools/Remote Desktop Connection/Remote Desktop Connection
        - N/A
        /Applications/Microsoft Office 2004/Additional Tools/Remove Office/Remove Office
        - N/A
        /Applications/Microsoft Office 2004/Additional Tools/Windows Media Installer
        - N/A
        /Applications/Microsoft Office 2004/Additional Tools/Windows Media Installer/Contents/MacOS/Windows Media Installer
        - N/A
        /Applications/Microsoft Office 2004/MSN Messenger.app
        - Microsoft/com.microsoft.Messenger
        /Applications/Microsoft Office 2004/Microsoft Entourage
        - N/A
        /Applications/Microsoft Office 2004/Microsoft Excel
        - N/A
        /Applications/Microsoft Office 2004/Microsoft PowerPoint
        - N/A
        /Applications/Microsoft Office 2004/Microsoft Word
        - N/A
        /Applications/Microsoft Office 2004/Office/Alerts Daemon.app
        - Microsoft/com.microsoft.AlertsDaemon
        /Applications/Microsoft Office 2004/Office/Database Utility
        - N/A
        /Applications/Microsoft Office 2004/Office/Equation Editor
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Cert Manager.app
        - com.microsoft.certmgr
        /Applications/Microsoft Office 2004/Office/Microsoft Clip Gallery
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Database Daemon
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Error Reporting.app
        - com.microsoft.error_reporting
        /Applications/Microsoft Office 2004/Office/Microsoft Graph
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Office Notifications
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Query
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Sync Services.app
        - com.microsoft.entourage.syncservices
        /Applications/Microsoft Office 2004/Office/Organization Chart
        - N/A
        /Applications/Microsoft Office 2004/Office/Project Gallery Launcher
        - N/A
        /Applications/Open XML Converter.app
        - com.microsoft.OfficeConverter
        /Applications/OpenOffice.app
        - org.openoffice.script
        /Applications/Quicken 2007/Quicken 2007
        - com.intuit.quicken
        /Applications/Quicken 2007/Quicken 2007/Contents/MacOS/Quicken 2007
        - N/A
        /Applications/Quicken 2007/Quicken 2007/Contents/SupportApps/Emergency Records Organizer
        - com.intuit.ero
        /Applications/Quicken 2007/Quicken 2007/Contents/SupportApps/Emergency Records Organizer/Contents/MacOSClassic/Emergency Records Organizer
        - N/A
        /Applications/Quicken 2007/Quicken 2007/Contents/SupportApps/Home Inventory.app
        - com.intuit.HomeInventory
        /Applications/Quicken 2007/Quicken 2007/Contents/SupportApps/Quicken Backup Utility.app
        - com.intuit.quicken.dotmac
        /Applications/Quicken 2007/Quicken 2007/Contents/SupportApps/Quicken Scheduler
        - N/A
        /Applications/RealPlayer Converter.app
        - com.real.converter
        /Applications/RealPlayer.app
        - com.RealNetworks.RealPlayer
        /Applications/TorBrowser.app
        - N/A
        /Applications/Utilities/Adobe AIR Application Installer.app
        - com.adobe.air.ApplicationInstaller
        /Applications/Utilities/Adobe Utilities.localized/Adobe Updater6/Adobe Updater.app
        - "com.Adobe.ESD.AdobeUpdaterApplication"
        /Library/Application Support/Adobe/AdobePDF.app
        - com.Adobe.print.AdobePDF.bef
        /Library/Application Support/DivX/DivXUpdater.app
        - com.divx.DivXUpdater
        /Library/Application Support/Hewlett-Packard/Software Update/HP Rules Processor.app
        - com.hp.rulesprocessor
        /Library/Application Support/Hewlett-Packard/Software Update/HP Scheduler.app
        - com.hp.HPScheduler
        /Library/Application Support/Hewlett-Packard/Software Update/HP Software Updater
        - N/A
        /Library/Application Support/Hewlett-Packard/Software Update/HP Software Updater/Contents/MacOS/HP Software Updater
        - N/A
        /Library/Application Support/Microsoft/HV1.0/Microsoft Help Viewer.app
        - com.microsoft.helpviewer
        /Library/Application Support/Microsoft/Office Converter Support/Open XML for Charts.app
        - com.microsoft.openxml.chartconverter.app
        /Library/Application Support/Microsoft/Office Converter Support/Open XML for Excel.app
        - com.microsoft.openxml.excel.app
        /Library/Application Support/Microsoft/Office Converter Support/Open XML for Word.app
        - com.microsoft.openxml.word.app
        /Library/Application Support/Microsoft/Office Converter Support/pptfc.app
        - com.microsoft.openxml.powerpoint.app
        /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
        - com.microsoft.silverlight.sllauncher
        /Library/Application Support/Script Editor/Templates/Cocoa-AppleScript Applet.app
        - com.apple.ScriptEditor.id.cocoa-applet-template
        /Library/Application Support/Script Editor/Templates/Droplets/Droplet with Settable Properties.app
        - com.apple.ScriptEditor.id.droplet-with-settable-properties-template
        /Library/Application Support/Script Editor/Templates/Droplets/Recursive File Processing Droplet.app
        - com.apple.ScriptEditor.id.file-processing-droplet-template
        /Library/Application Support/Script Editor/Templates/Droplets/Recursive Image File Processing Droplet.app
        - com.apple.ScriptEditor.id.image-file-processing-droplet-template
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/flashplayer
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_burn_cd.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_export_images.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_import_images.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_panorama_stitch.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_use_folders.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_use_image_edit.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_use_image_print.app
        - N/A
        /Library/Documentation/User Guides and Information.localized/Apple Hardware Test Read Me.app
        - com.apple.AppleHardwareTestReadMe
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app
        - com.adobe.air.ApplicationInstaller
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Template.app
        - com.adobe.air.Template
        /Library/Image Capture/Scripts/Import and View with iPhoto.app
        - com.hp.iPhoto.icautotask
        /Library/Parallels/Parallels Mounter.app
        - com.parallels.server.mounter
        /Library/Printers/hp/Fax/fax.backend
        - com.hp.fax
        /Library/Printers/hp/Fax/rastertofax.filter
        - com.hp.rastertofax
        /Library/Printers/hp/cups/filters/commandtohp.filter
        - com.hp.print.cups.filter.commandtohp
        /Library/Printers/hp/cups/filters/pdftopdf.filter
        - com.hp.print.cups.filter.pdftopdf
        /Library/Printers/hp/cups/tools/autosetup.tool
        - com.hp.print.autosetup
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_bepbmhgboaologfdajaanbcjmnhjmhfn/Default bepbmhgboaologfdajaanbcjmnhjmhfn.app
        - com.google.Chrome.app.Default-bepbmhgboaologfdajaanbcjmnhjmhfn-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_blpcfgokakmgnkcojhhkbfbldkacnbeo/Default blpcfgokakmgnkcojhhkbfbldkacnbeo.app
        - com.google.Chrome.app.Default-blpcfgokakmgnkcojhhkbfbldkacnbeo-internal
        /Users/USER/Library/Caches/com.adobe.Reader.ARM/UUID/Adobe Reader Updater.app
        - com.adobe.ARM
        /mike's old computer/Adobe/AdobePDF.app
        - com.Adobe.print.AdobePDF.bef
        /mike's old computer/Adobe/Installers/R2/Setup.app
        - com.adobe.Installers.Setup
        /mike's old computer/Deimos Rising/Deimos Rising
        - N/A
        /mike's old computer/IA_Installers/TypingMaster_for_Mac/TypingMasterMac.app
        - N/A
        /mike's old computer/TypingMasterMac/UninstallerData/Uninstall TypingMaster for Mac.app
        - N/A
        /mike's old computer/TypingMasterMac/itutoreng.app
        - N/A
        /mike's old computer/adobe applications/Adobe GoLive CS/Adobe GoLive CS.app
        - com.adobe.GoLive
        /mike's old computer/adobe applications/Adobe Illustrator CS/2.app
        - com.adobe.illustrator
        /mike's old computer/adobe applications/Adobe InDesign CS/InDesign CS.app
        - com.adobe.InDesign
        /mike's old computer/adobe applications/Adobe InDesign CS/Plug-Ins/Online/AUMLibrary.cfm/Contents/SharedSupport/Adobe Update Manager.app
        - com.adobe.ESD.AUM
        /mike's old computer/adobe applications/Adobe Photoshop CS/Adobe ImageReady CS.app
        - com.adobe.ImageReady
        /mike's old computer/adobe applications/Adobe Photoshop CS/Adobe Photoshop CS.app
        - com.adobe.Photoshop
        /mike's old computer/adobe applications/Adobe Version Cue/Uninstall Adobe Version Cue.app
        - N/A
        /old computer stuff/At Ease Setup Folder/At Ease Setup
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Apple System Profiler
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Calculator
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Chooser
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/FaxStatus
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Graphing Calculator
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Internet Access/Browse the Internet
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Internet Access/Connect To...
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Internet Access/Mail
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Key Caps
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Note Pad
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Remote Access Status
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Scrapbook
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Sherlock
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/SimpleSound
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Stickies
        - N/A
        /old computer stuff/OLDIESystem Folder/Application Support/IntelliTools/Classic Sending Helper
        - N/A
        /old computer stuff/OLDIESystem Folder/Application Support/Norton AntiVirus ƒ/NAV Small Scanner
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Appearance
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Apple Menu Options
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/AppleTalk
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/ColorSync
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Configuration Manager
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Control Strip
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Date & Time
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/DialAssist
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Energy Saver
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Extensions Manager
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/File Exchange
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/File Sharing
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/General Controls
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Infrared
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Internet
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Keyboard
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Location Manager
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Memory
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Microsoft Office Manager
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Modem
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Monitors & Sound
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Mouse
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Numbers
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/QuickTime™ Settings:™ Settings:
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/QuikSync
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Remote Access
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Speech
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Startup Disk
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/TCP:IP
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Text
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Users & Groups
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Web Sharing
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Application Switcher
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/ColorSync Extension
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Control Strip Extension
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Desktop PrintMonitor
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Desktop Printer Spooler
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/FBC Indexing Scheduler
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/FaxMonitor
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Find/Find by Content Indexing
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Folder Actions
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Norton Scheduler
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/PrintMonitor
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Time Synchronizer
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Web Sharing Extension
        - N/A
        /old computer stuff/OLDIESystem Folder/Help/Apple Help Viewer/Help Viewer
        - N/A
        /old computer stuff/OLDIESystem Folder/MacTCP DNR
        - N/A
        /old computer stuff/OLDIESystem Folder/Scripting Additions/Desktop Printer Manager
        - N/A
        /old computer stuff/OLDIESystem Folder/Scripting Additions/Network Setup Scripting
        - N/A
        /old computer stuff/OLDIESystem Folder/Scripting Additions/URL Access Scripting
        - N/A
        /old computer stuff/OLDIESystem Folder/System Extensions (Disabled)/AOL 5.0 Backup Installer
        - N/A
        /old computer stuff/Tony Hawk's Pro Skater 4/Tony Hawk's Pro Skater 4.app
        - com.aspyr.thps4
    Frameworks
        /Library/Frameworks/Adobe AIR.framework
        - com.adobe.AIR
        /Library/Frameworks/DivX Toolkit.framework
        - com.divx.divxtoolkit
        /Library/Frameworks/EWSMac.framework
        - com.eSellerate.EWSMac67108868
        /Library/Frameworks/HPSmartPrint.framework
        - com.hp.print.HPSmartPrint
        /Library/Frameworks/MacFUSE.framework
        - com.google.MacFUSE
        /Library/Frameworks/PrintMeSSL.framework
        - com.efi.printme.ssl
        /Library/Frameworks/TSLicense.framework
        - net.telestream.license
    PrefPane
        /Library/PreferencePanes/DivX.prefPane
        - com.divx.divxprefs
        /Library/PreferencePanes/Flip4Mac WMV.prefPane
        - net.telestream.wmv.prefpane
        /Library/PreferencePanes/MacFUSE.prefPane
        - com.google.MacFUSE
    Bundles
        /Library/Audio/MIDI Drivers/EmagicUSBMIDIDriver.plugin
        - info.emagic.driver.unitor
        /Library/Contextual Menu Items/ParallelsCM.plugin
        - com.parallels.cmplugin
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/AdobeCP15.plugin
        - com.adobe.adobecp
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Flash Player.plugin
        - com.macromedia.FlashPlayer-10.6.plugin
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/adobecp.plugin
        - com.adobe.adobecp20
        /Library/Internet Plug-Ins/AdobePDFViewer.plugin
        - com.adobe.acrobat.pdfviewer
        /Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin
        - com.adobe.acrobat.pdfviewerNPAPI
        /Library/Internet Plug-Ins/DivXBrowserPlugin.plugin
        - com.divx.DivXBrowserPlugin
        /Library/Internet Plug-Ins/Flip4Mac WMV Plugin.plugin
        - net.telestream.wmv.plugin
        /Library/Internet Plug-Ins/GarminGpsControl.plugin
        - com.garmin.GarminGpsControl
        /Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin
        - com.Google.GoogleEarthPlugin.plugin
        /Library/Internet Plug-Ins/Silverlight.plugin
        - com.microsoft.SilverlightPlugin
        /Library/Internet Plug-Ins/googletalkbrowserplugin.plugin
        - com.google.googletalkbrowserplugin
        /Library/Internet Plug-Ins/iPhotoPhotocast.plugin
        - com.apple.plugin.iPhotoPhotocast
        /Library/Internet Plug-Ins/o1dbrowserplugin.plugin
        - com.google.o1dbrowserplugin
        /Library/Printers/Macromedia/PDEs/FlashPaperPDE.plugin
        - com.macromedia.flashpaper.pde.FlashPaperPDE
        /Library/Printers/PPD Plugins/AdobePDFPDE.plugin
        - com.Adobe.print.AdobePDF.pde
        /Library/QuickLook/GBQLGenerator.qlgenerator
        - com.apple.garageband.quicklookgenerator
        /Library/QuickLook/ParallelsQL.qlgenerator
        - com.parellels.quicklookgenerator
        /Library/Spotlight/GBSpotlightImporter.mdimporter
        - com.apple.garageband.spotlightimporter
        /Library/Spotlight/Microsoft Entourage.mdimporter
        - com.microsoft.entourageMDImporter
        /Library/Spotlight/ParallelsMD.mdimporter
        - com.parallels.mdimporter
        /Users/USER/Library/Application Support/Google/Chrome/PepperFlash/12.0.0.70/PepperFlashPlayer.plugin
        - com.macromedia.PepperFlashPlayer.pepper
        /Users/USER/Library/Internet Plug-Ins/CitrixOnlineWebDeploymentPlugin.plugin
        - com.citrixonline.mac.WebDeploymentPlugin
    Library paths
        /Applications/Karaoke Maker/libmp3lame.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/Frameworks/libwchar.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/CoreTypes.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/LibCURL.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/LibCrypto.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/LibSSL.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/SystemFrameworkUtils.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/ZLib.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/DWA/DWANative.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/DWA/resources/libraries/ARKCmdCaps.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/DWA/resources/libraries/ARKCmdFS.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/DWA/resources/libraries/ARKEngine.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/DWA/resources/libraries/AdobePIM.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/LWA/PWANative.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/LWA/adobe_caps.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/LWA/adobe_oobelib.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/LWA/adobe_upgrade.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/UWA/UWANative.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/core/AdobePIM.dylib
        /Library/Application Support/DivX/Libraries/libDivXDesktopSupport.dylib
        /Library/Application Support/DivX/QtPlugins/accessible/libqtaccessiblewidgets.dylib
        /Library/Application Support/DivX/QtPlugins/iconengines/libqsvgicon.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqgif.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqico.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqjpeg.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqmng.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqsvg.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqtiff.dylib
        /Library/Application Support/DivX/QtPlugins/script/libqtscriptdbus.dylib
        /Library/Application Support/DivX/QtPlugins/sqldrivers/libqsqlite.dylib
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/WebKit.dylib
        /Library/Frameworks/MacFUSE.framework/Versions/A/Resources/Debug/libfuse.dylib. dSYM/Contents/Resources/DWARF/libfuse.dylib
        /Library/Frameworks/MacFUSE.framework/Versions/A/Resources/Debug/libfuse_ino64. dylib.dSYM/Contents/Resources/DWARF/libfuse_ino64.dylib
        /Library/Printers/hp/Frameworks/HPDeviceModel.framework/Versions/3.0/Frameworks /Core.framework/Versions/3.0/Libraries/libHPIOnetsnmp.5.dylib
        /Library/Printers/hp/Frameworks/HPSmartX.framework/Versions/B/Resources/lib/SxC FReader.dylib
        /Library/Printers/hp/Frameworks/HPSmartX.framework/Versions/C/Resources/lib/SxC FReader.dylib
        /Users/USER/Library/Application Support/AOL Desktop/Security/libnspr4.dylib
        /Users/USER/Library/Application Support/AOL Desktop/Security/libnssckbi.dylib
        /Users/USER/Library/Application Support/AOL Desktop/Security/libplc4.dylib
        /Users/USER/Library/Application Support/AOL Desktop/Security/libplds4.dylib
        /Users/USER/Library/Application Support/Firefox/Profiles/w5owlxqa.default/gmp-gmpopenh264/1.1/libgmpopenh264.dy lib
        /Users/USER/Library/Application Support/Google/Chrome/WidevineCDM/1.4.6.758/_platform_specific/mac_x64/libwidev inecdm.dylib
        /Users/USER/Library/Caches/com.apple.ScreenSaver.Engine/com.apple.vision/com.ap ple.vision.64FaceCoreCLKernel.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libpbodbc3.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libps-gcc2-v8_50.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libps-jni-gcc2-v8_50.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libps-pb-gcc2-v8_50.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libps-rw-gcc2-v8_50.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libps-util-gcc2-v8_50.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/tomcat/webapps/ROOT/WEB-INF/components/com.adobe.bauhaus.nativecomm/res/VCF oundation.dylib
        /usr/lib/libgutenprint.2.0.3.dylib
        /usr/local/lib/libfreetype.6.3.16.dylib
        /usr/local/lib/libfreetype.6.dylib
        /usr/local/lib/libfreetype.dylib
        /usr/local/lib/libfuse.2.dylib
        /usr/local/lib/libfuse_ino64.2.dylib
    Installations
        Norton AntiVirus Application: 6/20/10, 10:21 PM
        Symantec Scheduler: 6/20/10, 10:21 PM
        Microsoft® Silverlight™ Browser Plug-In: 6/19/10, 8:25 PM
        Parallels Desktop 5 for Mac: 6/10/10, 6:02 AM
        MacFUSE Core: 6/10/10, 6:03 AM
    Elapsed time (sec): 317
    <Edited By Host>

  • I have an airport extreme.  i am trying to connect a laptop with windows 7 to a wireless printer, with no luck.  any ideas?

    I have an airport extreme.  i am trying to connect a laptop with windows 7 to a wireless printer, with no luck.  any ideas?

    The problem is not the router.. the issue is the vpn has put your computer in a different IP range with a different gateway. When you turn off the vpn the computer returns to local lan and can print.
    Some vpn software allows you to set gateway to use local net instead of remote gateway or access to other webistes or local lan.
    Read up the issue.
    http://stevejenkins.com/blog/2010/01/using-the-local-default-gateway-with-a-wind ows-vpn-connection/
    Cisco vpn client..
    https://supportforums.cisco.com/thread/239113
    I did not search much.. just grabbed the first article I could find that explains the issue.
    The whole point of the vpn is whilst it is connected your computer is NOT part of the Local Lan .. it is part of the Remote LAN via the vpn tunnel.
    It is also a security risk using split tunnelling so often it will not be allowed.
    Plug the printer directly into the computer via usb or whatever.. Local connection will work.. not local lan.

  • EBS R12 XML Gateway Integration - Supplier information sync with MAXIMO

    Hello Guys.
    Recently I'm working on a EBS R12 implementation project, as customer already has MAXIMO application, they would like keep it ask "supplier" information syncronization between Oracle EBS R12 and MAXIMO through Oracle SOA Suite 10.1.3
    For EBS R12 supplier creation/update screens done, currently I found I can get supplier information out by configuring Oracle APPS adapter within Oracle ESB(Enterprise Service Bus) scenario to catch business events but may not perfect this way.
    Then we would like try XML Gateway but seems there're no "supplier" related XML Gateway fit in Oracle Apdater module browser :-(
    Appreciate if any one can guide/help........
    Finally being in Dec at the moment, Merry Christmas to everyone first !
    Dong

    DOCUMENT_ID is numeric, yet the value passed is not:
    x_value==>192124:0:102

  • Any ideas how to better troubleshoot VPN issue?

    Hi,
    I've recently upgraded my WLAN router to a brand new AVM FRITZ!Box WLAN 7390, in part for its VPN capabilities.
    So far, I've been unable to create a working connection.
    AVM's VPN is based on Cisco IPSec, and they provide a step-by-step procedure on how configure a Mac-based VPN connection (http://www.avm.de/de/Service/Service-Portale/Service-Portal/VPN_Interoperabilita et/16206.php - unfortunately only available in German, sorry). Following it, I still can't get it to work. Contacting their support I got first the same procedure and after pointing out I already followed it a "we don't support other vendors".
    Funny enough, I got a second VPN connection to my work's VPN server just fine, though admittedly there we have a true Cisco box.
    My initial setup was based on a 192.x.x.x net on my AVM, I could establish a VPN connection but coudn't ping/ssh/http/you-name-the-protocol in either direction. Our companies net is a 10.x.x.x net so, and as I have also VMware fusion running on my Mac with DHCP enabled on a different 192.x.x.x net plus a third 192.x.x.x net from my Wifi access I decided to reconfigure my AVM net to a 172.x.x.x net and stop VMware services for the tests (ie simplify as much as I could to help troubleshoot).
    Alas, instead of being able to establish a non-working VPN connection, now I ain't able to get the tunnel up. IKE Phase 1 completes but Phase 2 doesn't.
    Here's the relevant section from kernel.log:
    Dec 30 11:47:57 jupiter configd[16]: IPSec connecting to server <myservernameismybusiness>.dyndns.info
    Dec 30 11:47:57 jupiter configd[16]: SCNC: start, triggered by SystemUIServer, type IPSec, status 0
    Dec 30 11:47:57 jupiter configd[16]: IPSec Phase1 starting.
    Dec 30 11:47:57 jupiter racoon[1910]: IPSec connecting to server 77.x.x.x
    Dec 30 11:47:57 jupiter racoon[1910]: Connecting.
    Dec 30 11:47:57 jupiter racoon[1910]: IPSec Phase1 started (Initiated by me).
    Dec 30 11:47:57 jupiter racoon[1910]: IKE Packet: transmit success. (Initiator, Aggressive-Mode message 1).
    Dec 30 11:47:58 jupiter racoon[1910]: IKEv1 Phase1 AUTH: success. (Initiator, Aggressive-Mode Message 2).
    Dec 30 11:47:58 jupiter racoon[1910]: IKE Packet: receive success. (Initiator, Aggressive-Mode message 2).
    Dec 30 11:47:58 jupiter racoon[1910]: IKEv1 Phase1 Initiator: success. (Initiator, Aggressive-Mode).
    Dec 30 11:47:58 jupiter racoon[1910]: IKE Packet: transmit success. (Initiator, Aggressive-Mode message 3).
    Dec 30 11:47:58 jupiter racoon[1910]: IKE Packet: transmit success. (Information message).
    Dec 30 11:47:58 jupiter racoon[1910]: IKEv1 Information-Notice: transmit success. (ISAKMP-SA).
    Dec 30 11:47:58 jupiter racoon[1910]: IPSec Phase1 established (Initiated by me).
    Dec 30 11:47:58 jupiter racoon[1910]: IPSec Extended Authentication requested.
    Dec 30 11:47:58 jupiter configd[16]: IPSec requesting Extended Authentication.
    Dec 30 11:48:01 jupiter configd[16]: IPSec sending Extended Authentication.
    Dec 30 11:48:01 jupiter racoon[1910]: IKE Packet: transmit success. (Mode-Config message).
    Dec 30 11:48:01 jupiter racoon[1910]: IPSec Extended Authentication sent.
    Dec 30 11:48:02 jupiter racoon[1910]: IKEv1 XAUTH: success. (XAUTH Status is OK).
    Dec 30 11:48:02 jupiter racoon[1910]: IPSec Extended Authentication Passed.
    Dec 30 11:48:02 jupiter racoon[1910]: IKE Packet: transmit success. (Mode-Config message).
    Dec 30 11:48:02 jupiter racoon[1910]: IKEv1 Config: retransmited. (Mode-Config retransmit).
    Dec 30 11:48:02 jupiter racoon[1910]: IPSec Network Configuration requested.
    Dec 30 11:48:03 jupiter racoon[1910]: IPSec Network Configuration established.
    Dec 30 11:48:03 jupiter racoon[1910]: IKE Packet: receive success. (MODE-Config).
    Dec 30 11:48:03 jupiter configd[16]: IPSec Network Configuration started.
    Dec 30 11:48:03 jupiter configd[16]: IPSec Network Configuration: INTERNAL-IP4-ADDRESS = 172.77.7.14.
    Dec 30 11:48:03 jupiter configd[16]: IPSec Network Configuration: SAVE-PASSWORD = 1.
    Dec 30 11:48:03 jupiter configd[16]: IPSec Network Configuration: DEFAULT-ROUTE = local-address 172.77.7.14/32.
    Dec 30 11:48:03 jupiter configd[16]: host_gateway: write routing socket failed, command 2, No such process
    Dec 30 11:48:03 jupiter configd[16]: IPSec Phase2 starting.
    Dec 30 11:48:03 jupiter configd[16]: IPSec Network Configuration established.
    Dec 30 11:48:03 jupiter configd[16]: IPSec Phase1 established.
    Dec 30 11:48:03 jupiter configd[16]: event_callback: Address added. previous interface setting (name: en1, address: 192.168.43.242), current interface setting (name: utun0, family: 1001, address: 172.77.7.14, subnet: 255.255.255.255, destination: 172.77.7.14).
    Dec 30 11:48:03 jupiter racoon[1910]: IPSec Phase2 started (Initiated by me).
    Dec 30 11:48:03 jupiter racoon[1910]: IKE Packet: transmit success. (Initiator, Quick-Mode message 1).
    Dec 30 11:48:03 jupiter configd[16]: network configuration changed.
    Dec 30 11:48:03 jupiter configd[16]: IPSec port-mapping update for en1 ignored: VPN is the Primary interface. Public Address: ac4d070e, Protocol: None, Private Port: 0, Public Port: 0
    Dec 30 11:48:03 jupiter configd[16]:
    Dec 30 11:48:03 jupiter configd[16]: setting hostname to "jupiter.local"
    Dec 30 11:48:03 jupiter racoon[1910]: IKE Packet: receive success. (Information message).
    Dec 30 11:48:06 jupiter racoon[1910]: IKE Packet: transmit success. (Phase2 Retransmit).
    Dec 30 11:48:07 jupiter racoon[1910]: IKE Packet: receive success. (Information message).
    Dec 30 11:48:09 jupiter racoon[1910]: IKE Packet: transmit success. (Phase2 Retransmit).
    Dec 30 11:48:09 jupiter racoon[1910]: IKE Packet: receive success. (Information message).
    Dec 30 11:48:12 jupiter racoon[1910]: IKE Packet: transmit success. (Phase2 Retransmit).
    Dec 30 11:48:13 jupiter racoon[1910]: IKE Packet: receive success. (Information message).
    Dec 30 11:48:15 jupiter racoon[1910]: IKE Packet: transmit success. (Phase2 Retransmit).
    Dec 30 11:48:15 jupiter racoon[1910]: IKE Packet: receive success. (Information message).
    Dec 30 11:48:18 jupiter racoon[1910]: IKE Packet: transmit success. (Phase2 Retransmit).
    Dec 30 11:48:18 jupiter racoon[1910]: IKE Packet: receive success. (Information message).
    Dec 30 11:48:21 jupiter racoon[1910]: IKE Packet: transmit success. (Phase2 Retransmit).
    Dec 30 11:48:21 jupiter racoon[1910]: IKE Packet: receive success. (Information message).
    Dec 30 11:48:24 jupiter racoon[1910]: IKE Packet: transmit success. (Phase2 Retransmit).
    Dec 30 11:48:25 jupiter racoon[1910]: IKE Packet: receive success. (Information message).
    Dec 30 11:48:27 jupiter racoon[1910]: IKE Packet: transmit success. (Phase2 Retransmit).
    Dec 30 11:48:27 jupiter racoon[1910]: IKE Packet: receive success. (Information message).
    Dec 30 11:48:30 jupiter racoon[1910]: IKE Packet: transmit success. (Phase2 Retransmit).
    Dec 30 11:48:30 jupiter racoon[1910]: IKE Packet: receive success. (Information message).
    Dec 30 11:48:33 jupiter configd[16]: IPSec disconnecting from server 77.x.x.x
    Dec 30 11:48:33 jupiter racoon[1910]: IPSec disconnecting from server 77.x.x.x
    Dec 30 11:48:33 jupiter racoon[1910]: IKE Packet: transmit success. (Information message).
    Dec 30 11:48:33 jupiter racoon[1910]: IKEv1 Information-Notice: transmit success. (Delete ISAKMP-SA).
    Dec 30 11:48:33 jupiter configd[16]: SCNC Controller: service_ending_verify_primaryservice, waiting for PrimaryService. status = 1
    Dec 30 11:48:33 jupiter configd[16]:
    Dec 30 11:48:33 jupiter configd[16]: network configuration changed.
    Dec 30 11:48:33 jupiter configd[16]: SCNC Controller: ipv4_state_changed, done waiting for ServiceID.
    Dec 30 11:48:33 jupiter configd[16]:
    Dec 30 11:48:33 jupiter configd[16]: setting hostname to "jupiter"
    When connecting to my work-place it looks like:
    Dec 30 12:33:14 jupiter configd[16]: IPSec connecting to server <mycompanyismybusiness>.ch
    Dec 30 12:33:14 jupiter configd[16]: SCNC: start, triggered by SystemUIServer, type IPSec, status 0
    Dec 30 12:33:14 jupiter configd[16]: IPSec Phase1 starting.
    Dec 30 12:33:14 jupiter racoon[1976]: IPSec connecting to server 62.x.x.x
    Dec 30 12:33:14 jupiter racoon[1976]: Connecting.
    Dec 30 12:33:14 jupiter racoon[1976]: IPSec Phase1 started (Initiated by me).
    Dec 30 12:33:14 jupiter racoon[1976]: IKE Packet: transmit success. (Initiator, Aggressive-Mode message 1).
    Dec 30 12:33:14 jupiter racoon[1976]: IKEv1 Phase1 AUTH: success. (Initiator, Aggressive-Mode Message 2).
    Dec 30 12:33:14 jupiter racoon[1976]: IKE Packet: receive success. (Initiator, Aggressive-Mode message 2).
    Dec 30 12:33:14 jupiter racoon[1976]: IKEv1 Phase1 Initiator: success. (Initiator, Aggressive-Mode).
    Dec 30 12:33:14 jupiter racoon[1976]: IKE Packet: transmit success. (Initiator, Aggressive-Mode message 3).
    Dec 30 12:33:14 jupiter racoon[1976]: IPSec Phase1 established (Initiated by me).
    Dec 30 12:33:15 jupiter racoon[1976]: IPSec Extended Authentication requested.
    Dec 30 12:33:15 jupiter configd[16]: IPSec requesting Extended Authentication.
    Dec 30 12:33:21 jupiter configd[16]: IPSec sending Extended Authentication.
    Dec 30 12:33:21 jupiter racoon[1976]: IKE Packet: transmit success. (Mode-Config message).
    Dec 30 12:33:21 jupiter racoon[1976]: IPSec Extended Authentication sent.
    Dec 30 12:33:21 jupiter racoon[1976]: IKEv1 XAUTH: success. (XAUTH Status is OK).
    Dec 30 12:33:21 jupiter racoon[1976]: IPSec Extended Authentication Passed.
    Dec 30 12:33:21 jupiter racoon[1976]: IKE Packet: transmit success. (Mode-Config message).
    Dec 30 12:33:21 jupiter racoon[1976]: IKEv1 Config: retransmited. (Mode-Config retransmit).
    Dec 30 12:33:21 jupiter racoon[1976]: IPSec Network Configuration requested.
    Dec 30 12:33:21 jupiter racoon[1976]: IPSec Network Configuration established.
    Dec 30 12:33:21 jupiter racoon[1976]: IKE Packet: receive success. (MODE-Config).
    Dec 30 12:33:21 jupiter configd[16]: IPSec Network Configuration started.
    Dec 30 12:33:21 jupiter configd[16]: IPSec Network Configuration: INTERNAL-IP4-ADDRESS = 10.100.1.18.
    Dec 30 12:33:21 jupiter configd[16]: IPSec Network Configuration: INTERNAL-IP4-MASK = 255.255.255.0.
    Dec 30 12:33:21 jupiter configd[16]: IPSec Network Configuration: SAVE-PASSWORD = 1.
    Dec 30 12:33:21 jupiter configd[16]: IPSec Network Configuration: INTERNAL-IP4-DNS = 10.100.1.129.
    Dec 30 12:33:21 jupiter configd[16]: IPSec Network Configuration: SPLIT-INCLUDE.
    Dec 30 12:33:21 jupiter configd[16]: IPSec Network Configuration: DEF-DOMAIN = iw.local.
    Dec 30 12:33:21 jupiter configd[16]: host_gateway: write routing socket failed, command 2, No such process
    Dec 30 12:33:21 jupiter configd[16]: installed route: (address 10.100.1.0, gateway 10.100.1.18)
    Dec 30 12:33:21 jupiter configd[16]: IPSec Phase2 starting.
    Dec 30 12:33:21 jupiter racoon[1976]: IPSec Phase2 started (Initiated by me).
    Dec 30 12:33:21 jupiter racoon[1976]: IKE Packet: transmit success. (Initiator, Quick-Mode message 1).
    Dec 30 12:33:21 jupiter configd[16]: IPSec Network Configuration established.
    Dec 30 12:33:21 jupiter configd[16]: IPSec Phase1 established.
    Dec 30 12:33:21 jupiter configd[16]: event_callback: Address added. previous interface setting (name: en1, address: 192.168.43.242), current interface setting (name: utun0, family: 1001, address: 10.100.1.18, subnet: 255.255.255.0, destination: 10.100.1.18).
    Dec 30 12:33:21 jupiter configd[16]: network configuration changed.
    Dec 30 12:33:21 jupiter racoon[1976]: IKE Packet: receive success. (Initiator, Quick-Mode message 2).
    Dec 30 12:33:21 jupiter racoon[1976]: IKE Packet: transmit success. (Initiator, Quick-Mode message 3).
    Dec 30 12:33:21 jupiter racoon[1976]: IKEv1 Phase2 Initiator: success. (Initiator, Quick-Mode).
    Dec 30 12:33:21 jupiter racoon[1976]: IPSec Phase2 established (Initiated by me).
    Dec 30 12:33:21 jupiter configd[16]: IPSec Phase2 established.
    An earlies test in a Starbucks around here had the same result, during looking at the netstat -nr output I found I got onto a 10.x.x.x net on the Wifi and still could connect to the (different) 10.x.x.x net at work.
    My TCP/IP Networking course was around 2000, but the default route seen in the non-working log section looks like bullsh*t to me anyhow: DEFAULT-ROUTE = local-address 172.77.7.14/32
    On the other hand, the Phase 2 message seem to indicate a different mode for Phase 2 between the working and the non-working one.
    This is from the exported config of my AVM box:
    **** CFGFILE:vpn.cfg
    * /var/flash/vpn.cfg
    * Wed Dec 28 16:01:09 2011
    vpncfg {
            connections {
                    enabled = yes;
                    conn_type = conntype_user;
                    name = "[email protected]";
                    always_renew = no;
                    reject_not_encrypted = no;
                    dont_filter_netbios = yes;
                    localip = 0.0.0.0;
                    local_virtualip = 0.0.0.0;
                    remoteip = 0.0.0.0;
                    remote_virtualip = 172.77.7.14;
                    remoteid {
                            key_id = "<mykeyismybusiness>";
                    mode = phase1_mode_aggressive;
                    phase1ss = "all/all/all";
                    keytype = connkeytype_pre_shared;
                    key = "<mykeyismybusiness>";
                    cert_do_server_auth = no;
                    use_nat_t = no;
                    use_xauth = yes;
                    xauth {
                            valid = yes;
                            username = "<myuserismybusiness>";
                            passwd = "<mypasswordismybusiness>";
                    use_cfgmode = no;
                    phase2localid {
                            ipnet {
                                    ipaddr = 0.0.0.0;
                                    mask = 0.0.0.0;
                    phase2remoteid {
                            ipaddr = 172.22.7.14;
                    phase2ss = "esp-all-all/ah-none/comp-all/no-pfs";
                    accesslist =
                                 "permit ip 172.22.7.0 255.255.255.240 172.22.7.14 255.255.255.255";
            ike_forward_rules = "udp 0.0.0.0:500 0.0.0.0:500",
                                "udp 0.0.0.0:4500 0.0.0.0:4500";
    // EOF
    **** END OF FILE ****
    I also noticed an extra "IPSec port-mapping update for en1 ignored" message in the non-working log section, but I'm not sure a) how significant that might be, and b) how to find out what the ignored update might have been to decide whether not ignoring it would help.
    A quick test with the AnyConnect Client from Cisco didn't help either, apparently it establishes an https connection first as I got a window which certificate details from my QNAP behind the AVM Box (I got a port forward for https to it)
    So I'm looking for any ideas how to better troubleshoot this VPN issue...
    Many thanks in advance!
    BR,
    Alex

    Ok, found a small typo in my config (had at one point a 172.77.7.14 instead of the 172.22.7.14), no I can also connect from the 172.x.x.x net but still no ping etc. The relevant section of the log looks now like this:
    Dec 30 16:44:27 jupiter configd[16]: IPSec connecting to server <myservernameismybusiness>.dyndns.info
    Dec 30 16:44:27 jupiter configd[16]: SCNC: start, triggered by SystemUIServer, type IPSec, status 0
    Dec 30 16:44:28 jupiter configd[16]: IPSec Phase1 starting.
    Dec 30 16:44:28 jupiter racoon[2183]: IPSec connecting to server 77.x.x.x
    Dec 30 16:44:28 jupiter racoon[2183]: Connecting.
    Dec 30 16:44:28 jupiter racoon[2183]: IPSec Phase1 started (Initiated by me).
    Dec 30 16:44:28 jupiter racoon[2183]: IKE Packet: transmit success. (Initiator, Aggressive-Mode message 1).
    Dec 30 16:44:28 jupiter racoon[2183]: IKEv1 Phase1 AUTH: success. (Initiator, Aggressive-Mode Message 2).
    Dec 30 16:44:28 jupiter racoon[2183]: IKE Packet: receive success. (Initiator, Aggressive-Mode message 2).
    Dec 30 16:44:28 jupiter racoon[2183]: IKEv1 Phase1 Initiator: success. (Initiator, Aggressive-Mode).
    Dec 30 16:44:28 jupiter racoon[2183]: IKE Packet: transmit success. (Initiator, Aggressive-Mode message 3).
    Dec 30 16:44:28 jupiter racoon[2183]: IKE Packet: transmit success. (Information message).
    Dec 30 16:44:28 jupiter racoon[2183]: IKEv1 Information-Notice: transmit success. (ISAKMP-SA).
    Dec 30 16:44:28 jupiter racoon[2183]: IPSec Phase1 established (Initiated by me).
    Dec 30 16:44:28 jupiter racoon[2183]: IPSec Extended Authentication requested.
    Dec 30 16:44:28 jupiter configd[16]: IPSec requesting Extended Authentication.
    Dec 30 16:44:31 jupiter configd[16]: IPSec sending Extended Authentication.
    Dec 30 16:44:31 jupiter racoon[2183]: IKE Packet: transmit success. (Mode-Config message).
    Dec 30 16:44:31 jupiter racoon[2183]: IPSec Extended Authentication sent.
    Dec 30 16:44:32 jupiter racoon[2183]: IKEv1 XAUTH: success. (XAUTH Status is OK).
    Dec 30 16:44:32 jupiter racoon[2183]: IPSec Extended Authentication Passed.
    Dec 30 16:44:32 jupiter racoon[2183]: IKE Packet: transmit success. (Mode-Config message).
    Dec 30 16:44:32 jupiter racoon[2183]: IKEv1 Config: retransmited. (Mode-Config retransmit).
    Dec 30 16:44:32 jupiter racoon[2183]: IPSec Network Configuration requested.
    Dec 30 16:44:33 jupiter racoon[2183]: IPSec Network Configuration established.
    Dec 30 16:44:33 jupiter racoon[2183]: IKE Packet: receive success. (MODE-Config).
    Dec 30 16:44:33 jupiter configd[16]: IPSec Network Configuration started.
    Dec 30 16:44:33 jupiter configd[16]: IPSec Network Configuration: INTERNAL-IP4-ADDRESS = 172.22.7.14.
    Dec 30 16:44:33 jupiter configd[16]: IPSec Network Configuration: SAVE-PASSWORD = 1.
    Dec 30 16:44:33 jupiter configd[16]: IPSec Network Configuration: INTERNAL-IP4-DNS = 172.22.7.1.
    Dec 30 16:44:33 jupiter configd[16]: IPSec Network Configuration: DEFAULT-ROUTE = local-address 172.22.7.14/32.
    Dec 30 16:44:33 jupiter configd[16]: host_gateway: write routing socket failed, command 2, No such process
    Dec 30 16:44:33 jupiter configd[16]: IPSec Phase2 starting.
    Dec 30 16:44:33 jupiter racoon[2183]: IPSec Phase2 started (Initiated by me).
    Dec 30 16:44:33 jupiter racoon[2183]: IKE Packet: transmit success. (Initiator, Quick-Mode message 1).
    Dec 30 16:44:33 jupiter configd[16]: IPSec Network Configuration established.
    Dec 30 16:44:33 jupiter configd[16]: IPSec Phase1 established.
    Dec 30 16:44:33 jupiter configd[16]: event_callback: Address added. previous interface setting (name: en1, address: 192.168.43.242), current interface setting (name: utun0, family: 1001, address: 172.22.7.14, subnet: 255.255.255.255, destination: 172.22.7.14).
    Dec 30 16:44:33 jupiter configd[16]: network configuration changed.
    Dec 30 16:44:33 jupiter racoon[2183]: IKE Packet: receive success. (Initiator, Quick-Mode message 2).
    Dec 30 16:44:33 jupiter racoon[2183]: IKE Packet: transmit success. (Initiator, Quick-Mode message 3).
    Dec 30 16:44:33 jupiter racoon[2183]: IKEv1 Phase2 Initiator: success. (Initiator, Quick-Mode).
    Dec 30 16:44:33 jupiter racoon[2183]: IPSec Phase2 established (Initiated by me).
    Dec 30 16:44:33 jupiter configd[16]: IPSec Phase2 established.
    Dec 30 16:44:43 jupiter racoon[2183]: IKE Packet: receive failed. (MODE-Config).
    Dec 30 16:44:48 jupiter racoon[2183]: IKE Packet: transmit success. (Information message).
    Dec 30 16:44:48 jupiter racoon[2183]: IKEv1 Information-Notice: transmit success. (R-U-THERE?).
    Dec 30 16:44:48 jupiter racoon[2183]: IKEv1 Dead-Peer-Detection: request transmitted. (Initiator DPD Request).
    Dec 30 16:44:48 jupiter racoon[2183]: IKEv1 Dead-Peer-Detection: response received. (Initiator DPD Response).
    Dec 30 16:44:48 jupiter racoon[2183]: IKE Packet: receive success. (Information message).
    Dec 30 16:45:03 jupiter configd[16]: setting hostname to "jupiter.local"
    followed by lots of:
    Dec 30 16:45:03 jupiter racoon[2183]: IKE Packet: receive failed. (MODE-Config).
    Dec 30 16:45:08 jupiter racoon[2183]: IKE Packet: transmit success. (Information message).
    Dec 30 16:45:08 jupiter racoon[2183]: IKEv1 Information-Notice: transmit success. (R-U-THERE?).
    Dec 30 16:45:08 jupiter racoon[2183]: IKEv1 Dead-Peer-Detection: request transmitted. (Initiator DPD Request).
    Dec 30 16:45:08 jupiter racoon[2183]: IKEv1 Dead-Peer-Detection: response received. (Initiator DPD Response).
    Dec 30 16:45:08 jupiter racoon[2183]: IKE Packet: receive success. (Information message).
    Dec 30 16:45:28 jupiter racoon[2183]: IKE Packet: transmit success. (Information message).
    Dec 30 16:45:28 jupiter racoon[2183]: IKEv1 Information-Notice: transmit success. (R-U-THERE?).
    Dec 30 16:45:28 jupiter racoon[2183]: IKEv1 Dead-Peer-Detection: request transmitted. (Initiator DPD Request).
    Dec 30 16:45:29 jupiter racoon[2183]: IKEv1 Dead-Peer-Detection: response received. (Initiator DPD Response).
    Dec 30 16:45:29 jupiter racoon[2183]: IKE Packet: receive success. (Information message).
    Dec 30 16:45:49 jupiter racoon[2183]: IKE Packet: transmit success. (Information message).
    Dec 30 16:45:49 jupiter racoon[2183]: IKEv1 Information-Notice: transmit success. (R-U-THERE?).
    Dec 30 16:45:49 jupiter racoon[2183]: IKEv1 Dead-Peer-Detection: request transmitted. (Initiator DPD Request).
    Dec 30 16:45:50 jupiter racoon[2183]: IKEv1 Dead-Peer-Detection: response received. (Initiator DPD Response).
    Dec 30 16:45:50 jupiter racoon[2183]: IKE Packet: receive success. (Information message).
    Dec 30 16:46:10 jupiter racoon[2183]: IKE Packet: transmit success. (Information message).
    Dec 30 16:46:10 jupiter racoon[2183]: IKEv1 Information-Notice: transmit success. (R-U-THERE?).
    Dec 30 16:46:10 jupiter racoon[2183]: IKEv1 Dead-Peer-Detection: request transmitted. (Initiator DPD Request).
    Dec 30 16:46:10 jupiter racoon[2183]: IKEv1 Dead-Peer-Detection: response received. (Initiator DPD Response).
    Dec 30 16:46:10 jupiter racoon[2183]: IKE Packet: receive success. (Information message).
    Dec 30 16:46:30 jupiter racoon[2183]: IKE Packet: transmit success. (Information message).
    Dec 30 16:46:30 jupiter racoon[2183]: IKEv1 Information-Notice: transmit success. (R-U-THERE?).
    Dec 30 16:46:30 jupiter racoon[2183]: IKEv1 Dead-Peer-Detection: request transmitted. (Initiator DPD Request).
    Dec 30 16:46:30 jupiter racoon[2183]: IKEv1 Dead-Peer-Detection: response received. (Initiator DPD Response).
    Dec 30 16:46:30 jupiter racoon[2183]: IKE Packet: receive success. (Information message).

  • Any ideas on how to create multiple libraries?

    Is it possible for me to create another Library? I have some music on my computer and some more on an external hard drive that is not always connected. I would like to create one library for the music on my computer and another for the music on the hard drive.
    Any ideas on where to find out if you don't know?

    There's two ways you could do this...
    There's two main files that control what is in your Library. These are located in My Documents/My Music/iTunes. One of them has an ITL extension, the other one has an XML extension. If you remove or rename these, you'll get a fresh new library. So you could swap those files out to switch libraries, sort of thing. This is kind of a pain.
    The other way is to create another user account in Windows. Every user has their own iTunes Library.

  • Any ideas for security and parental control software yet???

    Just received two of the touchpads from the fire sale and gave them to my kids, both under 10.  I am very interested in limiting the sites that can be accessed through the browser, as well as a few other things.  Has anyone found a practical means of doing this?  I'd hate to give up on this and switch it over to Android, especially since there is only Gingerbread available.  But, I just don't know what else I can do about these.  Any ideas? 
    Thanks!
    Post relates to: HP TouchPad (WiFi)

    Please take this post with a grain of salt. I don't claim to be a security and parental control software expert, but I have researched these solutions and have some personal experience with them. That being said, here's some ideas to get you started.
    As speedtouch mentioned, OpenDNS is a fantastic solution for website filtering. They have a great set of filters that can be customized and are one of the easiest systems to set up. Simply install an updater app on one of your desktop computers (or directly on your router if it's supported), configure your router to use their DNS servers, and you're good to go. I personally use this system mysefl and it works really well. The only downside in my experience is that there is not a temporary override system (at least, not in the free version that I use). An example of when this might be handy: my wife goes clothes shopping and looking at new bras. Every once in a while, a perfectly legitimate site might get blocked (in this case, probably something I don't want my kid looking at but perfectly fine for my wife). The option to "temporarily override the block" or "temporarily allow" the site would be nice, but it doesn't exist.
    Another FANTASTIC solution that I've used in the past is the Astaro Security Gateway. They have a free home version of their "Software Appliance" that goes above and beyond OpenDNS. I haven't used it in a while, but when I did it was able to not only filter web sites but also monitor Instant Messaging and other online activites. It's a bit more involved as you need your own hardware (I used an old computer with 2 network cards and stuck it in between my router and my broadband modem), but the results are pretty powerful.
    The downside to all these solutions, however, is that they will only work when the TouchPad is on your network. If they connect to a neighbors network of if the go to a friends house, all of these systems will be moot because they are completely bypassed. The only way to monitor that content from ANY network would be to install an application on the device itself and to my knowledge, none exist.

  • Any Ideas for speeding up Macbook Pro?

    My Mac has been acting really slow lately. I have had to get it wiped once already because it was stuck on the grey screen at boot. I know now that I can fix this with safe mode, but I have also been having some big issues using the mac itself. I occasionally write snippets of code on it, but not like entire apps and stuff. I think that I would probably be willing to use termainal (obviously) to fix this.
    Any Ideas?

    Results are as follows:
    Hardware Information:
              MacBook Pro (13-inch, Mid 2012)
              MacBook Pro - model: MacBookPro9,2
              1 2.5 GHz Intel Core i5 CPU: 2 cores
              4 GB RAM
    Video Information:
              Intel HD Graphics 4000 - VRAM: 1024 MB
    System Software:
              OS X 10.9.2 (13C64) - Uptime: 0 days 1:45:34
    Disk Information:
              TOSHIBA MK5065GSXF disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) / [Startup]: 499.25 GB (411.78 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              HL-DT-ST DVDRW  GS31N 
    USB Information:
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Computer, Inc. IR Receiver
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Kernel Extensions:
              com.avast.PacketForwarder          (1.4 - SDK 10.9)
              com.logmein.hamachi          (1.0)
              com.avast.AvastFileShield          (2.1.0 - SDK 10.9)
    Launch Daemons:
              [System] com.adobe.fpsaud.plist 3rd-Party support link
              [System] com.avast.init.plist 3rd-Party support link
              [System] com.avast.uninstall.plist 3rd-Party support link
              [System] com.logmein.hamachi.plist 3rd-Party support link
              [System] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [System] org.macosforge.xquartz.privileged_startx.plist 3rd-Party support link
    Launch Agents:
              [System] com.avast.userinit.plist 3rd-Party support link
              [System] com.logmein.hamachimb.plist 3rd-Party support link
              [System] org.macosforge.xquartz.startx.plist 3rd-Party support link
    User Launch Agents:
              [not loaded] com.avast.home.userinit.plist 3rd-Party support link
              [not loaded] com.google.keystone.agent.plist 3rd-Party support link
              [not loaded] com.zeobit.MacKeeper.Helper.plist 3rd-Party support link
    User Login Items:
              iTunesHelper
              Google Chrome
    Internet Plug-ins:
              SharePointBrowserPlugin: Version: 14.2.0 - SDK 10.6 3rd-Party support link
              FlashPlayer-10.6: Version: 12.0.0.77 - SDK 10.6 3rd-Party support link
              Flash Player: Version: 12.0.0.77 - SDK 10.6 3rd-Party support link
              QuickTime Plugin: Version: 7.7.3
              JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Outdated! Update
              Default Browser: Version: 537 - SDK 10.9
    Safari Extensions:
              avast! Online Security: Version: 8
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 2.0 - SDK 10.9
              AppleAVBAudio: Version: 203.2 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
              avast! Preferences  3rd-Party support link
              Flash Player  3rd-Party support link
    Old Applications:
              /Applications/Microsoft Office 2011/Office
                        Open XML for Excel:          Version: 14.2.0 - SDK 10.5 3rd-Party support link
                        Microsoft Office Setup Assistant:          Version: 14.2.0 - SDK 10.5 3rd-Party support link
                        Microsoft Alerts Daemon:          Version: 14.2.0 - SDK 10.5 3rd-Party support link
                        SyncServicesAgent:          Version: 14.2.0 - SDK 10.5 3rd-Party support link
                        Microsoft Database Daemon:          Version: 14.2.0 - SDK 10.5 3rd-Party support link
                        Microsoft Graph:          Version: 14.2.0 - SDK 10.5 3rd-Party support link
                        Microsoft Database Utility:          Version: 14.2.0 - SDK 10.5 3rd-Party support link
                        Microsoft Office Reminders:          Version: 14.2.0 - SDK 10.5 3rd-Party support link
                        Microsoft Upload Center:          Version: 14.2.0 - SDK 10.5 3rd-Party support link
                        My Day:          Version: 14.2.0 - SDK 10.5 3rd-Party support link
                        Microsoft Chart Converter:          Version: 14.2.0 - SDK 10.5 3rd-Party support link
                        Microsoft Clip Gallery:          Version: 14.2.0 - SDK 10.5 3rd-Party support link
              Microsoft AutoUpdate:          Version: 2.3.3 - SDK 10.4 3rd-Party support link
                        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
              /Applications/Microsoft Office 2011
                        Microsoft PowerPoint:          Version: 14.2.0 - SDK 10.5 3rd-Party support link
                        Microsoft Excel:          Version: 14.2.0 - SDK 10.5 3rd-Party support link
                        Microsoft Word:          Version: 14.2.0 - SDK 10.5 3rd-Party support link
                        Microsoft Outlook:          Version: 14.2.0 - SDK 10.5 3rd-Party support link
                        Microsoft Document Connection:          Version: 14.2.0 - SDK 10.5 3rd-Party support link
              /Library/Application Support/Microsoft/MERP2.0
                        Microsoft Error Reporting:          Version: 2.2.8 - SDK 10.4 3rd-Party support link
                        Microsoft Ship Asserts:          Version: 1.1.3 - SDK 10.4 3rd-Party support link
              Microsoft Language Register:          Version: 14.2.0 - SDK 10.5 3rd-Party support link
                        /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                  23%          Kerbal Space Program
                   4%          WindowServer
                   2%          coreaudiod
                   2%          sh
                   1%          lssave
    Top Processes by Memory:
              369 MB          Kerbal Space Program
              45 MB          Google Chrome
              41 MB          EtreCheck
              37 MB          syncdefaultsd
              29 MB          WindowServer
    Virtual Memory Information:
              101 MB          Free RAM
              848 MB          Active RAM
              815 MB          Inactive RAM
              786 MB          Wired RAM
              3.23 GB          Page-ins
              34 MB          Page-outs
    Although, to sneak in the snide comment, I think my laptop got even slower when I put on EtreCheck. Hope this helps!

Maybe you are looking for

  • Error (PTRV_HEAD/PTRV_PERIO/Cluster TE)).

    Hi when i am creating the travel request i am getting this error(error while wirintg to the database(PTRV_HEAD/PTRV_PERIO/Cluster TE)). kindly lok into the issue guys , prem

  • MDM 5.5 Material, Vendor, Employee & Customer Repositories

    Hi, MDM 5.5 comes with object repositories for Material, Vendor, Employee & Customer. Can anyone help me in finding a way to synchronize these with R/3 ? I am able to see Corresponding IDoc names as data sources in Import Manager for these repositori

  • Inbound MQ with extended character sets

    Hi We are trying to send to PI data containing Swedish characters in both xml and non xml payloads. The message is placed on an MQ queue (version 6.0.2.3) with a JMS header that has a ccsid of 1208 specified. The PI adapter is specified as JMS | Webs

  • Nomad Jukebox Zen firmware 1.00

    I know I am behind but I need to find . I went to the suggested site nomadness.net but no luck. If anyone has it could you email to me or point me to a current site?Thanks!

  • Automatic bank preference during APP run

    Hi SAP Gurus, We have the following requirement from our client. Presently when we make payment to Vendors, we need to use funds from X (or) Y banks so we will need to manually reallocate those invoices that we will pay through the non-default bank.