Is html5 dnd really supported in WebView?

Hi,
While testing dnd support in WebView, I faced a strange behavior regarding the transferable data retrieved.
The data is always "*undefined*" in WebView, and is correct under other browsers...
Any idea? Workaround?
Thanks.
Simply load the following HTML page into WebEngine.
Try to drag the top rectangle into the second one.
Note: Due to syntax highlighting in this forum the complete HTML code does not appear! The following attributes are missing on first and second div. Sorry.
ondragstart="startDrag(event)
ondrop="drop(event)" ondragover="canDrop(event)
<!DOCTYPE HTML>
<html>
     <head>
     <style type="text/css">
          #drop1 {width:350px;height:70px;padding:10px;border:1px solid #aaaaaa;}
          #startDrag1 {width:350px;height:70px;padding:10px;border:1px solid #000000;}
     </style>
     <script>
     function canDrop(ev)
          ev.preventDefault();
     function startDrag(ev)
          ev.dataTransfer.setData("Text",ev.target.id);
     function drop(ev)
          ev.preventDefault();
          var data=ev.dataTransfer.getData("Text");
          var result=document.getElementById("result");
          // Display result in Div and alert
          result.innerHTML=data;
          alert(data);
     </script>
</head>
<body>
     <p>Drag the top rectangle into the second:</p>
     <div style="color:#FFFF00;border: 2px dotted  black;" id="startDrag1" ondragstart="startDrag(event)"></div>
     <br/>
     <div style="color:#00FFFF;border: 3px dashed black;" id="drop1" ondrop="drop(event)" ondragover="canDrop(event)">
       <output id="result"></output>
     </div>
     <br>
</body>
</html>

I played around with this a little bit using your example and the behaviour of JavaFX seemed buggy to me.
If I set the data type to Text, I could reproduce the undefined message in the drop box. I thought maybe it just wasn't looking up the event target id ok, so I changed to set the text to a static string, and the behaviour was still the same (still printed undefined in the drop box). I thought I'd try a well defined data type of text/plain rather than Text, and then I didn't get undefined in the drop box, but I didn't get the text displayed there either, just nothing at all. Additionally the drag initiation seemed buggy and only worked for me sometime all of the time I was trying it. For instance, a lot of the time rather than the drag cursor, I'd end up with a selection being done or a text insert caret which prevented the use of of the drag and drop function as it seemed the drag and drop wasn't initialized. Only on the fifth or sixth attempt would a drag seem to be initiated. So I wouldn't really advise making use of html5 dnd in your app until you file some bugs on this at http://javafx-jira.kenai.com and they are fixed.
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.web.WebView;
import javafx.stage.Stage;
public class WebViewDragAndDrop extends Application {
  final static String html =
"<!DOCTYPE HTML>\n"+
"<html>\n"+
"\t<head>\n"+
"\t<style type=\"text/css\">\n"+
"\t\t#drop1 {width:350px;height:70px;padding:10px;border:1px solid #aaaaaa;}\n"+
"\t\t#startDrag1 {width:350px;height:70px;padding:10px;border:1px solid #000000;}\n"+
"\t</style>\n"+
"\t<script>\n"+
"\tfunction canDrop(ev)\n"+
"\t{\n"+
"\t\tev.preventDefault();\n"+
"\t}\n"+
"\t\n"+
"\tfunction startDrag(ev)\n"+
"\t{\n"+
"\t\tev.dataTransfer.setData('text/plain','xyzzy');\n"+
"\t}\n"+
"\t\n"+
"\tfunction drop(ev)\n"+
"\t{\n"+
"\t\tev.preventDefault();\n"+
"\t\tvar data=ev.dataTransfer.getData('text/plain');\n"+
"\t\tvar result=document.getElementById(\"result\");\n"+
"\t\t\n"+
"\t\t// Display result in Div and alert\n"+
"\t\tresult.innerHTML=data;\n"+
"\t}\n"+
"\t</script>\n"+
"</head>\n"+
"<body>\n"+
" \n"+
"\t<p>Drag the top rectangle into the second:</p>\n"+
"\t\n"+
"\t<div ondragstart='startDrag(event)' style=\"color:#FFFF00;border: 2px dotted  black;\" id=\"startDrag1\"></div>\n"+
"\t<br/>\n"+
"\t<div ondrop='drop(event)' ondragover='canDrop(event)' style=\"color:#00FFFF;border: 3px dashed black;\" id=\"drop1\">\n"+
"\t  <output id=\"result\"></output>\n"+
"\t</div>\n"+
"\t\n"+
"\t<br>\n"+
" \n"+
" \n"+
"</body>\n"+
"</html>"; 
  public static void main(String[] args) { launch(args); }
  @Override public void start(Stage stage) {
    WebView webview = new WebView();
    webview.getEngine().loadContent(html);
    stage.setScene(new Scene(webview, 750, 450));
    stage.show();
}

Similar Messages

  • IPhone 4 does not really support MJPEG?

    iPhone 4 tech specs claim that it supports Motion JPEG videos.
    However, *iTunes refuses to copy any MJPEG video to my iPhone 4*. If I try to drag them, it says "<file> was not copied to the iPhone <name> because it cannot be played on this iPhone". If I sync a photo folder with "Include videos" checked, it just ignores those videos.
    The videos are in exactly the format listed in the iPhone tech specs: "Motion JPEG (M-JPEG) up to 35 Mbps, 1280 by 720 pixels, 30 frames per second, audio in ulaw, PCM stereo audio in .avi file format".
    They play perfectly in both QuickTime Player and VLC. QuickTime movie inspector says they are "Motion JPEG OpenDML, 1280x720, Millions; u-law 2:1, Stereo, 44.100 kHz", frame rate 30.00 fps.
    All of my software is up to date. iPhone 4.2.1, iTunes 10.1.1.4, QuickTime 7.6.9, Windows XP Pro SP3.
    I've tried smaller video sizes (640x480). I've tried both dragging and syncing. No joy. MPEG4 videos transfer no problem, but not MJPEG.
    What's the deal? Does my iPhone 4 really support MJPEG videos? If so, how the heck can I transfer them?
    I hate to say it, but MJPEG support is looking like blatant false advertising by Apple.

    cls24 -- Click on the "iPhone" tab at the top of this page, then the "Tech Specs" link at top right. Voila. MJPEG support. This would be very handy if it worked since our cameras shoot both high-def and standard-def MJPEG.
    Monty1945 -- It would be very helpful to know:
    1) Exactly how did you transfer your "old M-JPEG files" to the iphone?
    2) Exactly what file format (eg avi, mov) and video/audio codecs (use Movie Inspector in Quicktime Player) did those files use?
    Otherwise, I have to assume you are remembering incorrectly, because I have tried MANY different combinations of codecs, formats, and fourCCs to get this to work. It simply doesn't.
    Has anyone else tried to put their MJPEG videos on their iPhone 4, and found that it doesn't work?
    Thanks.
    J

  • Does CS5 really support OS X 10.5.7?

    I'm trying to install the trial on my 10.5.7 machine with no success. The installer spoofs at around 100% completion, and then I try to launch Ps but it doesn't even show the slpash screen and crashes. Uninstaller doesnt work either, it hangs and crashes.
    Same with Master Collection trial.
    Does CS5 really support 10.5.7 ?

    This is the installer log from Ps:
    [       0] Fri Apr 30 19:21:06 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 3.0.122.0
    OSX version: 10.5.7
    ::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 2799 miliseconds (2.799 seconds) DTR = 2.85816 KBPS (0.00279118 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 407 miliseconds (0.407 seconds) DTR = 31587.2 KBPS (30.8469 MBPS)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5
    Updating media info for: {007A2A28-D6A8-4D91-9A2B-568FF8052215}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeWinSoftLinguisticsPluginAll/AdobeWinSoftLinguisticsPluginAll.dmg
    Updating media info for: {02731921-5711-4E7A-A898-D6BCF0F2A1CD}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeCSXSInfrastructure2-mul/AdobeCSXSInfrastructure2-mul.dmg
    Updating media info for: {0A6FC585-E761-4776-A4F3-BDA1E4FE1B7A}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobePhotoshop12-Support/AdobePhotoshop12-Support.dmg
    Updating media info for: {0D067D13-C3D7-4EA6-B346-740CD91FD547}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeBridge4-mul/AdobeBridge4-mul.dmg
    Updating media info for: {15FEDA5F-141C-4127-8D7E-B962D1742728}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobePhotoshop12-Driver/AdobePhotoshop12-Driver.dmg
    Updating media info for: {298CF0B0-8B47-46DF-B726-8E4BFAD5432E}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeHelp/InstallAdobeHelp
    Updating media info for: {2C8C0585-5083-4032-94B8-A9AD04ED0716}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeAIR1.5.3-mul/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
    Updating media info for: {3423F36D-004F-4DFC-8BCE-07A20B8DFBDE}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeSuiteSharedConfiguration-mul/AdobeSuiteSharedConfiguration-mul.dmg
    Updating media info for: {37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeCameraRaw6.0All/AdobeCameraRaw6.0All.dmg
    Updating media info for: {39CB2E53-5326-4939-8B5A-0402C6EFBFE3}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeColorCommonSetCMYK3-mul/AdobeColorCommonSetCMYK3-mul.dmg
    Updating media info for: {3E7A8DA8-0298-42F2-B927-4DB00E2F8FEE}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/DeviceCentral3LP-en_US/DeviceCentral3LP-en_US.dmg
    Updating media info for: {3F023875-4A52-4605-9DB6-A88D4A813E8D}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeCameraRawProfile6.0All/AdobeCameraRawProfile6.0All.dmg
    Updating media info for: {41372141-B568-4B5A-80DD-649980B825AC}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/DeviceCentral3LP-en_GB/DeviceCentral3LP-en_GB.dmg
    Updating media info for: {4438C826-1FD0-4D04-A70B-24FE1580AB21}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeMiniBridge1-mul/AdobeMiniBridge1-mul.dmg
    Updating media info for: {463D65D7-CD43-4FAC-A6C7-7D24CB5DB93B}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeAMP1.8-mul/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
    Updating media info for: {4687A306-D716-4D7A-B0AA-EAB65D17F149}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeAPE3-mul/AdobeAPE3-mul.dmg
    Updating media info for: {4FFA83C0-007A-4DB3-955C-B5EEE73BEDAF}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/SwitchBoard2.0All/SwitchBoard2.0All.dmg
    Updating media info for: {54F4466A-091A-46DA-B697-43D55CEF9DF6}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeColorJA_ExtraSettings3-mul/AdobeColorJA_ExtraSettings3-mul.dmg
    Updating media info for: {5A60CD44-B38B-47CD-BE38-219C81AE3345}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeExtendScriptToolkit3.5.0-mul/AdobeExtendScriptToolkit3.5.0-mul.dmg
    Updating media info for: {69582206-7E5D-4476-A8F4-ECF90E9C8A69}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobePhotoshop12-en_US/AdobePhotoshop12-en_US.dmg
    Updating media info for: {6A2E619B-E4AC-433B-A648-D458CE543A96}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeXMPPanelsAll/AdobeXMPPanelsAll.dmg
    Updating media info for: {6E505C8F-2896-11DF-9B64-0013724DD917}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeDeviceCentral3-all/AdobeDeviceCentral3-all.dmg
    Updating media info for: {6F29BE46-E5F3-4146-8A84-20301E5C985A}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeColorEU_ExtraSettings3-mul/AdobeColorEU_ExtraSettings3-mul.dmg
    Updating media info for: {6F3A624B-1B72-4081-96E8-23261F389C5C}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeTypeSupport10-mul/AdobeTypeSupport10-mul.dmg
    Updating media info for: {73A4DC5E-226E-42BA-8ECA-2822592AC044}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeVideoProfilesCS3-mul/AdobeVideoProfilesCS3-mul.dmg
    Updating media info for: {78A53622-CDBA-49D1-A3D0-D563FB398D0C}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeColorCommonSetRGB3-mul/AdobeColorCommonSetRGB3-mul.dmg
    Updating media info for: {796659A8-114A-4E16-9994-14DF6A1B1683}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeUtilities3-mul/AdobeUtilities3-mul.dmg
    Updating media info for: {7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobePhotoshop12-Core/AdobePhotoshop12-Core.dmg
    Updating media info for: {87AFDFF2-D852-4B1F-ABFB-0EAFA5A39B7B}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobePhotoshop12-en_GB/AdobePhotoshop12-en_GB.dmg
    Updating media info for: {8B4C951B-F853-4B05-B892-9D5B3CD8AC98}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobePDFSettings10-ja_JP/AdobePDFSettings10-ja_JP.dmg
    Updating media info for: {8CCA90E1-F5BA-456F-84BF-AD5FB2CCE13F}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeCSXSExtensions2-mul/AdobeCSXSExtensions2-mul.dmg
    Updating media info for: {925ED7E4-E1B6-4544-8141-1C98A18D2E2E}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeOutputModuleAll/AdobeOutputModuleAll.dmg
    Updating media info for: {A2502D10-2D75-4620-8A8B-73F39D5C1243}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobePDFSettings10-mul/AdobePDFSettings10-mul.dmg
    Updating media info for: {A44863BF-8DB8-4D22-88DB-5A02BE319840}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeLinguisticsAll/AdobeLinguisticsAll.dmg
    Updating media info for: {B60B8713-F828-44F9-BEEE-7596F814E540}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeColorEU_Recommended3-mul/AdobeColorEU_Recommended3-mul.dmg
    Updating media info for: {BAE5212B-6651-4AD8-B26A-1B284D2665C6}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobePDFL9.9-mul/AdobePDFL9.9-mul.dmg
    Updating media info for: {BD0D6363-E961-410F-8BF4-ECD8795F3923}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeCMaps3-mul/AdobeCMaps3-mul.dmg
    Updating media info for: {BEC5B482-32A1-43E0-B7F7-9BF9592A1069}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeColorNA_ExtraSettings3-mul/AdobeColorNA_ExtraSettings3-mul.dmg
    Updating media info for: {CBDD7465-CE11-4A58-9497-C370B65923F1}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeFontsRequired-mul/AdobeFontsRequired-mul.dmg
    Updating media info for: {D26EEF95-420A-4726-B85D-AFBE752EF526}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeColorNA_Recommended3-mul/AdobeColorNA_Recommended3-mul.dmg
    Updating media info for: {D31D91FE-F0E8-4DF1-812C-9400BE92A386}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeColorPhotoshop3-mul/AdobeColorPhotoshop3-mul.dmg
    Updating media info for: {E39A5ABD-516B-46F9-A042-694BBA6A4E08}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeFontsRecommended-mul/AdobeFontsRecommended-mul.dmg
    Updating media info for: {E4E188D2-27D5-4E4C-92CE-87F9D24AD2F6}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeExtensionManager5.0All/AdobeExtensionManager5.0All.dmg
    Updating media info for: {E5087BCA-6496-47A7-B9C4-B85D1CF062AE}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeColorJA_Recommended3-mul/AdobeColorJA_Recommended3-mul.dmg
    Updating media info for: {FFEDE6AE-3052-11DF-89B7-E7102C404F28}
      Type: 1, Volume Order: 1, Media Name: Adobe Photoshop CS5
      Path: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeReviewPanel2-mul/AdobeReviewPanel2-mul.dmg
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,3.0.122.0]
    ----------------- CreatePayloadSession: machine is x86 ---------------
    ______ Verify Dependency Subscribers ______
    Setting property "INSTALLDIR" to: /Applications
    Setting property "installLanguage" to: en_US
    Attempting to find the selected language in the set of available payload languages
    Setting property "installSourcePath" to: /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5
    Overwrite property "userASUPath" to: /Users/Caco/Applications/Adobe/OOBE/PDApp
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {4687A306-D716-4D7A-B0AA-EAB65D17F149} Adobe Player for Embedding is: false
    Action string for  {4687A306-D716-4D7A-B0AA-EAB65D17F149} Adobe Player for Embedding  is none
    Value returned on lookup of payload: {796659A8-114A-4E16-9994-14DF6A1B1683} Adobe Utilities CS5 is: false
    Action string for  {796659A8-114A-4E16-9994-14DF6A1B1683} Adobe Utilities CS5  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: {4FFA83C0-007A-4DB3-955C-B5EEE73BEDAF} Adobe SwitchBoard 2.0 is: false
    Action string for  {4FFA83C0-007A-4DB3-955C-B5EEE73BEDAF} Adobe SwitchBoard 2.0  is none
    Value returned on lookup of payload: {3423F36D-004F-4DFC-8BCE-07A20B8DFBDE} Suite Shared Configuration CS5 is: false
    Action string for  {3423F36D-004F-4DFC-8BCE-07A20B8DFBDE} Suite Shared Configuration CS5  is none
    Value returned on lookup of payload: {298CF0B0-8B47-46DF-B726-8E4BFAD5432E} AdobeHelp is: false
    Action string for  {298CF0B0-8B47-46DF-B726-8E4BFAD5432E} AdobeHelp  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: {E4E188D2-27D5-4E4C-92CE-87F9D24AD2F6} Adobe Extension Manager CS5 is: false
    Action string for  {E4E188D2-27D5-4E4C-92CE-87F9D24AD2F6} Adobe Extension Manager CS5  is donotinstall
    Selection of payload {E4E188D2-27D5-4E4C-92CE-87F9D24AD2F6} Adobe Extension Manager CS5 is allowed but the user has marked it for not to install
    Value returned on lookup of payload: {6A2E619B-E4AC-433B-A648-D458CE543A96} Adobe XMP Panels CS5 is: false
    Action string for  {6A2E619B-E4AC-433B-A648-D458CE543A96} Adobe XMP Panels 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: {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: {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: {5A60CD44-B38B-47CD-BE38-219C81AE3345} Adobe ExtendScript Toolkit CS5 is: false
    Action string for  {5A60CD44-B38B-47CD-BE38-219C81AE3345} Adobe ExtendScript Toolkit CS5  is donotinstall
    Selection of payload {5A60CD44-B38B-47CD-BE38-219C81AE3345} Adobe ExtendScript Toolkit CS5 is allowed but the user has marked it for not to install
    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: {2C8C0585-5083-4032-94B8-A9AD04ED0716} Adobe AIR is: false
    Action string for  {2C8C0585-5083-4032-94B8-A9AD04ED0716} Adobe AIR  is donotinstall
    Selection of payload {2C8C0585-5083-4032-94B8-A9AD04ED0716} Adobe AIR is allowed but the user has marked it for not to install
    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: {A44863BF-8DB8-4D22-88DB-5A02BE319840} Adobe Linguistics CS5 is: false
    Action string for  {A44863BF-8DB8-4D22-88DB-5A02BE319840} Adobe Linguistics CS5  is none
    Value returned on lookup of payload: {463D65D7-CD43-4FAC-A6C7-7D24CB5DB93B} Adobe Media Player is: false
    Action string for  {463D65D7-CD43-4FAC-A6C7-7D24CB5DB93B} Adobe Media Player  is donotinstall
    Selection of payload {463D65D7-CD43-4FAC-A6C7-7D24CB5DB93B} Adobe Media Player is allowed but the user has marked it for not to install
    Value returned on lookup of payload: {FFEDE6AE-3052-11DF-89B7-E7102C404F28} Adobe ReviewPanel CS5 is: false
    Action string for  {FFEDE6AE-3052-11DF-89B7-E7102C404F28} Adobe ReviewPanel CS5  is none
    Value returned on lookup of payload: {007A2A28-D6A8-4D91-9A2B-568FF8052215} Adobe WinSoft Linguistics Plugin CS5 is: false
    Action string for  {007A2A28-D6A8-4D91-9A2B-568FF8052215} Adobe WinSoft Linguistics Plugin 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: {8B4C951B-F853-4B05-B892-9D5B3CD8AC98} PDF Settings CS5 is: false
    Action string for  {8B4C951B-F853-4B05-B892-9D5B3CD8AC98} PDF Settings CS5  is none
    Value returned on lookup of payload: {A2502D10-2D75-4620-8A8B-73F39D5C1243} PDF Settings CS5 is: false
    Action string for  {A2502D10-2D75-4620-8A8B-73F39D5C1243} PDF Settings CS5  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: {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: {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 donotinstall
    Selection of payload {6E505C8F-2896-11DF-9B64-0013724DD917} DeviceCentral is allowed but the user has marked it for not to install
    Value returned on lookup of payload: {3E7A8DA8-0298-42F2-B927-4DB00E2F8FEE} DeviceCentral_DeviceCentral3LP-en_US is: false
    Action string for  {3E7A8DA8-0298-42F2-B927-4DB00E2F8FEE} DeviceCentral_DeviceCentral3LP-en_US  is none
    Payload {3E7A8DA8-0298-42F2-B927-4DB00E2F8FEE} DeviceCentral_DeviceCentral3LP-en_US is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {41372141-B568-4B5A-80DD-649980B825AC} DeviceCentral_DeviceCentral3LP-en_GB is: false
    Action string for  {41372141-B568-4B5A-80DD-649980B825AC} DeviceCentral_DeviceCentral3LP-en_GB  is none
    Payload {41372141-B568-4B5A-80DD-649980B825AC} DeviceCentral_DeviceCentral3LP-en_GB 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: {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.
    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: /Applications
    ::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 1 miliseconds (0.001 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 miliseconds (0.001 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 20 miliseconds (0.02 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 18 miliseconds (0.018 seconds) DTR = 222.222 KBPS (0.217014 MBPS)
    [       0] Fri Apr 30 19:21:07 2010  INFO
    Payloads passed preflight validation.
    Call PreSession Custom Hook
    Calling the custom action code for pre-install for payload {4687A306-D716-4D7A-B0AA-EAB65D17F149}
    ::START TIMER:: [Payload Operation :{4687A306-D716-4D7A-B0AA-EAB65D17F149}]
    [       1] Fri Apr 30 19:21:07 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    [       1] Fri Apr 30 19:21:08 2010  INFO
    Beginning installation for payload at /tmp/.tempdir5YQQ0NGo/Install.db
    [       1] Fri Apr 30 19:21:11 2010  INFO
    Completing installation for payload at /tmp/.tempdir5YQQ0NGo/Install.db
    [       1] Fri Apr 30 19:21:12 2010  INFO
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{4687A306-D716-4D7A-B0AA-EAB65D17F149}.db
    [       0] Fri Apr 30 19:21:12 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{4687A306-D716-4D7A-B0AA-EAB65D17F149}] took 5002 miliseconds (5.002 seconds) DTR = 32.7869 KBPS (0.0320184 MBPS)
    Updating driver data - Action: Add driver entry
    Updating driver data successful. Driver entry was added. ARP estimated size 0KB
    User specified overrideFile:
    Calling the custom action code for post-install for payload {4687A306-D716-4D7A-B0AA-EAB65D17F149} Adobe Player for Embedding
    Calling the custom action code for pre-install for payload {796659A8-114A-4E16-9994-14DF6A1B1683}
    ::START TIMER:: [Payload Operation :{796659A8-114A-4E16-9994-14DF6A1B1683}]
    [       1] Fri Apr 30 19:21:12 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    [       1] Fri Apr 30 19:21:13 2010  INFO
    Beginning installation for payload at /tmp/.tempdirHohwNqV3/Install.db
    Completing installation for payload at /tmp/.tempdirHohwNqV3/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{796659A8-114A-4E16-9994-14DF6A1B1683}.db
    [       0] Fri Apr 30 19:21:13 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{796659A8-114A-4E16-9994-14DF6A1B1683}] took 1001 miliseconds (1.001 seconds) DTR = 211.788 KBPS (0.206824 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {796659A8-114A-4E16-9994-14DF6A1B1683} Adobe Utilities CS5
    Calling the custom action code for pre-install for payload {3F023875-4A52-4605-9DB6-A88D4A813E8D}
    ::START TIMER:: [Payload Operation :{3F023875-4A52-4605-9DB6-A88D4A813E8D}]
    [       1] Fri Apr 30 19:21:13 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    [       1] Fri Apr 30 19:21:14 2010  INFO
    Beginning installation for payload at /tmp/.tempdir6p8fPCGW/Install.db
    [       1] Fri Apr 30 19:21:29 2010  INFO
    Completing installation for payload at /tmp/.tempdir6p8fPCGW/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{3F023875-4A52-4605-9DB6-A88D4A813E8D}.db
    [       0] Fri Apr 30 19:21:30 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{3F023875-4A52-4605-9DB6-A88D4A813E8D}] took 17003 miliseconds (17.003 seconds) DTR = 38.3462 KBPS (0.0374474 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer
    Calling the custom action code for pre-install for payload {4FFA83C0-007A-4DB3-955C-B5EEE73BEDAF}
    ::START TIMER:: [Payload Operation :{4FFA83C0-007A-4DB3-955C-B5EEE73BEDAF}]
    [       1] Fri Apr 30 19:21:30 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    [       1] Fri Apr 30 19:21:31 2010  INFO
    Beginning installation for payload at /tmp/.tempdirf0AuIJMz/Install.db
    Evaluating condition# 1
    Condition failed
    Evaluating condition# 1
    Condition failed
    Completing installation for payload at /tmp/.tempdirf0AuIJMz/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{4FFA83C0-007A-4DB3-955C-B5EEE73BEDAF}.db
    [       0] Fri Apr 30 19:21:32 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{4FFA83C0-007A-4DB3-955C-B5EEE73BEDAF}] took 2002 miliseconds (2.002 seconds) DTR = 35.964 KBPS (0.0351211 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {4FFA83C0-007A-4DB3-955C-B5EEE73BEDAF} Adobe SwitchBoard 2.0
    Calling the custom action code for pre-install for payload {3423F36D-004F-4DFC-8BCE-07A20B8DFBDE}
    ::START TIMER:: [Payload Operation :{3423F36D-004F-4DFC-8BCE-07A20B8DFBDE}]
    [       1] Fri Apr 30 19:21:32 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    [       1] Fri Apr 30 19:21:33 2010  INFO
    Beginning installation for payload at /tmp/.tempdirjUVmqFtn/Install.db
    [       1] Fri Apr 30 19:21:34 2010  INFO
    Completing installation for payload at /tmp/.tempdirjUVmqFtn/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{3423F36D-004F-4DFC-8BCE-07A20B8DFBDE}.db
    [       0] Fri Apr 30 19:21:34 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{3423F36D-004F-4DFC-8BCE-07A20B8DFBDE}] took 2001 miliseconds (2.001 seconds) DTR = 61.969 KBPS (0.0605166 MBPS)
    [       0] Fri Apr 30 19:21:35 2010  INFO
    User specified overrideFile:
    Calling the custom action code for post-install for payload {3423F36D-004F-4DFC-8BCE-07A20B8DFBDE} Suite Shared Configuration CS5
    Calling the custom action code for pre-install for payload {298CF0B0-8B47-46DF-B726-8E4BFAD5432E}
    ::START TIMER:: [Payload Operation :{298CF0B0-8B47-46DF-B726-8E4BFAD5432E}]
    [       1] Fri Apr 30 19:21:35 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: InstallThirdPartyPayloadOperation
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installing third party payload
    Running the application : /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeHelp/InstallAdobeHelp
    command line arguments in order are : /Volumes/Adobe Photoshop CS5/Adobe Photoshop CS5/payloads/AdobeHelp/InstallAdobeHelp
    [       1] Fri Apr 30 19:21:59 2010  INFO
    Third party application output: done
    Third party payload succeded.  Testing return code: 0
    [       0] Fri Apr 30 19:22:00 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 7 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{298CF0B0-8B47-46DF-B726-8E4BFAD5432E}] took 25004 miliseconds (25.004 seconds) DTR = 4930.25 KBPS (4.8147 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {298CF0B0-8B47-46DF-B726-8E4BFAD5432E} AdobeHelp
    Calling the custom action code for pre-install for payload {02731921-5711-4E7A-A898-D6BCF0F2A1CD}
    ::START TIMER:: [Pre payload :{02731921-5711-4E7A-A898-D6BCF0F2A1CD}]
    In PrePayloadInstallProc
    Custom action return code: 0
    :: END TIMER :: [Pre payload :{02731921-5711-4E7A-A898-D6BCF0F2A1CD}] took 0 miliseconds (0 seconds) DTR = inf KBPS (inf MBPS)
    ::START TIMER:: [Payload Operation :{02731921-5711-4E7A-A898-D6BCF0F2A1CD}]
    [       1] Fri Apr 30 19:22:00 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Beginning installation for payload at /tmp/.tempdir2ox5W0oq/Install.db
    [       1] Fri Apr 30 19:22:01 2010  INFO
    Completing installation for payload at /tmp/.tempdir2ox5W0oq/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{02731921-5711-4E7A-A898-D6BCF0F2A1CD}.db
    [       0] Fri Apr 30 19:22:02 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{02731921-5711-4E7A-A898-D6BCF0F2A1CD}] took 2001 miliseconds (2.001 seconds) DTR = 55.972 KBPS (0.0546602 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {02731921-5711-4E7A-A898-D6BCF0F2A1CD} Adobe CSXS Infrastructure CS5
    ::START TIMER:: [Post payload :{02731921-5711-4E7A-A898-D6BCF0F2A1CD}]
    In PostPayloadInstallProc
    Custom action return code: 0
    :: END TIMER :: [Post payload :{02731921-5711-4E7A-A898-D6BCF0F2A1CD}] took 0 miliseconds (0 seconds)
    Calling the custom action code for pre-install for payload {6A2E619B-E4AC-433B-A648-D458CE543A96}
    ::START TIMER:: [Payload Operation :{6A2E619B-E4AC-433B-A648-D458CE543A96}]
    [       1] Fri Apr 30 19:22:02 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Beginning installation for payload at /tmp/.tempdirny3eZ2s5/Install.db
    [       1] Fri Apr 30 19:22:03 2010  INFO
    Completing installation for payload at /tmp/.tempdirny3eZ2s5/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{6A2E619B-E4AC-433B-A648-D458CE543A96}.db
    [       0] Fri Apr 30 19:22:05 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{6A2E619B-E4AC-433B-A648-D458CE543A96}] took 3002 miliseconds (3.002 seconds) DTR = 118.588 KBPS (0.115808 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {6A2E619B-E4AC-433B-A648-D458CE543A96} Adobe XMP Panels CS5
    Calling the custom action code for pre-install for payload {BD0D6363-E961-410F-8BF4-ECD8795F3923}
    ::START TIMER:: [Payload Operation :{BD0D6363-E961-410F-8BF4-ECD8795F3923}]
    [       1] Fri Apr 30 19:22:05 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    [       1] Fri Apr 30 19:22:06 2010  INFO
    Beginning installation for payload at /tmp/.tempdirOFKjsfqf/Install.db
    Completing installation for payload at /tmp/.tempdirOFKjsfqf/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{BD0D6363-E961-410F-8BF4-ECD8795F3923}.db
    [       0] Fri Apr 30 19:22:07 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{BD0D6363-E961-410F-8BF4-ECD8795F3923}] took 2001 miliseconds (2.001 seconds) DTR = 71.964 KBPS (0.0702774 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {BD0D6363-E961-410F-8BF4-ECD8795F3923} AdobeCMaps CS5
    Calling the custom action code for pre-install for payload {925ED7E4-E1B6-4544-8141-1C98A18D2E2E}
    ::START TIMER:: [Payload Operation :{925ED7E4-E1B6-4544-8141-1C98A18D2E2E}]
    [       1] Fri Apr 30 19:22:07 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    [       1] Fri Apr 30 19:22:08 2010  INFO
    Beginning installation for payload at /tmp/.tempdirfFUTUZdQ/Install.db
    Evaluating condition# 1
    Condition failed
    Evaluating condition# 1
    Condition failed
    Completing installation for payload at /tmp/.tempdirfFUTUZdQ/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{925ED7E4-E1B6-4544-8141-1C98A18D2E2E}.db
    [       0] Fri Apr 30 19:22:09 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{925ED7E4-E1B6-4544-8141-1C98A18D2E2E}] took 2001 miliseconds (2.001 seconds) DTR = 101.949 KBPS (0.0995596 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {925ED7E4-E1B6-4544-8141-1C98A18D2E2E} AdobeOutputModule
    Calling the custom action code for pre-install for payload {BAE5212B-6651-4AD8-B26A-1B284D2665C6}
    ::START TIMER:: [Payload Operation :{BAE5212B-6651-4AD8-B26A-1B284D2665C6}]
    [       1] Fri Apr 30 19:22:09 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    [       1] Fri Apr 30 19:22:10 2010  INFO
    Beginning installation for payload at /tmp/.tempdirRszmyzA9/Install.db
    [       1] Fri Apr 30 19:22:15 2010  INFO
    Completing installation for payload at /tmp/.tempdirRszmyzA9/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{BAE5212B-6651-4AD8-B26A-1B284D2665C6}.db
    [       0] Fri Apr 30 19:22:15 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{BAE5212B-6651-4AD8-B26A-1B284D2665C6}] took 6002 miliseconds (6.002 seconds) DTR = 17.3276 KBPS (0.0169214 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {BAE5212B-6651-4AD8-B26A-1B284D2665C6} AdobePDFL CS5
    Calling the custom action code for pre-install for payload {6F3A624B-1B72-4081-96E8-23261F389C5C}
    ::START TIMER:: [Payload Operation :{6F3A624B-1B72-4081-96E8-23261F389C5C}]
    [       1] Fri Apr 30 19:22:15 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    [       1] Fri Apr 30 19:22:16 2010  INFO
    Beginning installation for payload at /tmp/.tempdirw1aFa8Ac/Install.db
    [       1] Fri Apr 30 19:22:17 2010  INFO
    Completing installation for payload at /tmp/.tempdirw1aFa8Ac/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{6F3A624B-1B72-4081-96E8-23261F389C5C}.db
    [       0] Fri Apr 30 19:22:17 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{6F3A624B-1B72-4081-96E8-23261F389C5C}] took 2002 miliseconds (2.002 seconds) DTR = 39.96 KBPS (0.0390235 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {6F3A624B-1B72-4081-96E8-23261F389C5C} AdobeTypeSupport CS5
    Calling the custom action code for pre-install for payload {37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3}
    ::START TIMER:: [Payload Operation :{37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3}]
    [       1] Fri Apr 30 19:22:17 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    [       1] Fri Apr 30 19:22:18 2010  INFO
    Beginning installation for payload at /tmp/.tempdir3Kaj7Tlp/Install.db
    Evaluating condition# 1
    Condition failed
    [       1] Fri Apr 30 19:22:19 2010  INFO
    Completing installation for payload at /tmp/.tempdir3Kaj7Tlp/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3}.db
    [       0] Fri Apr 30 19:22:20 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3}] took 3002 miliseconds (3.002 seconds) DTR = 30.6462 KBPS (0.029928 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3} Photoshop Camera Raw
    Calling the custom action code for pre-install for payload {0A6FC585-E761-4776-A4F3-BDA1E4FE1B7A}
    ::START TIMER:: [Payload Operation :{0A6FC585-E761-4776-A4F3-BDA1E4FE1B7A}]
    [       1] Fri Apr 30 19:22:20 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    [       1] Fri Apr 30 19:22:21 2010  INFO
    Beginning installation for payload at /tmp/.tempdir4HDJtZwQ/Install.db
    Completing installation for payload at /tmp/.tempdir4HDJtZwQ/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{0A6FC585-E761-4776-A4F3-BDA1E4FE1B7A}.db
    [       0] Fri Apr 30 19:22:21 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{0A6FC585-E761-4776-A4F3-BDA1E4FE1B7A}] took 1002 miliseconds (1.002 seconds) DTR = 399.202 KBPS (0.389845 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {0A6FC585-E761-4776-A4F3-BDA1E4FE1B7A} Adobe Photoshop CS5 Support
    Calling the custom action code for pre-install for payload {8CCA90E1-F5BA-456F-84BF-AD5FB2CCE13F}
    ::START TIMER:: [Pre payload :{8CCA90E1-F5BA-456F-84BF-AD5FB2CCE13F}]
    In PrePayloadInstallProc
    Custom action return code: 0
    :: END TIMER :: [Pre payload :{8CCA90E1-F5BA-456F-84BF-AD5FB2CCE13F}] took 0 miliseconds (0 seconds)
    ::START TIMER:: [Payload Operation :{8CCA90E1-F5BA-456F-84BF-AD5FB2CCE13F}]
    [       1] Fri Apr 30 19:22:21 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    [       1] Fri Apr 30 19:22:22 2010  INFO
    Beginning installation for payload at /tmp/.tempdirmWE3LxAT/Install.db
    [       1] Fri Apr 30 19:22:23 2010  INFO
    Completing installation for payload at /tmp/.tempdirmWE3LxAT/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{8CCA90E1-F5BA-456F-84BF-AD5FB2CCE13F}.db
    [       0] Fri Apr 30 19:22:23 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{8CCA90E1-F5BA-456F-84BF-AD5FB2CCE13F}] took 2002 miliseconds (2.002 seconds) DTR = 57.9421 KBPS (0.056584 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {8CCA90E1-F5BA-456F-84BF-AD5FB2CCE13F} Adobe CSXS Extensions CS5
    ::START TIMER:: [Post payload :{8CCA90E1-F5BA-456F-84BF-AD5FB2CCE13F}]
    In PostPayloadInstallProc
    Custom action return code: 0
    :: END TIMER :: [Post payload :{8CCA90E1-F5BA-456F-84BF-AD5FB2CCE13F}] took 0 miliseconds (0 seconds)
    Calling the custom action code for pre-install for payload {A44863BF-8DB8-4D22-88DB-5A02BE319840}
    ::START TIMER:: [Payload Operation :{A44863BF-8DB8-4D22-88DB-5A02BE319840}]
    [       1] Fri Apr 30 19:22:24 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Beginning installation for payload at /tmp/.tempdirmHAYToRc/Install.db
    [       1] Fri Apr 30 19:22:30 2010  INFO
    Completing installation for payload at /tmp/.tempdirmHAYToRc/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{A44863BF-8DB8-4D22-88DB-5A02BE319840}.db
    [       0] Fri Apr 30 19:22:31 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{A44863BF-8DB8-4D22-88DB-5A02BE319840}] took 7002 miliseconds (7.002 seconds) DTR = 29.1345 KBPS (0.0284517 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {A44863BF-8DB8-4D22-88DB-5A02BE319840} Adobe Linguistics CS5
    Calling the custom action code for pre-install for payload {FFEDE6AE-3052-11DF-89B7-E7102C404F28}
    ::START TIMER:: [Payload Operation :{FFEDE6AE-3052-11DF-89B7-E7102C404F28}]
    [       1] Fri Apr 30 19:22:31 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    [       1] Fri Apr 30 19:22:32 2010  INFO
    Beginning installation for payload at /tmp/.tempdirU6iggQo5/Install.db
    Completing installation for payload at /tmp/.tempdirU6iggQo5/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{FFEDE6AE-3052-11DF-89B7-E7102C404F28}.db
    [       0] Fri Apr 30 19:22:33 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{FFEDE6AE-3052-11DF-89B7-E7102C404F28}] took 2001 miliseconds (2.001 seconds) DTR = 41.979 KBPS (0.0409951 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {FFEDE6AE-3052-11DF-89B7-E7102C404F28} Adobe ReviewPanel CS5
    Calling the custom action code for pre-install for payload {007A2A28-D6A8-4D91-9A2B-568FF8052215}
    ::START TIMER:: [Payload Operation :{007A2A28-D6A8-4D91-9A2B-568FF8052215}]
    [       1] Fri Apr 30 19:22:33 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Beginning installation for payload at /tmp/.tempdirClcA4nsl/Install.db
    [       1] Fri Apr 30 19:22:34 2010  INFO
    Completing installation for payload at /tmp/.tempdirClcA4nsl/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{007A2A28-D6A8-4D91-9A2B-568FF8052215}.db
    [       0] Fri Apr 30 19:22:35 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{007A2A28-D6A8-4D91-9A2B-568FF8052215}] took 2001 miliseconds (2.001 seconds) DTR = 45.977 KBPS (0.0448994 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {007A2A28-D6A8-4D91-9A2B-568FF8052215} Adobe WinSoft Linguistics Plugin CS5
    Calling the custom action code for pre-install for payload {39CB2E53-5326-4939-8B5A-0402C6EFBFE3}
    ::START TIMER:: [Payload Operation :{39CB2E53-5326-4939-8B5A-0402C6EFBFE3}]
    [       1] Fri Apr 30 19:22:35 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Beginning installation for payload at /tmp/.tempdir6nnvTkys/Install.db
    [       1] Fri Apr 30 19:22:36 2010  INFO
    Completing installation for payload at /tmp/.tempdir6nnvTkys/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{39CB2E53-5326-4939-8B5A-0402C6EFBFE3}.db
    [       0] Fri Apr 30 19:22:37 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{39CB2E53-5326-4939-8B5A-0402C6EFBFE3}] took 2001 miliseconds (2.001 seconds) DTR = 49.975 KBPS (0.0488037 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {39CB2E53-5326-4939-8B5A-0402C6EFBFE3} AdobeColorCommonSetCMYK
    Calling the custom action code for pre-install for payload {78A53622-CDBA-49D1-A3D0-D563FB398D0C}
    ::START TIMER:: [Payload Operation :{78A53622-CDBA-49D1-A3D0-D563FB398D0C}]
    [       1] Fri Apr 30 19:22:37 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Beginning installation for payload at /tmp/.tempdiruJyqOl7B/Install.db
    1 Successfully added payload {AB8E4534-C573-4CC9-BA6A-76DD14055510} to collection adbeadbeadbeadbeadbeadbeadbeadb
    1 Successfully set payload installState for payload {AB8E4534-C573-4CC9-BA6A-76DD14055510}
    Completing installation for payload at /tmp/.tempdiruJyqOl7B/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{78A53622-CDBA-49D1-A3D0-D563FB398D0C}.db
    [       0] Fri Apr 30 19:22:38 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{78A53622-CDBA-49D1-A3D0-D563FB398D0C}] took 1001 miliseconds (1.001 seconds) DTR = 99.9001 KBPS (0.0975587 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {78A53622-CDBA-49D1-A3D0-D563FB398D0C} AdobeColorCommonSetRGB
    Calling the custom action code for pre-install for payload {6F29BE46-E5F3-4146-8A84-20301E5C985A}
    ::START TIMER:: [Payload Operation :{6F29BE46-E5F3-4146-8A84-20301E5C985A}]
    [       1] Fri Apr 30 19:22:38 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Beginning installation for payload at /tmp/.tempdir6moSgTWD/Install.db
    [       1] Fri Apr 30 19:22:39 2010  INFO
    Completing installation for payload at /tmp/.tempdir6moSgTWD/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{6F29BE46-E5F3-4146-8A84-20301E5C985A}.db
    [       0] Fri Apr 30 19:22:39 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{6F29BE46-E5F3-4146-8A84-20301E5C985A}] took 1001 miliseconds (1.001 seconds) DTR = 67.9321 KBPS (0.0663399 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {6F29BE46-E5F3-4146-8A84-20301E5C985A} AdobeColorEU CS5
    Calling the custom action code for pre-install for payload {54F4466A-091A-46DA-B697-43D55CEF9DF6}
    ::START TIMER:: [Payload Operation :{54F4466A-091A-46DA-B697-43D55CEF9DF6}]
    [       1] Fri Apr 30 19:22:39 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    [       1] Fri Apr 30 19:22:40 2010  INFO
    Beginning installation for payload at /tmp/.tempdir3hF6s2s0/Install.db
    Completing installation for payload at /tmp/.tempdir3hF6s2s0/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{54F4466A-091A-46DA-B697-43D55CEF9DF6}.db
    [       0] Fri Apr 30 19:22:41 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{54F4466A-091A-46DA-B697-43D55CEF9DF6}] took 2002 miliseconds (2.002 seconds) DTR = 33.966 KBPS (0.03317 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {54F4466A-091A-46DA-B697-43D55CEF9DF6} AdobeColorJA CS5
    Calling the custom action code for pre-install for payload {D26EEF95-420A-4726-B85D-AFBE752EF526}
    ::START TIMER:: [Payload Operation :{D26EEF95-420A-4726-B85D-AFBE752EF526}]
    [       1] Fri Apr 30 19:22:41 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    [       1] Fri Apr 30 19:22:42 2010  INFO
    Beginning installation for payload at /tmp/.tempdirXhueVBYG/Install.db
    Completing installation for payload at /tmp/.tempdirXhueVBYG/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{D26EEF95-420A-4726-B85D-AFBE752EF526}.db
    [       0] Fri Apr 30 19:22:42 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{D26EEF95-420A-4726-B85D-AFBE752EF526}] took 1001 miliseconds (1.001 seconds) DTR = 91.9081 KBPS (0.089754 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {D26EEF95-420A-4726-B85D-AFBE752EF526} AdobeColorNA CS5
    Calling the custom action code for pre-install for payload {D31D91FE-F0E8-4DF1-812C-9400BE92A386}
    ::START TIMER:: [Payload Operation :{D31D91FE-F0E8-4DF1-812C-9400BE92A386}]
    [       1] Fri Apr 30 19:22:42 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    [       1] Fri Apr 30 19:22:43 2010  INFO
    Beginning installation for payload at /tmp/.tempdirQGI5nzpb/Install.db
    Completing installation for payload at /tmp/.tempdirQGI5nzpb/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{D31D91FE-F0E8-4DF1-812C-9400BE92A386}.db
    [       0] Fri Apr 30 19:22:43 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{D31D91FE-F0E8-4DF1-812C-9400BE92A386}] took 1001 miliseconds (1.001 seconds) DTR = 67.9321 KBPS (0.0663399 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {D31D91FE-F0E8-4DF1-812C-9400BE92A386} AdobeColorPhotoshop CS5
    Calling the custom action code for pre-install for payload {73A4DC5E-226E-42BA-8ECA-2822592AC044}
    ::START TIMER:: [Payload Operation :{73A4DC5E-226E-42BA-8ECA-2822592AC044}]
    [       1] Fri Apr 30 19:22:43 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    [       1] Fri Apr 30 19:22:44 2010  INFO
    Beginning installation for payload at /tmp/.tempdirv7hDZBSP/Install.db
    1 Collection adbeadbeadbeadbeadbeadbeadbeadb already exists
    1 Successfully added payload {4F3CE025-D60B-4E6B-8D39-B04CD3769008} to collection adbeadbeadbeadbeadbeadbeadbeadb
    1 Successfully set payload installState for payload {4F3CE025-D60B-4E6B-8D39-B04CD3769008}
    Completing installation for payload at /tmp/.tempdirv7hDZBSP/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{73A4DC5E-226E-42BA-8ECA-2822592AC044}.db
    [       0] Fri Apr 30 19:22:44 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{73A4DC5E-226E-42BA-8ECA-2822592AC044}] took 1001 miliseconds (1.001 seconds) DTR = 67.9321 KBPS (0.0663399 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {73A4DC5E-226E-42BA-8ECA-2822592AC044} AdobeColorVideoProfilesCS CS5
    Calling the custom action code for pre-install for payload {A2502D10-2D75-4620-8A8B-73F39D5C1243}
    ::START TIMER:: [Payload Operation :{A2502D10-2D75-4620-8A8B-73F39D5C1243}]
    [       1] Fri Apr 30 19:22:44 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    [       1] Fri Apr 30 19:22:45 2010  INFO
    Beginning installation for payload at /tmp/.tempdirNvIymLB4/Install.db
    [       1] Fri Apr 30 19:22:47 2010  INFO
    Completing installation for payload at /tmp/.tempdirNvIymLB4/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/Uninstall/{A2502D10-2D75-4620-8A8B-73F39D5C1243}.db
    [       0] Fri Apr 30 19:22:47 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{A2502D10-2D75-4620-8A8B-73F39D5C1243}] took 3002 miliseconds (3.002 seconds) DTR = 39.9734 KBPS (0.0390365 MBPS)
    User specified overrideFile:
    Calling the custom action code for post-install for payload {A2502D10-2D75-4620-8A8B-73F39D5C1243} PDF Settings CS5
    Calling the custom action code for pre-install for payload {E39A5ABD-516B-46F9-A042-694BBA6A4E08}
    ::START TIMER:: [Pre payload :{E39A5ABD-516B-46F9-A042-694BBA6A4E08}]
    Font Installer: Using [AdobeCommon] path: /Library/Application Support/Adobe
    Custom action return code: 0
    :: END TIMER :: [Pre payload :{E39A5ABD-516B-46F9-A042-694BBA6A4E08}] took 0 miliseconds (0 seconds)
    ::START TIMER:: [Payload Operation :{E39A5ABD-516B-46F9-A042-694BBA6A4E08}]
    [       1] Fri Apr 30 19:22:47 2010  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    [       1] Fri Apr 30 19:22:48 2010  INFO
    Beginning installation for payload at /tmp/.tempdiroeUMCIHx/Install.db
    [       1] Fri Apr 30 19:22:57 2010  INFO
    Evaluating condition# 1
    Condition failed
    Completing installation for payload at /tmp/.tempdiroeUMCIHx/Install.db
    UninstallDBPath=/Library/Application Support/Adobe/

  • Does Xcelsius 2008 really support office xp/2003

    Hi,
    I checked the installation guide for xcelsius 2008, it shows that it support office xp/2003 and 2007.
    But when i tried to install on office xp it just aborted with office incompatible error.
    So Does Xcelsius 2008 really support office xp/2003?
    If yes then why it throws me incompatible error message, do i need to make any change?
    Thanks,
    Nimesh.
    Edited by: Nimesh Panchal on Feb 16, 2009 7:33 PM

    Hi,
    I found solution for this.
    Below are the steps:
    1.     Go to Start > Run. Start the registry editor by entering 'regedit'.
    2.     Select the folder HKEY_LOCAL_MACHINE and navigate to \Software\Microsoft\Office\
         a.     Create an 11.0 folder, if it doesn't exist, by selecting Edit > New > Key from the menu.
         b.     Create a subfolder called PowerPoint
         c.     Create a subfolder under PowerPoint called InstallRoot
         d.     You should now have the folder structure listed below:
              HKEY_LOCAL_MACHINE\Software\Microsoft\Office\11.0\PowerPoint\InstallRoot
         e.     From the InstallRoot folder create a string value called "Path" by selecting Edit > New > String Value
         f.     Select the newly created Path value and select Edit > Modify.
         g.     Under the Value Data field enter "C:\Program Files\Microsoft Office\Office11\"
         h.     Click OK.
    Thanks,
    Nimesh.

  • Thinkpad T440p: Does Intel Graphics really support 3840x2160@60Hz via miniDisplayPort?

    I am thinking of purchasing a Thinkpad T440p (i5-4200M, Intel integrated graphics, no NVidia) from a local retailer. My monitor is a Dell P2415Q (3840x2160@60Hz via DP) Will this combination work? Does a T440p i5-4200M Intel-only laptop really support 4K@60Hz as it is stated in Lenovo spec sheets?

    I am thinking of purchasing a Thinkpad T440p (i5-4200M, Intel integrated graphics, no NVidia) from a local retailer. My monitor is a Dell P2415Q (3840x2160@60Hz via DP) Will this combination work? Does a T440p i5-4200M Intel-only laptop really support 4K@60Hz as it is stated in Lenovo spec sheets?

  • HTML5 media not supported in Windows 8?

    Here's something weird - I have the Big Five browsers installed in Windows 8 Consumer Preview for various testing... And I've noticed that Safari 5.1.4 is completely missing its support for audio and video. I am basing this on the use of the html5test.com tests. Sometimes, the testing website has flaked out a bit, but on other platforms, Safari gets its currently correct score.
    Any thoughts? Bug with Safari since Windows 8 is a pre-release? If anything, I guess this is a heads up for now.

    I had this problem also... turned out that Safari uses QuickTime to support HTML5 audio/video, and I did not have it installed.  Once I installed QuickTime on Windows 8, the native audio and video elements worked fine.

  • Any word on when HTML5 will be supported for deployment of FileMaker WebDirect?

    Databases deployed through FileMaker's new WebDirect do not render properly in Firefox, apparently due to lack of support for HTML5. We deploy this on both Windows and Mac. -- Victor

    I used to use FileMaker back in the day... when web publishing was primitive at best.
    Do you know whether there is a publicly viewable demo site online that a volunteer could use to examine this problem? I suspect it might be hard for you to provide enough detail just with text. Or perhaps you can post a screen recording illustrating the problem.

  • Does the 4th Gen iPod touch and the iPads really support 802.11n?

    Ok so I see on the boxes of my iPad and my iPod touch 4 say that they support 802.11n wifi connections. The iPad even supports 5Ghz 802.11n. However when I change the settings on my network to '802.11n only', only my MacBook Pro can connect to the network.
    Config Details:
    802.11 Band - 2.4Ghz
    802.11n Mode - Auto
    Bandwith - 20Mhz
    Security - WPA2-PSK [AES]
    What's really going on?? I also see that all the devices are in 'g mode' and only my computer is in 'n mode' based on the router settings.

    I do use it a lot for games...they tend to be larger files. My songs are whatever my dad buys and whatever I buy. Once I import this big batch of songs I will be at 700 songs and then will only add more when Dad or I buy them. I make a lot of money for a high schooler but my mom doesn't like how much I spend on iTunes (she's not into music the way I am). I don't want to have to pick and choose on which apps I have on my iPod. Songs, I can pick and choose if necessary. I just hate running low on available space.

  • Does Premiere Pro CS4 really support Vista 64-bit?

    I have installed Premiere Pro CS4 on my Vista 64-bit server and recognized in the task manager that Premiere is listed as a 32-bit application "Adobe Premiere Pro.exe *32" which makes me wonder if Adobe's statement given in the FAQ is correct, where they say "Adobe Premiere Pro is optimized to run on 64-bit systems. The key advantage of 64-bit systems is that they can use up to 64GB of RAM. Adobe Premiere Pro CS4 can use large amounts of this memory because it splits different tasks into separate processes."
    Am I executing the correct Premiere Pro EXE-file (the application itself works fine) and is that 32-bit application able to make use of the fully available RAM space (which is 8 GB on my system)?

    Well great for you Harm, but this problem has me stumped.  I've been troubleshooting NLE systems since my Pinnacle DC30 Premiere 4.2 system.
    I'm looking for a solution not to start a fight so if anyone has confronted similar problems and found a fix, please reply.
    FYI, Adobe has made it clear that Premiere CS4 does not support daisy chaining decks or any other 1394 devices, but this is not my problem.
    "Adobe Premiere Pro CS4 doesn't support multiple devices on a FireWire chain or multiple devices on a FireWire card."
    Above quote copied from this Adobe support document http://kb2.adobe.com/cps/405/kb405744.html
    I'm not working with DV I have been shooting in 720P on a Sony PVW EX1 if that even matters.
    Can you explain why my external array works well with XP fairly well with 32 bit Vista?  It's an ASUS P5E Deluxe motherboard.  This is not BS, I have a long list of Microsoft case numbers and it is REAL pain having to explain to someone in India the problem over and over again. I've been told by the array manufacturer SimpleTech ProDuo that it should work with the OS drivers.  The Internet forums for other 1394 devices have many instances of 64 bit Vista incompatibility. The same problems I'm having with the same OS just different devices.  What's really weird is how it will work fine like today, it's back to normal. I have had this system working perfectly then overnight the array vanishes in my computer but shows up in device manager with an error. Then a few hours later without changing anything, it starts working again, very intermittent.  As usual, it will fail when there's a deadline.
    I've run Avast antivirus, Malwarebytes and Spybot.  Swapped cables,defragged drives, updated MB bios and software looked everywhere for solutions.
    The MB Manual is found at http://support.asus.com/download/download.aspx?SLanguage=en-us
    I can transfer content to my internal array but I'm trying to optimize a workflow that starts by shooting on SxS cards on the PVW EX1 and transferring them to the array in the field with the 32 bit Vista laptop and making rough cuts.  I keep the project files on a USB drive.  Then transfer the array and USB drive to the 9450 quad desktop system in the studio for final editing.  When I get this to work, it's a real time saver.  But transferring files to the internal array is possibly the only dependable solution for now.

  • Does jmf2.1.1 really support rtsp?

    where can i find the related examples?

    Hi,
    Sun's posted the third beta of the Java Media Framework 2.1.1 on the Java Developer Connection (registration required). New features in beta 3 include:
    The JMF Customizer has been added to the JMF performance packs.
    The QuickTime file writer now creates streamable QuickTime files
    Support for UNC paths such as file://unixmachine/home/videouser/video.mov
    RTP Connector: a new interface that allows developers to connect JMF/RTP to their own and possibly proprietary transport services.
    RTSP Processor
    A new control that provides a handle on RTPManager objects to retrieve RTP statistics from the RTSP Player
    The RTSP Player can handle multiple audio and video streams
    JAWT support for jdk1.3+
    Also please refer this URL for RTSP Documentation with examples
    http://java.sun.com/products/java-media/jmf/2.1.1/support-rtsp.html
    http://java.sun.com/products/java-media/jmf/2.1.1/documentation.html
    I hope this will help you.
    Thanks
    Bakrudeen
    Technical Support Engineer
    Sun MicroSystems Inc, India

  • Stuck Dell PowerEdge 2550 not REALLY supported?

    Hi all,
    I've been trying to get Solaris 8 installed on a Dell PowerEdge 2550 I just got in, and I'm not having any luck. This is unfortunate, as its my one sole server for a small biz I'm trying to get going. Sigh. Anyway, the problem is that after booting off the CD and installing the boot image onto the HD (which seems to go fine), I reboot and it hangs at the:
    Solaris Boot Loader           Version 2.0
    And that's it... can't get to the blue screen boot manager and continue. I've tried the latest drivers from Dell for the 7899, the Ultra160 drivers straight from Adaptec... all for naught. Tried reconfiguring (mostly turning stuff off) on the Adaptec, nada.
    I called up Dell support, who were basically useless. Told me some load of crap about "Well, we can't get Solaris 8 to work on any of our stuff". Which is odd, coz Sun lists this system as a supported configuration, along with a bunch of other Dells. Not to mention the tech on the sales call that told me it would work, along with the built-in PERC3 raid controller. Which doesn't, of course.
    Anyone had a similar problem that they've managed to get around? Otherwise I'll have to call them to come pick it back up. Which'll set me back another 2 weeks, sigh. Anyway,
    Gory details:
    PIII 1.26mhz
    2 18.2GIG Fujitsu drives
    Adaptec 7899
    Built in PERC3/DI RAID controller (currently disabled and completely unsupported)
    2x2 split backplane.
    I've also been trying the Solaris 9 EA install, but I can't get it to configure the jumpstart directory correctly. Anyone have a step-by-step for doing it? Thanks,
    Lucas.

    Lucas,
    We had similar problems with a PowerEdge 1550 a few weeks back, but found that turning off the ACPI settings (see below) and using the latest DCA diskette from the Sun website, everything worked perfectly including the AIC-7899 and dual NIC detection.
    A possible workaround is to disable the kernel ACPI module. If the problem
    is happening during installation, the boot floppy must be modified. Mount the
    boot floppy and add the following line to bootenv.rc:
    setprop acpi-user-options '0x2'
    Run the installation again, ACPI should be disabled and the installation
    should continue without a problem.
    If the problem occurs after installation the same line can be added to
    the top of /etc/bootrc and ACPI will be disabled on the next reboot.
    Hi all,
    I've been trying to get Solaris 8 installed on a Dell
    PowerEdge 2550 I just got in, and I'm not having any
    luck. This is unfortunate, as its my one sole server
    for a small biz I'm trying to get going. Sigh.
    Anyway, the problem is that after booting off the CD
    and installing the boot image onto the HD (which
    seems to go fine), I reboot and it hangs at the:
    Solaris Boot Loader           Version 2.0
    And that's it... can't get to the blue screen boot
    manager and continue. I've tried the latest drivers
    from Dell for the 7899, the Ultra160 drivers straight
    from Adaptec... all for naught. Tried reconfiguring
    (mostly turning stuff off) on the Adaptec, nada.
    I called up Dell support, who were basically useless.
    Told me some load of crap about "Well, we can't get
    Solaris 8 to work on any of our stuff". Which is
    odd, coz Sun lists this system as a supported
    configuration, along with a bunch of other Dells.
    Not to mention the tech on the sales call that told
    d me it would work, along with the built-in PERC3 raid
    controller. Which doesn't, of course.
    Anyone had a similar problem that they've managed to
    get around? Otherwise I'll have to call them to come
    pick it back up. Which'll set me back another 2
    weeks, sigh. Anyway,
    Gory details:
    PIII 1.26mhz
    2 18.2GIG Fujitsu drives
    Adaptec 7899
    Built in PERC3/DI RAID controller (currently disabled
    and completely unsupported)
    2x2 split backplane.
    I've also been trying the Solaris 9 EA install, but I
    can't get it to configure the jumpstart directory
    correctly. Anyone have a step-by-step for doing it?
    Thanks,
    Lucas.

  • Html5 del tag support

    Hi,
    I am very disappointed by the way that Mozilla Firefox support <del> tag.
    Please, try to display the code below with Firefox then Safari : you will get why I mention that Firefox has a wrong <del> tag support :
    <pre><nowiki><!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="utf-8">
    <style>
    h1 {
    font: 3.4em/4 "Helvetica Neue";
    font-weight: 100;
    font-style: italic;
    </style>
    </head>
    <body>
    <h1>My <del>ex</del>Title</h1>
    </body>
    </html></nowiki></pre>

    I can only compare Firefox and Chrome. Seems that both place the line through the center of a lower case x (half of the x-height) when the font size is a bit larger but where they vary, Chrome aims higher and Firefox aims lower.
    Test page: http://jsfiddle.net/3futZ/
    Not sure there is any applicable standard for exactly where a line-through is drawn.
    ''Note: You can change the font-family in the Fiddle and save as a new version if you like.''

  • Adobe Illustrator CS5 HTML5 SVG variable support in Edge

    Hello,
    I have probably a feature request. I've been playing with Edge Preview 4 and HTML5 pack for Illustrator CS5. I have no trouble opening the auto generated object code in Edge. I would love to take my SVG button with variables set for stroke and fill, and be able to animate these properties in Edge from code or UI. Have I missed something possibly?
    Best,
    John
    (Repost from Edge forum - http://forums.adobe.com/thread/953184)

    Hi,
    Try the following:
    1) Create a new  admin user and try to launch in it.
    If that doesn't help than try  this:
    1) Uninstall with the option to remove preferences
    2)  Delete Adobe Illustrator CS5 folder under /Applications if left behind.
    3)  Install AI again.
    -Anirudh

  • Is GL_OES_compressed_paletted_texture really supported on iPhone hardware?

    The "iPhone Application Programming Guide" document, in the "Drawing with OpenGL ES" section, says that GLOES_compressed_palettedtexture is supported by the iPhone hardware.
    But there's a post in the ImgTec forums, at http://www.imgtec.com/forum/forum_posts.asp?TID=128 , that says paletted textures are not actually supported by the PowerVR MBX Lite hardware.
    So what's the real story? I don't want to use a bunch of paletted textures, only to consume far more memory than I was intending to.

    Upon further reading, it's clear that the iPhone hardware doesn't support paletted textures -- they're internally expanded to texels the size of palette entries.
    So, if nothing else, you may want to consider 16-bit palette colors, e.g. GLPALETTE4_RGBA4OES, GLPALETTE8_RGBA4OES, GLPALETTE4_R5_G6_B5OES, and GLPALETTE8_R5_G6_B5OES.

  • Does Cisco Aironet 1131G really support EAP-SIM ?

    Hello!
    I have tried to configure EAP-SIM authentication on Cisco Aironet 1131G for Wi-Fi Offload but unfortunately I couldnt make it work. As far as I understand the Wi-Fi standard it is fully supported in 802.11n within WPA2-Enterprise standard. I have read Cisco datasheet for 1131G where your are claiming that you support EAP-SIM in WPA2 also. I have tried to configure it according to configuration guide but it always requires to enter password key first when I try to connect to SSID with configured WPA2 and EAP-SIM. Can you please provide us with additional info how to properly configure AP or confirm that EAP-SIM needed for seamless 3G/Wi-Fi authentication is supported only within WPA2-Enterprise.
    BR,
    Denys

    Yes EAP-SIM  is supported by Cisco Aironet 1131G. For more detail about this product you can go to below link.
    http://www.cisco.com/en/US/prod/collateral/wireless/ps5678/ps6087/product_data_sheet0900aecd801b9058.htmlhttp://

Maybe you are looking for

  • I have a 160GB iPod classic. How do I get my HD movies from itunes to this iPod?

    I have a 160GB iPod classic. I have HD and 1080P HD movies purchased through itunes. How do I get them to my iPod classic? It has plenty of storage. It gives me errors that make no sense to me. If making an error message, why can't they be more speci

  • Safari hangs and hangs

    My home page is Aol.com. After that opens and it usually opens right away whenever I type in another url or click on a bookmark Safari 5 just hangs and eventually tells me that the page can't be opened or located or something but then if I hit the re

  • Error itms-9000 "could not parse OPS/glossary.xhtml"

    Has anyone received this error message when trying to deliver an ibook through iTunes Producer? ERROR ITMS-9000 "could not parse OPS/glossary.xhtml: duplicate id: p2" at Book (MZItmspBookPackage)" I can't translate that, the ibookstore people are VER

  • New Business Method in EJB not available in Webdynpro Model

    Hi, I am using EJBs for Business Logic in my webdynpro java application. I have added a new Business Method in one of the session bean. But I am not able to see the new method in webdynpro model. I am following the below procedure - 1. Select the Ses

  • Sort variant with WBS element...

    Dear All, I need to create a sort variant to use in AR01 report to capture the WBS element. But when i am creating the sort variant, it is saying this report can process tables only ANLAV, ANLB and ANLCV, here wbs element investment project field is