Analog-In code pauses when I move windows around. WIN98

I was able to fix the digital in/out code with different threads which seemed to have the same problem. The problem I still have is with Analog In. I have attached a copy of the code. If someone wouldn't mind taking a peak at it to see why it freezes when I mess with the UI thread. (ie move windows.)
Top Level VI is Ain.vi
Thanks in advance!
Roger
Attachments:
Ain.llb ‏2900 KB

Not sure about this one. I get different behavior than you�re describing, but I�m running WinXP on fairly fast PC. When I first click on the title bar, I get a slight pause in the execution, but it then resumes and runs while moving the window around. I think this means there�s nothing explicitly blocking due to running in the UI thread.
One thing you might want to do is try to cut down on your use of Local and Global variables. You�ve got some pretty large and complex data structures in the Globals. Reading a Global or Local variable causes a copy of the data of the variable to be generated. This might be causing some performance problems, but I still don�t think that it should be stopping the execution. You might consider using LabVIEW 2 style Globals, sometimes called Functional Globals. The follow steps briefly describe how to make one.
A while loop that executes once, an uninitialized shift register, a case structure, two controls and an indicator.
Inside the loop create a case structure that has two states (read, write), create a control that will determine the state of the case structure and wire it to the input.
On the while loop create a shift register.
Outside the while loop place an indicator of the data type that you need the global to be. Wire the output of the shift register to your indicator.
Place a control of the same data type as your indicator in the 'write' state of your case statement, wire this to the RHS shift register.
Change to the 'read' case and wire the LHS of the shift register through the case structure to the output tunnel.
You will now have a VI that performs a global function, set-up the connector pane and try using it as a sub-vi within you application.
One thing to consider here. In your original post, you said that you used a count down timer to show that when drug and then release the window, that time/code did not continue. Are you still sure the diagram is not executing? Could it be that the front panel is not updating but the code is still running? Just a thought.
Ed
Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.

Similar Messages

  • TS1248 Trackpad - can't move windows around - curser works -tap works

    Can't move windows around w/trackpad.  

    Try using 3 fingers on the title bar. Can you screenshot your trackpad settings in system prefrences.
    System Prefrences > Trackpad

  • All labview code pauses when a window is being drug, then resumes when released.

    My code seems to pause when I am draging labview windows around on my computer (by the windows title bar). I preformed a count down timer to show that when drug and then release the window, that time/code did not continue.

    This will also happen if you are calling a dll that is not thread safe and must be run the user inerface thread.
    To check this, double click on the Call Library function, and in the configuration dialog, there's a dialog ring to select which thread to run in. If it's set to 'Run in UI Thread', that will cause the execution pause. You can try switching it to 'Reentrant' and see if it works, but if the dll was not written to be thread safe, this will cause problems.
    Let us know how it turns out.
    Ed
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.

  • How do I get tabs to shift over when I move them around?

    I recently formatted my PC and I seem to recall that when I move a tab,the other tabs used to shift over as I slide my tab across them. Now, only an arrow and a tab preview shows up and I can't get the other tabs to shift over.

    You can detach a tab from the current window and open it in a new window by dragging a tab in the browser window.
    You can drag that tab back to the tab bar in the original window to undo that detaching.
    bug489729 (Disable detach and tear off tab): https://addons.mozilla.org/firefox/addon/12276

  • How do I make ff4 update all currently open browsers when I move tabs around? It used to be automatic. Now I have to close all my brosers and reopen them for the change to take effect.

    How can I make FF4 update all currently open browsers when I move tabs in 1 browser. The change used to be auto and applied to all open browsers last time. Now I need to close every open browser and reopen for the effect to take over.

    I use that add-on. Works great.

  • Getting Server Error Code: -2147024891 when using Biztalk Windows SharePoint Services Adapter to upload a document

    We are currently running
    1. BizTalk Server 2013 R2
    2. SharePoint 2013
    both in a Windows 2012 Server environment, in Azure.   The BizTalk and SharePoint are running on separate machines.
    I am using the Windows SharePoint Adapter to upload a Tif file to a SharePoint document library.  However, when the host instance is running under my team member's userid, I get the following error in the eventlog:
    The adapter failed to transmit message going to send port "SendOwnershipToSharePoint" with URL "wss://bp1amsapt218:34392/sites/BiztalkSc/Lists/Ownership". It will be retransmitted after the retry interval specified for this Send Port.
    Details:"[Microsoft.SharePoint.Client.ServerUnauthorizedAccessException] Access denied. You do not have permission to perform this action or access this resource. Server Error Code: -2147024891Trace:    at Microsoft.SharePoint.Client.ClientRequest.ProcessResponseStream(Stream
    responseStream)
       at Microsoft.SharePoint.Client.ClientRequest.ProcessResponse()
       at Microsoft.SharePoint.Client.ClientRequest.ExecuteQueryToServer(ChunkStringBuilder sb)
       at Microsoft.SharePoint.Client.ClientRequest.ExecuteQuery()
       at Microsoft.SharePoint.Client.ClientRuntimeContext.ExecuteQuery()
       at Microsoft.SharePoint.Client.ClientContext.ExecuteQuery()
       at Microsoft.SharePoint.Client.Web.WebUrlFromPageUrlDirect(ClientContext context, Uri pageFullUrl)
       at Microsoft.BizTalk.KwTpm.WssAdapter.ClientOmAccessor.RequestInfo..ctor(String siteUrl, String sharePointOnlineUsername, String sharePointOnlinePassword)
       at Microsoft.BizTalk.KwTpm.WssAdapter.ClientOmAccessor.ListsAccessor..ctor(String siteUrl, String sharePointOnlineUsername, String sharePointOnlinePassword)
       at Microsoft.BizTalk.KwTpm.WssAdapter.ClientOmAccessor.ListsAccessor.TryOpenWebSite(String siteUrl, String sharePointOnlineUsername, String sharePointOnlinePassword, Exception& lastError)
    This error was triggered by the Windows SharePoint Services receive location or send port with URI wss://bp1amsapt218:34392/sites/BiztalkSc/Lists/Ownership.
    Windows SharePoint Services adapter event ID: 12310".
    This userid has already been added to the following groups on the BizTalk Server:
    Local Administrators Group
    BizTalk Server Administrators
    SSO Administrators
    BizTalk Isolated Host Users
    BizTalk Application Users
    I have also made sure the userid has full control access to the SharePoint site and the document library within the site.   I have confirmed that the user with this userid is able to access the SharePoint site and can upload documents to the
    document library, manually.   However,  when the host instance is running under this userid, I am not able to upload documents to the SharePoint document library.
    The Windows SharePoint Services Adapter is configured with the following values:
    Adapter Web Service Port:   34392
    Timeout:   100000
    Use Client OM: Yes
    Destination Folder URL:  Lists/Ownership
    FileName:  test.tif
    Overwrite:  Yes
    SharePoint Site URL: 
    http://bp1amsapt218:34392/sites/BiztalkSc/
    Microsoft Office Integration:  No
    Do you know what the cause for this error is?   We urgently need a resolution for this?

    If you create an XML document and upload it to the Windows SharePoint Services Web site. The Windows SharePoint Services adapter will take that message, archive it in the Archive document library, and then send it to the Destination document library. This
    procedure demonstrates how a document flows from a Sharepoint web site, through BizTalk Server, and to a Sharepoint Services Web site using the Windows Sharepoint Services adapter.
    This MSDN library article shows the procedure, please check whether it will be helpful to troubleshoot.
    Create a working directory
    Create an XML file
    Upload the XML file
    See: https://msdn.microsoft.com/en-us/library/aa560513.aspx

  • Strange noises when i move ipod around

    anybody else have this problem? I just got a 30g black ipod video for christmas and it was working great until I flipped it over to look at the back and I heard a clicking noise inside the ipod. I moved it around a little bit more and I could even hear the hardrive or some other mechanical sound coming from the inside. I'm probably going back on monday to get an exchange, but just wanted to know if anyone else has had this problem. Also, the noise can only be heard when the ipod is on and a video or something is playing.

    If the hard drive was spinning when you turned the iPod over, the clicking noise is normal - it's the hard drive parking its read/write heads in anticipation of your dropping the iPod...
    Apple has been using shock protection technology in the iPod beginning with the iPod Photo. The buzzing noise you hear when slowly moving the iPod (I assume this is what you were referring to as mechanical sounds) is also associated with this feature.

  • As of today 7-19-2011, my mouse pointer has started to flicker & when I move it I see it when I'm not It disapears disappears, this just started a while ago, could it be a jave issue?

    I finished posting on games forums, and went to a different page and as I stated in the Question section, my mouse pointer stated Flickering when I move it around and when I stop, it disappears. I restarted my PC thinking that would clear it up, as my daughter was playing a game on the PC for many hours today, and I even checked to see if the browser is up to date and it is, as per Help -> About Fire Fox. This have never happened before & I have been using Fire Fox for a long time, or if it is a plugin? Or if is a Java Issue.

    Hello cor-el,
    Thank you for the reply, and I did try searching first, when I did not find a solution, I post my question. I did read through the solutions and what to do, and I am using the default theme, so there was no need to disable that option. I did not even get to go through all the options to see what was causing the issue. As soon as I received a message in my e-mail that you replied, I came straight here and when I did, the issue of the Flickering mouse pointer seemed to correct it's self. It just stopped and has not happened again, since and that is why I waited to reply to you, to make sure that it had stopped.
    I thank you again & greatly appreciate your assistance.
    Archangel01

  • Moving plugin windows around causes spinning beach ball.. 8.0.2 near???

    last q. for now...how come when moving plugin windows around in logic it can sometimes cause the dreaded spinning beach ball?? you think logic is going to crash but it doesn't, it recovers and then runs real sluggish... logic or leopard bug??? i can't wait for 10.5.2 to see what it magically fixes in logic!! any hope that we might have 8.0.2 in the near future...there are all these other updates floating down from cupertino but yet logic seems neglected...

    Thanks Pancenter... appreciate your input. Really useful information. When I bought my Mac Pro, there was an issue with the video cards; if you wanted to run 2 x 30" ACD's, then you had to up the spec to a more powerful card. The guy in the mac shop assured me the GeForce 7300 GT that came with the machine would be sweet enough for 2 x 23's... and it was. But that was with Tiger. (?)
    Is Leopard &/or LP8 graphically more demanding than Tiger &/or LP7... I wouldn't have a clue? Does anyone have an opinion on this? (I'd be REALLY interested!) Are the cards shipping with these machines really up to the job of running the OS AND something as complicated as LP8? My opinion is; They SHOULD be.
    Thanks Zuelito... I had noticed this thread & was surprised/dismayed that even 8 CORE machines were having this problem too! But then, if it's a problem with underpowered graphics cards, I don't suppose it matters how many cores you've got... does it??? Thanks for your post... again, really USEFUL information. I appreciate it! (GREAT thread.)
    I only get this problem when I open anything UAD; it runs happily in the background but out comes "the ball" whenever I open & move more than 1 instance of a UAD plug. Haven't once had it happen with Logic or 3rd party AU's.
    Thanks again for your input... keep it comin'!
    Cheers...

  • Code and GUI Elements Altered When Working Between Windows 8, and = Windows 7

    This is not the usual "My fonts look different" problem we get when running application executables on different PCs.  The bug I am seeling (yes, I'm calling it a bug) is that when I bring up code to work on in Windows 8, several things change, both in the GUI and source panes.
    1. Controls and indicators are scaled differently, moved, and frequently no longer aligned with the grid.
    2. In structures like the timed loop, the parameter text is oversized, and only partially visible.  Changing font settings in Options has no effect.
    3. Floating constants (not wired to anything) can show up in unpredictable places.  Even wired up code seems to move around.
    4. Maybe unrelated, but WIndows 8 sucks.  Sorry, just had to get that out.
    This is a serious problem which affects my productivity, as I cannot work on my code outside of my office, without creating more work for myself when I get back in.  The obvious solution would be to downgrade my laptop to Windows 7, but of course THAT OS no longer exists as far as Microsoft is concered.

    Norbert_B wrote:
    Hm, i have no experience with Windows 8 yet, so i cannot refer to your specific question/remarks.
    But:
    When switching my laptop to a newer one (the old running Win 7 32bit, the new Win7 64bit), i encountered some severe graphics issue with LV as well.
    I found out, that my new laptop was configured to display "text and other items" with 125% (setting can be found in Control Panel>>Appearance and Personalization>>Display.
    After changing this setting back to 100%, most things work fine now in LV.
    Another point is (what i don't understand) that LV chose to preconfigure the three default font-collection (Application, Dialog, System) to be of size 20. My old machine had 15.
    If you have VIs already displaying fonts at this size, you have to select all controls (Ctrl+a) and THEN change font size. Otherwise, it will not affect existing controls.
    hope this helps,
    Norbert
    That is the Windows way of adjusting for displays with higher DPI, since the text can get very small with 150dpi displays rather than the standard 96dpi, Windows was originally designed for. Since the Windows graphic system is still mostly pixel based also for fonts, there is no other easy way to allow making text more readable. This scaling however messes with any graphic system that works on pixels rather than a virtual resolution and is one reason Retina style displays won't be a good option for Windows machines for some time to come.
    The font size change is also because of that. LabVIEW detects at startup that the screen resolution is rather high and tries to correct for this. But together with the Windows screen scaling this makes things look even worse. Unfortunately there is no simple solution for this. Windows has over the time attempted to fix such issues in so many different and often incompatible ways, that there exist simply to many variables to make a program detect all possible  incarnations of user and system adjustable settings and account for them.
    I'm sure there is room for LabVIEW to improve on this, but there is simply no way to make it work seemlessly for all possible configurations.
    A long time ago someone designed a Next cube device that used Display Postscript as graphical output system. This Display Postscript had a true virtual resolution system and made the idea of having graphical output look the same on any kind of display or printer feasable. Unfortunately and despite working together with graphic chip manaufacturers it never made it as such into mainstream hardware. Supposedly partly because the performance was significantly less than other systems and therefore was never considered good enough for the main driving force in graphics developmen (games) but possibly also because the drivers were significantly more complex and there was not that much interest to dig that complexity.
    MacOS X uses some of the concepts of the Next cube but abandoned Display Postscript for a somewhat more traditional approach. But Windows has still a lot to catch up in that area, if they ever do.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Video playback pauses/freezes when I move my T500... also keeps dropping wireless connection...

    Video playback in Windows Media, Quicktime and in Firefox (youtube, etc.) pauses when I physically move my laptop. I've never had this happen on any other laptop. Any suggestions?
    Another annoying problem is that it drops the wireless connection in my home every couple of minutes. This doesn't happen with any of the other 3 laptops I'm running so it's not my ISP or router.
    Thanks for any help!

    666eyes wrote:
    Video playback in Windows Media, Quicktime and in Firefox (youtube, etc.) pauses when I physically move my laptop. I've never had this happen on any other laptop. Any suggestions?
    The ThinkPad Active Protection System (APS) will protect the Hard Drive when you move your ThinkPad, and this probably causing the behaviour you are observing.  There are options for disabling APS for particular purposes, so you should have a look in the APS options... look in the ThinkVantage folder on your Start menu.
    Regarding your WiFi issues, you need to make sure that all the relevant power managment settings for WiFi are set to Maximum Performance (or similar).  This has been covered in numerous messages here already. so a few minutes with the serach function should provide you with more details.
    Cheers,
    Bill
    I don't work for Lenovo

  • I get an error code 50 when downloading digital movie. How can I fix this issue?

    I get an error code 50 when downloading digital copy of a movie to my iTunes. I try to restart and still get the smae error code. I have my PC plugged directly into my modem and still get error, when trying to download failed movies. I have 5 failed downloads. How can I fix this issue?

    Try the "Error -50," "-5000," "8003," "8008," or "-42023" section in the Specific Conditions and Alert Messages: (Mac OS X / Windows) section of the following document:
    iTunes: Advanced iTunes Store troubleshooting

  • Split view pausing when updating code

    HI, I love split view, can live without it, but in the latest version 5 and up, it seems when i change the code in code view side, the wysiwyg side pauses for a few seconds to update what i've changed, almost flashes asif reloading, maybe it is, but it seemed to do this more seemlessly, I could go back and forth and updates were instant. I am not in live view, that takes even longer when changes to the code view are done.
    Just curious is there are ways to speed this up, or anything anyone has run into that causes the split view window to pause when changes are made.
    It only happens, in split view, and i update something in code view, even just text <p> and when i click back to the wyysiwyg side, it pauses for a few seconds before reflecting the change.

    Yes, same scenario, when I click back to design view, it usually updates quickly, but now it takes 3-5 seconds before it refreshes. It's noticeable, and hard to work with when I am updating alot of content peices,
    I've tried other sites thinking maybe it has something to do with related files or something, but same thing, Its noticeable, but I can't seem to figure out when it started or why. Been using split view since it was available, always quite fast... I don;t have any data connections, or testing servers setup that could cause lag. I hope its a simple toggle of something I inadvertently toggled? 

  • When I move my curser over certain things I get this Message in a window that pops up and says "We noticed you may have signed in or signed out in another window click ok to reload your page." How do I get this to stop.

    When I move my curser over certain things I get this Message in a window that pops up and says "We noticed you may have signed in or signed out in another window click ok to reload your page." How do I get this to stop.

    Clear the cache and the cookies from sites that cause problems.
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    You may have to create an Allow cookie exception for that server.
    * Tools > Page Info > Permissions

  • Error Code 6 when installing CS5 on Windows 7 64 bit Machine

    Like many others I am getting Error Code 6 when attempting to install Photoshop CS5 on a Windows 7 Home Premioum 64 bit machine. I have gotten as far as creating the log and displaying it but am not skilled enought to interpret it. Can anyone look at this log and tell me the solution to my issue. It is greatly appreciated.
    This is on a new machine with a new operating system and up to date. Lightroom 3 installed with no problem as did many other apps.
    Roger Smith
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 3.0.121.0
    Win OS version: 6.1.0.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming install mode
    ::START TIMER:: [Bootstrap]
    Perform Bootstrapping ...
    :: END TIMER :: [Bootstrap] took 9431.89 miliseconds (9.43189 seconds) DTR = 5617.54 KBPS (5.48588 MBPS)
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 351.294 miliseconds (0.351294 seconds) DTR = 47493 KBPS (46.3799 MBPS)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5
    Updating media info for: {02731921-5711-4E7A-A898-D6BCF0F2A1CD}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeCSXSInfrastructure2-mul\Install.db
    Updating media info for: {033E378E-6AD3-4AD5-BDEB-CBD69B31046C}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\Microsoft_VC90_ATL_x86\Microsoft_VC90_ATL_x86.msi
    Updating media info for: {03B6AF5B-A024-43DE-8DD2-8FB7B6A4149A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeAMP1.8-mul\AdobeAIRInstaller.exe
    Updating media info for: {0669F23C-1B69-41B4-A3ED-4F54A5986D66}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeLinguisticsAll_x64\Install.db
    Updating media info for: {08D2E121-7F6A-43EB-97FD-629B44903403}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\Microsoft_VC90_CRT_x86\Microsoft_VC90_CRT_x86.msi
    Updating media info for: {0A6FC585-E761-4776-A4F3-BDA1E4FE1B7A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobePhotoshop12-Support\Install.db
    Updating media info for: {0D067D13-C3D7-4EA6-B346-740CD91FD547}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeBridge4-mul\Install.db
    Updating media info for: {0F3647F8-E51D-4FCC-8862-9A8D0C5ACF25}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\Microsoft_VC80_ATL_x86\Microsoft_VC80_ATL_x86.msi
    Updating media info for: {11C0657F-2BD4-4CBC-87F3-9455DC91886E}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeFontsRecommended_x64-mul\Install.db
    Updating media info for: {15FEDA5F-141C-4127-8D7E-B962D1742728}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobePhotoshop12-Driver\Install.db
    Updating media info for: {17C6080E-F475-4B49-A30C-EEB85673E999}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobePDFL9.9_x64-mul\Install.db
    Updating media info for: {1D809D80-28A4-11DF-A816-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\DeviceCentral3LP-en_US\Install.db
    Updating media info for: {1D830E80-28A4-11DF-A025-0024E8692489}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\DeviceCentral3LP-en_GB\Install.db
    Updating media info for: {1E9FC118-651D-4934-97BE-E53CAE5C7D45}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\Microsoft_VC80_MFCLOC_x86_x64\Microsoft_VC80_MFCLOC_x86_x64.msi
    Updating media info for: {2EBE92C3-F9D8-48B5-A32B-04FA5D1709FA}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeXMPPanelsAll\Install.db
    Updating media info for: {2F6B67F4-A2BB-45D7-A80C-25FF646CC1C5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeAPE3-mul\Install.db
    Updating media info for: {37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeCameraRaw6.0All\Install.db
    Updating media info for: {39CB2E53-5326-4939-8B5A-0402C6EFBFE3}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeColorCommonSetCMYK3-mul\Install.db
    Updating media info for: {3BF96AC2-0CA1-11DF-B07B-459956D89593}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeHelp\AIRInstallerRunner.exe
    Updating media info for: {3F023875-4A52-4605-9DB6-A88D4A813E8D}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeCameraRawProfile6.0All\Install.db
    Updating media info for: {4438C826-1FD0-4D04-A70B-24FE1580AB21}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeMiniBridge1-mul\Install.db
    Updating media info for: {4569AD91-47F4-4D9E-8FC9-717EC32D7AE1}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\Microsoft_VC80_CRT_x86_x64\Microsoft_VC80_CRT_x86_x64.msi
    Updating media info for: {50A16F0B-47DA-4583-B4FE-E026719A2024}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobePhotoshop12-en_US_x64\Install.db
    Updating media info for: {54F4466A-091A-46DA-B697-43D55CEF9DF6}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeColorJA_ExtraSettings3-mul\Install.db
    Updating media info for: {56540320-C921-1029-83D9-FE864D1FC1DF}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeReviewPanel2-mul\Install.db
    Updating media info for: {61A3D10A-AA4D-4E4C-B9DB-6A08D318EA41}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeCameraRaw6.0All-x64\Install.db
    Updating media info for: {635FED5B-2C6D-49BE-87E6-7A6FCD22BC5A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\Microsoft_VC90_MFC_x86\Microsoft_VC90_MFC_x86.msi
    Updating media info for: {667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobePhotoshop12-Core_x64\Install.db
    Updating media info for: {69582206-7E5D-4476-A8F4-ECF90E9C8A69}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobePhotoshop12-en_US\Install.db
    Updating media info for: {6B485102-4593-43F6-BA45-F14D690B0C64}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeSuiteSharedConfiguration-mul\Install.db
    Updating media info for: {6C7D437A-D2E9-4FE9-A4D9-A6329860835C}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeLinguisticsAll\Install.db
    Updating media info for: {6D96660C-1444-410E-9A84-681C0AFB8937}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobePDFSettings10-mul\AdobePDFSettings10-mul.msi
    Updating media info for: {6E505C8F-2896-11DF-9B64-0013724DD917}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeDeviceCentral3-all\Install.db
    Updating media info for: {6F29BE46-E5F3-4146-8A84-20301E5C985A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeColorEU_ExtraSettings3-mul\Install.db
    Updating media info for: {6F3A624B-1B72-4081-96E8-23261F389C5C}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeTypeSupport10-mul\Install.db
    Updating media info for: {73A4DC5E-226E-42BA-8ECA-2822592AC044}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeVideoProfilesCS3-mul\Install.db
    Updating media info for: {78A53622-CDBA-49D1-A3D0-D563FB398D0C}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeColorCommonSetRGB3-mul\Install.db
    Updating media info for: {7A33510F-1580-42C2-877E-8C5502566292}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeAPE3_x64-mul\Install.db
    Updating media info for: {7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobePhotoshop12-Core\Install.db
    Updating media info for: {7F9C94CD-0BAC-4F8F-8990-6A5886F4D550}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeFontsRequired_x64-mul\Install.db
    Updating media info for: {8557397C-A42D-486F-97B3-A2CBC2372593}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\Microsoft_VC90_ATL_x86_x64\Microsoft_VC90_ATL_x86_x64.msi
    Updating media info for: {87AFDFF2-D852-4B1F-ABFB-0EAFA5A39B7B}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobePhotoshop12-en_GB\Install.db
    Updating media info for: {8CCA90E1-F5BA-456F-84BF-AD5FB2CCE13F}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeCSXSExtensions2-mul\Install.db
    Updating media info for: {925D058B-564A-443A-B4B2-7E90C6432E55}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\Microsoft_VC80_ATL_x86_x64\Microsoft_VC80_ATL_x86_x64.msi
    Updating media info for: {925ED7E4-E1B6-4544-8141-1C98A18D2E2E}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeOutputModuleAll\Install.db
    Updating media info for: {92A3CA0D-55CD-4C5D-BA95-5C2600C20F26}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\Microsoft_VC90_CRT_x86_x64\Microsoft_VC90_CRT_x86_x64.msi
    Updating media info for: {92D58719-BBC1-4CC3-A08B-56C9E884CC2C}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\Microsoft_VC80_CRT_x86\Microsoft_VC80_CRT_x86.msi
    Updating media info for: {98DD55B6-C58C-462F-B8A4-F0585BFEBB15}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeCMaps3_x64-mul\Install.db
    Updating media info for: {9A8B01C5-78D1-465F-B5F6-BD59B7800EC7}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeTypeSupport10_x64-mul\Install.db
    Updating media info for: {A472B9E4-0AFF-4F7B-B25D-F64F8E928AAB}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\Microsoft_VC90_MFC_x86_x64\Microsoft_VC90_MFC_x86_x64.msi
    Updating media info for: {A47C8AE9-D51B-4A58-A051-396158FC3012}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobePhotoshop12-en_GB_x64\Install.db
    Updating media info for: {AE9B837F-D135-42FC-BE03-33545B5DCBDC}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeWinSoftLinguisticsPluginAll\Install.db
    Updating media info for: {B55FDCCB-8A45-4943-8D90-585C3490A032}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeWinSoftLinguisticsPluginAll_x64\Install.db
    Updating media info for: {B60B8713-F828-44F9-BEEE-7596F814E540}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeColorEU_Recommended3-mul\Install.db
    Updating media info for: {BAE5212B-6651-4AD8-B26A-1B284D2665C6}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobePDFL9.9-mul\Install.db
    Updating media info for: {BD0D6363-E961-410F-8BF4-ECD8795F3923}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeCMaps3-mul\Install.db
    Updating media info for: {BEC5B482-32A1-43E0-B7F7-9BF9592A1069}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeColorNA_ExtraSettings3-mul\Install.db
    Updating media info for: {C8C1BAD5-54E6-4146-AD07-3A8AD36569C3}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\Microsoft_VC80_MFC_x86_x64\Microsoft_VC80_MFC_x86_x64.msi
    Updating media info for: {CBDD7465-CE11-4A58-9497-C370B65923F1}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeFontsRequired-mul\Install.db
    Updating media info for: {CFA46C39-C539-4BE9-9364-495003C714AD}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\SwitchBoard2.0All\Install.db
    Updating media info for: {D1A19B02-817E-4296-A45B-07853FD74D57}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\Microsoft_VC80_MFC_x86\Microsoft_VC80_MFC_x86.msi
    Updating media info for: {D26EEF95-420A-4726-B85D-AFBE752EF526}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeColorNA_Recommended3-mul\Install.db
    Updating media info for: {D31D91FE-F0E8-4DF1-812C-9400BE92A386}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeColorPhotoshop3-mul\Install.db
    Updating media info for: {D92BBB52-82FF-42ED-8A3C-4E062F944AB7}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\Microsoft_VC80_MFCLOC_x86\Microsoft_VC80_MFCLOC_x86.msi
    Updating media info for: {DE99CD25-C87E-499F-AFB8-88D00F0BAEB3}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobePDFSettings10-ja_JP\AdobePDFSettings10-ja_JP.msi
    Updating media info for: {E39A5ABD-516B-46F9-A042-694BBA6A4E08}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeFontsRecommended-mul\Install.db
    Updating media info for: {E4E188D2-27D5-4E4C-92CE-87F9D24AD2F6}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeExtensionManager5.0All\Install.db
    Updating media info for: {E5087BCA-6496-47A7-B9C4-B85D1CF062AE}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeColorJA_Recommended3-mul\Install.db
    Updating media info for: {E5DD149F-8370-48F9-A32C-2E3DC776CFFB}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeJRECS5-mul\Install.db
    Updating media info for: {E995AC53-954A-48D2-A861-613B8D42A9BE}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeExtendScriptToolkit3.5.0-mul\Install.db
    Updating media info for: {F6FA54C9-3E8F-4416-905C-DA5398DF9640}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Photoshop CS5
      Path: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\AdobeAIR1.5.3-mul\AdobeAIRInstaller.exe
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,3.0.121.0]
    ----------------- CreatePayloadSession: machine is x64 ---------------
    ______ Verify Dependency Subscribers ______
    Setting property "INSTALLDIR" to: C:\Program Files\Adobe
    Setting property "installLanguage" to: en_US
    Attempting to find the selected language in the set of available payload languages
    Setting property "installSourcePath" to: C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5
    Overwrite property "userASUPath" to: C:\Users\Ro\AppData\Local\Adobe\OOBE\PDApp\
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {92D58719-BBC1-4CC3-A08B-56C9E884CC2C} Microsoft_VC80_CRT_x86 is: false
    Action string for  {92D58719-BBC1-4CC3-A08B-56C9E884CC2C} Microsoft_VC80_CRT_x86  is none
    Value returned on lookup of payload: {08D2E121-7F6A-43EB-97FD-629B44903403} Microsoft_VC90_CRT_x86 is: false
    Action string for  {08D2E121-7F6A-43EB-97FD-629B44903403} Microsoft_VC90_CRT_x86  is none
    Value returned on lookup of payload: {D92BBB52-82FF-42ED-8A3C-4E062F944AB7} Microsoft_VC80_MFCLOC_x86 is: false
    Action string for  {D92BBB52-82FF-42ED-8A3C-4E062F944AB7} Microsoft_VC80_MFCLOC_x86  is none
    Value returned on lookup of payload: {D1A19B02-817E-4296-A45B-07853FD74D57} Microsoft_VC80_MFC_x86 is: false
    Action string for  {D1A19B02-817E-4296-A45B-07853FD74D57} Microsoft_VC80_MFC_x86  is none
    Value returned on lookup of payload: {2F6B67F4-A2BB-45D7-A80C-25FF646CC1C5} Adobe Player for Embedding is: false
    Action string for  {2F6B67F4-A2BB-45D7-A80C-25FF646CC1C5} Adobe Player for Embedding  is none
    Value returned on lookup of payload: {E5DD149F-8370-48F9-A32C-2E3DC776CFFB} AdobeJRE is: false
    Action string for  {E5DD149F-8370-48F9-A32C-2E3DC776CFFB} AdobeJRE  is none
    Value returned on lookup of payload: {033E378E-6AD3-4AD5-BDEB-CBD69B31046C} Microsoft_VC90_ATL_x86 is: false
    Action string for  {033E378E-6AD3-4AD5-BDEB-CBD69B31046C} Microsoft_VC90_ATL_x86  is none
    Value returned on lookup of payload: {635FED5B-2C6D-49BE-87E6-7A6FCD22BC5A} Microsoft_VC90_MFC_x86 is: false
    Action string for  {635FED5B-2C6D-49BE-87E6-7A6FCD22BC5A} Microsoft_VC90_MFC_x86  is none
    Value returned on lookup of payload: {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer is: false
    Action string for  {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer  is none
    Value returned on lookup of payload: {CFA46C39-C539-4BE9-9364-495003C714AD} Adobe SwitchBoard 2.0 is: false
    Action string for  {CFA46C39-C539-4BE9-9364-495003C714AD} Adobe SwitchBoard 2.0  is none
    Value returned on lookup of payload: {6B485102-4593-43F6-BA45-F14D690B0C64} Suite Shared Configuration CS5 is: false
    Action string for  {6B485102-4593-43F6-BA45-F14D690B0C64} Suite Shared Configuration CS5  is none
    Value returned on lookup of payload: {92A3CA0D-55CD-4C5D-BA95-5C2600C20F26} Microsoft_VC90_CRT_x86_x64 is: false
    Action string for  {92A3CA0D-55CD-4C5D-BA95-5C2600C20F26} Microsoft_VC90_CRT_x86_x64  is none
    Value returned on lookup of payload: {3BF96AC2-0CA1-11DF-B07B-459956D89593} AdobeHelp is: false
    Action string for  {3BF96AC2-0CA1-11DF-B07B-459956D89593} AdobeHelp  is none
    Value returned on lookup of payload: {2EBE92C3-F9D8-48B5-A32B-04FA5D1709FA} Adobe XMP Panels CS5 is: false
    Action string for  {2EBE92C3-F9D8-48B5-A32B-04FA5D1709FA} Adobe XMP Panels CS5  is none
    Value returned on lookup of payload: {925ED7E4-E1B6-4544-8141-1C98A18D2E2E} AdobeOutputModule is: false
    Action string for  {925ED7E4-E1B6-4544-8141-1C98A18D2E2E} AdobeOutputModule  is none
    Value returned on lookup of payload: {02731921-5711-4E7A-A898-D6BCF0F2A1CD} Adobe CSXS Infrastructure CS5 is: false
    Action string for  {02731921-5711-4E7A-A898-D6BCF0F2A1CD} Adobe CSXS Infrastructure CS5  is none
    Value returned on lookup of payload: {E995AC53-954A-48D2-A861-613B8D42A9BE} Adobe ExtendScript Toolkit CS5 is: false
    Action string for  {E995AC53-954A-48D2-A861-613B8D42A9BE} Adobe ExtendScript Toolkit CS5  is none
    Value returned on lookup of payload: {E4E188D2-27D5-4E4C-92CE-87F9D24AD2F6} Adobe Extension Manager CS5 is: false
    Action string for  {E4E188D2-27D5-4E4C-92CE-87F9D24AD2F6} Adobe Extension Manager CS5  is none
    Value returned on lookup of payload: {BD0D6363-E961-410F-8BF4-ECD8795F3923} AdobeCMaps CS5 is: false
    Action string for  {BD0D6363-E961-410F-8BF4-ECD8795F3923} AdobeCMaps CS5  is none
    Value returned on lookup of payload: {BAE5212B-6651-4AD8-B26A-1B284D2665C6} AdobePDFL CS5 is: false
    Action string for  {BAE5212B-6651-4AD8-B26A-1B284D2665C6} AdobePDFL CS5  is none
    Value returned on lookup of payload: {6F3A624B-1B72-4081-96E8-23261F389C5C} AdobeTypeSupport CS5 is: false
    Action string for  {6F3A624B-1B72-4081-96E8-23261F389C5C} AdobeTypeSupport CS5  is none
    Value returned on lookup of payload: {37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3} Photoshop Camera Raw is: false
    Action string for  {37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3} Photoshop Camera Raw  is none
    Value returned on lookup of payload: {0A6FC585-E761-4776-A4F3-BDA1E4FE1B7A} Adobe Photoshop CS5 Support is: false
    Action string for  {0A6FC585-E761-4776-A4F3-BDA1E4FE1B7A} Adobe Photoshop CS5 Support  is none
    Value returned on lookup of payload: {0F3647F8-E51D-4FCC-8862-9A8D0C5ACF25} Microsoft_VC80_ATL_x86 is: false
    Action string for  {0F3647F8-E51D-4FCC-8862-9A8D0C5ACF25} Microsoft_VC80_ATL_x86  is none
    Value returned on lookup of payload: {925D058B-564A-443A-B4B2-7E90C6432E55} Microsoft_VC80_ATL_x86_x64 is: false
    Action string for  {925D058B-564A-443A-B4B2-7E90C6432E55} Microsoft_VC80_ATL_x86_x64  is none
    Value returned on lookup of payload: {4569AD91-47F4-4D9E-8FC9-717EC32D7AE1} Microsoft_VC80_CRT_x86_x64 is: false
    Action string for  {4569AD91-47F4-4D9E-8FC9-717EC32D7AE1} Microsoft_VC80_CRT_x86_x64  is none
    Value returned on lookup of payload: {1E9FC118-651D-4934-97BE-E53CAE5C7D45} Microsoft_VC80_MFCLOC_x86_x64 is: false
    Action string for  {1E9FC118-651D-4934-97BE-E53CAE5C7D45} Microsoft_VC80_MFCLOC_x86_x64  is none
    Value returned on lookup of payload: {C8C1BAD5-54E6-4146-AD07-3A8AD36569C3} Microsoft_VC80_MFC_x86_x64 is: false
    Action string for  {C8C1BAD5-54E6-4146-AD07-3A8AD36569C3} Microsoft_VC80_MFC_x86_x64  is none
    Value returned on lookup of payload: {8557397C-A42D-486F-97B3-A2CBC2372593} Microsoft_VC90_ATL_x86_x64 is: false
    Action string for  {8557397C-A42D-486F-97B3-A2CBC2372593} Microsoft_VC90_ATL_x86_x64  is none
    Value returned on lookup of payload: {A472B9E4-0AFF-4F7B-B25D-F64F8E928AAB} Microsoft_VC90_MFC_x86_x64 is: false
    Action string for  {A472B9E4-0AFF-4F7B-B25D-F64F8E928AAB} Microsoft_VC90_MFC_x86_x64  is none
    Value returned on lookup of payload: {F6FA54C9-3E8F-4416-905C-DA5398DF9640} Adobe AIR is: false
    Action string for  {F6FA54C9-3E8F-4416-905C-DA5398DF9640} Adobe AIR  is none
    Value returned on lookup of payload: {8CCA90E1-F5BA-456F-84BF-AD5FB2CCE13F} Adobe CSXS Extensions CS5 is: false
    Action string for  {8CCA90E1-F5BA-456F-84BF-AD5FB2CCE13F} Adobe CSXS Extensions CS5  is none
    Value returned on lookup of payload: {03B6AF5B-A024-43DE-8DD2-8FB7B6A4149A} Adobe Media Player is: false
    Action string for  {03B6AF5B-A024-43DE-8DD2-8FB7B6A4149A} Adobe Media Player  is none
    Value returned on lookup of payload: {56540320-C921-1029-83D9-FE864D1FC1DF} Adobe ReviewPanel CS5 is: false
    Action string for  {56540320-C921-1029-83D9-FE864D1FC1DF} Adobe ReviewPanel CS5  is none
    Value returned on lookup of payload: {39CB2E53-5326-4939-8B5A-0402C6EFBFE3} AdobeColorCommonSetCMYK is: false
    Action string for  {39CB2E53-5326-4939-8B5A-0402C6EFBFE3} AdobeColorCommonSetCMYK  is none
    Value returned on lookup of payload: {78A53622-CDBA-49D1-A3D0-D563FB398D0C} AdobeColorCommonSetRGB is: false
    Action string for  {78A53622-CDBA-49D1-A3D0-D563FB398D0C} AdobeColorCommonSetRGB  is none
    Value returned on lookup of payload: {6F29BE46-E5F3-4146-8A84-20301E5C985A} AdobeColorEU CS5 is: false
    Action string for  {6F29BE46-E5F3-4146-8A84-20301E5C985A} AdobeColorEU CS5  is none
    Value returned on lookup of payload: {B60B8713-F828-44F9-BEEE-7596F814E540} AdobeColorEU CS5 is: false
    Action string for  {B60B8713-F828-44F9-BEEE-7596F814E540} AdobeColorEU CS5  is none
    Value returned on lookup of payload: {54F4466A-091A-46DA-B697-43D55CEF9DF6} AdobeColorJA CS5 is: false
    Action string for  {54F4466A-091A-46DA-B697-43D55CEF9DF6} AdobeColorJA CS5  is none
    Value returned on lookup of payload: {E5087BCA-6496-47A7-B9C4-B85D1CF062AE} AdobeColorJA CS5 is: false
    Action string for  {E5087BCA-6496-47A7-B9C4-B85D1CF062AE} AdobeColorJA CS5  is none
    Value returned on lookup of payload: {BEC5B482-32A1-43E0-B7F7-9BF9592A1069} AdobeColorNA CS5 is: false
    Action string for  {BEC5B482-32A1-43E0-B7F7-9BF9592A1069} AdobeColorNA CS5  is none
    Value returned on lookup of payload: {D26EEF95-420A-4726-B85D-AFBE752EF526} AdobeColorNA CS5 is: false
    Action string for  {D26EEF95-420A-4726-B85D-AFBE752EF526} AdobeColorNA CS5  is none
    Value returned on lookup of payload: {D31D91FE-F0E8-4DF1-812C-9400BE92A386} AdobeColorPhotoshop CS5 is: false
    Action string for  {D31D91FE-F0E8-4DF1-812C-9400BE92A386} AdobeColorPhotoshop CS5  is none
    Value returned on lookup of payload: {73A4DC5E-226E-42BA-8ECA-2822592AC044} AdobeColorVideoProfilesCS CS5 is: false
    Action string for  {73A4DC5E-226E-42BA-8ECA-2822592AC044} AdobeColorVideoProfilesCS CS5  is none
    Value returned on lookup of payload: {6D96660C-1444-410E-9A84-681C0AFB8937} PDF Settings CS5 is: false
    Action string for  {6D96660C-1444-410E-9A84-681C0AFB8937} PDF Settings CS5  is none
    Value returned on lookup of payload: {DE99CD25-C87E-499F-AFB8-88D00F0BAEB3} PDF Settings CS5 is: false
    Action string for  {DE99CD25-C87E-499F-AFB8-88D00F0BAEB3} PDF Settings CS5  is none
    Value returned on lookup of payload: {4438C826-1FD0-4D04-A70B-24FE1580AB21} Adobe Mini Bridge CS5 is: false
    Action string for  {4438C826-1FD0-4D04-A70B-24FE1580AB21} Adobe Mini Bridge CS5  is none
    Value returned on lookup of payload: {6E505C8F-2896-11DF-9B64-0013724DD917} DeviceCentral is: false
    Action string for  {6E505C8F-2896-11DF-9B64-0013724DD917} DeviceCentral  is none
    Value returned on lookup of payload: {1D830E80-28A4-11DF-A025-0024E8692489} DeviceCentral_DeviceCentral3LP-en_GB is: false
    Action string for  {1D830E80-28A4-11DF-A025-0024E8692489} DeviceCentral_DeviceCentral3LP-en_GB  is none
    Payload {1D830E80-28A4-11DF-A025-0024E8692489} DeviceCentral_DeviceCentral3LP-en_GB is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {1D809D80-28A4-11DF-A816-0024E8692489} DeviceCentral_DeviceCentral3LP-en_US is: false
    Action string for  {1D809D80-28A4-11DF-A816-0024E8692489} DeviceCentral_DeviceCentral3LP-en_US  is none
    Payload {1D809D80-28A4-11DF-A816-0024E8692489} DeviceCentral_DeviceCentral3LP-en_US is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {0D067D13-C3D7-4EA6-B346-740CD91FD547} Adobe Bridge CS5 is: false
    Action string for  {0D067D13-C3D7-4EA6-B346-740CD91FD547} Adobe Bridge CS5  is none
    Value returned on lookup of payload: {7A33510F-1580-42C2-877E-8C5502566292} Adobe Player for Embedding x64 is: false
    Action string for  {7A33510F-1580-42C2-877E-8C5502566292} Adobe Player for Embedding x64  is none
    Value returned on lookup of payload: {AE9B837F-D135-42FC-BE03-33545B5DCBDC} Adobe WinSoft Linguistics Plugin CS5 is: false
    Action string for  {AE9B837F-D135-42FC-BE03-33545B5DCBDC} Adobe WinSoft Linguistics Plugin CS5  is none
    Value returned on lookup of payload: {B55FDCCB-8A45-4943-8D90-585C3490A032} Adobe WinSoft Linguistics Plugin CS5 x64 is: false
    Action string for  {B55FDCCB-8A45-4943-8D90-585C3490A032} Adobe WinSoft Linguistics Plugin CS5 x64  is none
    Value returned on lookup of payload: {98DD55B6-C58C-462F-B8A4-F0585BFEBB15} AdobeCMaps x64 CS5 is: false
    Action string for  {98DD55B6-C58C-462F-B8A4-F0585BFEBB15} AdobeCMaps x64 CS5  is none
    Value returned on lookup of payload: {17C6080E-F475-4B49-A30C-EEB85673E999} AdobePDFL x64 CS5 is: false
    Action string for  {17C6080E-F475-4B49-A30C-EEB85673E999} AdobePDFL x64 CS5  is none
    Value returned on lookup of payload: {9A8B01C5-78D1-465F-B5F6-BD59B7800EC7} AdobeTypeSupport x64 CS5 is: false
    Action string for  {9A8B01C5-78D1-465F-B5F6-BD59B7800EC7} AdobeTypeSupport x64 CS5  is none
    Value returned on lookup of payload: {61A3D10A-AA4D-4E4C-B9DB-6A08D318EA41} Photoshop Camera Raw (64 bit) is: false
    Action string for  {61A3D10A-AA4D-4E4C-B9DB-6A08D318EA41} Photoshop Camera Raw (64 bit)  is none
    Value returned on lookup of payload: {E39A5ABD-516B-46F9-A042-694BBA6A4E08} Recommended Common Fonts Installation is: false
    Action string for  {E39A5ABD-516B-46F9-A042-694BBA6A4E08} Recommended Common Fonts Installation  is none
    Value returned on lookup of payload: {11C0657F-2BD4-4CBC-87F3-9455DC91886E} Recommended Common Fonts Installation x64 is: false
    Action string for  {11C0657F-2BD4-4CBC-87F3-9455DC91886E} Recommended Common Fonts Installation x64  is none
    Value returned on lookup of payload: {CBDD7465-CE11-4A58-9497-C370B65923F1} Required Common Fonts Installation is: false
    Action string for  {CBDD7465-CE11-4A58-9497-C370B65923F1} Required Common Fonts Installation  is none
    Value returned on lookup of payload: {7F9C94CD-0BAC-4F8F-8990-6A5886F4D550} Required Common Fonts Installation x64 is: false
    Action string for  {7F9C94CD-0BAC-4F8F-8990-6A5886F4D550} Required Common Fonts Installation x64  is none
    Value returned on lookup of payload: {6C7D437A-D2E9-4FE9-A4D9-A6329860835C} Adobe Linguistics CS5 is: false
    Action string for  {6C7D437A-D2E9-4FE9-A4D9-A6329860835C} Adobe Linguistics CS5  is none
    Value returned on lookup of payload: {0669F23C-1B69-41B4-A3ED-4F54A5986D66} Adobe Linguistics CS5 x64 is: false
    Action string for  {0669F23C-1B69-41B4-A3ED-4F54A5986D66} Adobe Linguistics CS5 x64  is none
    Value returned on lookup of payload: {15FEDA5F-141C-4127-8D7E-B962D1742728} Adobe Photoshop CS5 is: false
    Action string for  {15FEDA5F-141C-4127-8D7E-B962D1742728} Adobe Photoshop CS5  is install
    Value returned on lookup of payload: {7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E} Adobe Photoshop CS5 Core is: false
    Action string for  {7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E} Adobe Photoshop CS5 Core  is install
    Value returned on lookup of payload: {87AFDFF2-D852-4B1F-ABFB-0EAFA5A39B7B} Adobe Photoshop CS5 International English Language Pack_AdobePhotoshop12-en_GB is: false
    Action string for  {87AFDFF2-D852-4B1F-ABFB-0EAFA5A39B7B} Adobe Photoshop CS5 International English Language Pack_AdobePhotoshop12-en_GB  is none
    Payload {87AFDFF2-D852-4B1F-ABFB-0EAFA5A39B7B} Adobe Photoshop CS5 International English Language Pack_AdobePhotoshop12-en_GB is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {69582206-7E5D-4476-A8F4-ECF90E9C8A69} Adobe Photoshop CS5 English Language Pack_AdobePhotoshop12-en_US is: false
    Action string for  {69582206-7E5D-4476-A8F4-ECF90E9C8A69} Adobe Photoshop CS5 English Language Pack_AdobePhotoshop12-en_US  is none
    Payload {69582206-7E5D-4476-A8F4-ECF90E9C8A69} Adobe Photoshop CS5 English Language Pack_AdobePhotoshop12-en_US is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84} Adobe Photoshop CS5 Core_x64 is: false
    Action string for  {667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84} Adobe Photoshop CS5 Core_x64  is install
    Value returned on lookup of payload: {A47C8AE9-D51B-4A58-A051-396158FC3012} Adobe Photoshop CS5 International English Language Pack_x64_AdobePhotoshop12-en_GB_x64 is: false
    Action string for  {A47C8AE9-D51B-4A58-A051-396158FC3012} Adobe Photoshop CS5 International English Language Pack_x64_AdobePhotoshop12-en_GB_x64  is none
    Payload {A47C8AE9-D51B-4A58-A051-396158FC3012} Adobe Photoshop CS5 International English Language Pack_x64_AdobePhotoshop12-en_GB_x64 is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {50A16F0B-47DA-4583-B4FE-E026719A2024} Adobe Photoshop CS5 English Language Pack_x64_AdobePhotoshop12-en_US_x64 is: false
    Action string for  {50A16F0B-47DA-4583-B4FE-E026719A2024} Adobe Photoshop CS5 English Language Pack_x64_AdobePhotoshop12-en_US_x64  is none
    Payload {50A16F0B-47DA-4583-B4FE-E026719A2024} Adobe Photoshop CS5 English Language Pack_x64_AdobePhotoshop12-en_US_x64 is extension payload. Aligning its action according to parent.
    END Setting requested payload actions
    Collected advanced path check information for INSTALLDIR
    INSTALLDIR is a well-formed path
    INSTALLDIR is not the root path
    INSTALLDIR is on a local volume
    INSTALLDIR is on a writable volume
    INSTALLDIR is not on a case sensitive volume
    INSTALLDIR passed path basic path validation: C:\Program Files (x86)\Adobe
    [     908] Thu Nov 25 07:40:42 2010  WARN
    OS requirements not met for {667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}
    OS requirements not met for {7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}
    [     908] Thu Nov 25 07:40:42 2010  INFO
    ::START TIMER:: [System check :{02731921-5711-4E7A-A898-D6BCF0F2A1CD}]
    In InstallPreSystemCheckProc
    Custom action return code: 0
    :: END TIMER :: [System check :{02731921-5711-4E7A-A898-D6BCF0F2A1CD}] took 4.39322 miliseconds (0.00439322 seconds)
    ::START TIMER:: [System check :{8CCA90E1-F5BA-456F-84BF-AD5FB2CCE13F}]
    In InstallPreSystemCheckProc
    Custom action return code: 0
    :: END TIMER :: [System check :{8CCA90E1-F5BA-456F-84BF-AD5FB2CCE13F}] took 1.96291 miliseconds (0.00196291 seconds)
    ::START TIMER:: [System check :{0D067D13-C3D7-4EA6-B346-740CD91FD547}]
    CustomHooksTester -> In InstallPreSystemCheckProc
    Custom action return code: 0
    :: END TIMER :: [System check :{0D067D13-C3D7-4EA6-B346-740CD91FD547}] took 2.44331 miliseconds (0.00244331 seconds)
    ::START TIMER:: [System check :{E39A5ABD-516B-46F9-A042-694BBA6A4E08}]
    Font Installer: Fonts STI Custom Hook 1.6 Release
    Custom action return code: 0
    :: END TIMER :: [System check :{E39A5ABD-516B-46F9-A042-694BBA6A4E08}] took 4.0161 miliseconds (0.0040161 seconds)
    ::START TIMER:: [System check :{11C0657F-2BD4-4CBC-87F3-9455DC91886E}]
    Font Installer: Fonts STI Custom Hook 1.6 Release
    Custom action return code: 0
    :: END TIMER :: [System check :{11C0657F-2BD4-4CBC-87F3-9455DC91886E}] took 3.81088 miliseconds (0.00381088 seconds)
    ::START TIMER:: [System check :{CBDD7465-CE11-4A58-9497-C370B65923F1}]
    Font Installer: Fonts STI Custom Hook 1.6 Release
    Custom action return code: 0
    :: END TIMER :: [System check :{CBDD7465-CE11-4A58-9497-C370B65923F1}] took 3.67929 miliseconds (0.00367929 seconds)
    ::START TIMER:: [System check :{7F9C94CD-0BAC-4F8F-8990-6A5886F4D550}]
    Font Installer: Fonts STI Custom Hook 1.6 Release
    Custom action return code: 0
    :: END TIMER :: [System check :{7F9C94CD-0BAC-4F8F-8990-6A5886F4D550}] took 3.81188 miliseconds (0.00381188 seconds)
    [     908] Thu Nov 25 07:40:44 2010  INFO
    Payloads passed preflight validation.
    Call PreSession Custom Hook
    Calling the custom action code for pre-install for payload {92D58719-BBC1-4CC3-A08B-56C9E884CC2C}
    ::START TIMER:: [Payload Operation :{92D58719-BBC1-4CC3-A08B-56C9E884CC2C}]
    [     804] Thu Nov 25 07:40:44 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: InstallThirdPartyPayloadOperation
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installing third party payload
    Installing payload
    Attempting to install package from:C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\Microsoft_VC80_CRT_x86\Microsoft_VC80_CRT_x86.msi
    Command line arguments:
    1: 0 2: 1033 3: 1252
    1: 0 2: 1033 3: 1252
    === Logging started: 11/25/2010  7:40:44 ===
    Message type: 0, Argument: 1033
    Message type: 1, Argument: Microsoft_VC80_CRT_x86
    Action 7:40:44: INSTALL.
    Action start 7:40:44: INSTALL.
    Action 7:40:44: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
    Action start 7:40:44: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
    Action ended 7:40:44: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E. Return value 1.
    Action 7:40:44: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
    Action start 7:40:44: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
    Action ended 7:40:44: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E. Return value 1.
    Action 7:40:44: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
    Action start 7:40:44: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
    Action ended 7:40:44: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E. Return value 1.
    Action 7:40:44: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
    Action start 7:40:44: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
    Action ended 7:40:44: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E. Return value 1.
    Action 7:40:44: AppSearch. Searching for installed applications
    Action start 7:40:44: AppSearch.
    Action ended 7:40:44: AppSearch. Return value 0.
    Action 7:40:44: LaunchConditions. Evaluating launch conditions
    Action start 7:40:44: LaunchConditions.
    Action ended 7:40:44: LaunchConditions. Return value 0.
    Action 7:40:44: FindRelatedProducts. Searching for related applications
    Action start 7:40:44: FindRelatedProducts.
    Action ended 7:40:44: FindRelatedProducts. Return value 0.
    Action 7:40:44: ValidateProductID.
    Action start 7:40:44: ValidateProductID.
    Action ended 7:40:44: ValidateProductID. Return value 1.
    Action 7:40:44: CostInitialize. Computing space requirements
    Action start 7:40:44: CostInitialize.
    Action ended 7:40:44: CostInitialize. Return value 1.
    Action 7:40:44: FileCost. Computing space requirements
    Action start 7:40:44: FileCost.
    Action ended 7:40:44: FileCost. Return value 1.
    Action 7:40:44: IsolateComponents.
    Action start 7:40:44: IsolateComponents.
    Action ended 7:40:44: IsolateComponents. Return value 0.
    Action 7:40:44: CostFinalize. Computing space requirements
    Action start 7:40:44: CostFinalize.
    Error 1327.Invalid Drive: P:\
    Action ended 7:40:44: CostFinalize. Return value 3.
    Action ended 7:40:44: INSTALL. Return value 3.
    Property(S): DiskPrompt = [1]
    Property(S): UpgradeCode = {662366D8-8FF7-4EA3-92A8-C7FEA8AC8032}
    Property(S): PrimaryVolumeSpaceRemaining = 0
    Property(S): PrimaryVolumeSpaceRequired = 0
    Property(S): PrimaryVolumeSpaceAvailable = 0
    Property(S): OutOfNoRbDiskSpace = 0
    Property(S): OutOfDiskSpace = 0
    Property(S): CostingComplete = 0
    Property(S): ROOTDRIVE = C:\
    Property(S): ACTION = INSTALL
    Property(S): UILevel = 2
    Property(S): OriginalDatabase = C:\Users\Ro\Desktop\Adobe CS5\Photoshop\Adobe CS5\payloads\Microsoft_VC80_CRT_x86\Microsoft_VC80_CRT_x86.msi
    Property(S): DATABASE = C:\Windows\Installer\f2ff5.msi
    Property(S): Privileged = 1
    Property(S): MsiRunningElevated = 1
    Property(S): RedirectedDllSupport = 2
    Property(S): MsiWin32AssemblySupport = 6.1.7600.16385
    Property(S): MsiNetAssemblySupport = 4.0.30319.1
    Property(S): Date = 11/25/2010
    Property(S): Time = 7:40:44
    Property(S): TTCSupport = 1
    Property(S): ColorBits = 32
    Property(S): TextInternalLeading = 3
    Property(S): TextHeight = 16
    Property(S): BorderSide = 1
    Property(S): BorderTop = 1
    Property(S): CaptionHeight = 22
    Property(S): ScreenY = 768
    Property(S): ScreenX = 1024
    Property(S): SystemLanguageID = 1033
    Property(S): ComputerName = RO-SYSTEMAX
    Property(S): UserLanguageID = 1033
    Property(S): UserSID = S-1-5-21-1496999340-3234442921-2977067504-1002
    Property(S): LogonUser = Ro
    Property(S): MsiTrueAdminUser = 1
    Property(S): AdminUser = 1
    Property(S): VirtualMemory = 22502
    Property(S): PhysicalMemory = 12279
    Property(S): Intel = 6
    Property(S): Msix64 = 6
    Property(S): MsiAMD64 = 6
    Property(S): ShellAdvtSupport = 1
    Property(S): OLEAdvtSupport = 1
    Property(S): GPTSupport = 1
    Property(S): VersionNT = 601
    Property(S): ProgramFilesFolder = C:\Program Files (x86)\
    Property(S): TARGETDIR = C:\
    Property(S): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\
    Property(S): AppDataFolder = C:\Users\Ro\AppData\Roaming\
    Property(S): CommonAppDataFolder = C:\ProgramData\
    Property(S): CommonFiles64Folder = C:\Program Files\Common Files\
    Property(S): CommonFilesFolder = C:\Program Files (x86)\Common Files\
    Property(S): DesktopFolder = C:\Users\Public\Desktop\
    Property(S): FavoritesFolder = C:\Users\Ro\Favorites\
    Property(S): FontsFolder = C:\Windows\Fonts\
    Property(S): LocalAppDataFolder = C:\Users\Ro\AppData\Local\
    Property(S): MyPicturesFolder = C:\Users\Ro\Pictures\
    Property(S): PersonalFolder = P:\Roger\
    Property(S): PrimaryVolumePath = C:\
    Property(S): ProgramFiles64Folder = C:\Program Files (x86)\
    Property(S): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
    Property(S): SendToFolder = C:\Users\Ro\AppData\Roaming\Microsoft\Windows\SendTo\
    Property(S): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\
    Property(S): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\
    Property(S): System16Folder = C:\
    Property(S): System64Folder = C:\Windows\SysWOW64\
    Property(S): SystemFolder = C:\Windows\SysWOW64\
    Property(S): TempFolder = C:\Users\Ro\AppData\Local\Temp\
    Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\
    Property(S): USERPROFILE = C:\
    Property(S): WindowsFolder = C:\Windows\
    Property(S): WindowsVolume = C:\
    Property(S): WinSxsDirectory.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\
    Property(S): payload_ul.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4053_none_d08d7da0442 a985d\
    Property(S): payload.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd\
    Property(S): WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\
    Property(S): SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\SysWOW64\
    Property(S): WinSxsManifests.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Manifests\
    Property(S): WinSxsPolicies.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\
    Property(S): policydir.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): policydir_ul.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.4053_x-ww_e6967989\
    Property(S): policydir.8.0.50727.89.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): policydir.8.0.50727.94.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): policydir.8.0.50727.4029.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): policydir.8.0.50727.100.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): policydir.8.0.50727.93.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): policydir.8.0.50727.96.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): payload.8.0.50727.89.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.89_x-ww_0de46bd0\
    Property(S): policydir.8.0.50727.95.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): policydir.8.0.50727.103.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): policydir.8.0.50727.97.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): policydir.8.0.50727.4027.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): payload.8.0.50727.94.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.94_x-ww_0de56c0a\
    Property(S): payload.8.0.50727.93.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.93_x-ww_0de56c09\
    Property(S): policydir.8.0.50727.98.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): policydir.8.0.50727.99.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): payload.8.0.50727.95.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.95_x-ww_0de56c0b\
    Property(S): payload.8.0.50727.96.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.96_x-ww_0de56c0c\
    Property(S): policydir.8.0.50727.3044.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): policydir.8.0.50727.193.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): payload.8.0.50727.97.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.97_x-ww_0de56c0d\
    Property(S): policydir.8.0.50727.101.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): payload.8.0.50727.98.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.98_x-ww_0de56c0e\
    Property(S): payload.8.0.50727.99.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.99_x-ww_0de56c0f\
    Property(S): policydir.8.0.50727.104.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): policydir.8.0.50727.3069.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): payload.8.0.50727.100.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.100_x-ww_6818287e\
    Property(S): policydir.8.0.50727.3051.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): payload.8.0.50727.101.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.101_x-ww_6818287f\
    Property(S): payload.8.0.50727.103.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.103_x-ww_68182881\
    Property(S): policydir.8.0.50727.238.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): payload.8.0.50727.104.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.104_x-ww_68182882\
    Property(S): payload.8.0.50727.193.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.193_x-ww_68212ab8\
    Property(S): policydir.8.0.50727.4028.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): payload.8.0.50727.238.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.238_x-ww_689938c4\
    Property(S): policydir.8.0.50727.1833.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): payload.8.0.50727.3044.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.3044_x-ww_b80ea88c\
    Property(S): policydir.8.0.50727.4053.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): payload.8.0.50727.3051.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.3051_x-ww_b80fa8c8\
    Property(S): policydir.8.0.50727.4045.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): payload.8.0.50727.3069.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.3069_x-ww_b810a90f\
    Property(S): payload.8.0.50727.1833.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.1833_x-ww_5ef082d6\
    Property(S): payload.8.0.50727.4027.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.4027_x-ww_e69378d0\
    Property(S): policydir.8.0.50727.4052.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_4428b63a\
    Property(S): payload.8.0.50727.4028.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.4028_x-ww_e69378d1\
    Property(S): payload.8.0.50727.4029.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.4029_x-ww_e69378d2\
    Property(S): payload.8.0.50727.4045.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.4045_x-ww_e695794c\
    Property(S): payload.8.0.50727.4052.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.4052_x-ww_e6967988\
    Property(S): payload.8.0.50727.4053.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.4053_x-ww_e6967989\
    Property(S): ALLUSERS = 1
    Property(S): WinSxsDirectory.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\
    Property(S): payload_ul.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_policy.8.0.microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4053_none_ 516e2e610f48bda6\
    Property(S): WinSxsPolicies.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\
    Property(S): policydir.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c247 73\
    Property(S): WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\
    Property(S): SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\SysWOW64\
    Property(S): WinSxsManifests.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Manifests\
    Property(S): payload.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_51 e427d4\
    Property(S): policydir.8.0.50727.103.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c247 73\
    Property(S): policydir.8.0.50727.96.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c247 73\
    Property(S): policydir_ul.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.4053_x-ww_ 2a9a3690\
    Property(S): policydir.8.0.50727.94.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c247 73\
    Property(S): policydir.8.0.50727.89.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c247 73\
    Property(S): policydir.8.0.50727.95.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c247 73\
    Property(S): policydir.8.0.50727.100.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c247 73\
    Property(S): policydir.8.0.50727.93.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c247 73\
    Property(S): payload.8.0.50727.94.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.94_x-ww_51 e92911\
    Property(S): policydir.8.0.50727.193.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c247 73\
    Property(S): policydir.8.0.50727.98.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c247 73\
    Property(S): payload.8.0.50727.89.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.89_x-ww_51 e828d7\
    Property(S): policydir.8.0.50727.104.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c247 73\
    Property(S): payload.8.0.50727.93.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.93_x-ww_51 e92910\
    Property(S): policydir.8.0.50727.99.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c247 73\
    Property(S): policydir.8.0.50727.101.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c247 73\
    Property(S): policydir.8.0.50727.97.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c247 73\
    Property(S): policydir.8.0.50727.4028.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c247 73\
    Property(S): payload.8.0.50727.95.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.95_x-ww_51 e92912\
    Property(S): policydir.8.0.50727.3044.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c247 73\
    Property(S): payload.8.0.50727.96.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.96_x-ww_51 e92913\
    Property(S): policydir.8.0.50727.238.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c247 73\
    Property(S): payload.8.0.50727.97.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.97_x-ww_51 e92914\
    Property(S): policydir.8.0.50727.4052.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c247 73\
    Property(S): payload.8.0.50727.98.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.98_x-ww_51 e92915\
    Property(S): policydir.8.0.50727.1833.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c247 73\
    Property(S): payload.8.0.50727.99.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.99_x-ww_51 e92916\
    Property(S): policydir.8.0.50727.3051.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\Windows\winsxs\Policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c247 73\
    Property(S): payload.8.0.50727.100.63E949F6_03BC_5C40_FF1

    I discovered the cause of this problem. I had pointed my "My Documents" folder to a NAS drive that I had rather than my C drive. Apparently Photoshop was dependant on it being on the C dirve. When I  repointed this back to my C drive CS5 installed properly.

Maybe you are looking for

  • Eprint fails to print large paper size pdf

    Hello I often need to plot long PDF drawings on my designjet 111 paper roll version. With the pdf reader or professional acrobat  printing turns out mission impossible, when there are heavy raster data behind, so i wanted to use the eprint and share

  • International Calls Barred

    I am on holiday and have had the Samsung S5 for a few weeks without any problems.  I upgarded to the new EE tarrif with roaming minutes and texts as I travel a lot with work.  Having arrived on holiday I find I cannot make calls to uk numbers nor to

  • Itunes quits unexpectedly with error

    I installed my Itunes software on my new computer (old computer died), and everything went fine. But when I am importing songs onto Itunes from CDs, it imports one or two songs successfully and then I get the "Error: Itunes must close. Do you want to

  • What is the advantage of using RMI over socket connection

    plz tell me guys what is the advantage of using RMI over socket connection bcoz inherently RMI also uses socket connection.so what is the exact difference in between thm and what is the advantage of using RMI over socket connection.

  • TreeTable with two accessors nodeDefinition

    Hello to all! In my pageDef i have next tree binding: <tree IterBinding="groupsIterator" id="groupsTreeTable" ChangeEventPolicy="none"> <nodeDefinition DefName="projects.GroupsType" Name="nodeGroups"> <AttrNames> <Item Value="groupLabel"/> <Item Valu