Serial Number Template

Hi Guys,
I want to create a new template for serial numbers for my company and assign it to a serial serial number profile. How can I do this?
I already have one template where in I take values from characteristics of a material master. But now I want to create a new one which will take in values from different fields in a material master.
Thanks in advance.

Hello
If someone is interested, it would be easy to write an AppleScript to insert a serial number in a document.
The advantage is that it would be a frozen number.
Two ways to do that:
a - generate a number incremented by one each time you run it.
b - generate a string like the one created by the formula I passed.
The behaviour would be slightly different.
The first version assumes that the last used number is stored somewhere.
The second one is not tied to this obligation.
In fact I was able to write two scripts of a special kind.
They may enclosed in a structure changing them in Services.
Instructions to do that are given in the header of the second script.
The first one inserts the long date_time string where you want.
The second insert a serial number built according to the currentdatetime.
--[SCRIPT insertDateTime]
on process()
set curDate to (current date) as Unicode text
--return curDate
end process
--[SCRIPT]
--[SCRIPT insertSerialNumber]
(* From the Script Editor, save this script as a Script
Then pack it as a Service using the tool which you may download from:
http://wafflesoftware.net/thisservice/
Apply the setting: Produces output.
The Service will be directly created, installed and activated
then working with a Services aware application,
select an insertion point then go to
menu theApplication >Services > pasteSerialNumber
will insert the serial number.
on process()
set cd to current date
set serial to (year of cd as text) & text -2 thru -1 of ("0" & (month of cd as number)) & text -2 thru -1 of ("0" & day of cd) & "_" & text -2 thru -1 of ("0" & hours of cd) & text -2 thru -1 of ("0" & minutes of cd) & text -2 thru -1 of ("0" & seconds of cd)
--return serial
end process
--[SCRIPT]
Yvan KOENIG (from FRANCE samedi 19 janvier 2008 21:18:12)

Similar Messages

  • Adding a serial number to a template in Numbers

    Hi everyone, I'm hoping someone may be able to help. I run a small business and would like to create an invoice template in Numbers. Could anyone tell whether there is a way to create a serial or invoice number each time I create a new document from a template?
    Thank you very much for your help.

    Hello
    If someone is interested, it would be easy to write an AppleScript to insert a serial number in a document.
    The advantage is that it would be a frozen number.
    Two ways to do that:
    a - generate a number incremented by one each time you run it.
    b - generate a string like the one created by the formula I passed.
    The behaviour would be slightly different.
    The first version assumes that the last used number is stored somewhere.
    The second one is not tied to this obligation.
    In fact I was able to write two scripts of a special kind.
    They may enclosed in a structure changing them in Services.
    Instructions to do that are given in the header of the second script.
    The first one inserts the long date_time string where you want.
    The second insert a serial number built according to the currentdatetime.
    --[SCRIPT insertDateTime]
    on process()
    set curDate to (current date) as Unicode text
    --return curDate
    end process
    --[SCRIPT]
    --[SCRIPT insertSerialNumber]
    (* From the Script Editor, save this script as a Script
    Then pack it as a Service using the tool which you may download from:
    http://wafflesoftware.net/thisservice/
    Apply the setting: Produces output.
    The Service will be directly created, installed and activated
    then working with a Services aware application,
    select an insertion point then go to
    menu theApplication >Services > pasteSerialNumber
    will insert the serial number.
    on process()
    set cd to current date
    set serial to (year of cd as text) & text -2 thru -1 of ("0" & (month of cd as number)) & text -2 thru -1 of ("0" & day of cd) & "_" & text -2 thru -1 of ("0" & hours of cd) & text -2 thru -1 of ("0" & minutes of cd) & text -2 thru -1 of ("0" & seconds of cd)
    --return serial
    end process
    --[SCRIPT]
    Yvan KOENIG (from FRANCE samedi 19 janvier 2008 21:18:12)

  • How to output serial number in wwi template from the production order

    Dear Experts ,
    Has Sap defined report symbol to output serial number in sap glm

    Dear S P
    there are "lots" of threads discussing this.
    GLM - Serial Number Hide
    EHS GLM how to define serial numbers out of a list
    Bar Code in SAP GLM
    New changes for GLM in EHP7.0 and ERP 6.0
    GLM - Serial Number Hide
    Sap GLM Serial NUmber printing
    Please check them
    C.B.

  • Problem with serial number Lr2 to Lr4 upgrading

    Welcome. I have a problem in LR 4 I use Lr2 upgrade to L4. From time to time my PC lost the serial number of the program. I have to enter the new LR2 and LR4 number losing all presets. After reinstalling Windows 7 is still the problem exists. Is it possible to send me a new LR4 for installations already without error?

    Your presets should not be lost even if you have to re-license LR4 with 2 serial numbers.  Something else must be resetting things on your computer.   Are you using System Restore?
    Make a backup of your critical LR files elsewhere on your computer and if they are reset or lost, restore from that backup.
    Your serial number Is stored in this file:
    C:\ProgramData\Adobe\Lightroom\Lightroom 4.0 Registration.lrreg
    Your presets are stored, here or with your catalog:
    C:\Users\[user name]\AppData\Roaming\Adobe\Lightroom\[preset or template folder]\[preset or template filename.lrtemplate]
    Your preferences are stored here:
    C:\Users\[user name]\AppData\Roaming\Adobe\Lightroom\Preferences\Lightroom 4 Preferences.agprefs
    You can download LR 4.4.1 from here:
    http://www.adobe.com/support/downloads/product.jsp?product=113 <http://www.adobe.com/support/downloads/product.jsp?product=113&platform=Windows> &platform=Windows

  • How to output serial number from production order in GLM ?

    how to pull serial number from production order in wwi template for GLM ?

    Hi,
    Please have a look to this thread:
    BAPI/RFC to get serial numbers for a production order
    Hope it helps,
    Kr,
    m.

  • Battery Serial Number Report For Laptops?

    Does anyone know if there is a way to get a report of the battery serial number via ARD 3?
    Chris H.
    G5 Desktop   Mac OS X (10.4.7)  

    In theory it should be possible even though I have not tried it. Using system profiler you will be able to gather all sorts of data (Serial Number for computer and Battery Stats like charge capacity, power level, times charged etc... cant remember about Battery serial try it an see).
    To run profiler from UNIX comand level, click on the ARD 3.0 Unix icon, type in "system_profiler" and save it as a template for future use.
    Accessing system profiles with Terminal
    You can generate a system profile with Terminal using the system_profiler command line tool. To use this tool, enter the following command in Terminal: /usr/sbin/system_profiler
    For more information about the system_profiler command, enter "man" and system_profiler.

  • My cursor frequently stops working.  It still moves but nothing happens when I click with it.  Also, when I go for support Apple tells me my serial number does not exist but I am sure I am entering the correct one.

    My arrow cursor changes unexpectedly to the "tall I" cursor and then I can't open links.
    My two delete buttons only work one letter/number at a time.
    When I go for Apple support it says my serial number does not exist?  But I know it is correct!

    If you think getting your web pages to appear OK in all the major browsers is tricky then dealing with email clients is way worse. There are so many of them.
    If you want to bulk email yourself, there are apps for it and their templates will work in most cases...
    http://www.iwebformusicians.com/Website-Email-Marketing/EBlast.html
    This one will create the form, database and send out the emails...
    http://www.iwebformusicians.com/Website-Email-Marketing/MailShoot.html
    The alternative is to use a marketing service if your business can justify the cost. Their templates are tested in all the common email clients...
    http://www.iwebformusicians.com/Website-Email-Marketing/Email-Marketing-Service. html
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • Serial Number UDF's Not Uploadable Thru DTW

    Hi,
    Our current warehouse is setup as serial number managed.  We had to create some UDF's in the serial number table to satisfiy some of our requirements.
    The problem I have is that I am unable to make a customize template for serial numbers via DTW including these UDF's.
    What can I do.  I have thousands of serial numbers and manually entry is not an option.
    Thanks,
    Joe

    Hi,
    Dunno if my problem exactly same case with Joe, but mine is, I want to update the UDF for existing serial numbers. You can't do it by update the original Goods Receipt document I believe, considering existing stock could be existed from various Goods Receipt and even some of the serial numbers maybe already issued.
    Isn't any template exist to update serial numbers information (UDF) for existing stock?
    Best Regards,
    Hendry Wijaya

  • DTW -- UDF does not appear in Serial Number

    Hi All,
    I am trying to update a UDF in serial number transaction table for GR PO. I have prepared a template where I have added a column at the end with the name of the column as defined in database. when I map these fields in DTW, I dont find this UDF in the list of serial number's columns. when I map the document header (GR PO), I am able to see the UDF of OPDN table but that does not happen for Serial number's mapping. any idea??? I am using 2005 B PL 44.
    thanks,
    Binita

    Hi Peter,
    thanks for the reply. I am using the third template viz SerialNumbers.xlt  only for updating UDFs in serial number's transaction table (OSRI). and all the default fields appear in the list while mapping which are there in the template. also the UDF column which I have added in the template does appear in the list on the left side (source fields)   but it does not appear on the right side (Target fields). so I have nothing to map it against.
    any idea?
    thanks,
    Binita

  • 2 issues - Invalid Serial Number issue & Lightroom 5 Trial vs full version folder hierarchy question

    Hello
    not sure if I should split these two questions...
    1 - Invalid Serial Number issue
    I'm helping out a friend with their large photo collection and they bought Lightroom 5 and received the serial number but when we add this to Lightroom it states that it's invalid - I tried leaving it until the following week (I visit them weekly) and it still refusing the number - when I went into their Adobe account and took a look at downloads the option to download the full version is greyed out (or an x - I'm not sat on their computer right now so can't double check) but it wouldn't allow me to do anything so we just had the trial version.
    anyone know what the issue is - shall I get them to contact Adobe to get them to take a look - I also had issues trying to find a customer support email address lol. (I seem to faffing with lots of websites/software/companies this week so getting a little frazzled!)
    2 - Lightroom 5 Trial vs full version folder hierarchy question
    This question is linked to the above i- I am wondering if the folders in Lightroom are different in the trial version vs the fully paid version.
    I had set up some greeting card templates and contact sheet layouts for my friend and tried to transfer them to her computer but whilst, LR 'sees' the folders it just doesn't acknowledge the templates - I tried it several ways but I've not had that issue before so will that sort itself when I get the serial number fixed?
    Thank you for any help or suggestions - hope you all have a good weekend :-)
    Lenny

    Hi Lenny, the two questions may be related but the trial is actually the same as the full version. I would suggest getting the serial number issue sorted out first. There have been known issues where a paid for product still shows up as a trial.There is not a lot the community can do. You need to contact Adobe directly using the link below. Use the dropdown menu for boxes (1) & (2) to scroll down the list and choose:
    1. Adobe Photoshop Lightroom
    2. Serial number issues or activating my product
    3. Click on the blue button: Still need help? Contact us – then click the button marked “chat now”
    It’s usually possible to start a live chat, if an Adobe agent is free, and often to get the problem fixed right away.
    Click here to get help now Contact Customer Care

  • Trial version of Adobe Acrobat Pro v9 requests serial number

    I have installed Adobe Acrobst Pro V9 a total of 3 times now, being careful to ensure that I select "Install Trial Version" each time.
    However, every time I open the programme it requests a serial number and I cannot get past this stage.
    I did also download a trial version in 2008/2009 but deleted it within the 30 day period.
    I have posed this question to the online help chat and they eventually suggested I try this forum.
    Any assistance will be appreciated

    You can always print the form and then use your word processor to place the information where it needs to go. It is an iterative process, but it is the way I used to fill out monthly reports in a DOS world. It was faster than using a typewriter back then, at least after I setup the template. It may be they expect the form to be filled out by typewriter (few have one any more - just folks like me) or by hand. In the latter case, be careful to print clearly.

  • After I have put in the serial number for Premiere Elements 9, how do I install it?

    Greetings,
    Recently I used a serial number for Adobe Premiere Elements 9 on the website, But I have no idea how to download or install it. Can anyone tell me how to, or if I can?
    By the way, I have a 32bit installation of Windows 8.1
    Thank you.

    Deadawesome
    If you purchased the Photoshop Elements 9 Premiere Elements 9 bundle, then you should have 4 discs
    Mac Disc 1
    Mac Disc 2
    Windows Disc 1
    Windows Disc 2
    The Mac Disc 1 and Windows Disc 1 are for installing the program with your purchased serial number which should be on the labels of the plastic box that houses the discs.
    The Mac Disc 2 and Mac Disc 2 are the disc for installing Content (DVD Template, Movie Themes, Title Templates.....).
    If for some reason you do not have the disc 2, you can download the Premiere Elements 9 Content (at no charge) from Adobe. It is a longer process than using the disc for installing Content. So best find and use your Content disc. But the following is the link if you need to download that Content
    http://www.adobe.com/special/premiereel/downloads/
    Please explain what you meant when you wrote
    when I use the disc, it says "Install Premiere Content" which doesn't seem to work
    How doesn't it work...does it go through the process, it look complete, but you do not see the Content, or something else?
    Above all, do not forget to install the 9.0.1 Update after you have successfully installed the program without or without Content.
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4929
    Please update us on your progress.
    Thank you.
    ATR

  • Studio Serial Number

    Does anyone have suggestions for obtaining an old serial
    number from Adobe? I purchased Studio MX2004 in 2003, and
    subsequently Studion8 last year. Despite having Bit Defender, I got
    a virus which deleted some of my dll files in multiple
    applications. I reinstalled all of these including Studio 8 but the
    reinstall not only requires the Studio 8 serial number but also the
    one from Studio MX2004 which I no longer have. I purchased both
    online from Macromedia and they even show my purchases. I tried to
    get the serial number via their "customer support" but they claim
    this is a "tech support" issue and closed my case. A phone call did
    not help either since they claim they cannot access Macromedia's
    database even though it shows on Adobe's site.
    In the meantime, I am dead in the water. They were happy to
    sell me Adobe Flex Builder 2.0 for $500 but is this how Macromedia
    customers are treated?
    Tom

    Tom:
    I'll see if I can get some help for you....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Sierra Fisherman" <[email protected]> wrote
    in message
    news:en0s05$o64$[email protected]..
    > Does anyone have suggestions for obtaining an old serial
    number from
    > Adobe? I
    > purchased Studio MX2004 in 2003, and subsequently
    Studion8 last year.
    > Despite
    > having Bit Defender, I got a virus which deleted some of
    my dll files in
    > multiple applications. I reinstalled all of these
    including Studio 8 but
    > the
    > reinstall not only requires the Studio 8 serial number
    but also the one
    > from
    > Studio MX2004 which I no longer have. I purchased both
    online from
    > Macromedia
    > and they even show my purchases. I tried to get the
    serial number via
    > their
    > "customer support" but they claim this is a "tech
    support" issue and
    > closed my
    > case. A phone call did not help either since they claim
    they cannot
    > access
    > Macromedia's database even though it shows on Adobe's
    site.
    >
    > In the meantime, I am dead in the water. They were happy
    to sell me Adobe
    > Flex Builder 2.0 for $500 but is this how Macromedia
    customers are
    > treated?
    >
    > Tom
    >

  • How do i find my serial number for AE to register my product?

    I purchased my MacBook Pro OS X Lion and had them install the CS5 products such as AE..  Now Some of the AE templates I have download are not compatible with the version I have for AE.  In order for me to get the latest version I need my serial number to register my products.  Is there any way to find the serial number?

    Chrisbussey84 for information on how to locate your registered serial number please see Find your serial number quickly.  If you need to download a fresh copy of the retail installation files they are available at Download CS5 products.  You are welcome to update this discussion if you have any questions on either document.
    If you continue to face difficulty locating your serial number then please contact our support team directly at Contact Customer Care.

  • How to change serial number

    Hi,
    I had used the trial version and i registered through my email while my boss was away. On his return we tried to activate it. but we haven't been successful. Even online support team was unable to help after spending hours different things and finally they told it was beyond their expertise.
    Please see the screenshot. i used so many uninstallers, registry cleaners, used adobe's cleaners nothing helps.
    When i try to re-install it just doesn't ask me new serial number. See its faded and it jumps to next step ignoring serial number.
    Any help would be appreciated.
    I am trying to install Adobe creative suite 5, Design premium subscription edition on windows machine.
    Thanks.

    Thanks. this is the log. Do you find any issue here?
    1/9/2012 10:07:42 [INFO] PIM - Build Version - 1.1.40.0
    1/9/2012 10:07:42 [INFO] PIM - Logging Level verbosity Set  to 4
    1/9/2012 10:07:42 [INFO] Utilities - Folder does not exist
    1/9/2012 10:07:42 [INFO] PIM - Build Version - 1.1.40.0
    1/9/2012 10:07:42 [INFO] PIM - Logging Level verbosity Set  to 4
    1/9/2012 10:07:42 [INFO] PIM - CREATE PIM Instance ...
    1/9/2012 10:07:42 [INFO] Utilities - File does not exist
    1/9/2012 10:07:42 [INFO] Utilities - File does not exist
    1/9/2012 10:07:42 [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    1/9/2012 10:07:42 [INFO] PIM - SUCCESS Created Tables.
    1/9/2012 10:07:42 [INFO] PIM - PIM Database is Up To Date.
    1/9/2012 10:07:42 [INFO] PIM - Updater Inventory location:E:\Adobe CS5\resources\updaterinventory.dll
    1/9/2012 10:07:42 [INFO] Utilities - File does not exist
    1/9/2012 10:07:42 [INFO] PIM - Trying to access xml at path:E:\Adobe CS5\packages\core\PDApp.pimx
    1/9/2012 10:07:42 [INFO] PIM - XML is valid
    1/9/2012 10:07:42 [WARN] PIM - Failed to find Node
    1/9/2012 10:07:42 [INFO] PIM - PackageCheck: Package id 8DD874FB-1FF9-4ABE-8A8F-6365620BC743 not installed on the system. Size required: 17565693
    1/9/2012 10:07:42 [INFO] PIM - Trying to access xml at path:E:\Adobe CS5\packages\UWA\UWA.pimx
    1/9/2012 10:07:42 [INFO] PIM - XML is valid
    1/9/2012 10:07:42 [WARN] PIM - Failed to find Node
    1/9/2012 10:07:42 [INFO] PIM - PackageCheck: Package id 49C2906E-890D-41DF-84DF-0B22B077543A not installed on the system. Size required: 9245345
    1/9/2012 10:07:42 [INFO] PIM - Trying to access xml at path:E:\Adobe CS5\packages\DWA\DWA.pimx
    1/9/2012 10:07:42 [INFO] PIM - XML is valid
    1/9/2012 10:07:42 [WARN] PIM - Failed to find Node
    1/9/2012 10:07:42 [INFO] PIM - PackageCheck: Package id 1B7B5E57-66C3-4855-B4D3-FE3BA7245CBE not installed on the system. Size required: 19191554
    1/9/2012 10:07:42 [INFO] PIM - Trying to access xml at path:E:\Adobe CS5\packages\LWA\LWA.pimx
    1/9/2012 10:07:42 [INFO] PIM - XML is valid
    1/9/2012 10:07:42 [WARN] PIM - Failed to find Node
    1/9/2012 10:07:42 [INFO] PIM - PackageCheck: Package id 9CA33DDC-A57E-44DC-A478-B36A9A996B03 not installed on the system. Size required: 12973232
    1/9/2012 10:07:41 [INFO] Setup - Build Version - 1.1.40.0
    1/9/2012 10:07:41 [INFO] Setup - Logging Level verbosity Set  to 4
    1/9/2012 10:07:41 [INFO] Setup - Start Adobe Setup
    1/9/2012 10:07:41 [INFO] Setup - TimeLog: Bootstrapper Start
    1/9/2012 10:07:41 [INFO] Setup - TimeLog: Start initial checks
    1/9/2012 10:07:42 [INFO] Setup - Dictionary Path: E:\Adobe CS5\resources\Dictionary\en_US\stringTable.zdct
    1/9/2012 10:07:42 [INFO] PIM - Trying to access xml at path:E:\Adobe CS5\resources\setup.xml
    1/9/2012 10:07:42 [INFO] PIM - XML is valid
    1/9/2012 10:07:42 [WARN] PIM - Failed to find Node
    1/9/2012 10:07:42 [INFO] Setup - Found 3 packages in setup manifest
    1/9/2012 10:07:42 [INFO] Setup - TimeLog: End initial checks
    1/9/2012 10:07:42 [INFO] Setup - TimeLog: Begin Installing
    1/9/2012 10:07:42 [INFO] Setup - Start Installing core package - E:\Adobe CS5\packages\core\PDApp.pimx
    1/9/2012 10:07:44 [INFO] Setup - Finished Installing core package - E:\Adobe CS5\packages\core\PDApp.pimx, Return status: 0
    1/9/2012 10:07:42 [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 64873406
    1/9/2012 10:07:42 [INFO] PIM - START installPackage at file E:\Adobe CS5\packages\core\PDApp.pimx
    1/9/2012 10:07:42 [INFO] PIM - Trying to access xml at path:E:\Adobe CS5\packages\core\PDApp.pimx
    1/9/2012 10:07:42 [INFO] PIM - XML is valid
    1/9/2012 10:07:42 [WARN] PIM - Failed to find Node
    1/9/2012 10:07:42 [INFO] PIM - SUCCESS insertPackageUpdateList.
    1/9/2012 10:07:42 [WARN] PIM - Failed to find Node
    1/9/2012 10:07:42 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    1/9/2012 10:07:44 [INFO] Utilities - File does not exist
    1/9/2012 10:07:44 [INFO] PIM - SUCCESS installPackage at file E:\Adobe CS5\packages\core\PDApp.pimx.
    1/9/2012 10:07:44 [INFO] PIM - START installPackage at file E:\Adobe CS5\packages\UWA\UWA.pimx
    1/9/2012 10:07:44 [INFO] PIM - Trying to access xml at path:E:\Adobe CS5\packages\UWA\UWA.pimx
    1/9/2012 10:07:44 [INFO] PIM - XML is valid
    1/9/2012 10:07:44 [WARN] PIM - Failed to find Node
    1/9/2012 10:07:44 [INFO] PIM - SUCCESS insertPackageUpdateList.
    1/9/2012 10:07:44 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    1/9/2012 10:07:46 [INFO] Utilities - File does not exist
    1/9/2012 10:07:46 [INFO] PIM - SUCCESS installPackage at file E:\Adobe CS5\packages\UWA\UWA.pimx.
    1/9/2012 10:07:46 [INFO] PIM - START installPackage at file E:\Adobe CS5\packages\DWA\DWA.pimx
    1/9/2012 10:07:46 [INFO] PIM - Trying to access xml at path:E:\Adobe CS5\packages\DWA\DWA.pimx
    1/9/2012 10:07:46 [INFO] PIM - XML is valid
    1/9/2012 10:07:46 [WARN] PIM - Failed to find Node
    1/9/2012 10:07:46 [INFO] PIM - SUCCESS insertPackageUpdateList.
    1/9/2012 10:07:46 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    1/9/2012 10:07:48 [INFO] Utilities - File does not exist
    1/9/2012 10:07:48 [INFO] PIM - SUCCESS installPackage at file E:\Adobe CS5\packages\DWA\DWA.pimx.
    1/9/2012 10:07:48 [INFO] PIM - START installPackage at file E:\Adobe CS5\packages\LWA\LWA.pimx
    1/9/2012 10:07:48 [INFO] PIM - Trying to access xml at path:E:\Adobe CS5\packages\LWA\LWA.pimx
    1/9/2012 10:07:48 [INFO] PIM - XML is valid
    1/9/2012 10:07:50 [INFO] PDApp - Build Version - 1.1.40.0
    1/9/2012 10:07:50 [INFO] PDApp - Logging Level verbosity Set  to 4
    1/9/2012 10:07:50 [INFO] PDApp.CommandLineParser - Parsing the command line provided. Number of command line arguments is 5
    1/9/2012 10:07:50 [INFO] PDApp - Starting AsyncMessageProcessor
    1/9/2012 10:07:50 [INFO] PDApp.AsyncMsgProcessor - AsyncMsgProcessor initialized...
    1/9/2012 10:07:50 [INFO] PDApp.AsyncMsgProcessor - AsyncMsgProcessor started. on thread id = 5800
    1/9/2012 10:07:50 [INFO] PDApp - Detecting Applet Database Library file...
    1/9/2012 10:07:50 [INFO] PDApp - Fetching Applet registeration information...
    1/9/2012 10:07:50 [INFO] PDApp.AppletManager - AppletManager initialize...
    1/9/2012 10:07:50 [INFO] PDApp.AppletManager - Applet database path - C:\Users\damodar.bashyal\AppData\Local\Adobe\OOBE\PDApp\core\..
    1/9/2012 10:07:50 [INFO] PDApp.AppletManager - PIM library path - C:\Users\damodar.bashyal\AppData\Local\Adobe\OOBE\PDApp\core\AdobePIM.dll
    1/9/2012 10:07:50 [INFO] PDApp.AppletManager - Loading PIM library...
    1/9/2012 10:07:50 [INFO] PIM - Build Version - 1.1.40.0
    1/9/2012 10:07:50 [INFO] PIM - Logging Level verbosity Set  to 4
    1/9/2012 10:07:50 [INFO] PIM - CREATE PIM Instance ...
    1/9/2012 10:07:50 [INFO] Utilities - File does not exist
    1/9/2012 10:07:50 [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    1/9/2012 10:07:50 [INFO] PIM - Current db schema version on machine 1.
    1/9/2012 10:07:50 [INFO] PIM - Current db schema version to install 1.
    1/9/2012 10:07:50 [INFO] PIM - PIM DB Schema is up to date. Current schema version is 1.
    1/9/2012 10:07:50 [INFO] PIM - PIM Database is Up To Date.
    1/9/2012 10:07:50 [INFO] PIM - PIMSqlite closeDB status 0
    1/9/2012 10:07:50 [INFO] PIM - FREE PIM Instance ...
    1/9/2012 10:07:50 [INFO] PDApp.AppletManager - Getting applet data from Applet database
    1/9/2012 10:07:50 [INFO] PDApp.AppletManager - All installed pakages version string (pim_getCurrentPackagesVersion) is DWA:1.5.10.0|LWA:1.2.28.0|PDApp:1.1.40.0|UWA:1.0.175.0
    1/9/2012 10:07:50 [INFO] PDApp.AppletManager - Registering Applets...
    1/9/2012 10:07:50 [INFO] PDApp.WindowManager - Initializing native WindowManager
    1/9/2012 10:07:50 [INFO] PDApp.WindowManager - Creating window instance
    1/9/2012 10:07:50 [INFO] PDApp.WindowManager - Checking for appletID and appletVersion given in CommandLineOptions
    1/9/2012 10:07:50 [INFO] PDApp.WindowManager - Creating APE stage instance
    1/9/2012 10:07:51 [INFO] PDApp.ExternalGateway - MessageHandler initialized...
    1/9/2012 10:07:51 [INFO] PDApp.ExternalGateway - ExternalGateway initialized...
    1/9/2012 10:07:51 [INFO] PDApp.ExternalGateway - NativeCommandHandler initialized...
    1/9/2012 10:07:51.045 [INFO] PDApp.StartupCommand Logging Level verbosity Set to  INFO
    1/9/2012 10:07:51.046 [INFO] PDApp.StartupCommand Processing the startup Command
    1/9/2012 10:07:51.049 [INFO] PDAPP.AppletManager Starting Applet registeration...
    1/9/2012 10:07:51.055 [INFO] PDAPP.MainDisplayMediator Looking up for the Exact versioned applet for ID :DWA_UI
    1/9/2012 10:07:51.059 [INFO] PDAPP.AppletManager Loading Applet: DWA_UI Version = 1.0
    1/9/2012 10:07:51.067 [INFO] PDApp.ZStringLoader PDAPP SWF - locale set to - en_US
    1/9/2012 10:07:51.088 [INFO] PDAPP.AppletManager Loading progress0 out of 598843
    1/9/2012 10:07:51.090 [INFO] PDAPP.AppletManager Loading progress65536 out of 598843
    1/9/2012 10:07:51.091 [INFO] PDAPP.AppletManager Loading progress131072 out of 598843
    1/9/2012 10:07:51.093 [INFO] PDAPP.AppletManager Loading progress196608 out of 598843
    1/9/2012 10:07:51.094 [INFO] PDAPP.AppletManager Loading progress262144 out of 598843
    1/9/2012 10:07:51.095 [INFO] PDAPP.AppletManager Loading progress327680 out of 598843
    1/9/2012 10:07:51.097 [INFO] PDAPP.AppletManager Loading progress393216 out of 598843
    1/9/2012 10:07:51.098 [INFO] PDAPP.AppletManager Loading progress458752 out of 598843
    1/9/2012 10:07:51.100 [INFO] PDAPP.AppletManager Loading progress524288 out of 598843
    1/9/2012 10:07:51.101 [INFO] PDAPP.AppletManager Loading progress589824 out of 598843
    1/9/2012 10:07:51.101 [INFO] PDAPP.AppletManager Loading progress598843 out of 598843
    1/9/2012 10:07:51.378 [INFO] PDApp.ExternalGateway Recieved Applet Loading Completion
    1/9/2012 10:07:51.380 [INFO] DWA.ZStringLoader Trying to load ZString for preferred locale - en_US
    1/9/2012 10:07:51.391 [INFO] DWA.ZStringLoader Locale set to - en_US
    1/9/2012 10:07:51.515 [INFO] StyleLoading StyleLoading successful
    1/9/2012 10:07:51.516 [INFO] DWA.Startup Processing the startup command
    1/9/2012 10:07:51.522 [INFO] DWA.FetchMediaInformationCommand Started fetching the payloads data
    1/9/2012 10:07:51 [INFO] PDApp.AppletManager - Loading Applet - DWA_Native for WindowID - 1
    1/9/2012 10:07:51.562 [INFO] DWA.FetchMediaInformationCommand Media Signature found as {C34D611A-BB04-49FD-A37A-EDED11ED491D}
    1/9/2012 10:07:51.564 [INFO] DWA.FetchMediaInformationCommand Summary file created for troubleshooting
    1/9/2012 10:07:51 [INFO] DWANative - Build Version - 1.5.10.0
    1/9/2012 10:07:51 [INFO] DWANative - Logging Level verbosity Set  to 4
    1/9/2012 10:07:51 [FATAL] DWANative - pdbOpenSession kCapsErrNotFound ...
    1/9/2012 10:07:51 [INFO] DWANative - OS INFOLIST ::
    MajorVerison :6
    MinorVersion :1
    productType:1
    platformId:2
    1/9/2012 10:07:51 [INFO] DWANative - Success to get AdobeProgramFilesPath
    1/9/2012 10:07:51 [INFO] DWANative - Success to get Common files path
    1/9/2012 10:07:51 [INFO] DWANative - Success to get ProgramFiles Common Path
    1/9/2012 10:07:51 [INFO] DWANative - Success to get ProgramFilesPath
    1/9/2012 10:07:51 [INFO] DWANative - Success to getSharedApplicationData Path
    1/9/2012 10:07:51 [INFO] DWANative - Success to getSharedDocuments Path
    1/9/2012 10:07:51 [INFO] DWANative - Success to getFontsFolder Path
    1/9/2012 10:07:51 [INFO] DWANative - Success to getWinSPecific Path
    1/9/2012 10:07:51 [INFO] DWANative - Success to getWinSPecific Path
    1/9/2012 10:07:51 [INFO] DWANative - Success to getWinSPecific Path
    1/9/2012 10:07:51.564 [INFO] DWA.FetchMediaInformationCommand Checking whether the media has been run on this system
    1/9/2012 10:07:51.602 [INFO] DWA.FetchMediaInformationCommand Setting System statistics data...
    1/9/2012 10:07:51.603 [INFO] DWA.DirectoryTokens Extracting tokens for windows
    1/9/2012 10:07:51.604 [INFO] DWA.DirectoryTokens Adding a token with name [AdobeProgramFiles] and value C:\Program Files (x86)\Adobe
    1/9/2012 10:07:51.604 [INFO] DWA.DirectoryTokens Adding a token with name [AdobeCommon] and value C:\Program Files (x86)\Common Files\Adobe
    1/9/2012 10:07:51.605 [INFO] DWA.DirectoryTokens Adding a token with name [Utilities] and value C:\Program Files (x86)\Common Files\Adobe
    1/9/2012 10:07:51.605 [INFO] DWA.DirectoryTokens Adding a token with name [Common] and value C:\Program Files (x86)\Common Files
    1/9/2012 10:07:51.605 [INFO] DWA.DirectoryTokens Adding a token with name [ProgramFiles] and value C:\Program Files (x86)
    1/9/2012 10:07:51.606 [INFO] DWA.DirectoryTokens Adding a token with name [SharedApplicationData] and value C:\ProgramData
    1/9/2012 10:07:51.606 [INFO] DWA.DirectoryTokens Adding a token with name [SharedDocuments] and value C:\Users\Public\Documents
    1/9/2012 10:07:51.606 [INFO] DWA.DirectoryTokens Adding a token with name [FontsFolder] and value C:\Windows\Fonts
    1/9/2012 10:07:51.607 [INFO] DWA.DirectoryTokens Adding a token with name [StartMenu] and value C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    1/9/2012 10:07:51.607 [INFO] DWA.DirectoryTokens Adding a token with name [System32Folder] and value C:\Windows\system32
    1/9/2012 10:07:51.607 [INFO] DWA.DirectoryTokens Adding a token with name [UserDocuments] and value C:\Users\damodar.bashyal\Documents
    1/9/2012 10:07:51.608 [INFO] DWA.DirectoryTokens Adding a token with name [UserRoamingAppData] and value C:\Users\damodar.bashyal\AppData\Roaming
    1/9/2012 10:07:51.608 [INFO] DWA.DirectoryTokens Adding a token with name [UserLocalAppData] and value C:\Users\damodar.bashyal\AppData\Local
    1/9/2012 10:07:51.609 [INFO] DWA.DirectoryTokens Adding a token with name [UserFavorites] and value C:\Users\damodar.bashyal\Favorites
    1/9/2012 10:07:51.609 [INFO] DWA.DirectoryTokens Adding a token with name [UserPictures] and value C:\Users\damodar.bashyal\Pictures
    1/9/2012 10:07:51.609 [INFO] DWA.DirectoryTokens Adding a token with name [UserTemplates] and value C:\Users\damodar.bashyal\AppData\Roaming\Microsoft\Windows\Templates
    1/9/2012 10:07:51.610 [INFO] DWA.DirectoryTokens Extracting tokens for windows64
    1/9/2012 10:07:51.610 [INFO] DWA.DirectoryTokens Adding a win64 token with name [AdobeProgramFiles] and value C:\Program Files\Adobe
    1/9/2012 10:07:51.611 [INFO] DWA.DirectoryTokens Adding a win64 token with name [AdobeCommon] and value C:\Program Files\Common Files\Adobe
    1/9/2012 10:07:51.611 [INFO] DWA.DirectoryTokens Adding a win64 token with name [Common] and value C:\Program Files\Common Files
    1/9/2012 10:07:51.611 [INFO] DWA.DirectoryTokens Adding a win64 token with name [ProgramFiles] and value C:\Program Files
    1/9/2012 10:07:51.612 [INFO] DWA.DirectoryTokens Adding a win64 token with name [SharedApplicationData] and value C:\ProgramData
    1/9/2012 10:07:51.612 [INFO] DWA.DirectoryTokens Adding a win64 token with name [SharedDocuments] and value C:\Users\Public\Documents
    1/9/2012 10:07:51.612 [INFO] DWA.DirectoryTokens Adding a win64 token with name [Utilities] and value C:\Program Files\Common Files\Adobe
    1/9/2012 10:07:51.613 [INFO] DWA.DirectoryTokens Adding a win64 token with name [FontsFolder] and value C:\Windows\Fonts
    1/9/2012 10:07:51.613 [INFO] DWA.DirectoryTokens Adding a win64 token with name [StartMenu] and value C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    1/9/2012 10:07:51.613 [INFO] DWA.DirectoryTokens Adding a win64 token with name [System32Folder] and value C:\Windows\system32
    1/9/2012 10:07:51.614 [INFO] DWA.DirectoryTokens Adding a win64 token with name [UserDocuments] and value C:\Users\damodar.bashyal\Documents
    1/9/2012 10:07:51.614 [INFO] DWA.DirectoryTokens Adding a win64 token with name [UserRoamingAppData] and value C:\Users\damodar.bashyal\AppData\Roaming
    1/9/2012 10:07:51.614 [INFO] DWA.DirectoryTokens Adding a win64 token with name [UserLocalAppData] and value C:\Users\damodar.bashyal\AppData\Local
    1/9/2012 10:07:51.615 [INFO] DWA.DirectoryTokens Adding a win64 token with name [UserFavorites] and value C:\Users\damodar.bashyal\Favorites
    1/9/2012 10:07:51.615 [INFO] DWA.DirectoryTokens Adding a win64 token with name [UserPictures] and value C:\Users\damodar.bashyal\Pictures
    1/9/2012 10:07:51.616 [INFO] DWA.DirectoryTokens Adding a win64 token with name [UserTemplates] and value C:\Users\damodar.bashyal\AppData\Roaming\Microsoft\Windows\Templates
    1/9/2012 10:07:53.559 [INFO] DWA.FetchMediaInformationCommand ******************************** Payload Adobe Code and Display Name Map Start **************************************
    1/9/2012 10:07:53.560 [INFO] DWA.FetchMediaInformationCommand {02731921-5711-4E7A-A898-D6BCF0F2A1CD} Adobe CSXS Infrastructure CS5
    1/9/2012 10:07:53.560 [INFO] DWA.FetchMediaInformationCommand {033E378E-6AD3-4AD5-BDEB-CBD69B31046C} Microsoft_VC90_ATL_x86
    1/9/2012 10:07:53.560 [INFO] DWA.FetchMediaInformationCommand {03B6AF5B-A024-43DE-8DD2-8FB7B6A4149A} Adobe Media Player
    1/9/2012 10:07:53.561 [INFO] DWA.FetchMediaInformationCommand {03EEF3DA-71F9-4FE5-92AD-D10142E26459} SiteCatalyst® NetAverages™
    1/9/2012 10:07:53.562 [INFO] DWA.FetchMediaInformationCommand {0669F23C-1B69-41B4-A3ED-4F54A5986D66} Adobe Linguistics CS5 x64
    1/9/2012 10:07:53.562 [INFO] DWA.FetchMediaInformationCommand {08D2E121-7F6A-43EB-97FD-629B44903403} Microsoft_VC90_CRT_x86
    1/9/2012 10:07:53.562 [INFO] DWA.FetchMediaInformationCommand {0A6FC585-E761-4776-A4F3-BDA1E4FE1B7A} Adobe Photoshop CS5 Support
    1/9/2012 10:07:53.563 [INFO] DWA.FetchMediaInformationCommand {0D067D13-C3D7-4EA6-B346-740CD91FD547} Adobe Bridge CS5
    1/9/2012 10:07:53.563 [INFO] DWA.FetchMediaInformationCommand {0F3647F8-E51D-4FCC-8862-9A8D0C5ACF25} Microsoft_VC80_ATL_x86
    1/9/2012 10:07:53.564 [INFO] DWA.FetchMediaInformationCommand {11C0657F-2BD4-4CBC-87F3-9455DC91886E} Adobe Fonts Recommended x64
    1/9/2012 10:07:53.564 [INFO] DWA.FetchMediaInformationCommand {14A2CC02-4638-405D-8190-ECD7BFD32D6E} Adobe Flash CS5 Payload LangPack (en_US)
    1/9/2012 10:07:53.564 [INFO] DWA.FetchMediaInformationCommand {157D044B-C60D-1015-B0DB-A40823CC0F49} Adobe Toolhints CS5
    1/9/2012 10:07:53.565 [INFO] DWA.FetchMediaInformationCommand {164965E8-4BB0-4EEB-AFBA-75785A2A2A7F} Adobe Fireworks CS5
    1/9/2012 10:07:53.565 [INFO] DWA.FetchMediaInformationCommand {17C6080E-F475-4B49-A30C-EEB85673E999} Adobe PDF Library Files x64 CS5
    1/9/2012 10:07:53.566 [INFO] DWA.FetchMediaInformationCommand {1D830E80-28A4-11DF-A025-0024E8692489} LangPack (British) for DeviceCentral
    1/9/2012 10:07:53.566 [INFO] DWA.FetchMediaInformationCommand {1E9FC118-651D-4934-97BE-E53CAE5C7D45} Microsoft_VC80_MFCLOC_x86_x64
    1/9/2012 10:07:53.566 [INFO] DWA.FetchMediaInformationCommand {26B0DF8D-3A8D-4BA9-B131-3B0D9EE87655} Adobe Flash CS5 Extension - Flash Lite LangPack en_US
    1/9/2012 10:07:53.567 [INFO] DWA.FetchMediaInformationCommand {26B63C3A-0BFF-1033-B389-A7ACEC31657E} Adobe InDesign CS5 Application Language Files (en_GB)
    1/9/2012 10:07:53.567 [INFO] DWA.FetchMediaInformationCommand {2EBE92C3-F9D8-48B5-A32B-04FA5D1709FA} Adobe XMP Panels CS5
    1/9/2012 10:07:53.568 [INFO] DWA.FetchMediaInformationCommand {2F6B67F4-A2BB-45D7-A80C-25FF646CC1C5} Adobe Player for Embedding
    1/9/2012 10:07:53.568 [INFO] DWA.FetchMediaInformationCommand {30221E3E-4C47-4560-A296-DD9ABB500C21} AIR2 For Adobe Flash Pro
    1/9/2012 10:07:53.569 [INFO] DWA.FetchMediaInformationCommand {37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3} Photoshop Camera Raw
    1/9/2012 10:07:53.569 [INFO] DWA.FetchMediaInformationCommand {39CB2E53-5326-4939-8B5A-0402C6EFBFE3} AdobeColorCommonSetCMYK
    1/9/2012 10:07:53.569 [INFO] DWA.FetchMediaInformationCommand {3BF96AC2-0CA1-11DF-B07B-459956D89593} AdobeHelp
    1/9/2012 10:07:53.570 [INFO] DWA.FetchMediaInformationCommand {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer
    1/9/2012 10:07:53.570 [INFO] DWA.FetchMediaInformationCommand {3F6B5CAC-733F-1029-B5BD-C0F5E35809F0} Adobe Buzzword CS5
    1/9/2012 10:07:53.571 [INFO] DWA.FetchMediaInformationCommand {40F95A03-885A-45fb-9A14-486BEFEDDF34} Adobe Flash Player 10 Plugin
    1/9/2012 10:07:53.571 [INFO] DWA.FetchMediaInformationCommand {4438C826-1FD0-4D04-A70B-24FE1580AB21} Adobe Mini Bridge CS5
    1/9/2012 10:07:53.571 [INFO] DWA.FetchMediaInformationCommand {4569AD91-47F4-4D9E-8FC9-717EC32D7AE1} Microsoft_VC80_CRT_x86_x64
    1/9/2012 10:07:53.572 [INFO] DWA.FetchMediaInformationCommand {4C08199E-0D93-4227-8325-F024E71CA7A1} Adobe SING CS5
    1/9/2012 10:07:53.572 [INFO] DWA.FetchMediaInformationCommand {54F4466A-091A-46DA-B697-43D55CEF9DF6} Adobe Color JA Extra Settings CS5
    1/9/2012 10:07:53.573 [INFO] DWA.FetchMediaInformationCommand {56540320-C921-1029-83D9-FE864D1FC1DF} Adobe ReviewPanel CS5
    1/9/2012 10:07:53.573 [INFO] DWA.FetchMediaInformationCommand {5658F35F-15B9-1033-8337-97B78F2D0BE0} Adobe InDesign CS5 Icon Handler x64
    1/9/2012 10:07:53.573 [INFO] DWA.FetchMediaInformationCommand {579FDC01-BA85-49E7-B16A-2C4CB55F7ACD} Adobe Flash CS5 Extension - Flash Lite LangPack Common
    1/9/2012 10:07:53.574 [INFO] DWA.FetchMediaInformationCommand {5E08533A-2C1B-469D-AFD5-953C9D00031F} Adobe Browser Lab CS Live
    1/9/2012 10:07:53.574 [INFO] DWA.FetchMediaInformationCommand {61A3D10A-AA4D-4E4C-B9DB-6A08D318EA41} Photoshop Camera Raw (64 bit)
    1/9/2012 10:07:53.574 [INFO] DWA.FetchMediaInformationCommand {635DCFA5-3A47-4452-AEC7-D3B23FFE929D} Packager for iPhone®
    1/9/2012 10:07:53.575 [INFO] DWA.FetchMediaInformationCommand {635FED5B-2C6D-49BE-87E6-7A6FCD22BC5A} Microsoft_VC90_MFC_x86
    1/9/2012 10:07:53.576 [INFO] DWA.FetchMediaInformationCommand {66173EC7-974E-4652-9468-4A93D2481BF0} CSXS Story Extension
    1/9/2012 10:07:53.576 [INFO] DWA.FetchMediaInformationCommand {667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84} Adobe Photoshop CS5 (64 Bit)
    1/9/2012 10:07:53.576 [INFO] DWA.FetchMediaInformationCommand {68CEA5C9-2964-4ECB-84A4-D77C511332BC} Adobe Media Encoder CS5 X64
    1/9/2012 10:07:53.577 [INFO] DWA.FetchMediaInformationCommand {694213D7-1E0E-4C8F-B822-E2E3680C0FCE} Adobe Media Encoder CS5
    1/9/2012 10:07:53.577 [INFO] DWA.FetchMediaInformationCommand {6B485102-4593-43F6-BA45-F14D690B0C64} Suite Shared Configuration CS5
    1/9/2012 10:07:53.577 [INFO] DWA.FetchMediaInformationCommand {6C7D437A-D2E9-4FE9-A4D9-A6329860835C} Adobe Linguistics CS5
    1/9/2012 10:07:53.578 [INFO] DWA.FetchMediaInformationCommand {6D96660C-1444-410E-9A84-681C0AFB8937} PDF Settings CS5
    1/9/2012 10:07:53.578 [INFO] DWA.FetchMediaInformationCommand {6E505C8F-2896-11DF-9B64-0013724DD917} Adobe Device Central CS5
    1/9/2012 10:07:53.579 [INFO] DWA.FetchMediaInformationCommand {6F29BE46-E5F3-4146-8A84-20301E5C985A} Adobe Color EU Extra Settings CS5
    1/9/2012 10:07:53.579 [INFO] DWA.FetchMediaInformationCommand {6F3A624B-1B72-4081-96E8-23261F389C5C} Adobe Type Support CS5
    1/9/2012 10:07:53.579 [INFO] DWA.FetchMediaInformationCommand {73A4DC5E-226E-42BA-8ECA-2822592AC044} Adobe Color Video Profiles CS CS5
    1/9/2012 10:07:53.580 [INFO] DWA.FetchMediaInformationCommand {7745F18B-FD8A-4011-BE16-588900C503D0} Adobe Flash Fonts1
    1/9/2012 10:07:53.580 [INFO] DWA.FetchMediaInformationCommand {78A53622-CDBA-49D1-A3D0-D563FB398D0C} AdobeColorCommonSetRGB
    1/9/2012 10:07:53.581 [INFO] DWA.FetchMediaInformationCommand {78FFFCED-3941-432f-9D66-F6B7C4A85B8A} Adobe Acrobat 9 Pro
    1/9/2012 10:07:53.581 [INFO] DWA.FetchMediaInformationCommand {7A33510F-1580-42C2-877E-8C5502566292} Adobe Player for Embedding x64
    1/9/2012 10:07:53.581 [INFO] DWA.FetchMediaInformationCommand {7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E} Adobe Photoshop CS5
    1/9/2012 10:07:53.582 [INFO] DWA.FetchMediaInformationCommand {7E5AA19B-0B85-4f44-BA26-728851489200} Adobe Flash Player 10 ActiveX
    1/9/2012 10:07:53.582 [INFO] DWA.FetchMediaInformationCommand {7F9C94CD-0BAC-4F8F-8990-6A5886F4D550} Adobe Fonts Required x64
    1/9/2012 10:07:53.583 [INFO] DWA.FetchMediaInformationCommand {805ABF27-1582-1033-B4AC-82A1DE0DD827} Adobe InDesign CS5 Common Base Files
    1/9/2012 10:07:53.583 [INFO] DWA.FetchMediaInformationCommand {8557397C-A42D-486F-97B3-A2CBC2372593} Microsoft_VC90_ATL_x86_x64
    1/9/2012 10:07:53.584 [INFO] DWA.FetchMediaInformationCommand {87AFDFF2-D852-4B1F-ABFB-0EAFA5A39B7B} Adobe Photoshop CS5 International English Language Pack
    1/9/2012 10:07:53.584 [INFO] DWA.FetchMediaInformationCommand {8CCA90E1-F5BA-456F-84BF-AD5FB2CCE13F} Adobe CSXS Extensions CS5
    1/9/2012 10:07:53.584 [INFO] DWA.FetchMediaInformationCommand {925D058B-564A-443A-B4B2-7E90C6432E55} Microsoft_VC80_ATL_x86_x64
    1/9/2012 10:07:53.585 [INFO] DWA.FetchMediaInformationCommand {925ED7E4-E1B6-4544-8141-1C98A18D2E2E} Adobe Output Module
    1/9/2012 10:07:53.585 [INFO] DWA.FetchMediaInformationCommand {92A3CA0D-55CD-4C5D-BA95-5C2600C20F26} Microsoft_VC90_CRT_x86_x64
    1/9/2012 10:07:53.586 [INFO] DWA.FetchMediaInformationCommand {92D58719-BBC1-4CC3-A08B-56C9E884CC2C} Microsoft_VC80_CRT_x86
    1/9/2012 10:07:53.586 [INFO] DWA.FetchMediaInformationCommand {955EB78F-C938-4EA8-8470-C6EA71685834} AIR2 For Adobe Flash Pro LangPack (en_US)
    1/9/2012 10:07:53.586 [INFO] DWA.FetchMediaInformationCommand {966B69F2-0FBD-1033-B01C-D13C02FFF33F} Adobe InDesign CS5 Common Language Files (en_GB)
    1/9/2012 10:07:53.587 [INFO] DWA.FetchMediaInformationCommand {98DD55B6-C58C-462F-B8A4-F0585BFEBB15} Adobe CMaps x64 CS5
    1/9/2012 10:07:53.587 [INFO] DWA.FetchMediaInformationCommand {9A8B01C5-78D1-465F-B5F6-BD59B7800EC7} Adobe Type Support x64 CS5
    1/9/2012 10:07:53.588 [INFO] DWA.FetchMediaInformationCommand {9B97EC91-B3FD-4BFF-88FC-5345A26AC2E7} Adobe Illustrator CS5
    1/9/2012 10:07:53.588 [INFO] DWA.FetchMediaInformationCommand {A472B9E4-0AFF-4F7B-B25D-F64F8E928AAB} Microsoft_VC90_MFC_x86_x64
    1/9/2012 10:07:53.588 [INFO] DWA.FetchMediaInformationCommand {A47C8AE9-D51B-4A58-A051-396158FC3012} Adobe Photoshop CS5 International English Language Pack_x64
    1/9/2012 10:07:53.589 [INFO] DWA.FetchMediaInformationCommand {A8798E04-96FF-4564-9157-0D4C89CB794C} Adobe Dynamiclink Support
    1/9/2012 10:07:53.589 [INFO] DWA.FetchMediaInformationCommand {AE9B837F-D135-42FC-BE03-33545B5DCBDC} Adobe WinSoft Linguistics Plugin CS5
    1/9/2012 10:07:53.590 [INFO] DWA.FetchMediaInformationCommand {B55FDCCB-8A45-4943-8D90-585C3490A032} Adobe WinSoft Linguistics Plugin CS5 x64
    1/9/2012 10:07:53.590 [INFO] DWA.FetchMediaInformationCommand {B60B8713-F828-44F9-BEEE-7596F814E540} Adobe Color EU Recommended Settings CS5
    1/9/2012 10:07:53.591 [INFO] DWA.FetchMediaInformationCommand {BAE5212B-6651-4AD8-B26A-1B284D2665C6} Adobe PDF Library Files CS5
    1/9/2012 10:07:53.591 [INFO] DWA.FetchMediaInformationCommand {BB024724-14D5-4AB6-B21C-74EDA63A0A39} HIL Help Search
    1/9/2012 10:07:53.591 [INFO] DWA.FetchMediaInformationCommand {BD0D6363-E961-410F-8BF4-ECD8795F3923} Adobe CMaps CS5
    1/9/2012 10:07:53.592 [INFO] DWA.FetchMediaInformationCommand {BEC5B482-32A1-43E0-B7F7-9BF9592A1069} Adobe Color NA Extra Settings CS5
    1/9/2012 10:07:53.592 [INFO] DWA.FetchMediaInformationCommand {C34D611A-BB04-49FD-A37A-EDED11ED491D} Design Premium Subscription Edition
    1/9/2012 10:07:53.593 [INFO] DWA.FetchMediaInformationCommand {C79312BD-3E76-4474-A10C-1435D1856A4B} Adobe Dreamweaver CS5
    1/9/2012 10:07:53.593 [INFO] DWA.FetchMediaInformationCommand {C8C1BAD5-54E6-4146-AD07-3A8AD36569C3} Microsoft_VC80_MFC_x86_x64
    1/9/2012 10:07:53.593 [INFO] DWA.FetchMediaInformationCommand {CBDD7465-CE11-4A58-9497-C370B65923F1} Adobe Fonts Required
    1/9/2012 10:07:53.594 [INFO] DWA.FetchMediaInformationCommand {CFA46C39-C539-4BE9-9364-495003C714AD} Adobe SwitchBoard 2.0
    1/9/2012 10:07:53.594 [INFO] DWA.FetchMediaInformationCommand {CFC9F871-7C40-40B6-BE4A-B98A5B309716} Adobe Flash Pro CS5
    1/9/2012 10:07:53.595 [INFO] DWA.FetchMediaInformationCommand {D0DAEA50-AD52-4BF9-AD5F-3E09564A8692} Adobe Illustrator CS5 LangPack (en_GB)
    1/9/2012 10:07:53.595 [INFO] DWA.FetchMediaInformationCommand {D1A19B02-817E-4296-A45B-07853FD74D57} Microsoft_VC80_MFC_x86
    1/9/2012 10:07:53.595 [INFO] DWA.FetchMediaInformationCommand {D26EEF95-420A-4726-B85D-AFBE752EF526} Adobe Color NA Recommended Settings CS5
    1/9/2012 10:07:53.596 [INFO] DWA.FetchMediaInformationCommand {D31D91FE-F0E8-4DF1-812C-9400BE92A386} Adobe Color - Photoshop Specific CS5
    1/9/2012 10:07:53.596 [INFO] DWA.FetchMediaInformationCommand {D5CC77BE-BC5B-424E-8E45-DF60AFF7BE9C} Adobe Pixel Bender Toolkit 2
    1/9/2012 10:07:53.597 [INFO] DWA.FetchMediaInformationCommand {D92BBB52-82FF-42ED-8A3C-4E062F944AB7} Microsoft_VC80_MFCLOC_x86
    1/9/2012 10:07:53.597 [INFO] DWA.FetchMediaInformationCommand {DE99CD25-C87E-499F-AFB8-88D00F0BAEB3} PDF Settings CS5
    1/9/2012 10:07:53.598 [INFO] DWA.FetchMediaInformationCommand {DEC9BB26-1381-1033-A965-E3BD5F2EF8BC} Adobe InDesign CS5 Application Base Files2
    1/9/2012 10:07:53.598 [INFO] DWA.FetchMediaInformationCommand {E319B9F9-4DE6-462C-970B-77D06C7807EE} Players For Adobe Flash Pro
    1/9/2012 10:07:53.598 [INFO] DWA.FetchMediaInformationCommand {E39A5ABD-516B-46F9-A042-694BBA6A4E08} Adobe Fonts Recommended
    1/9/2012 10:07:53.599 [INFO] DWA.FetchMediaInformationCommand {E3E040E8-4CCD-4C71-8BAF-80BB2AD5DA04} Adobe Dreamweaver CS5 LangPack (en_US)
    1/9/2012 10:07:53.599 [INFO] DWA.FetchMediaInformationCommand {E4CB336B-159D-1033-B84D-B9A01A0BE4A9} Adobe InDesign CS5 Icon Handler
    1/9/2012 10:07:53.600 [INFO] DWA.FetchMediaInformationCommand {E4E188D2-27D5-4E4C-92CE-87F9D24AD2F6} Adobe Extension Manager CS5
    1/9/2012 10:07:53.600 [INFO] DWA.FetchMediaInformationCommand {E5087BCA-6496-47A7-B9C4-B85D1CF062AE} Adobe Color JA Recommended Settings CS5
    1/9/2012 10:07:53.600 [INFO] DWA.FetchMediaInformationCommand {E5DD149F-8370-48F9-A32C-2E3DC776CFFB} JRE
    1/9/2012 10:07:53.601 [INFO] DWA.FetchMediaInformationCommand {E8815668-95B0-443D-AC92-2BFD7DD8F16A} Adobe Flash Catalyst CS5
    1/9/2012 10:07:53.601 [INFO] DWA.FetchMediaInformationCommand {E995AC53-954A-48D2-A861-613B8D42A9BE} Adobe ExtendScript Toolkit CS5
    1/9/2012 10:07:53.602 [INFO] DWA.FetchMediaInformationCommand {F1599C36-2EAB-448F-B8F9-7DBEE9D5B345} TLF For Adobe Flash Pro
    1/9/2012 10:07:53.602 [INFO] DWA.FetchMediaInformationCommand {F6CCA85F-7527-4AFF-82B6-26532A74A244} Adobe Fireworks CS5 English (en_GB) Language Pack
    1/9/2012 10:07:53.602 [INFO] DWA.FetchMediaInformationCommand {F6FA54C9-3E8F-4416-905C-DA5398DF9640} Adobe AIR
    1/9/2012 10:07:53.603 [INFO] DWA.FetchMediaInformationCommand {F9766AC1-1461-1033-B862-DF8FE1C033BE} Adobe InDesign CS5
    1/9/2012 10:07:53.603 [INFO] DWA.FetchMediaInformationCommand {FD5603A3-1375-1033-872D-8F09140FFDB2} Adobe InDesign CS5 Application Feature Set Files (Roman)
    1/9/2012 10:07:53.604 [INFO] DWA.FetchMediaInformationCommand ******************************** Payload Adobe Code and Display Name Map End **************************************
    1/9/2012 10:07:53.605 [INFO] DWA.FetchMediaInformationCommand Found the driver payload by name Design Premium Subscription Edition
    1/9/2012 10:07:53 [INFO] PDApp.AppletManager - Loading Applet - LWA_Native for WindowID - 1
    1/9/2012 10:07:53.612 [INFO] DWA.FetchMediaInformationCommand Fetching Sif for Media Signature {C34D611A-BB04-49FD-A37A-EDED11ED491D}
    1/9/2012 10:07:53.616 [WARN] DWA.FetchMediaInformationCommand Cannot find the result top node. xml value is <error>Record not Found</error>
    1/9/2012 10:07:53.621 [WARN] DWA.FetchMediaInformationCommand language list<result><eula_language_list><eula_language>ar_AE</eula_language><eula_language>cs_CZ< /eula_language><eula_language>da_DK</eula_language><eula_language>de_DE</eula_language><eu la_language>el_GR</eula_language><eula_language>en_GB</eula_language><eula_language>en_US< /eula_language><eula_language>es_ES</eula_language><eula_language>es_MX</eula_language><eu la_language>fi_FI</eula_language><eula_language>fr_CA</eula_language><eula_language>fr_FR< /eula_language><eula_language>he_IL</eula_language><eula_language>hu_HU</eula_language><eu la_language>it_IT</eula_language><eula_language>ja_JP</eula_language><eula_language>ko_KR< /eula_language><eula_language>nb_NO</eula_language><eula_language>nl_NL</eula_language><eu la_language>pl_PL</eula_language><eula_language>pt_BR</eula_language><eula_language>ro_RO< /eula_language><eula_language>ru_RU</eula_language><eula_language>sv_SE</eula_language><eu la_language>tr_TR</eula_language><eula_language>uk_UA</eula_language><eula_language>zh_CN< /eula_language><eula_language>zh_TW</eula_language></eula_language_list></result>
    1/9/2012 10:07:53.625 [INFO] DWA.FetchEula Fetching eula for locale en_US
    1/9/2012 10:07:53.654 [INFO] DWA.FetchMediaInformationCommand Fetching the setup manifest from media
    1/9/2012 10:07:53.670 [INFO] DWA.FetchMediaInformationCommand Fetching Installer Background for media signature{C34D611A-BB04-49FD-A37A-EDED11ED491D}
    1/9/2012 10:07:53.684 [INFO] DWA.Utils Checking network connection
    1/9/2012 10:07:53.685 [INFO] DWA.ApplyPayloadPolicies Starting the payload mappings
    1/9/2012 10:07:53.686 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe CSXS Infrastructure CS5
    1/9/2012 10:07:53.688 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe CSXS Infrastructure CS5
    1/9/2012 10:07:53.694 [INFO] DWA.SystemRequirement SystemRequirements check done for payload - Adobe CSXS Infrastructure CS5
    1/9/2012 10:07:53.695 [INFO] DWA.SystemRequirement SystemRequirements check PASSED for payload - Adobe CSXS Infrastructure CS5
    1/9/2012 10:07:53.695 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadMicrosoft_VC90_ATL_x86
    1/9/2012 10:07:53.695 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Microsoft_VC90_ATL_x86
    1/9/2012 10:07:53.696 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Microsoft_VC90_ATL_x86
    1/9/2012 10:07:53.696 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Media Player
    1/9/2012 10:07:53.696 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Media Player
    1/9/2012 10:07:53.697 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe Media Player
    1/9/2012 10:07:53.697 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadSiteCatalyst NetAverages
    1/9/2012 10:07:53.697 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for SiteCatalyst NetAverages
    1/9/2012 10:07:53.698 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - SiteCatalyst NetAverages
    1/9/2012 10:07:53.698 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Linguistics CS5 x64
    1/9/2012 10:07:53.699 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Linguistics CS5 x64
    1/9/2012 10:07:53.699 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe Linguistics CS5 x64
    1/9/2012 10:07:53.699 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadMicrosoft_VC90_CRT_x86
    1/9/2012 10:07:53.700 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Microsoft_VC90_CRT_x86
    1/9/2012 10:07:53.700 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Microsoft_VC90_CRT_x86
    1/9/2012 10:07:53.701 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Photoshop CS5 Support
    1/9/2012 10:07:53.701 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Photoshop CS5 Support
    1/9/2012 10:07:53.701 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe Photoshop CS5 Support
    1/9/2012 10:07:53.702 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Bridge CS5
    1/9/2012 10:07:53.707 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Bridge CS5
    1/9/2012 10:07:53.707 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe Bridge CS5
    1/9/2012 10:07:53.708 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadMicrosoft_VC80_ATL_x86
    1/9/2012 10:07:53.708 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Microsoft_VC80_ATL_x86
    1/9/2012 10:07:53.708 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Microsoft_VC80_ATL_x86
    1/9/2012 10:07:53.709 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadRecommended Common Fonts Installation x64
    1/9/2012 10:07:53.709 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Recommended Common Fonts Installation x64
    1/9/2012 10:07:53.709 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Recommended Common Fonts Installation x64
    1/9/2012 10:07:53.710 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Flash CS5_AdobeFlash11-en_USLanguagePack
    1/9/2012 10:07:53.710 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Flash CS5_AdobeFlash11-en_USLanguagePack
    1/9/2012 10:07:53.711 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe Flash CS5_AdobeFlash11-en_USLanguagePack
    1/9/2012 10:07:53.711 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Toolhints CS5
    1/9/2012 10:07:53.711 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Toolhints CS5
    1/9/2012 10:07:53.712 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe Toolhints CS5
    1/9/2012 10:07:53.712 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Fireworks CS5
    1/9/2012 10:07:53.719 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Fireworks CS5
    1/9/2012 10:07:53.719 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe Fireworks CS5
    1/9/2012 10:07:53.719 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobePDFL x64 CS5
    1/9/2012 10:07:53.720 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for AdobePDFL x64 CS5
    1/9/2012 10:07:53.720 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - AdobePDFL x64 CS5
    1/9/2012 10:07:53.720 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadDeviceCentral_DeviceCentral3LP-en_GB
    1/9/2012 10:07:53.721 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for DeviceCentral_DeviceCentral3LP-en_GB
    1/9/2012 10:07:53.721 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - DeviceCentral_DeviceCentral3LP-en_GB
    1/9/2012 10:07:53.722 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadMicrosoft_VC80_MFCLOC_x86_x64
    1/9/2012 10:07:53.722 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Microsoft_VC80_MFCLOC_x86_x64
    1/9/2012 10:07:53.722 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Microsoft_VC80_MFCLOC_x86_x64
    1/9/2012 10:07:53.723 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Flash CS5_AdobeMobileExtension_Flash11-en_US
    1/9/2012 10:07:53.723 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Flash CS5_AdobeMobileExtension_Flash11-en_US
    1/9/2012 10:07:53.724 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe Flash CS5_AdobeMobileExtension_Flash11-en_US
    1/9/2012 10:07:53.724 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe InDesign CS5 Application Language Files_AdobeInDesign7AppLang-en_GB
    1/9/2012 10:07:53.725 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe InDesign CS5 Application Language Files_AdobeInDesign7AppLang-en_GB
    1/9/2012 10:07:53.725 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe InDesign CS5 Application Language Files_AdobeInDesign7AppLang-en_GB
    1/9/2012 10:07:53.725 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe XMP Panels CS5
    1/9/2012 10:07:53.726 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe XMP Panels CS5
    1/9/2012 10:07:53.726 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe XMP Panels CS5
    1/9/2012 10:07:53.726 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Player for Embedding
    1/9/2012 10:07:53.727 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Player for Embedding
    1/9/2012 10:07:53.727 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe Player for Embedding
    1/9/2012 10:07:53.727 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAIR2 For Adobe Flash Pro
    1/9/2012 10:07:53.728 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for AIR2 For Adobe Flash Pro
    1/9/2012 10:07:53.728 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - AIR2 For Adobe Flash Pro
    1/9/2012 10:07:53.728 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadPhotoshop Camera Raw
    1/9/2012 10:07:53.729 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Photoshop Camera Raw
    1/9/2012 10:07:53.729 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Photoshop Camera Raw
    1/9/2012 10:07:53.730 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobeColorCommonSetCMYK
    1/9/2012 10:07:53.730 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for AdobeColorCommonSetCMYK
    1/9/2012 10:07:53.730 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - AdobeColorCommonSetCMYK
    1/9/2012 10:07:53.731 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobeHelp
    1/9/2012 10:07:53.731 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for AdobeHelp
    1/9/2012 10:07:53.731 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - AdobeHelp
    1/9/2012 10:07:53.732 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadCamera Profiles Installer
    1/9/2012 10:07:53.732 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Camera Profiles Installer
    1/9/2012 10:07:53.732 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Camera Profiles Installer
    1/9/2012 10:07:53.733 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Buzzword CS5
    1/9/2012 10:07:53.733 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Buzzword CS5
    1/9/2012 10:07:53.733 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe Buzzword CS5
    1/9/2012 10:07:53.734 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Flash Player 10 Plugin
    1/9/2012 10:07:53.734 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Flash Player 10 Plugin
    1/9/2012 10:07:53.734 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe Flash Player 10 Plugin
    1/9/2012 10:07:53.735 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Mini Bridge CS5
    1/9/2012 10:07:53.736 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Mini Bridge CS5
    1/9/2012 10:07:53.736 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe Mini Bridge CS5
    1/9/2012 10:07:53.737 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadMicrosoft_VC80_CRT_x86_x64
    1/9/2012 10:07:53.737 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Microsoft_VC80_CRT_x86_x64
    1/9/2012 10:07:53.737 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Microsoft_VC80_CRT_x86_x64
    1/9/2012 10:07:53.738 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe SING CS5
    1/9/2012 10:07:53.738 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe SING CS5
    1/9/2012 10:07:53.738 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe SING CS5
    1/9/2012 10:07:53.739 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobeColorJA CS5
    1/9/2012 10:07:53.739 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for AdobeColorJA CS5
    1/9/2012 10:07:53.739 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - AdobeColorJA CS5
    1/9/2012 10:07:53.740 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe ReviewPanel CS5
    1/9/2012 10:07:53.740 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe ReviewPanel CS5
    1/9/2012 10:07:53.741 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe ReviewPanel CS5
    1/9/2012 10:07:53.741 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe InDesign CS5 Icon Handler x64
    1/9/2012 10:07:53.742 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe InDesign CS5 Icon Handler x64
    1/9/2012 10:07:53.742 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe InDesign CS5 Icon Handler x64
    1/9/2012 10:07:53.743 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Flash CS5_AdobeMobileExtension_Flash11-mul
    1/9/2012 10:07:53.743 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Flash CS5_AdobeMobileExtension_Flash11-mul
    1/9/2012 10:07:53.744 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe Flash CS5_AdobeMobileExtension_Flash11-mul
    1/9/2012 10:07:53.744 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe BrowserLab CS Live
    1/9/2012 10:07:53.744 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe BrowserLab CS Live
    1/9/2012 10:07:53.745 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe BrowserLab CS Live
    1/9/2012 10:07:53.745 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadPhotoshop Camera Raw (64 bit)
    1/9/2012 10:07:53.745 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Photoshop Camera Raw (64 bit)
    1/9/2012 10:07:53.746 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Photoshop Camera Raw (64 bit)
    1/9/2012 10:07:53.746 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadiPhone Publishing
    1/9/2012 10:07:53.746 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for iPhone Publishing
    1/9/2012 10:07:53.747 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - iPhone Publishing
    1/9/2012 10:07:53.747 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadMicrosoft_VC90_MFC_x86
    1/9/2012 10:07:53.747 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Microsoft_VC90_MFC_x86
    1/9/2012 10:07:53.748 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Microsoft_VC90_MFC_x86
    1/9/2012 10:07:53.748 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadCSXS Story Extension
    1/9/2012 10:07:53.748 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for CSXS Story Extension
    1/9/2012 10:07:53.749 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - CSXS Story Extension
    1/9/2012 10:07:53.749 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Photoshop CS5 Core_x64
    1/9/2012 10:07:53.756 [INFO] DWA.Payload Multiple payloads found for payloadname AdobeColorEU CS5 and familty CoreTech . 2 payloads found
    1/9/2012 10:07:53.757 [INFO] DWA.Payload Multiple payloads found for payloadname AdobeColorJA CS5 and familty CoreTech . 2 payloads found
    1/9/2012 10:07:53.758 [INFO] DWA.Payload Multiple payloads found for payloadname AdobeColorNA CS5 and familty CoreTech . 2 payloads found
    1/9/2012 10:07:53.761 [INFO] DWA.Payload Multiple payloads found for payloadname PDF Settings CS5 and familty NonAdobePayload . 2 payloads found
    1/9/2012 10:07:53.763 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Photoshop CS5 Core_x64
    1/9/2012 10:07:53.763 [INFO] DWA.SystemRequirement SystemRequirements check done for payload - Adobe Photoshop CS5 Core_x64
    1/9/2012 10:07:53.764 [INFO] DWA.SystemRequirement SystemRequirements check PASSED for payload - Adobe Photoshop CS5 Core_x64
    1/9/2012 10:07:53.764 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Media Encoder CS5 X64
    1/9/2012 10:07:53.766 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Media Encoder CS5 X64
    1/9/2012 10:07:53.766 [INFO] DWA.SystemRequirement SystemRequirements check done for payload - Adobe Media Encoder CS5 X64
    1/9/2012 10:07:53.766 [INFO] DWA.SystemRequirement SystemRequirements check PASSED for payload - Adobe Media Encoder CS5 X64
    1/9/2012 10:07:53.767 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Media Encoder CS5
    1/9/2012 10:07:53.769 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Media Encoder CS5
    1/9/2012 10:07:53.769 [WARN] DWA.SystemRequirement 64 bit OS is not supported. Exclude check for OS failed for payload - Adobe Media Encoder CS5
    1/9/2012 10:07:53.770 [INFO] DWA.SystemRequirement SystemRequirements check done for payload - Adobe Media Encoder CS5
    1/9/2012 10:07:53.770 [ERROR] DWA.SystemRequirement SystemRequirements check FAILED for payload - Adobe Media Encoder CS5
    1/9/2012 10:07:53.770 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadSuite Shared Configuration CS5
    1/9/2012 10:07:53.771 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Suite Shared Configuration CS5
    1/9/2012 10:07:53.772 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Suite Shared Configuration CS5
    1/9/2012 10:07:53.772 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Linguistics CS5
    1/9/2012 10:07:53.773 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Linguistics CS5
    1/9/2012 10:07:53.773 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe Linguistics CS5
    1/9/2012 10:07:53.774 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadPDF Settings CS5
    1/9/2012 10:07:53.774 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for PDF Settings CS5
    1/9/2012 10:07:53.774 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - PDF Settings CS5
    1/9/2012 10:07:53.775 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadDeviceCentral
    1/9/2012 10:07:53.775 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for DeviceCentral
    1/9/2012 10:07:53.776 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - DeviceCentral
    1/9/2012 10:07:53.776 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobeColorEU CS5
    1/9/2012 10:07:53.777 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for AdobeColorEU CS5
    1/9/2012 10:07:53.777 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - AdobeColorEU CS5
    1/9/2012 10:07:53.777 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobeTypeSupport CS5
    1/9/2012 10:07:53.778 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for AdobeTypeSupport CS5
    1/9/2012 10:07:53.778 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - AdobeTypeSupport CS5
    1/9/2012 10:07:53.778 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobeColorVideoProfilesCS CS5
    1/9/2012 10:07:53.779 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for AdobeColorVideoProfilesCS CS5
    1/9/2012 10:07:53.779 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - AdobeColorVideoProfilesCS CS5
    1/9/2012 10:07:53.779 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Flash Fonts1
    1/9/2012 10:07:53.780 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Flash Fonts1
    1/9/2012 10:07:53.780 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe Flash Fonts1
    1/9/2012 10:07:53.780 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobeColorCommonSetRGB
    1/9/2012 10:07:53.781 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for AdobeColorCommonSetRGB
    1/9/2012 10:07:53.781 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - AdobeColorCommonSetRGB
    1/9/2012 10:07:53.781 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Acrobat 9 Pro
    1/9/2012 10:07:53.782 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Acrobat 9 Pro
    1/9/2012 10:07:53.782 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe Acrobat 9 Pro
    1/9/2012 10:07:53.782 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Player for Embedding x64
    1/9/2012 10:07:53.783 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Player for Embedding x64
    1/9/2012 10:07:53.783 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe Player for Embedding x64
    1/9/2012 10:07:53.784 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Photoshop CS5 Core
    1/9/2012 10:07:53.791 [INFO] DWA.Payload Multiple payloads found for payloadname AdobeColorEU CS5 and familty CoreTech . 2 payloads found
    1/9/2012 10:07:53.791 [INFO] DWA.Payload Multiple payloads found for payloadname AdobeColorJA CS5 and familty CoreTech . 2 payloads found
    1/9/2012 10:07:53.792 [INFO] DWA.Payload Multiple payloads found for payloadname AdobeColorNA CS5 and familty CoreTech . 2 payloads found
    1/9/2012 10:07:53.795 [INFO] DWA.Payload Multiple payloads found for payloadname PDF Settings CS5 and familty NonAdobePayload . 2 payloads found
    1/9/2012 10:07:53.797 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Photoshop CS5 Core
    1/9/2012 10:07:53.797 [INFO] DWA.SystemRequirement SystemRequirements check done for payload - Adobe Photoshop CS5 Core
    1/9/2012 10:07:53.798 [INFO] DWA.SystemRequirement SystemRequirements check PASSED for payload - Adobe Photoshop CS5 Core
    1/9/2012 10:07:53.798 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Flash Player 10 ActiveX
    1/9/2012 10:07:53.798 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Flash Player 10 ActiveX
    1/9/2012 10:07:53.799 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe Flash Player 10 ActiveX
    1/9/2012 10:07:53.799 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadRequired Common Fonts Installation x64
    1/9/2012 10:07:53.799 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Required Common Fonts Installation x64
    1/9/2012 10:07:53.800 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Required Common Fonts Installation x64
    1/9/2012 10:07:53.800 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe InDesign CS5 Common Base Files
    1/9/2012 10:07:53.800 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe InDesign CS5 Common Base Files
    1/9/2012 10:07:53.801 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe InDesign CS5 Common Base Files
    1/9/2012 10:07:53.801 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadMicrosoft_VC90_ATL_x86_x64
    1/9/2012 10:07:53.801 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Microsoft_VC90_ATL_x86_x64
    1/9/2012 10:07:53.802 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Microsoft_VC90_ATL_x86_x64
    1/9/2012 10:07:53.802 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Photoshop CS5 International English Language Pack_AdobePhotoshop12-en_GB
    1/9/2012 10:07:53.803 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Photoshop CS5 International English Language Pack_AdobePhotoshop12-en_GB
    1/9/2012 10:07:53.803 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe Photoshop CS5 International English Language Pack_AdobePhotoshop12-en_GB
    1/9/2012 10:07:53.803 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe CSXS Extensions CS5
    1/9/2012 10:07:53.804 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe CSXS Extensions CS5
    1/9/2012 10:07:53.804 [INFO] DWA.SystemRequirement SystemRequirements check done for payload - Adobe CSXS Extensions CS5
    1/9/2012 10:07:53.804 [INFO] DWA.SystemRequirement SystemRequirements check PASSED for payload - Adobe CSXS Extensions CS5
    1/9/2012 10:07:53.805 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadMicrosoft_VC80_ATL_x86_x64
    1/9/2012 10:07:53.805 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Microsoft_VC80_ATL_x86_x64
    1/9/2012 10:07:53.805 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Microsoft_VC80_ATL_x86_x64
    1/9/2012 10:07:53.806 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobeOutputModule
    1/9/2012 10:07:53.806 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for AdobeOutputModule
    1/9/2012 10:07:53.806 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - AdobeOutputModule
    1/9/2012 10:07:53.807 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadMicrosoft_VC90_CRT_x86_x64
    1/9/2012 10:07:53.807 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Microsoft_VC90_CRT_x86_x64
    1/9/2012 10:07:53.807 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Microsoft_VC90_CRT_x86_x64
    1/9/2012 10:07:53.808 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadMicrosoft_VC80_CRT_x86
    1/9/2012 10:07:53.808 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Microsoft_VC80_CRT_x86
    1/9/2012 10:07:53.808 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Microsoft_VC80_CRT_x86
    1/9/2012 10:07:53.809 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAIR2 For Adobe Flash Pro_AIR2_Flash11-en_US
    1/9/2012 10:07:53.809 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for AIR2 For Adobe Flash Pro_AIR2_Flash11-en_US
    1/9/2012 10:07:53.810 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - AIR2 For Adobe Flash Pro_AIR2_Flash11-en_US
    1/9/2012 10:07:53.810 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe InDesign CS5 Common Language Files_AdobeInDesign7CommonLang-en_GB
    1/9/2012 10:07:53.811 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe InDesign CS5 Common Language Files_AdobeInDesign7CommonLang-en_GB
    1/9/2012 10:07:53.811 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe InDesign CS5 Common Language Files_AdobeInDesign7CommonLang-en_GB
    1/9/2012 10:07:53.811 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobeCMaps x64 CS5
    1/9/2012 10:07:53.812 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for AdobeCMaps x64 CS5
    1/9/2012 10:07:53.812 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - AdobeCMaps x64 CS5
    1/9/2012 10:07:53.812 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobeTypeSupport x64 CS5
    1/9/2012 10:07:53.813 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for AdobeTypeSupport x64 CS5
    1/9/2012 10:07:53.813 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - AdobeTypeSupport x64 CS5
    1/9/2012 10:07:53.814 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Illustrator CS5
    1/9/2012 10:07:53.815 [INFO] DWA.Payload Multiple payloads found for payloadname AdobeColorEU CS5 and familty CoreTech . 2 payloads found
    1/9/2012 10:07:53.816 [INFO] DWA.Payload Multiple payloads found for payloadname AdobeColorJA CS5 and familty CoreTech . 2 payloads found
    1/9/2012 10:07:53.817 [INFO] DWA.Payload Multiple payloads found for payloadname AdobeColorNA CS5 and familty CoreTech . 2 payloads found
    1/9/2012 10:07:53.824 [INFO] DWA.Payload Multiple payloads found for payloadname PDF Settings CS5 and familty NonAdobePayload . 2 payloads found
    1/9/2012 10:07:53.824 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Illustrator CS5
    1/9/2012 10:07:53.825 [INFO] DWA.SystemRequirement SystemRequirements check done for payload - Adobe Illustrator CS5
    1/9/2012 10:07:53.825 [INFO] DWA.SystemRequirement SystemRequirements check PASSED for payload - Adobe Illustrator CS5
    1/9/2012 10:07:53.825 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadMicrosoft_VC90_MFC_x86_x64
    1/9/2012 10:07:53.826 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Microsoft_VC90_MFC_x86_x64
    1/9/2012 10:07:53.826 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Microsoft_VC90_MFC_x86_x64
    1/9/2012 10:07:53.826 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe Photoshop CS5 International English Language Pack_x64_AdobePhotoshop12-en_GB_x64
    1/9/2012 10:07:53.827 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe Photoshop CS5 International English Language Pack_x64_AdobePhotoshop12-en_GB_x64
    1/9/2012 10:07:53.827 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe Photoshop CS5 International English Language Pack_x64_AdobePhotoshop12-en_GB_x64
    1/9/2012 10:07:53.828 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadDynamiclinkSupport
    1/9/2012 10:07:53.829 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for DynamiclinkSupport
    1/9/2012 10:07:53.829 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - DynamiclinkSupport
    1/9/2012 10:07:53.830 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe WinSoft Linguistics Plugin CS5
    1/9/2012 10:07:53.830 [INFO] DWA.ApplyPayloadPolicies Checking system requirements for Adobe WinSoft Linguistics Plugin CS5
    1/9/2012 10:07:53.830 [INFO] DWA.SystemRequirement SystemRequirements not mentioned for payload - Adobe WinSoft Linguistics Plugin CS5
    1/9/2012 10:07:53.831 [INFO] DWA.ApplyPayloadPolicies Mapping for payloadAdobe WinSoft Linguistics Plugin CS5 x64
    1/9/2012 10:07:53.831 [INFO] DWA.ApplyPayloadPolicies Checking

Maybe you are looking for

  • MSI KT3 Ultra Reviews (NOT ARU)

    I can't find any MSI KT3 Ultra Reviews on the web Does anyone know where I can find MSI KT3 Ultra Reviews? (I don't want the MSI KT3 Ultra ARU reviews)

  • Assignment of production order to network

    Hi, How can we assign a production order to the network or vice versa. I know the WBS can be assigned to production order through assignment tab in production order. Thanks, Santhosh

  • Can't create new iTunes account

    I no longer have my previous email address that I used for my iTunes account so I tried to create a new account but it won't let me, it keeps telling me to set the computer's date correctly and to accept cookies from the iTunes Music Store. My comput

  • EP,ESS/MSS  and webdynpro for java interview questions.

    I am an ep and ESS?MSS consultant and work on webdynpro for java.I have also worked on PDK like customization of masthead and logon page.I would like to know how to prepare for an interview? I mean what should I read ? and what topics should I cover?

  • Lightroom CC won't open

    Just downloaded Lightroom CC on my Mac but it won't open??