PS to PL interrupt on Zynq

Is there the possibility on a Zynq to generate a signal from the ARM software to use as interrupt for PL? Use the GP port is not an option due to its high overhead time. I also considered the possibility to poll a variable on the PS memory trough an HP port but I would prefer to avoid it. What I am looking for is a very fast way to raise a flag to PL, maybe in a similar way you can raise a GPIO pin.
Thanks for your help

Are you trying to generate SGI (Software generated interrupts) from the ARM processor to PL?
If so, then I do not think you can do that. As per Zynq TRM:
"A set of 16 interrupt sources that are private to each
CPU that can be routed to up to 16 common interrupt
destinations where each destination can be one or
more CPUs."
so the destination can only be CPU0 or CPU1.

Similar Messages

  • Petalinux driver problem for AXI Interrupt Controller on Zynq

    We are trying to use the AXI interrupt controller because we have more than 16 uarts. We are running Petalinux 2013.10 and the device tree is attached. 
    When a UART is connected directly without using the AXI interrupt controller it seems to work as expected; the interrupt fires and all data gets through at any baud rate. However, if the interrupt is going through the AXI interrupt controller the interrupt fires but we consistently get an overrun if we send more than 16 bytes at 115200 baud. Note that this is when there is only data on that one port. This would seem to imply that the interrupt is taking so long that the UART buffer overflows. 
    The kernel output (attached) says that all the uarts going through interrupt controllers (uarts 1-32) are on IRQ 0, which seems wrong. I would expect a different IRQ number for each of the two AXI interrupt controllers.
    From this forum post, it looks like the driver is meant for microblaze but they got it working on Zynq:
    http://forums.xilinx.com/t5/Embedded-Linux/Petalinux-driver-for-AXI-Interrupt-Controller-core/m-p/525305#M10742
    Unfortunately they didn't specify what they did to get it working.
    Has anyone successfully used the AXI Interrupt Controller on a Zynq or other non-microblaze architecture?
    Thanks,
    Jaymes

    I really appreciate your help. I'm getting closer to a solution.
    I ORed all 33 of our interrupts together using a utility logic block. I added interrupt settings to each uart device tree entry:
    interrupt-parent = <&ps7_scugic_0>;
    interrupts = <0 57 4>;
    This results in all uarts at IRQ 89, which I think is correct. I also tried interrupts = <1 73 4> with the same result.
    It seems that all uarts are responding to interrupts, but only the last (33rd) uart is generating interrupts. If I try to send/receive data on any uart other than 33 it won't be sent/received until there is activity on uart 33. Any ideas?
    vanmierlo wrote:
    Further the kernel driver needs to have IRQF_SHARED defined and some other fixes as discussed int this issue:
    https://github.com/Xilinx/linux-xlnx/issues/24
    Maarten
    This is supported with an "IRQ sharing" kernel option in the 16550 uart driver.
    Thanks,
    Jaymes

  • Working example of AXI Ethernet in Zynq PL

    Does anyone have a working example of setting up Xilinx Linux to use an AXI Ethernet IP embedded in Zynq PL? We are attempting to connect the Zynq to an AVNET ISM FSM card with a DP83640 PHY onboard. We have set Linux up using the following device tree and can communicate with the PHY using MDIO. However transmitting packets does not work.
    axi_ethernet_0_dma: axi-dma@40400000 {
    axistream-connected = <&axi_ethernet_0_eth_buf>;
    //axistream-control-connected = <&axi_ethernet_0_eth_buf>;
    compatible = "xlnx,axi-dma-6.03.a","xlnx,axi-dma-1.00.a";
    //compatible = "xlnx,axi-dma";
    interrupt-parent = <&ps7_scugic_0>;
    interrupts = <0 58 4 0 59 4>;
    reg = <0x40400000 0x10000>;
    dma-channel@40400000 {
    compatible = "xlnx,axi-dma-mm2s-channel";
    interrupts = < 0 58 4 >;
    dma-channel@40400030 {
    compatible = "xlnx,axi-dma-s2mm-channel";
    interrupts = < 0 59 4 >;
    axi_ethernet_0_eth_buf: network@41000000 {
    axistream-connected = <&axi_ethernet_0_dma>;
    axistream-control-connected = <&axi_ethernet_0_dma>;
    clock-frequency = <25000000>;
    clock-names = "ref_clk";
    clocks = <&clkc 0>;
    compatible = "xlnx,axi-ethernet-1.00.a";
    device_type = "network";
    interrupt-parent = <&ps7_scugic_0>;
    interrupts = <0 57 4>;
    local-mac-address = [00 0a 35 00 00 01];
    reg = <0x41000000 0x40000>;
    phy-handle = <&phy1>;
    xlnx,avb = <0x0>;
    xlnx,enable-lvds = <0x0>;
    xlnx,mcast-extend = <0x0>;
    xlnx,phy-type = <0x0>;
    //xlnx,phyaddr = <0x1E>;
    xlnx,rxcsum = <0x2>;
    xlnx,rxmem = <0x8000>;
    xlnx,rxvlan-strp = <0x0>;
    xlnx,rxvlan-tag = <0x0>;
    xlnx,rxvlan-tran = <0x0>;
    xlnx,simulation = <0x0>;
    xlnx,stats = <0x1>;
    xlnx,temac-addr-width = <0xc>;
    xlnx,txcsum = <0x2>;
    xlnx,txmem = <0x8000>;
    xlnx,txvlan-strp = <0x0>;
    xlnx,txvlan-tag = <0x0>;
    xlnx,txvlan-tran = <0x0>;
    //xlnx,type = <0x0>;
    mdio {
    #address-cells = <1>;
    #size-cells = <0>;
    phy1: phy@16 {
    reg = <16>;
    } ;

    Hello,
    The example form application note 1082 works fine, but bare in mind to use proper SFP-RJ45 adapter. Our tests have shown that this application note doesn't work with optical or copper sfp, and also with some adapters. Newly bought 1000Base-T adapter works perfectly.
    Kind regards
    Piotr Zdunek
    Warsaw University of Technology

  • Zynq Ethernet Issues

    Hi all,
    I have a Zybo Zynq 7000 where I am implementing a custom design in Vivado 2014.4. I am using a version of Ubuntu 12.04 from Xillybus as my Linux distrubution and am having problems getting the ethernet to work. 
    Here is a snippet of my top level .dts with the relevant ethernet portion:
    &gem0 {
    local-mac-address = [00 0a 35 00 00 00];
    phy-mode = "rgmii-id";
    status = "okay";
    xlnx,ptp-enet-clock = <0x6750918>;
    ps7_ethernet_0_mdio: mdio {
    #address-cells = <1>;
    #size-cells = <0>;
    here is the relevant ethernet portion from the zynq-7000.dtsi
    gem0: ethernet@e000b000 {
    compatible = "cdns,zynq-gem";
    reg = <0xe000b000 0x1000>;
    interrupts = <0 22 4>;
    clocks = <&clkc 30>, <&clkc 30>, <&clkc 13>;
    clock-names = "pclk", "hclk", "tx_clk";
    #address-cells = <1>;
    #size-cells = <0>;
    When I do cd /sys/bus/platform/devices ls, an entry for ethernet shows up as "e000b000.ethernet" so it appears that it is recognizing the ethernet.
    When I run ifconfig -a, the only thing displayed is the loopback address information. There is no other entry for an eth0 or anything else.
    In my /etc/network/interfaces file, i have the following information (didn't post the actual address/netmask/gateway):
    auto eth0
    iface eth0 inet static
    address xx.xx.xx.xx
    netmask xx.xx.xx.xx
    gateway xx.xx.xx.xx
    dns-nameserver 8.8.8.8
    When I do a  /etc/init.d/networking restart, I get the follwing:
    "*Reconfiguring networking interfaces...
    Cannot find device "eth0"
    Failed to bring up eth0"
    When I do an ifup eth0, I get the following:
    "Cannot find device "eth0"
    Failed to bring up eth0"
    Just to add, on the board, the LINK and ACT leds next to the ethernet connector light up and blink when the board is powered up, suggesting that it is sending or receiving network traffic, but as I said I cannot connect to the internet.
    Can anyone help identify my problem? If you need the output of any other commands or any other information, please let me know. I've tried browsing the forums and trying the suggested solutions from other threads with similar problems, but am not having any luck.
    Thank you,
    Chris

    Once you boot , can you try the command ifconfig to see if the eth0 is seen interface?
    If the eth0 is seen, try setting the IP address to it by using the command ifconfig eth0 192.168.1.11 up.
    As i expect the board and PC are connected through the ethernet cable, configure your PC IPV4 setting to 192.168.1.10 and the subnet.
    If all this is fine, try to ping using the command ping 192.168.1.10 and see what happens.
    If you are not able to work with above steps, you may have to verify the dts settings etc.
    I see the compatiable PHY details missing in the device-tree.
    example device-tree for eth0:
    &gem0 {
      local-mac-address = [00 0a 35 00 c0 12];
      phy-handle = <&phy0>;
      phy-mode = "rgmii-id";
      mdio {
       #address-cells = <1>;
       #size-cells = <0>;
       phy0: phy@0 {
        compatible = "marvell,88e1116r";
        device_type = "ethernet-phy";
        reg = <0>;
    Hope this helps.
    Regards,
    Achutha

  • New Zynq SoC Porting Guide is like a "Bridge Over Troubled Software." Want some help porting that code?

    So you have an embedded design all coded up for one microprocessor architecture and you’d love to take advantage of the significant additional processing power of the dual-core ARM Cortex-A9 MPCore processor/programmable logic combination available with the Xilinx Zynq SoC? Want some help porting that code?
    Help is available with the new “Zynq-7000 All Programmable SoC Architecture Porting Guide,” UG1181. Following a quick overview of the ARM Cortex-A9 processor features found in the Zynq PS (Processor System), the guide gives the following handy table highlighting the differences among five processor architectures including the ARMv7 architecture, PowerPC, MIPS, Renesas-SH, and x86:
    The document also includes a comparison of function-calling conventions, interrupt models, memory maps, register sets, and pointers to the ARM Web pages that provide detailed help in porting from these other processor architectures.

    Are you using the latest version of Silverkeeper? - v.2.0.2 is stated to be compatible with Snow Leopard.
    http://www.lacie.com/silverkeeper/
    If it's messing things up you could try asking LaCie Support for assistance.

  • MIO GPIO interrupt in device tree

    Hi
    I am trying to specify a MIO GPIO as an interrupt source for a linux driver. The driver in question is for the ADS7846 touchscreen controller. I have been able to get the touchscreen working by modifying the PCB to take the interrupt line to the PL, then connecting this to a PL-PS interrupt. I would like to know how to use the MIO GPIO instead.
    My dev tree:
    &spi0 {
        is-decoded-cs = <0>;
        num-cs = <2>;
        status = "okay";
        touchscreen@0 {
                    reg = <0>;
                    compatible = "ti,ads7846";
                   /* I have been able to get it working by using a PL-PS interrupt */
                    /*interrupt-parent = <&intc>;
                    interrupts = <0 29 1>;*/
                   /* I can't find how to specify the MIO GPIO as an interrupt source */
                    interrupt-parent = <&gpio0>;
                    interrupts = <&gpio0 52 0x2>;
                    spi-max-frequency = <1000000>;
                    pendown-gpio = <&gpio0 52 0>;
                    vcc-supply = <&regulator_vccpint>;
    Does anyone have examples of setting up a MIO GPIO as an interrupt source in the device tree? Or links to good documentation?
    Thanks in advance,
    Will

    OK - so it's taken a while, but I think I have now worked it out!
    I changed the gpio entry in the "zynq-7000.dtsi" file to the following:
    gpio0: gpio@e000a000 {
                compatible = "xlnx,zynq-gpio-1.0";
                #gpio-cells = <2>;
                clocks = <&clkc 42>;
                gpio-controller;
                interrupt-parent = <&intc>;
                interrupts = <0 20 4>;
                #interrupt-cells = <2>;
                interrupt-controller;
                reg = <0xe000a000 0x1000>;
    And then specified interrupts for devices as follows:
    &spi0 {
        is-decoded-cs = <0>;
        num-cs = <2>;
        status = "okay";
        touchscreen@0 {
            reg = <0>;                                                         /* CS0 */
            compatible = "ti,ads7846";
            interrupt-parent = <&gpio0>;
            interrupts = <52 2>;                                       /* MIO 52, falling edge */
            spi-max-frequency = <1000000>;
            pendown-gpio = <&gpio0 52 0>;
            vcc-supply = <&regulator_vccpint>;              /* dummy */
        nfc@0 {
            compatible = "ti,trf7970a";
            reg = <1>;
            pinctrl-names = "default";
            spi-max-frequency = <2000000>;
            interrupt-parent = <&gpio0>;
            interrupts = <15 1>;                                            /* GPIO MIO 15, rising edge */
            ti,enable-gpios = <&gpio0 14 0>,
                    <&gpio0 13 0>;                                          /* 13 = dummy- don't need EN2 support */
            vin-supply = <&regulator_vccpint>;              /* dummy */
            autosuspend-delay = <30000>;
            /*irq-status-read-quirk;
            en2-rf-quirk;*/
            status = "okay";
    For info,
    # dmesg | grep ads
    ads7846 spi32766.0: touchscreen, irq 148
    # cat /proc/interrupts
    CPU0 CPU1
    27: 0 0 GIC 27 gt
    29: 891 540 GIC 29 twd
    35: 0 0 GIC 35 f800c000.ocmc
    40: 0 0 GIC 40 f8007000.devcfg
    41: 0 0 GIC 41 f8005000.watchdog
    43: 0 0 GIC 43 ttc_clockevent
    45: 0 0 GIC 45 f8003000.dmac
    46: 0 0 GIC 46 f8003000.dmac
    47: 0 0 GIC 47 f8003000.dmac
    48: 0 0 GIC 48 f8003000.dmac
    49: 0 0 GIC 49 f8003000.dmac
    51: 4513 0 GIC 51 e000d000.spi
    53: 0 0 GIC 53 zynq-udc
    56: 88 0 GIC 56 mmc0
    57: 26 0 GIC 57 cdns-i2c
    58: 724 0 GIC 58 e0006000.spi
    72: 0 0 GIC 72 f8003000.dmac
    73: 0 0 GIC 73 f8003000.dmac
    74: 0 0 GIC 74 f8003000.dmac
    75: 0 0 GIC 75 f8003000.dmac
    79: 52 0 GIC 79 mmc1
    82: 334 0 GIC 82 xuartps
    111: 0 0 zynq-gpio 15 trf7970a
    148: 21 1 zynq-gpio 52 ads7846
    IPI1: 0 0 Timer broadcast interrupts
    IPI2: 2061 2277 Rescheduling interrupts
    IPI3: 0 0 Function call interrupts
    IPI4: 8 45 Single function call interrupts
    IPI5: 0 0 CPU stop interrupts
    IPI6: 1 0 IRQ work interrupts
    IPI7: 0 0 completion interrupts
    Err: 0
    Thanks Milosoftware for your help.
    Will

  • Zynq 7000 performance

    The Zynq 7000 used in the newly announced cRIO-9068 has me interested.
    Especially the statement: "The processor and FPGA fabric communicate over 10,000 internal interconnect, delivering a performance between a microprocessor and FPGA fabric that is physically impossible to accomplish between a discrete processor and an FPGA implemented on a printed circuit board."
    Something I've been wondering for a while is if this tight coupling of ARM cores and FPGA speeds up DMA Transfers between "host" and "target".  I have seen on a PXIE 8115 coupled with a Flex RIO 7895 a minimum latency of around 6 microseconds per single DMA transfer, making transfers of small amounts of data relatively time consuming (Meaning that a transfer of 1 element or 100 elements costs about the same amount of time).
    Is this latency lower in the new design?
    Shane.
    Say hello to my little friend.
    RFC 2323 FHE-Compliant

    Hi Colden,
    thanks for the interesting reply.  One thing I don't understand is how Interrupts help transfer data (I thought they were the FPGA-RT version of occurrences).  In fact the help for the "Wait on IRQ" on the RT side states that the function will actually hog a CPU and may cause other code to stop executing until it has finished executing.  This is certainly something I want to avoid.
    I should perhaps clarify a bit more what I'm referring to.  I should really be using the word "Overhead" instead of "Latency" when referring to the DMA calls.  Where our control loop is spending significant portions of time waiting for data from the FPGA, this kind of amounts to the same thing but it's not strictly the same.  If we wait 6 us for data arriving and anohter 6us before it can be sent (Because this is the overhead associated with the SMA transfer) then we have 12 us delay if we simply loop data back and forth between the FPGA and RT.
    I have benchmarked DMA FIFOs on a PXIe-8115 with a 7865R and have found that the minumum transfer time for a single DMA is around 6us (According to RETT).  This is for sending a single U8 over DMA.  For approximately 100 U8s we still need the same time of approximately 6us.  Only over 100 U8s do we start to see a linear increase in DMA transfer execution time (0f 60ns per element IIRC).  What this means is that the transfer of data over DMA is only really efficient when we are sending at least 100 elements.  In our application we send less that that, so we're essentially in the region where the DMAs are not operating at full efficiency.  Although we have no plans to incorporate a Zynq into our products, the very low latency of the AXI bus sounded like it could change this behaviour significantly.  If we could lower this DMA overhead of 6us (equivalent to sending 100x U8) to, say 2us (25 x U8) then our RT loop would actually be able to run faster (We are currently reaching 20kHz without problems).  If the overhead dropped to 0.4 us (5 U8) then we could actually consider operating a pipelined DMA transfer within our RT loop with data being transferred in several sequential packets instead of one "large" monolithic packet.  Between DMA calls we could then execute parts of our RT control loop and thus increase overall responsiveness (i.e. latency) of our loop.
    Other considerations would be using two DMAs in parallel to achieve faster data transfer.  The lower the overhead, the more scenarios would benefit from this.
    My considerations are mainly theoretical at the moment but it might come iin handy for future developments.
    Shane.
    Say hello to my little friend.
    RFC 2323 FHE-Compliant

  • IPhone Voice Memos Interrupted By Incoming Calls

    I notice that every time I use my Voice Memos software on the 3G(s), if an call comes in, the Voice Memo stops recording and I won't know it till I look at the phone later. Is there ANY way to stop that for that not to happen and you can have perhaps the calls go directly into voice mail so that the Voice Memo feature doesn't get interrupted? It's useless to me otherwise.
    Thanks for anyone's input!

    The voice recorder application - just like every other iPhone application, native or 3rd party - will shut down when you receive a phone call. The iPhone operates under the assumption that the device is first and foremost a telephone.
    As far as work arounds go, you can always put the phone in airplane mode when you need to use the voice recorder app uninterrupted. This will send all incoming calls directly to voicemail.
    Message was edited by: Ansuz82

  • How to allow multiple users login to a MAC PRO without interruption?

    I have a mac pro, which runs Yosemite, (2013 module) to be used as a server. However, I have difficult to let multiple users to use the mac simultaneously.
    Objective:
        One person uses the mac directly on his desktop, while the others to login remotely though VNC from PC (win 7/Linux).
        The users have their own workspace, and they will not interrupt each other.
    What I tried:
        I created two mange accounts on the MAC.
        Account 1 was used to directly login on the mac desktop.
        Account 2 was used to login to the mac from a PC though VNC. (I also tried this from a Centos workstation with the Tiger VNC viewer)
    Problem:
    When account 2 is login, the location monitor will automatically change to that account as well. Both accounts shared exactly the same screen, mouse & keyboard actions. It is impossible to let multiple users to use the MAC pro simultaneously without interruptions.
    If I use "hdiutil attach" to mount a dmg file though SSH with account 2, the folder will automatically show in the local desktop login with account 1.
    Question:
    I read something about the "Per-user screen sharing". It says, "You can remotely log into a Mac with any user account on that computer and control it, without interrupting someone else who might be using the computer under a different login." Is it possible to do this from a PC or Linux client?
    If the problem is simply due to the poor functionality of the build-in VNC service in Yosemite, I appreciate your help to suggest some other decent VNC server for Yosemite. I know the Vine Server (OSXvnc), but I failed to install it on the mac because it is incompatible with the Yosemite.
    Does the SSH is supposed to work in this way in OSX? I mean the local account can see the folder mounted by another account though SSH.
    If any specific version of Yosemite is required to allow multiple users to access a mac simultaneously? Just as the win 7 professional allow only one user to login in at each time. But with the remote desktop server of windows, multiple users are able to use the same computer at the same time without any problem.
    If you familiar with any of the above questions, please help. Any comments and suggestions are appreciated.
    I know the best way to get the solution is to direct call the apple support. However, it is really not easy to call them. Because it always results with long waiting time and then the people pick up the phone will transfer my call to an expert who will make me to describe the problem again.
    Since I'm not interested in the technique details of all the problems, it is also grateful if you would provide a direct instruction to let me setup the computer for the purpose.
    Thanks you very much for your kindly help.

    I cannot help with the screen sharing, although I have just tried it with a RealVNC client on an iPad and it seemed to work OK.
    However on the disk showing on all users desk tops have you unchecked the "ignore ownership on this volume" check box? You can check the drives permissions with CMD i command.

  • The installation was interrupted message after iTunes upgrade

    I would appreciate help with my problem. I'd like to use iTunes but it doesn't work.
    Description of the problem: I was happily using iTunes for more than a year. I received a notice that a new version was available and I upgraded. When the installation was complete I received the following message:
    "The installation was interrupted before iTunes could be completely installed."
    iTunes is not listed in the Programs menu and there are no files at c:\program files\itunes (itunes folder is not there).
    After subsequent downloads and installs, I get the same error. When I do the iTunes standard install, QuickTime is
    available and works well. I went back to the previous version, but it continued to give me the same error. I found very old versions of iTunes on the web and they too had the same problem.
    During the install the iTunes icon briefly appears on my desktop and then disappears. The message box indicating that the installation was interrupted occurs right after that.
    I've tried to describe the problem in quite a bit of detail below to help avoid suggested fixes that have been tried and failed.
    1. I have followed the steps in the KB article. Please see the details of that work below.
    http://docs.info.apple.com/article.html?artnum=93976
    2. I have Administrator access. I have verified that I'm part of both the Adminstrators and SERVICE groups under Impersonate a client after authentication. This process is found in the following doc:
    http://docs.info.apple.com/article.html?artnum=300361
    3. Windows is fully updated through the Windows Update utility. See Windows version info below.
    4. I can install any other application. I use this computer for work and I can install and uninstall any other application
    I try. No other known errors or problems. I've installed other applications that use Microsoft Installer and InstallShield installers without problems.
    5. I tried the Quicktime standalone install and I received the notice that "The installation was interrupted..." Quicktime is now not found on the machine and there is no Quicktime files in the Program Files. During the middle of the installation, I received the following error. Error during QuickTime Standalone (7.1.0.210) install:
    Error 1905.Module c:\program files\QuickTime\qtuiPanelControl.dll failed to unregister. HRESULT -2147220472 Contact your support personnel.
    When I attempt to install iTunes from the standard install, Quicktime installs properly and works. It only fails during the standalone install.
    6. No strange characters in the folder. There is no itunes folder so it contains no folder. The download exe is on my desktop.
    7. Temp Folder emptied and machine restarted (many times)
    8. Uninstall older versions - They are not listed as installed so there is nothing to uninstall. The Windows Clean Up utility does not list them so I can't use that tool to remove them. It appears that iTunes is cleaning itself up when the installation fails so there are no files. There is no iTunes folder at c:\program files\.
    9. iPodService alert is not there so I don't need to delete it.
    10. Redownload software - It has been downloaded many times. Each time I'm careful to permanently delete the previous install exe so it is redownloaded.
    11. AntiVirus software has been disabled. I'm using McAfee VS Enterprise 8.0.0. I have also checked the AV logs to see if it has blocked an install or other event around that time - there is nothing in the AV logs to show any blocked or prevented activity. No activity at all because the software is disabled.
    12. Registry - A search of "itunes" in the Registry Editor finds a lot of references. Too many to list, but most are in keys that apply to file types.
    13. I have downloaded and attempted to install the Windows Installer 3.0 package from the following URL:
    http://www.microsoft.com/downloads/details.aspx?FamilyID=5FBC5470-B259-4733-A914 -A956122E08E8&displaylang=en&Hash=9PV3FS4
    I'm told by a box during the install that the version I have installed is newer than the one on the website and there is no need to install it.
    14. The version of iTunes that I'm trying to install right now is 6.0.4.2. I've had this problem for at least three months so I've been trying many versions before its release.
    15. Other than the mentioned AV program, I don't have a third-party firewall, anti-spyware or monitoring program installed.
    System:
    IBM ThinkPad T42
    Windows XP Pro
    1 GB RAM
    McAfee VirusScan Enterprise 8.0.0
    Microsoft Windows XP Professional
    Version: 5.1.2600
    Service Pack: 2.0
    Location: C:\WINDOWS
    Hot Fix: KB913446
    IBM T42   Windows XP Pro  

    It is a miracle - After about 9 months without itunes, the new release installed on my machine today and appears to be working.
    7.0.0.70 is the verion I just installed.
    Another note to add to this now resolved issue. I bought an AirPort Express and I was not able to install the Admin software on the CD. I received the same error as I received with iTunes and Quicktime. This leads me to believe that this problem is in the registry or some other installer issue that is specific to Apple installations. I will have to go home and try to re-install that software. Maybe the new iTunes version cleared up the problem.

  • You have interrupted the wizard!! (Photoshop CS2)

    Okay, lately I've been having problems installing photoshop after trying to create a user account for myself on this damned computer; a friend has supposedly helped me but we'll never know until I'm able to install the program itself... This is where ya'll come in.
    I am getting the message:
    "The wizard was interrupted before Adobe Photoshop CS2 finished installing..." etc, etc.
    I have rebooted twice and even waited a few hours before trying to install and still, I receive the same message.
    What do?
    WINDOWS 2000
    ADOBE PHOTOSHOP CS2

    HI,
    Photoshop CS2 may not run correctly on a system that doesn't meet the following requirements:
    Photoshop CS2 (purchased as a stand alone product)
    Intel Xeon, Xeon Dual, Centrino, Pentium class III or 4 processor
    Microsoft Windows XP with Service Pack 1 or 2 or Windows 2000 with Service Pack 4
    320 MB of RAM (384 MB recommended) *
    650 MB of available hard-disk space
    1024 x 768 monitor resolution with 16-bit video card
    CD-ROM drive
    Internet or phone connection required for product activation
    Hope This Helps,
    Cheers,
    Maneet Puri,
    LeXolution IT Services

  • Why can't I install any adobe CS products after interrupted installation?

    So here's the deal.
    For some stupid reason (don't ask why), I was installing CS6 during a hurricane. After full extraction, installer successfully initialized, but at 95%, there was a power outage. Upon restart, I attempted to uninstall whatever components had been installed to start with a clean slate. Unfortunately, the installation was interrupted just before installing the uninstaller. So...I had to force uninstall. In the process I also deleted a bunch of entries in the registry, and other files that were related or dependencies of CS6. Now in the process, I must have deleted something crucial to adobe installations in the WINDOWS system files, because now I can extract any creative suite related installation, but upon running the installer, I recieve this error:
    "Installer failed to initialize. This could be due to a missing file."
    Now I've tried everything under the sun. MD5 caches are identical to a pristine download, so no corruption of the files is evident, and I can install a copy of the file on another computer, so evidently it is fully functioning. I don't understand why it's stating there is a "missing file", when all the files required for installation (or so I was led to believe) were inside the directory where the download was extracted. I didn't realize Adobe installations draw upon windows files, but evidently i'm missing something special. I've fixed registry errors and checked the log. As far as I can tell, the FATAL error occurs when adobe installer fails to find a node in a specified directory, yet the log doesn't state the directory or filename so I can't properly investigate. I'm beginning to think the only way I can install CS anything is by reinstalling windows. Please, I require help from experts. Don't ask dumb questions. I'm an IT guy. I'm hoping adobe representatives will have more knowledge on the installation process than I do, recognize the error, or are more capable at disecting the error logs. I will copy and paste the numerous failed installation attempts from the PDapp log below. Please have a look. I need help!
    Beginning of error log:
    8/26/2012 19:42:46 [INFO] Setup - TimeLog: Bootstrapper Start
    8/26/2012 19:42:46 [INFO] Setup - TimeLog: Start initial checks
    8/26/2012 19:42:46 [INFO] Setup - Dictionary Path: D:\Program Files (x86)\Adobe CS6\resources\Dictionary\en_US\stringTable.zdct
    8/26/2012 19:42:46 [INFO] PIM - Trying to access xml at path:D:\Program Files (x86)\Adobe CS6\resources\setup.xml
    8/26/2012 19:42:46 [INFO] PIM - XML is valid
    8/26/2012 19:42:46 [WARN] PIM - Failed to find Node
    8/26/2012 19:42:46 [INFO] Setup - Found 6 packages in setup manifest
    8/26/2012 19:42:46 [WARN] Setup - Reboot is pending from earlier installation.
    8/26/2012 19:42:46 [INFO] PIM - Build Version - 6.0.335.0
    8/26/2012 19:42:46 [INFO] PIM - Logging Level verbosity Set  to 4
    8/26/2012 19:42:46 [INFO] Utilities - Folder does not exist
    8/26/2012 19:42:46 [INFO] PIM - Build Version - 6.0.335.0
    8/26/2012 19:42:46 [INFO] PIM - Logging Level verbosity Set  to 4
    8/26/2012 19:42:46 [INFO] PIM - CREATE PIM Instance ...
    8/26/2012 19:42:46 [INFO] Utilities - File does not exist
    8/26/2012 19:42:46 [INFO] Utilities - File does not exist
    8/26/2012 19:42:46 [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    8/26/2012 19:42:46 [INFO] PIM - SUCCESS Created Tables.
    8/26/2012 19:42:46 [INFO] PIM - PIM Database is Up To Date.
    8/26/2012 19:42:46 [INFO] PIM - Updater Inventory location:D:\Program Files (x86)\Adobe CS6\resources\updaterinventory.dll
    8/26/2012 19:42:46 [INFO] Utilities - File does not exist
    8/26/2012 19:42:46 [INFO] PIM - Trying to access xml at path:D:\Program Files (x86)\Adobe CS6\packages\core\PDApp.pimx
    8/26/2012 19:42:46 [INFO] PIM - XML is valid
    8/26/2012 19:42:46 [WARN] PIM - Failed to find Node
    8/26/2012 19:42:46 [INFO] PIM - PackageCheck: Package id DB6A859D-6542-41CB-8C81-548894F5AF7B not installed on the system. Size required: 25586340
    8/26/2012 19:42:46 [INFO] PIM - Trying to access xml at path:D:\Program Files (x86)\Adobe CS6\packages\D6\D6.pimx
    8/26/2012 19:42:46 [INFO] PIM - XML is valid
    8/26/2012 19:42:46 [WARN] PIM - Failed to find Node
    8/26/2012 19:42:46 [INFO] PIM - PackageCheck: Package id 325EE915-3603-483C-9AB6-27FF2ACD9E15 not installed on the system. Size required: 3073908
    8/26/2012 19:42:46 [INFO] PIM - Trying to access xml at path:D:\Program Files (x86)\Adobe CS6\packages\DECore\DECore.pimx
    8/26/2012 19:42:46 [INFO] PIM - XML is valid
    8/26/2012 19:42:46 [WARN] PIM - Failed to find Node
    8/26/2012 19:42:46 [INFO] PIM - PackageCheck: Package id EFAA097D-45E3-4C97-858D-B788D0286E68 not installed on the system. Size required: 27226128
    8/26/2012 19:42:46 [INFO] PIM - Trying to access xml at path:D:\Program Files (x86)\Adobe CS6\packages\DWA\DWA.pimx
    8/26/2012 19:42:46 [INFO] PIM - XML is valid
    8/26/2012 19:42:46 [WARN] PIM - Failed to find Node
    8/26/2012 19:42:46 [INFO] PIM - PackageCheck: Package id E04AF2FA-0DD0-41FE-A54C-D21B4281F578 not installed on the system. Size required: 4704944
    8/26/2012 19:42:46 [INFO] PIM - Trying to access xml at path:D:\Program Files (x86)\Adobe CS6\packages\P6\P6.pimx
    8/26/2012 19:42:46 [INFO] PIM - XML is valid
    8/26/2012 19:42:46 [WARN] PIM - Failed to find Node
    8/26/2012 19:42:46 [INFO] PIM - PackageCheck: Package id B6250A29-6F83-4AC1-9FCB-55F5145666EF not installed on the system. Size required: 13118732
    8/26/2012 19:42:46 [INFO] PIM - Trying to access xml at path:D:\Program Files (x86)\Adobe CS6\packages\LWA\LWA.pimx
    8/26/2012 19:42:46 [INFO] PIM - XML is valid
    8/26/2012 19:42:46 [WARN] PIM - Failed to find Node
    8/26/2012 19:42:46 [INFO] PIM - PackageCheck: Package id 6723B986-6C15-498E-B5E9-68D769DF1A1C not installed on the system. Size required: 10974706
    8/26/2012 19:42:46 [INFO] PIM - Trying to access xml at path:D:\Program Files (x86)\Adobe CS6\packages\UWA\UWA.pimx
    8/26/2012 19:42:46 [INFO] PIM - XML is valid
    8/26/2012 19:42:46 [WARN] PIM - Failed to find Node
    8/26/2012 19:42:46 [INFO] PIM - PackageCheck: Package id C7711F19-8ED8-47E8-B9E0-C4CC5AF99F85 not installed on the system. Size required: 10076785
    8/26/2012 19:42:46 [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 104237697
    8/26/2012 19:42:46 [INFO] Setup - TimeLog: End initial checks
    8/26/2012 19:43:14 [INFO] Setup - TimeLog: Begin Installing
    8/26/2012 19:43:14 [INFO] Setup - Start Installing core package - D:\Program Files (x86)\Adobe CS6\packages\core\PDApp.pimx
    8/26/2012 19:43:14 [INFO] PIM - START installPackage at file D:\Program Files (x86)\Adobe CS6\packages\core\PDApp.pimx
    8/26/2012 19:43:14 [INFO] PIM - Trying to access xml at path:D:\Program Files (x86)\Adobe CS6\packages\core\PDApp.pimx
    8/26/2012 19:43:14 [INFO] PIM - XML is valid
    8/26/2012 19:43:14 [WARN] PIM - Failed to find Node
    8/26/2012 19:43:14 [INFO] PIM - Validating package file: 'D:\Program Files (x86)\Adobe CS6\packages\core\PDApp.pimx'
    8/26/2012 19:43:14 [INFO] PIM - Validating package file: 'D:\Program Files (x86)\Adobe CS6\packages\core\PDApp.pima'
    8/26/2012 19:43:14 [INFO] PIM - SUCCESS insertPackageUpdateList.
    8/26/2012 19:43:14 [WARN] PIM - Failed to find Node
    8/26/2012 19:43:14 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    8/26/2012 19:43:15 [INFO] Utilities - File does not exist
    8/26/2012 19:43:15 [INFO] PIM - SUCCESS installPackage at file D:\Program Files (x86)\Adobe CS6\packages\core\PDApp.pimx.
    8/26/2012 19:43:15 [INFO] Setup - Finished Installing core package - D:\Program Files (x86)\Adobe CS6\packages\core\PDApp.pimx, Return status: 0
    8/26/2012 19:43:15 [INFO] Setup - Start Installing package - D:\Program Files (x86)\Adobe CS6\packages\D6\D6.pimx
    8/26/2012 19:43:15 [INFO] PIM - START installPackage at file D:\Program Files (x86)\Adobe CS6\packages\D6\D6.pimx
    8/26/2012 19:43:15 [INFO] PIM - Trying to access xml at path:D:\Program Files (x86)\Adobe CS6\packages\D6\D6.pimx
    8/26/2012 19:43:15 [INFO] PIM - XML is valid
    8/26/2012 19:43:15 [WARN] PIM - Failed to find Node
    8/26/2012 19:43:15 [INFO] PIM - Validating package file: 'D:\Program Files (x86)\Adobe CS6\packages\D6\D6.pimx'
    8/26/2012 19:43:15 [INFO] PIM - Validating package file: 'D:\Program Files (x86)\Adobe CS6\packages\D6\D6.pima'
    8/26/2012 19:43:15 [INFO] PIM - SUCCESS insertPackageUpdateList.
    8/26/2012 19:43:15 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    8/26/2012 19:43:15 [INFO] Utilities - File does not exist
    8/26/2012 19:43:15 [INFO] PIM - SUCCESS installPackage at file D:\Program Files (x86)\Adobe CS6\packages\D6\D6.pimx.
    8/26/2012 19:43:15 [INFO] Setup - Finished Installing package - D:\Program Files (x86)\Adobe CS6\packages\D6\D6.pimx
    8/26/2012 19:43:15 [INFO] Setup - Start Installing package - D:\Program Files (x86)\Adobe CS6\packages\DECore\DECore.pimx
    8/26/2012 19:43:15 [INFO] PIM - START installPackage at file D:\Program Files (x86)\Adobe CS6\packages\DECore\DECore.pimx
    8/26/2012 19:43:15 [INFO] PIM - Trying to access xml at path:D:\Program Files (x86)\Adobe CS6\packages\DECore\DECore.pimx
    8/26/2012 19:43:15 [INFO] PIM - XML is valid
    8/26/2012 19:43:15 [WARN] PIM - Failed to find Node
    8/26/2012 19:43:15 [INFO] PIM - Validating package file: 'D:\Program Files (x86)\Adobe CS6\packages\DECore\DECore.pimx'
    8/26/2012 19:43:15 [INFO] PIM - Validating package file: 'D:\Program Files (x86)\Adobe CS6\packages\DECore\DECore.pima'
    8/26/2012 19:43:15 [INFO] PIM - SUCCESS insertPackageUpdateList.
    8/26/2012 19:43:15 [WARN] PIM - Failed to find Node
    8/26/2012 19:43:15 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    8/26/2012 19:43:16 [INFO] Utilities - File does not exist
    8/26/2012 19:43:16 [INFO] PIM - SUCCESS installPackage at file D:\Program Files (x86)\Adobe CS6\packages\DECore\DECore.pimx.
    8/26/2012 19:43:16 [INFO] Setup - Finished Installing package - D:\Program Files (x86)\Adobe CS6\packages\DECore\DECore.pimx
    8/26/2012 19:43:16 [INFO] Setup - Start Installing package - D:\Program Files (x86)\Adobe CS6\packages\DWA\DWA.pimx
    8/26/2012 19:43:16 [INFO] PIM - START installPackage at file D:\Program Files (x86)\Adobe CS6\packages\DWA\DWA.pimx
    8/26/2012 19:43:16 [INFO] PIM - Trying to access xml at path:D:\Program Files (x86)\Adobe CS6\packages\DWA\DWA.pimx
    8/26/2012 19:43:16 [INFO] PIM - XML is valid
    8/26/2012 19:43:16 [WARN] PIM - Failed to find Node
    8/26/2012 19:43:16 [INFO] PIM - Validating package file: 'D:\Program Files (x86)\Adobe CS6\packages\DWA\DWA.pimx'
    8/26/2012 19:43:16 [INFO] PIM - Validating package file: 'D:\Program Files (x86)\Adobe CS6\packages\DWA\DWA.pima'
    8/26/2012 19:43:16 [INFO] PIM - SUCCESS insertPackageUpdateList.
    8/26/2012 19:43:16 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    8/26/2012 19:43:16 [INFO] Utilities - File does not exist
    8/26/2012 19:43:16 [INFO] PIM - SUCCESS installPackage at file D:\Program Files (x86)\Adobe CS6\packages\DWA\DWA.pimx.
    8/26/2012 19:43:16 [INFO] Setup - Finished Installing package - D:\Program Files (x86)\Adobe CS6\packages\DWA\DWA.pimx
    8/26/2012 19:43:16 [INFO] Setup - Start Installing package - D:\Program Files (x86)\Adobe CS6\packages\P6\P6.pimx
    8/26/2012 19:43:16 [INFO] PIM - START installPackage at file D:\Program Files (x86)\Adobe CS6\packages\P6\P6.pimx
    8/26/2012 19:43:16 [INFO] PIM - Trying to access xml at path:D:\Program Files (x86)\Adobe CS6\packages\P6\P6.pimx
    8/26/2012 19:43:16 [INFO] PIM - XML is valid
    8/26/2012 19:43:16 [WARN] PIM - Failed to find Node
    8/26/2012 19:43:16 [INFO] PIM - Validating package file: 'D:\Program Files (x86)\Adobe CS6\packages\P6\P6.pimx'
    8/26/2012 19:43:16 [INFO] PIM - Validating package file: 'D:\Program Files (x86)\Adobe CS6\packages\P6\P6.pima'
    8/26/2012 19:43:16 [INFO] PIM - SUCCESS insertPackageUpdateList.
    8/26/2012 19:43:16 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    8/26/2012 19:43:18 [INFO] Utilities - File does not exist
    8/26/2012 19:43:18 [INFO] PIM - SUCCESS installPackage at file D:\Program Files (x86)\Adobe CS6\packages\P6\P6.pimx.
    8/26/2012 19:43:18 [INFO] Setup - Finished Installing package - D:\Program Files (x86)\Adobe CS6\packages\P6\P6.pimx
    8/26/2012 19:43:18 [INFO] Setup - Start Installing package - D:\Program Files (x86)\Adobe CS6\packages\LWA\LWA.pimx
    8/26/2012 19:43:18 [INFO] PIM - START installPackage at file D:\Program Files (x86)\Adobe CS6\packages\LWA\LWA.pimx
    8/26/2012 19:43:18 [INFO] PIM - Trying to access xml at path:D:\Program Files (x86)\Adobe CS6\packages\LWA\LWA.pimx
    8/26/2012 19:43:18 [INFO] PIM - XML is valid
    8/26/2012 19:43:18 [WARN] PIM - Failed to find Node
    8/26/2012 19:43:18 [INFO] PIM - Validating package file: 'D:\Program Files (x86)\Adobe CS6\packages\LWA\LWA.pimx'
    8/26/2012 19:43:18 [INFO] PIM - Validating package file: 'D:\Program Files (x86)\Adobe CS6\packages\LWA\LWA.pima'
    8/26/2012 19:43:18 [INFO] PIM - SUCCESS insertPackageUpdateList.
    8/26/2012 19:43:18 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    8/26/2012 19:43:19 [INFO] Utilities - File does not exist
    8/26/2012 19:43:19 [INFO] PIM - SUCCESS installPackage at file D:\Program Files (x86)\Adobe CS6\packages\LWA\LWA.pimx.
    8/26/2012 19:43:19 [INFO] Setup - Finished Installing package - D:\Program Files (x86)\Adobe CS6\packages\LWA\LWA.pimx
    8/26/2012 19:43:19 [INFO] Setup - Start Installing package - D:\Program Files (x86)\Adobe CS6\packages\UWA\UWA.pimx
    8/26/2012 19:43:19 [INFO] PIM - START installPackage at file D:\Program Files (x86)\Adobe CS6\packages\UWA\UWA.pimx
    8/26/2012 19:43:19 [INFO] PIM - Trying to access xml at path:D:\Program Files (x86)\Adobe CS6\packages\UWA\UWA.pimx
    8/26/2012 19:43:19 [INFO] PIM - XML is valid
    8/26/2012 19:43:19 [WARN] PIM - Failed to find Node
    8/26/2012 19:43:19 [INFO] PIM - Validating package file: 'D:\Program Files (x86)\Adobe CS6\packages\UWA\UWA.pimx'
    8/26/2012 19:43:19 [INFO] PIM - Validating package file: 'D:\Program Files (x86)\Adobe CS6\packages\UWA\UWA.pima'
    8/26/2012 19:43:19 [INFO] PIM - SUCCESS insertPackageUpdateList.
    8/26/2012 19:43:19 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    8/26/2012 19:43:20 [INFO] Utilities - File does not exist
    8/26/2012 19:43:20 [INFO] PIM - SUCCESS installPackage at file D:\Program Files (x86)\Adobe CS6\packages\UWA\UWA.pimx.
    8/26/2012 19:43:20 [INFO] Setup - Finished Installing package - D:\Program Files (x86)\Adobe CS6\packages\UWA\UWA.pimx
    8/26/2012 19:43:20 [INFO] Utilities - File does not exist
    8/26/2012 19:43:20 [INFO] Setup - TimeLog: End Installing. Now launching PDApp
    8/26/2012 19:43:20 [INFO] Setup - TimeLog: PDApp launched with command "C:\Users\Daniel\AppData\Local\Adobe\OOBE\PDApp\core\PDApp.exe" --media="D:\Program Files (x86)\Adobe CS6" --appletID="DWA_UI" --appletVersion="2.0" --requiredSize=101794. Waiting for PDApp window to come
    8/26/2012 19:43:20 [INFO] PDApp - Build Version - 6.0.335.0
    8/26/2012 19:43:20 [INFO] PDApp - Logging Level verbosity Set  to 4
    8/26/2012 19:43:20 [INFO] PDApp.CommandLineParser - Parsing the command line provided. Number of command line arguments is 5
    8/26/2012 19:43:20 [INFO] PDApp.AppletManager - Loading Applet Switcher library: C:\Users\Daniel\AppData\Local\Adobe\OOBE\PDApp\core\switcher\DWA_UI.dll
    8/26/2012 19:43:20 [WARN] PDApp.AppletManager - Unable to get the applet switching info... Response is: 8
    8/26/2012 19:43:20 [INFO] PDApp - Starting AsyncMessageProcessor
    8/26/2012 19:43:20 [INFO] PDApp.AsyncMsgProcessor - AsyncMsgProcessor initialized...
    8/26/2012 19:43:20 [INFO] PDApp.AsyncMsgProcessor - AsyncMsgProcessor started. on thread id = 5572
    8/26/2012 19:43:20 [INFO] PDApp - Detecting Applet Database Library file...
    8/26/2012 19:43:20 [INFO] PDApp - Fetching Applet registeration information...
    8/26/2012 19:43:20 [INFO] PDApp.AppletManager - AppletManager initialize...
    8/26/2012 19:43:20 [INFO] PDApp.AppletManager - Applet database path - C:\Users\Daniel\AppData\Local\Adobe\OOBE\PDApp\core\..
    8/26/2012 19:43:20 [INFO] PDApp.AppletManager - PIM library path - C:\Users\Daniel\AppData\Local\Adobe\OOBE\PDApp\core\AdobePIM.dll
    8/26/2012 19:43:20 [INFO] PDApp.AppletManager - Loading PIM library...
    8/26/2012 19:43:20 [INFO] PIM - Build Version - 6.0.335.0
    8/26/2012 19:43:20 [INFO] PIM - Logging Level verbosity Set  to 4
    8/26/2012 19:43:20 [INFO] PIM - CREATE PIM Instance ...
    8/26/2012 19:43:20 [INFO] Utilities - File does not exist
    8/26/2012 19:43:20 [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    8/26/2012 19:43:20 [INFO] PIM - Current db schema version on machine 1.
    8/26/2012 19:43:20 [INFO] PIM - Current db schema version to install 1.
    8/26/2012 19:43:20 [INFO] PIM - PIM DB Schema is up to date. Current schema version is 1.
    8/26/2012 19:43:20 [INFO] PIM - PIM Database is Up To Date.
    8/26/2012 19:43:20 [INFO] PDApp.AppletManager - Getting applet data from Applet database
    8/26/2012 19:43:20 [INFO] PDApp.AppletManager - All installed pakages version string (pim_getCurrentPackagesVersion) is D6:6.0.335.0|DECore:6.0.335.0|DWA:3.0.94.0|LWA:3.0.64.0|P6:6.0.335.0|PDApp:6.0.335.0|UWA: 6.0.335.0
    8/26/2012 19:43:20 [INFO] PIM - PIMSqlite closeDB status 0
    8/26/2012 19:43:20 [INFO] PIM - FREE PIM Instance ...
    8/26/2012 19:43:20 [INFO] PDApp.AppletManager - Registering Applets...
    8/26/2012 19:43:20 [INFO] PDApp.WindowManager - Initializing native WindowManager
    8/26/2012 19:43:20 [INFO] PDApp.WindowManager - Creating window instance
    8/26/2012 19:43:20 [INFO] PDApp.WindowManager - Checking for appletID and appletVersion given in CommandLineOptions
    8/26/2012 19:43:20 [INFO] PDApp.WindowManager - Creating APE stage instance
    8/26/2012 19:43:22 [INFO] PDApp.ExternalGateway - MessageHandler initialized...
    8/26/2012 19:43:22 [INFO] PDApp.ExternalGateway - ExternalGateway initialized...
    8/26/2012 19:43:22 [INFO] PDApp.ExternalGateway - NativeCommandHandler initialized...
    8/26/2012 19:43:22.199 [INFO] PDApp.StartupCommand Logging Level verbosity Set to  INFO
    8/26/2012 19:43:22.199 [INFO] PDApp.StartupCommand Processing the startup Command
    8/26/2012 19:43:22.199 [INFO] PDAPP.AppletManager Starting Applet registeration...
    8/26/2012 19:43:22.199 [INFO] PDAPP.MainDisplayMediator Looking up for the Exact versioned applet for ID :DWA_UI
    8/26/2012 19:43:22.209 [INFO] PDAPP.AppletManager Loading Applet: DWA_UI Version = 2.0
    8/26/2012 19:43:22.209 [INFO] PDApp.ZStringLoader PDAPP SWF - locale set to - en_US
    8/26/2012 19:43:22.219 [INFO] PDAPP.AppletManager Loading progress0 out of 1280455
    8/26/2012 19:43:22.219 [INFO] PDAPP.AppletManager Loading progress65536 out of 1280455
    8/26/2012 19:43:22.229 [INFO] PDAPP.AppletManager Loading progress131072 out of 1280455
    8/26/2012 19:43:22.229 [INFO] PDAPP.AppletManager Loading progress196608 out of 1280455
    8/26/2012 19:43:22.229 [INFO] PDAPP.AppletManager Loading progress262144 out of 1280455
    8/26/2012 19:43:22.229 [INFO] PDAPP.AppletManager Loading progress327680 out of 1280455
    8/26/2012 19:43:22.229 [INFO] PDAPP.AppletManager Loading progress393216 out of 1280455
    8/26/2012 19:43:22.229 [INFO] PDAPP.AppletManager Loading progress458752 out of 1280455
    8/26/2012 19:43:22.229 [INFO] PDAPP.AppletManager Loading progress524288 out of 1280455
    8/26/2012 19:43:22.229 [INFO] PDAPP.AppletManager Loading progress589824 out of 1280455
    8/26/2012 19:43:22.229 [INFO] PDAPP.AppletManager Loading progress655360 out of 1280455
    8/26/2012 19:43:22.229 [INFO] PDAPP.AppletManager Loading progress720896 out of 1280455
    8/26/2012 19:43:22.239 [INFO] PDAPP.AppletManager Loading progress786432 out of 1280455
    8/26/2012 19:43:22.239 [INFO] PDAPP.AppletManager Loading progress851968 out of 1280455
    8/26/2012 19:43:22.239 [INFO] PDAPP.AppletManager Loading progress917504 out of 1280455
    8/26/2012 19:43:22.239 [INFO] PDAPP.AppletManager Loading progress983040 out of 1280455
    8/26/2012 19:43:22.239 [INFO] PDAPP.AppletManager Loading progress1048576 out of 1280455
    8/26/2012 19:43:22.239 [INFO] PDAPP.AppletManager Loading progress1114112 out of 1280455
    8/26/2012 19:43:22.239 [INFO] PDAPP.AppletManager Loading progress1179648 out of 1280455
    8/26/2012 19:43:22.239 [INFO] PDAPP.AppletManager Loading progress1245184 out of 1280455
    8/26/2012 19:43:22.239 [INFO] PDAPP.AppletManager Loading progress1280455 out of 1280455
    8/26/2012 19:43:22.539 [INFO] Deployment.D6FlexApplication Application load complete. Initializing the application
    8/26/2012 19:43:22.539 [INFO] Deployment.ApplicationStartup Processing the application startup
    8/26/2012 19:43:22.539 [INFO] PDApp.ExternalGateway Recieved Applet Loading Completion
    8/26/2012 19:43:22.539 [INFO] Deployment.ApplicationStartup Communication Manager initialized. Loading ZString
    8/26/2012 19:43:22.539 [INFO] ZStringLoader Trying to load ZString for preferred locale - en_US
    8/26/2012 19:43:22.549 [INFO] ZStringLoader Locale set to - en_US
    8/26/2012 19:43:22.549 [INFO] Deployment.ApplicationStartup ZString initialized with locale: 'en_US'. Starting deployment workflow.
    8/26/2012 19:43:22.549 [INFO] Deployment.ApplicationStartup Font fallback applied is applicationFonts 'Lucida Grande, Segoe UI, Tahoma, _sans' inputControlFonts: 'Lucida Grande, Segoe UI, Tahoma, _sans'
    8/26/2012 19:43:22.549 [INFO] Deployment.FetchMediaInformation Start fetching the payloads data
    8/26/2012 19:43:22 [INFO] PDApp.AppletManager - Loading Applet - DWA_Native for WindowID - 1
    8/26/2012 19:43:22 [INFO] DWANative - Build Version - 6.0.335.0
    8/26/2012 19:43:22 [INFO] DWANative - Logging Level verbosity Set  to 4
    8/26/2012 19:43:22 [INFO] DWANative - pdbOpenSession kCapsErrNotFound. Installer is running on a clean machine.
    8/26/2012 19:43:22.559 [INFO] DeploymentNativeApplet Media Signature found as {E8AD3069-9EB7-4BA8-8BFE-83F4E69355C0}
    8/26/2012 19:43:22.569 [INFO] Deployment.FetchMediaInformation Summary file created for troubleshooting at path: C:\Users\Daniel\AppData\Local\Temp\{034AF4A3-26C3-4228-A92D-3B2F7C46180C}\summary.htm
    8/26/2012 19:43:22 [INFO] DWANative - OS INFOLIST ::
    MajorVerison :6
    MinorVersion :1
    productType:1
    platformId:2
    8/26/2012 19:43:22 [INFO] TokenGenerator64 - Build Version - 6.0.335.0
    8/26/2012 19:43:22 [INFO] TokenGenerator64 - Logging Level verbosity Set  to 6
    8/26/2012 19:43:22 [DEBUG] Utilities - ACF Path retreived :C:\Program Files\Common Files\Adobe
    8/26/2012 19:43:22 [INFO] TokenGenerator64 - token.xml is created succesfully
    8/26/2012 19:43:22 [INFO] DWANative - drivePath retreived
    8/26/2012 19:43:22 [INFO] DWANative - drivePath retreived
    8/26/2012 19:43:22.599 [INFO] DeploymentNativeApplet Setting System statistics data...
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Extracting tokens for windows
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a token with name [AdobeProgramFiles] and value C:\Program Files (x86)\Adobe
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a token with name [AdobeCommon] and value C:\Program Files (x86)\Common Files\Adobe
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a token with name [Utilities] and value C:\Program Files (x86)\Common Files\Adobe
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a token with name [Common] and value C:\Program Files (x86)\Common Files
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a token with name [ProgramFiles] and value C:\Program Files (x86)
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a token with name [SharedApplicationData] and value C:\ProgramData
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a token with name [SharedDocuments] and value C:\Users\Public\Documents
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a token with name [FontsFolder] and value C:\Windows\Fonts
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a token with name [StartMenu] and value C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a token with name [System32Folder] and value C:\Windows\system32
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a token with name [UserDocuments] and value C:\Users\Daniel\Documents
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a token with name [UserRoamingAppData] and value C:\Users\Daniel\AppData\Roaming
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a token with name [UserLocalAppData] and value C:\Users\Daniel\AppData\Local
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a token with name [UserHome] and value C:\Users\Daniel
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a token with name [UserFavorites] and value C:\Users\Daniel\Favorites
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a token with name [UserPictures] and value C:\Users\Daniel\Pictures
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a token with name [UserTemplates] and value C:\Users\Daniel\AppData\Roaming\Microsoft\Windows\Templates
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Extracting tokens for windows64
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a win64 token with name [AdobeProgramFiles] and value D:\Program Files\Adobe
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a win64 token with name [AdobeCommon] and value C:\Program Files\Common Files\Adobe
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a win64 token with name [Common] and value C:\Program Files\Common Files
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a win64 token with name [ProgramFiles] and value D:\Program Files
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a win64 token with name [SharedApplicationData] and value C:\ProgramData
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a win64 token with name [SharedDocuments] and value C:\Users\Public\Documents
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a win64 token with name [Utilities] and value C:\Program Files\Common Files\Adobe
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a win64 token with name [FontsFolder] and value C:\Windows\Fonts
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a win64 token with name [StartMenu] and value C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    8/26/2012 19:43:22.599 [INFO] Deployment.DirectoryTokens Adding a win64 token with name [System32Folder] and value C:\Windows\system32
    8/26/2012 19:43:22.609 [INFO] Deployment.DirectoryTokens Adding a win64 token with name [UserDocuments] and value C:\Users\Daniel\Documents
    8/26/2012 19:43:22.609 [INFO] Deployment.DirectoryTokens Adding a win64 token with name [UserRoamingAppData] and value C:\Users\Daniel\AppData\Roaming
    8/26/2012 19:43:22.609 [INFO] Deployment.DirectoryTokens Adding a win64 token with name [UserLocalAppData] and value C:\Users\Daniel\AppData\Local
    8/26/2012 19:43:22.609 [INFO] Deployment.DirectoryTokens Adding a win64 token with name [UserFavorites] and value C:\Users\Daniel\Favorites
    8/26/2012 19:43:22.609 [INFO] Deployment.DirectoryTokens Adding a win64 token with name [UserPictures] and value C:\Users\Daniel\Pictures
    8/26/2012 19:43:22.609 [INFO] Deployment.DirectoryTokens Adding a win64 token with name [UserTemplates] and value C:\Users\Daniel\AppData\Roaming\Microsoft\Windows\Templates
    8/26/2012 19:43:22.609 [INFO] DeploymentNativeApplet Checking whether the media with signature '{E8AD3069-9EB7-4BA8-8BFE-83F4E69355C0}' has been run on this system
    8/26/2012 19:43:22 [WARN] DWANative - Could not retrieve media signature from the arguments.
    8/26/2012 19:43:22.609 [INFO] DeploymentNativeApplet Fetching the setup manifest from media
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Bridge CS6 (64 Bit)({00496505-D56B-4B07-A8C5-70A0B4E689F7})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobeColorVideoProfilesAE CS6({02EFB598-92AB-4DCB-A417-FE0FCBCD2266})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Dynamic Link Media Server({0377892E-FCAC-46EC-AA70-C6AC8A86A81F})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Player for Embedding 3.201({046C2E05-C3C0-45AC-A6A3-D319F751E5CC})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Fireworks CS6_AdobeFireworks12en_USLanguagePack({05E1E278-7A8D-11E1-A0B9-FC0245DB7244})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Microsoft_VC90_CRT_x86({08D2E121-7F6A-43EB-97FD-629B44903403})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe XMP Panels({093DEFC4-542D-4D0A-8162-0592055515F4})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobeColorCommonSetCMYK CS6({0C4E7429-E920-4125-980E-029A87AE0A4D})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobeColorEU CS6({0E0AA043-65AC-4A20-AAD6-9B4C7667309B})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Fireworks CS6_AdobeFireworks12ja_JPLanguagePack({110F7FCE-7A8E-11E1-BB1D-CEBA0B96881F})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Encore CS6_AdobeEncore6en_USLanguagePack({145F0B3B-2643-43A0-9BBC-ADAA51223F5F})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Suite Shared Configuration CS5.5({152B1DA7-A342-4EAA-BD28-25DD7B74AB3C})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Photoshop CS6 Japanese Language Pack_AdobePhotoshop13-ja_JP({1837F64F-8388-4AA6-AABD-C608B4430715})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'SonicWrappers_ph({185F9795-9663-4F13-9EF9-307A282ADB5A})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Flash Builder 4.6({1BF6648E-DFC9-4371-98B6-F6AD9358DF4F})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Flash CS6_AdobeFlash12.0-en_USLanguagePack({1E621A15-CD9F-4543-B3F6-8032B3647A6A})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Toolhints CS6({1EA52983-8EDD-1014-A956-E9729DA4AEEB})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Prelude CS6 Support({1EB907F5-3F33-4495-88E6-8B97B519291F})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Photoshop CS6 Support({1F955A4A-F365-4379-AEE2-B7C83E1AA883})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Flash CS6_AdobeFlash12.0-ja_JPLanguagePack({23D3FD35-6497-4038-9CE3-6B79A4093013})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobePDFL x64 CS6({246C4B99-19F7-4475-9787-5FF8595B86D7})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Illustrator CS6 Core (64 Bit)_AdobeIllustrator16en_GBLanguagePack_x64({26BF5EE3-8C29-46DA-BA87-D04DB7C84197})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobeColorJA CS6({26F763C9-076F-473D-9A0E-4050C973737C})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Photoshop CS6 English Language Pack_x64_AdobePhotoshop13-en_US_x64({29A80A19-9E35-455A-AF9D-B39AE5B3035D})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Hunspell Linguistics Plugin CS6 x64({29DB26AB-81CE-41D6-B0C9-BE15E36C87C6})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'SonicWrappers_bl({2A075BB4-E976-4278-BF3F-E5C6945D84C0})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe InDesign CS6 Icon Handler x64({2DAEE15D-8D47-1014-9FF6-ACA9093B5359})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Photoshop CS6 English Language Pack_AdobePhotoshop13-en_US({3071EDD7-EA5B-4CAC-B4D0-4D4D664154D1})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe InDesign CS6 Common Language Files_AdobeInDesign8CommonLang-en_GB({308066E3-8D40-1014-B993-EF118FFB1E39})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Audition({30FD541D-3C9D-41C4-B240-A994EE4E0231})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Required Common Fonts Installation({311CDC89-AC18-4344-9EC9-0225328C73D3})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobeIdeaPluginCS6-loc({319044AD-1B7E-4872-8E8A-D18D88C7E932})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Photoshop CS6 Core_x64({3289C0E8-78B9-47D4-98E5-F25BFF1CBED4})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Player for Embedding 3.3({354D20E6-A25F-4728-9DA6-C9003D8F2928})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe CSXS Infrastructure CS6({36682D68-3834-487E-BA49-DFA4AB0A2E32})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe SpeedGrade CS6({3D46121C-A0E6-4259-B7E0-5127C218A096})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Prelude CS6_AdobePrelude1ja_JPLanguagePack({3E3F8DDE-80ED-4F60-83D1-17A965C4F085})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobeColorNA CS6({42C0738D-8D50-45B7-BC51-4BC609133E3A})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Premiere Pro CS6({42CED1DA-1C36-45D2-88C0-C32DB6B82B49})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Prelude CS6_AdobePrelude1en_USLanguagePack({438F42BD-8A0D-4D39-A50B-08D6C58B6014})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Encore CS6({46251F95-B2F8-484A-9B5B-8C0E5A43A202})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobeMotionPicture CS6({4758849A-8C03-4F90-A024-3D4C7A035B5A})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe After Effects CS6({4817D846-700B-474E-A31B-80892B3E92E3})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobeColorPhotoshop CS6({48623899-C152-457D-9B30-1F957332AC2F})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'DPS Desktop Tools CS6({488DE6DF-6D55-1014-8588-B572E54263B5})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Flash CS6({4FAB339E-2132-434F-9376-9CD735E4C69C})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobeColorEU CS6({51C77DC1-5C75-4491-8645-A17CC33F5A36})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Camera Profiles Installer({539AEF15-3A2B-4A31-A587-7E90F7D9C700})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobePDFL CS6({557F9FD3-EED8-43D7-AF29-0F19CA832728})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe InDesign CS6 Common Language Files_AdobeInDesign8CommonLang-ja_JP({55D814FB-8D3F-1014-9CAE-A6C79F910A7A})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Photoshop Camera Raw 7 (64 bit)({55F0AFED-606D-476A-A07A-134291002FBA})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AIR for Apple iOS Support Wrapper({59EBB3D9-AA2A-4068-AB48-75ED6879B5F9})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'PDF Settings CS6({5C0D1B2E-2D70-48AB-9A0B-0E1E1CC084B1})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe SpeedGrade CS6_AdobeSpeedGrade6.0en_USLanguagePack({5D76C825-9827-4D93-813E-6C3754D504B1})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Required Common Fonts Installation x64({63594DD4-0241-422A-93A5-B6530040E1C7})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Microsoft_VC90_MFC_x86({635FED5B-2C6D-49BE-87E6-7A6FCD22BC5A})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AIR for Apple iOS support (FB)({674E5E7D-A6F8-49B4-A026-EB3922144B24})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe InDesign CS6 Common Language Files_AdobeInDesign8CommonLang-en_US({6C98A8B6-8D40-1014-AE3E-EF3F5E8D39AE})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobeTypeSupport CS5({6F3A624B-1B72-4081-96E8-23261F389C5C})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobeIdeaPluginCS6 x64({7483525E-26E8-4748-870D-1F064AB8AA83})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Hunspell Linguistics Plugin CS6({784B5277-7B8A-4058-8F5D-A146F8BA5F7B})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobeColorVideoProfilesCS CS6({78E38D75-4D92-4F6E-B631-17A436BED680})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe WinSoft Linguistics Plugin CS6 x64({7CA3FAD4-7B82-473C-8207-5A283E90742A})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Encore CS6_AdobeEncore6ja_JPLanguagePack({7CAB9049-437E-432B-83AC-F69F450E5D52})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Illustrator CS6 Core({7D4E9D10-AED6-485D-A2B0-9A1DF1A55545})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'PDF Settings CS6({7E91BB17-16A1-42CE-9502-D6C98BE04920})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Recommended Common Fonts Installation x64({8085C16A-3148-40B4-BC8B-12ED59C9C478})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe SpeedGrade CS6_AdobeSpeedGrade6.0ja_JPLanguagePack({814AD7B2-0573-4E45-8480-9082D6E48DB9})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Extension Manager CS6({83463106-DD1C-4FE5-A61C-DF6715472AD4})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe NPS Panel({8467887D-92F1-435C-B387-A7551B88EC70})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Suite Shared Configuration CS6({8706963D-5F48-47CC-998B-DAB70B089DB8})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Illustrator CS6 Core_AdobeIllustrator16en_USLanguagePack({8815EC0E-89C0-4EDB-ACD7-32DB5B67536D})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Dreamweaver CS6_AdobeDreamweaver12ja_JPLanguagePack({8E8021FF-7AA0-11E1-BF04-E98EE5274486})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack({8FDB26FC-7AA0-11E1-BF04-E25246635842})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Photoshop CS6 Core({9124DF4E-617D-486B-A970-8FA632244F24})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe InDesign CS6 Application Language Files_AdobeInDesign8AppLang-en_GB({91E01984-8D3F-1014-B925-DFD46364B983})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Player for Embedding x64 3.3({9254D539-549A-41DD-A7DA-251766F2B76F})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Microsoft_VC80_CRT_x86({92D58719-BBC1-4CC3-A08B-56C9E884CC2C})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe WinSoft Linguistics Plugin CS6({94FEA41F-7345-429F-AA31-5C615F24CE29})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Bridge CS6({97BA0109-F6BE-4F50-8904-C19442D7216E})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe After Effects CS6 Support({98970962-1D70-43D4-B268-EDF57E451BA9})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobeCMaps x64 CS6({99290358-A784-4218-A7BA-954AE5F9207C})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Microsoft Visual C++ 2005 Redistributable Package (x64)({99FE4191-AC6B-11E0-B602-00215AEA26C9})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Illustrator CS6 Core (64 Bit)_AdobeIllustrator16en_USLanguagePack_x64({9A63F173-0324-43F5-A0CA-75FF3ADE907B})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Audition_AdobeAudition5ja_JPLanguagePack({9A8D862B-995B-4A17-B78D-5F77F505F057})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Microsoft Visual C++ 2005 Redistributable Package (x86)({9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Microsoft Visual C++ 2008 Redistributable Package (x64)({9B78FAB0-AC6B-11E0-8EF3-00215AEA26C9})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Microsoft Visual C++ 2008 Redistributable Package (x86)({9C4AA28F-AC6B-11E0-8997-00215AEA26C9})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Microsoft Visual C++ 2010 Redistributable Package (x64)({9D2A060F-AC6B-11E0-8C00-00215AEA26C9})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Illustrator CS6 Core (64 Bit)({9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Microsoft Visual C++ 2010 Redistributable Package (x86)({9E0AF030-AC6B-11E0-8837-00215AEA26C9})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobeTypeSupport CS6({A0F72081-99FB-4FFA-AE1A-62B5A656CAC1})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobeIdeaPluginCS6({A269DDEC-5572-4032-AA26-3485A1620006})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Photoshop CS6 Japanese Language Pack_x64_AdobePhotoshop13-ja_JP_x64({A276AA98-F93E-4F6C-933E-57604A29F2A1})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Dreamweaver CS6({A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Audition_AdobeAudition5en_USLanguagePack({A7A95754-A63E-4052-8945-BBDC27009E7E})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe InDesign CS6 Application Feature Set Files({A8560618-8D40-1014-ADF9-825EAE966C45})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe InDesign CS6 Common Base Files({AA9DC298-8D46-1014-853D-9FC0306FBFCE})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Acrobat Professional({AC76BA86-1033-F400-7760-000000000005})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Acrobat Professional({AC76BA86-1041-0000-7760-000000000005})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobeColorJA CS6({AD8A9ABD-0567-4489-8843-15A45760231B})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Illustrator CS6 Core_AdobeIllustrator16en_GBLanguagePack({B25DFA23-EC41-4B19-8BD4-1B042D68BF85})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobeTypeSupport x64 CS6({B2D792AF-F407-4EFA-9A03-3F2A476146F6})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Microsoft_VC90_MFCLOC_x86({B6D38690-755E-4F40-A35A-23F8BC2B86AC})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe InDesign CS6 Application Feature Set Files({B8CD128B-8D40-1014-B944-C86071713DAE})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Mini Bridge CS6({B98E0DCB-1A75-4394-9813-3A114AA3891D})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobeColorNA CS6({BB66788C-4C4F-4EB0-B146-9178857DE287})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobeCMaps CS5({BD0D6363-E961-410F-8BF4-ECD8795F3923})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe After Effects CS6_AdobeAfterEffects11ja_JPLanguagePack({BDE013E0-3CDD-4EA6-A9A8-6625CAF4B697})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Dreamweaver Widget Browser({C0C7DC90-C8DF-46DA-BA21-848889DAFD11})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Linguistics CS6 x64({C41A769E-27ED-44F7-8A11-F2E32F538E05})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AmericanEnglishSpeechAnalysisModels({C5CA53A2-E722-4D76-B5AC-71522CC48AB3})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobeColorCommonSetRGB CS6({C7B1C1B3-368D-4C32-A818-83F1554EB398})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Fireworks CS6({CA7C485C-7A89-11E1-B2C8-CD54B377BC52})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Illustrator CS6 Support32({CB510A42-9CC2-4FD0-9DA6-0C8C333EF538})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Media Encoder CS6({CC006FD6-00EF-46FC-ACA0-7A28EFF44D20})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Illustrator CS6 Core_AdobeIllustrator16ja_JPLanguagePack({CC59DB03-F745-4207-962C-63D550E2E066})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Premiere Pro CS6 Support({CDAC14AB-1424-4E9C-8515-EA89D7F37243})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe SwitchBoard 2.0({CFA46C39-C539-4BE9-9364-495003C714AD})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe InDesign CS6 Application Base Files({CFB770D7-8D43-1014-922B-CC2715FADE3F})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Photoshop Camera Raw 7({CFC3110A-491C-4DBF-A97D-66C567600A2F})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Premiere Pro CS6_AdobePremierePro6.0en_USLanguagePack({D094CE41-D4F5-473E-8915-B1D026CB193E})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AIR for Apple iOS support (FP)({D2583A3E-399C-45D7-8AF1-FE5BAFC946CF})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobeHelp({D38116C8-C472-4BB0-AD6F-0C1DD1320D1D})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe After Effects CS6_AdobeAfterEffects11en_USLanguagePack({D3E89C12-49DE-4A2C-9D24-1A8D704679D5})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Encore CS6 Support({DBCFA16A-59EC-4DAF-98D1-B4E2C2A9E7B4})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Linguistics CS6({DC00A3E1-9C61-4B11-8070-B592E68D2B3C})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Premiere Pro CS6_AdobePremierePro6.0ja_JPLanguagePack({DCD039D1-1269-4366-99BD-63FBC4A0C712})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Recommended Common Fonts Installation({DE7C6FA1-AF75-48A8-B495-CFAD529BCC3D})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'DynamiclinkSupport({DE88AA40-6766-43D3-A755-8FC374B3D2C3})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe InDesign CS6 Application Language Files_AdobeInDesign8AppLang-en_US({E04F4B94-8D3F-1014-BB29-98347AEBFF8C})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Prelude CS6({E0D1B182-6827-4AD8-9C1D-CFFD4314DFE4})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Photoshop CS6 International English Language Pack_x64_AdobePhotoshop13-en_GB_x64({E42CAADF-4613-4257-B404-1FB8ECC18695})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Illustrator CS6 Core (64 Bit)_AdobeIllustrator16ja_JPLanguagePack_x64({E5EE62C1-3B58-48A9-AFBC-4C15976C8490})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe After Effects CS6 Presets({E787BAD7-B750-4E1C-A149-965CF1DEE4AB})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'CS6 Master Collection({E8AD3069-9EB7-4BA8-8BFE-83F4E69355C0})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'AdobeCMaps CS6({E8B1DAAA-0B6B-44E6-A2D3-8E418EA0EA85})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe CSXS Extensions CS6({EB2A8CD4-B247-4810-A294-E3DB8EDC6060})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe InDesign CS6 Icon Handler({EB5C092C-8D46-1014-A129-F57E0145A7FD})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe ExtendScript Toolkit CS6({EFBC1075-F890-4293-A0D1-04BE66EE2AB3})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Media Encoder CS6 X64({F2F2F788-A17F-4CEC-A03C-DFB778E9D901})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe InDesign CS6 Application Base Files2({F48E8FE8-8D40-1014-8129-D1C5ABFD087E})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Illustrator CS6 Support({F683ECF1-07EC-43CB-90B0-8F325A8C09C1})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe InDesign CS6 Application Language Files_AdobeInDesign8AppLang-ja_JP({FC5B6A15-8D3E-1014-8E22-FD25F2906565})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:22 [WARN] DWANative - Checking Reverse Dependency for payload 'Adobe Photoshop CS6 International English Language Pack_AdobePhotoshop13-en_GB({FD50FA04-4759-494E-9D6D-4589FD80E484})' of '0' type. Found NULL PDB session
    8/26/2012 19:43:23.329 [INFO] Deployment.FetchMediaInformation ********************************** Payload Adobe Code and Display Name Map Start **********************************
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {00496505-D56B-4B07-A8C5-70A0B4E689F7} Adobe Bridge CS6 (64 Bit)
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {02EFB598-92AB-4DCB-A417-FE0FCBCD2266} Adobe Color Video Profiles AE CS6
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {0377892E-FCAC-46EC-AA70-C6AC8A86A81F} Adobe Dynamic Link Media Server
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {046C2E05-C3C0-45AC-A6A3-D319F751E5CC} Adobe Player for Embedding 3.201
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {05E1E278-7A8D-11E1-A0B9-FC0245DB7244} Adobe Fireworks CS6 English (en_US) Language Pack
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {08D2E121-7F6A-43EB-97FD-629B44903403} Microsoft_VC90_CRT_x86
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {093DEFC4-542D-4D0A-8162-0592055515F4} Adobe XMP Panels
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {0C4E7429-E920-4125-980E-029A87AE0A4D} AdobeColorCommonSetCMYK
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {0E0AA043-65AC-4A20-AAD6-9B4C7667309B} Adobe Color EU Recommended Settings CS6
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {110F7FCE-7A8E-11E1-BB1D-CEBA0B96881F} Adobe Fireworks CS6 Japanese Language Pack
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {145F0B3B-2643-43A0-9BBC-ADAA51223F5F} Adobe Encore CS6 LangPack (en_US)
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {152B1DA7-A342-4EAA-BD28-25DD7B74AB3C} Suite Shared Configuration CS5.5
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {1837F64F-8388-4AA6-AABD-C608B4430715} Adobe Photoshop CS6 Japanese Language Pack
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {185F9795-9663-4F13-9EF9-307A282ADB5A} SonicWrappers_ph
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {1BF6648E-DFC9-4371-98B6-F6AD9358DF4F} Adobe Flash Builder 4.6
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {1E621A15-CD9F-4543-B3F6-8032B3647A6A} Adobe Flash CS6 Payload LangPack (en_US)
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {1EA52983-8EDD-1014-A956-E9729DA4AEEB} Adobe Toolhints CS6
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {1EB907F5-3F33-4495-88E6-8B97B519291F} Adobe Prelude CS6 Support
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {1F955A4A-F365-4379-AEE2-B7C83E1AA883} Adobe Photoshop CS6 Support
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {23D3FD35-6497-4038-9CE3-6B79A4093013} Adobe Flash CS6 Payload LangPack (ja_JP)
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {246C4B99-19F7-4475-9787-5FF8595B86D7} Adobe PDF Library Files x64 CS6
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {26BF5EE3-8C29-46DA-BA87-D04DB7C84197} Adobe Illustrator CS6 LangPack_x64 (en_GB)
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {26F763C9-076F-473D-9A0E-4050C973737C} Adobe Color JA Extra Settings CS6
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {29A80A19-9E35-455A-AF9D-B39AE5B3035D} Adobe Photoshop CS6 English Language Pack_x64
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {29DB26AB-81CE-41D6-B0C9-BE15E36C87C6} Adobe Hunspell Linguistics Plugin CS6 x64
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {2A075BB4-E976-4278-BF3F-E5C6945D84C0} SonicWrappers_bl
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {2DAEE15D-8D47-1014-9FF6-ACA9093B5359} Adobe InDesign CS6 Icon Handler x64
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {3071EDD7-EA5B-4CAC-B4D0-4D4D664154D1} Adobe Photoshop CS6 English Language Pack
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {308066E3-8D40-1014-B993-EF118FFB1E39} Adobe InDesign CS6 Common Language Files (en_GB)
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {30FD541D-3C9D-41C4-B240-A994EE4E0231} Adobe Audition CS6
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {311CDC89-AC18-4344-9EC9-0225328C73D3} Adobe Fonts Required
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {319044AD-1B7E-4872-8E8A-D18D88C7E932} Localization Ideas Plugin CS6
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {3289C0E8-78B9-47D4-98E5-F25BFF1CBED4} Adobe Photoshop CS6 (64 Bit)
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {3D46121C-A0E6-4259-B7E0-5127C218A096} Adobe SpeedGrade CS6
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {3E3F8DDE-80ED-4F60-83D1-17A965C4F085} Adobe Prelude CS6 LangPack (ja_JP)
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {42C0738D-8D50-45B7-BC51-4BC609133E3A} Adobe Color NA Extra Settings CS6
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {42CED1DA-1C36-45D2-88C0-C32DB6B82B49} Adobe Premiere Pro CS6
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {438F42BD-8A0D-4D39-A50B-08D6C58B6014} Adobe Prelude CS6 LangPack (en_US)
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {46251F95-B2F8-484A-9B5B-8C0E5A43A202} Adobe Encore CS6
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {4758849A-8C03-4F90-A024-3D4C7A035B5A} Adobe MotionPicture Color Files CS6
    8/26/2012 19:43:23.339 [INFO] Deployment.FetchMediaInformation {4817D846-700B-474E-A3

    I've done this multiple times and it produces essentially the same message, but there is a mention that a restart is pending. This is also strange because this is definitely not the case. First time I used CScleaner it took a while and was obviously busy correcting something. However now when I select clean all, it simply dumps anopther massive log file into AppData and says cleaning completed successfully. Now I just ran it again, so would you like me to post the more recent log file?

  • IPhone 4 phones calls interrupted by music

    When I'm making a phone call I will suddenly be cut off and the Phone starts to play the music that is on the device.  I'm not doing anything to the phone, not pressing buttons shaking it or anything. I can be talking to somebdoy and then suddely they are gone and the music is playing.  Sometimes it takes me four or five attempts to get the call back , as the music will interrupt the dialling and can cut in at any time.
    I checked and the music app is not active after this happens. The iPhone is hardly usable as a phone noew the problem has got so bad. Anybody know if this can be fixed?
    My next move will be to delete all the music on the device, pretty poor for a $600 phone.

    I'm on ios 6.1.3 .
    Frankly I would consider anything as the phone is almost unusable (as a phone) at the moment.  I only have one paid app that cost 99 cents and I don't care about that.

  • Why are my current calls being interrupted by new calls?

    Why are my current calls being interrupted by new calls?
    I'm using iPhone 6 plus and reset my network settings multiple times. The issue is random.

    glic1 wrote:
    Why are my current calls being interrupted by new calls?
    I'm using iPhone 6 plus and reset my network settings multiple times. The issue is random.
    Are you saying when your on a phone call and someone else calls you it does what exactly?  Disconnect your current call with the new call?

  • Is there a way to play music on my iphone (4) without it being interrupted by phone calls?

    Is there a way to play music on my iphone 4s without it being interrupted by phone calls?

    Settings > Airplane Mode > ON

Maybe you are looking for