How to pause before startup to debug??

Upon startup, does the debugger pause before it calls main of the application to allow the remote debugger to connect as a client????
If so, I just need to go find out what I am doing wrong with eclipse.
If not, how does one pause such that I can connect eclipse before the JVM calls main, as I want to step through the server startup????
Also, I see no output to the console in eclipse. Does stderr and stdout go over the remote debugging socket so clients can print the stuff to the console, or is this not allowed and so whenever I remote debug, I will never have logs in any debug client(ie. eclipse, JBorland, whatever)?????
thanks,
dean

ok, I answered my first question and the debugger does not pause on startup, so how do I make it pause without changing code. I mean, I could put a sleep in there, but that is hack for I don't know the answer.
How does eclipse or any IDE startup the JVM and attach it's debugger in time before main is called. They must do it somehow, so I know the problem must be solved in some way. Does anyone know????

Similar Messages

  • Long pause before startup

    Hello,
    Sometimes my intel mac mini pause longer than usual before startup chime is heard. I ran hardware diagnostics (extended one) and no problem was reported. Could it be a hard drive related issue?
    Thanks inadvance.

    I have a similar thing to this, it doesn’t happen very often, but I’m always a little bit worried it’ll get worse, or it’s a symptom of something else,
    basically every now and then I get that 5second pause before the chime, I haven’t run any diagnostics yet (all my disks are up north at the moment, I’m going to get them back soon, might see if they show anything)

  • How to silence the startup sound?

    My MacPro emits the startup chord, loundly, from the internal speaker. All other sounds come from the external speakers. When I get home late it's like to wake the dead if I turn on my Mac.
    This did not work this way before, the startup sound played through the external speakers and I could turn them down.
    Any ideas how to kill the startup sound or make it play through the external speakers?
    Thanks.

    Well, you know that's a funny thing, because I didn't actually intend to mute the startup chime. I just wanted it routed to the external speakers where I could control the volume properly, like the first poster. But the chime doesn't sound out of my external speakers. I don't hear it at all.
    And I don't care. If my Mac fails some test, it isn't going to work right, I'll find out about it anyway. I also don't care because in 20 years of owning Macs, if there was a problem with my Mac I can't remember any of them being due to a failed self test, it was usually a hard disk failure or something on the motherboard while I still got the normal startup chime. The power on self test does not, for example, tell PowerBook G4 owners about the widespread problem that their lower RAM slot has failed. I just haven't found the chime to be useful, while many users find it to be extremely annoying. Apple could just flash the front panel LED differently.
    The only time I've ever heard the failed self test tones is when I've played them back from some web page or utility that tells you what they mean.

  • Illustrator crashes before startup

    When I try to run Illustrator CS6, it crashes before startup and before the splash screen is displayed. I used strace and got the exception c00000fd at RegCreateKeyExW. All of the other CS6 applications run with no problem on my machine. I'm running Windows XP with Service Pack 3, i5, 4GB RAM, 32-bit video card. Logged in as a different user and the problem was still there. I uninstalled CS6, used the cleaner tool, and reinstalled but the problem still existed. I do not have any third party plug-ins or preferences to reset because I have not used any of the applications since previously clearing out my preferences. I've been browsing this forum for any clues or solutions and nothing has worked. Any ideas as to what is going on???

    Hey, I have the some problem! Natalie, did you solve the problem?if yes, how?
    I tried everything, uninstalling, cleaning and re-installing. I tried also opening the Task Manager but Illustrator suddenly dies without any message.
    And I don't understand the reason why all the other software of the Suite do work...
    I have an iMac
    OS X 10.8.2 (12C60)
    2,4 GHz Intel Core 2 Duo
    Memory: 4 GB 800 MHz DDR2 SDRAM
    ATI Radeon HD 2400 XT 128 MB
    thank you in advance

  • How can I get a indesign debug version?

    How can I get a indesign debug version? is it free?
    Anyone could give me a download link?
    thanks

    I know this is available to solution providers, if you are registered as such at partners.adobe.com. I don't know what level of membership is required, but that is one place the debug version is available from.
    Thanks,
    Max
    Max Dunn
    Silicon Publishing
    www.siliconpublishing.com

  • How to see refcursor data while debugging

    Dear Guru,
    I have below procedure.
    create or replace
    PROCEDURE Main_Proc
    RS_1 OUT TMRS_UTIL_PKG.RefCsr
    AS
    L_Excecution_Status NUMBER;
    L_Sql_Code VARCHAR2(1000);
    L_Sql_Error VARCHAR2(1000);
    a NUMBER;
    BEGIN
    -- Initialize Execution Status.
    G_Excecution_Status := 0;
    G_Sql_Code := 'C';
    G_Sql_Error := 'E';
    DBMS_OUTPUT.PUT_LINE('Entered in Main_Proc.. ');
    -- Return Resultset
    OPEN RS_1 FOR
    SELECT 'This output is from Main_Proc' AS Main_Proc_OP
    FROM DUAL;
    DBMS_OUTPUT.PUT_LINE('Left Main_Proc.. ');
    G_Excecution_Status := L_Excecution_Status;
    G_Sql_Code := L_Sql_Code;
    G_Sql_Error := L_Sql_Error;
    EXCEPTION WHEN OTHERS THEN
    G_Excecution_Status := 1;
    G_Sql_Code := SQLCODE;
    G_Sql_Error := 'In Main_Proc SP => '||SQLERRM;
    END Main_Proc;
    I just want to see output contain in RS1.
    I am using SQL Developer 3.0
    Could anybody help me.
    Regards
    Sanjeev

    When running a procedure with output cursor variable(s) the result is in structured output window (modulo bugs exposed in EA1).
    You are asking how to view cursor data during debuging, however, and support of complex datatypes, cursor including, is limited. On the other hand, I can imagine that during debuging session you would step inside the calling procedure, where you would extract cursor data row-by-row into some other data structures. The idea I fail to understand is why somebody is not satisfied watching those data structures themselves. As Java developer, I have never peeked into the content of ResultSet (which is essentially client-side cursor in Java)!

  • How can I install the Flash Debug Player in Internet Explorer 10?

    I just downloaded the Flash Debug Player 11.4.402.287 from http://download.macromedia.com/pub/flashplayer/updaters/11/flashplayer_11_ax_debug.exe - however, trying to install it merely shows a message box saying
    The installation encountered errors: Your Microsoft Internet Explorer browser includes the latest version of the Adobe Flash Player built-in. Windows Update will inform you when new versions of the Flash Player are available.
    I'm using Internet Explorer 10.0.9200.16384 on Windows 8. A bit of Google research suggested that IE10 has a Flash player built-in (similiar to what Google Chrome has) so I looked for a way to disable the player. It seems that this is indeed possible by clicking the Cogwheel icon in the IE10 toolbar and then selecting 'Manage Add-ons'. The dialog which shows up shows a 'Shockwave Flash Object' entry. However, even with the built-in Flash player disabled, the Flash Debug Player installer keeps giving the same message.
    Does anybody knwo how I can install the Flash Debug Player in IE10?

    I do not know, but check if there is anything useful in http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/flashplayer/pdfs/flas h_player_windows8_admin_guide.pdf

  • How to Network Interface for Remote Debugging in Adobe Flash Professional CS6?

    How to Network Interface for Remote Debugging in Adobe Flash Professional CS6?

    Check out : http://helpx.adobe.com/flash/using/whats-new-cs6.html
    In that click on "Choose network interface for remote debugging for AIR" section.
    Hope it helps.

  • After upgrading to 9.0.1, I now have space at the top of my screen -- whole page used to be filled, with tabs at top. How to get back to how it was before.

    My screen saver shows for a few inches in back of the on-line application I'm in now, after upgrading to 9.0.1. How do I get its appearance back to how it was before? My tabs are at the top, which they were before. But this 2 inch space at the top is distracting.

    Check that that space is coming from a toolbar that doesn't display properly.
    *Firefox > Options
    *View > Toolbars
    See also:
    *http://kb.mozillazine.org/Corrupt_localstore.rdf
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode

  • How to Commit before Insert Row when Press Create Insert Button ?

    Hi all;
    I'm Using JDev 11.1.1.2.0
    How to Commit before Insert Row when Press Create Insert Button in ADF11g?
    <af:commandButton actionListener="#{bindings.CreateInsert.execute}"
    text="CreateInsert"
    disabled="#{!bindings.CreateInsert.enabled}"
    id="cb8" />
    best regards;

    You need to do a custom method eather in managed bean or in Application module to do that.
    in managed bean it would be something like:
    public void CommitAndInsert(ActionEvent actionEvent) {
    OperationBinding opCommit = ADFUtils.findOperation("Commit");
    opCommit.execute();
    OperationBinding opCreateInsert = ADFUtils.findOperation("CreateInsert");
    opCreateInsert.execute();
    In page bindings Commit and CreateInsert must exist
    then the button actionListener will be
    <af:commandButton actionListener="#{backing.CommitAndInsert}"

  • How to pause while document printing and wait for user actions.

    How to pause while document printing and wait for user actions. (for sample: pressed button). Pause after each printed pages.

    Print page by page after considering the user actions!

  • How to pause a imported .swf logo?

    I've exported a 3 seconds turning Logo (.swf file, done by
    After Effect)
    Pls tell me how to pause the logo after it had fly out (in a
    10 seconds slide)?
    I've tried to pause the logo in After effect till 10 seconds
    but the .swf export file size is HUGE!
    I've tried to drag and extend the 3 seconds logo in timeline
    to 10 seconds,
    but i found out that the logo will became SLOW MOTION and
    just turn into 10 seconds animation (won't pause after 3 seconds
    turning effect),
    So can i let the 3 seconds logo flying out, and pause it at
    last frame till 10 seconds in Captivate?
    Thanks~!
    Lulu
    Malaysia

    Thanks Dexterous!
    I've discovered a method to pause swf effect at last frame!
    1. Output 3d logo using After Effect:
    ---- (12 frames per second + Resterized + Jpeg quality low +
    no looping).
    -----Uncheck the loop continuously box.
    2. Import to Captivate using Insert/Animation
    3. Under Options: Display for: rest of slide,select
    Synchronize with project (Uncheck the loop) and Fade in only.
    Now even the slide is 10 seconds,
    my 4 seconds spinning .swf animation logo will show in the
    slide
    and pause at the last frame untill the slide finish!!!
    So i can output swf animation with a very small file size!!
    (^ v ^)Y
    Lulu
    Malaysia

  • Illustrator CC crashes before startup splash screen (new user - uninstalled and re-installed

    Illustrator CC crashes before startup splash screen (new user - uninstalled and re-installed three times

    Hi Jeff,
    Here is the intall log for Illustrator CC:
    12/02/13 19:34:44:625 | [INFO] |  | OOBE | DE |  |  |  | 56532 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    12/02/13 19:34:44:625 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Visit http://www.adobe.com/go/loganalyzer/ for more information
    12/02/13 19:34:44:625 | [INFO] |  | OOBE | DE |  |  |  | 56532 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    12/02/13 19:34:44:625 | [INFO] |  | OOBE | DE |  |  |  | 56532 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    12/02/13 19:34:44:625 | [INFO] |  | OOBE | DE |  |  |  | 56532 | START - Installer Session
    12/02/13 19:34:44:625 | [INFO] |  | OOBE | DE |  |  |  | 56532 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    12/02/13 19:34:44:625 | [INFO] |  | OOBE | DE |  |  |  | 56532 | RIBS version: 7.0.0.108
    12/02/13 19:34:44:628 | [INFO] |  | OOBE | DE |  |  |  | 56532 | OSX version: 10.9.0 
    12/02/13 19:34:44:628 | [INFO] |  | OOBE | DE |  |  |  | 56532 | ::START TIMER:: [Total Timer]
    12/02/13 19:34:44:628 | [INFO] |  | OOBE | DE |  |  |  | 56532 | CHECK: Single instance running
    12/02/13 19:34:44:628 | [INFO] |  | OOBE | DE |  |  |  | 56532 | CHECK : Credentials
    12/02/13 19:34:44:628 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Load Deployment File
    12/02/13 19:34:44:628 | [INFO] |  | OOBE | DE |  |  |  | 56532 | CHECK : Another Native OS installer already running
    12/02/13 19:34:44:628 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Create Required Folders
    12/02/13 19:34:44:628 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Assuming uninstall mode
    12/02/13 19:34:44:628 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Lookup for master payload
    12/02/13 19:34:44:628 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Ready to initialize session to start with ...
    12/02/13 19:34:44:628 | [INFO] |  | OOBE | DE |  |  |  | 56532 | ::START TIMER:: [CreatePayloadSession]
    12/02/13 19:34:44:648 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Supported RIBS version range: [0.0.0.0,7.0.0.108]
    12/02/13 19:34:44:648 | [INFO] |  | OOBE | DE |  |  |  | 56532 | ----------------- CreatePayloadSession: machine is x86 ---------------
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 | ______ Verify Dependency Subscribers ______
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 | BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   PDF Settings CS5 10.0.0.0 {84901376-1C55-4BD3-AD2C-F9BDB4449DAC}: 1 (0,2)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   PDF Settings CS5 10.0.0.0 {D798DB87-E1D3-4271-839C-0ADF8C76944E}: 1 (0,2)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   AdobeColorCommonSetCMYK CC 5.0.0.0 {C4196275-B11A-40A1-8727-3C145C8F7D95}: 2 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   AdobeColorCommonSetRGB CC 5.0.0.0 {C8DEBB29-3EB0-4B97-B652-4DE482B111BC}: 2 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   AdobeColorEU CC 5.0.0.0 {9E9EB9FD-FDE8-487A-A41C-7713DA91AC89}: 2 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   AdobeColorEU CC 5.0.0.0 {F6DED2DA-1D20-497E-8810-E745B45DCD28}: 2 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   AdobeColorJA CC 5.0.0.0 {52D57F95-000A-4922-BB31-C6A936F4FD7D}: 2 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   AdobeColorJA CC 5.0.0.0 {A032EB9D-B6EB-45BF-9F15-83B0755DC9AB}: 2 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   AdobeColorNA CC 5.0.0.0 {72405B80-A3DD-4BB2-A8C4-A90BC7BA50FF}: 2 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   AdobeColorNA CC 5.0.0.0 {AB955DCF-69CD-4840-B7FB-F318CDD0AE44}: 2 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Required Common Fonts Installation 3.0.0.0 {2A5D70AD-E4C3-4C3D-A18F-38B1CA51CE47}: 3 (0,2)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe CSXS Extensions 4 4.0.0.0 {2696829E-809E-4CCE-871F-AD92F85A9A66}: 4 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe CSXS Extensions 4_4.0.1_AdobeCSXSExtensions4-mul 4.0.1.0 {0F60BFC9-8764-4554-B222-2B55089F395D}: 5 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe CSXS Infrastructure 4 4.0.0.0 {5F816B76-62F3-41C9-B651-27F49F25F50B}: 6 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe CSXS Infrastructure 4_4.0.1_AdobeCSXSInfrastructure4-mul 4.0.1.0 {9EEE0750-879F-4EA8-89F7-329C866B572B}: 7 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Support 17.0.0.0 {B099EDE9-C4BC-4E3A-B1F8-0321C84C4925}: 8 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Player for Embedding 3.4 3.4.0.0 {6E6ECFC9-FE3D-4314-B937-7E25A7862899}: 8 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Recommended Common Fonts Installation 3.0.0.0 {4574D206-D61E-4555-B146-A16B01985E0B}: 8 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Required Common Fonts Installation 3.0.0.0 {9A49EAB8-6664-4164-9323-49CA9E9C5E0C}: 8 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   ShareOnBehance 1.0.0.0 {D6A3BEA9-7551-482D-B8E6-2ECCD627F557}: 8 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   ShareOnBehance_1.0.1_ShareOnBehance1-mul 1.0.1.0 {DE9B086C-67C4-4EB7-9786-9531AD8FEAE8}: 9 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   PDF Settings CC 12.0.0.0 {DBF92E71-A8E3-494C-8792-2F78B74BEF3E}: 10 (2,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   PDF Settings CC 12.0.0.0 {F3306594-3BAA-4FA5-86C2-597278F5674E}: 10 (2,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}: 11 (18,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17en_ILLanguagePack 17.0.0.0 {FBA8C920-26AD-470B-9C3F-96C4B233203A}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17en_AELanguagePack 17.0.0.0 {F416B6B6-7BE4-474A-95B2-22DDCE04A1A4}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17zh_TWLanguagePack 17.0.0.0 {B9D0B300-154B-461C-9F36-8EC011FC26C9}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17pl_PLLanguagePack 17.0.0.0 {F2EB1B1D-151A-4830-A4F7-2FD2A505DF9E}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17fr_MALanguagePack 17.0.0.0 {EA36C083-F87C-4507-80A0-2CC35C952658}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17sv_SELanguagePack 17.0.0.0 {C70AD489-7921-40A8-8466-E20C62007222}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17fr_CALanguagePack 17.0.0.0 {E7F2A95A-0435-4053-8C8D-D93B05F0B178}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17zh_CNLanguagePack 17.0.0.0 {D41E514A-68E6-4852-9171-93FE5AB9AF18}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17es_MXLanguagePack 17.0.0.0 {0433D317-A88A-4BC9-BC25-6D297A310487}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17it_ITLanguagePack 17.0.0.0 {164FB542-8085-4BEC-AF87-A198A5CA7FF2}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17ru_RULanguagePack 17.0.0.0 {16581935-1117-4B17-800C-85FCE3EA49F2}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17ja_JPLanguagePack 17.0.0.0 {18A87CA8-EA45-4D10-BBD7-42FE2A6148AB}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17uk_UALanguagePack 17.0.0.0 {23BCDDD3-E054-4E0F-A303-8E1D5BB8287D}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17hu_HULanguagePack 17.0.0.0 {27FF1962-7514-4C6A-A259-805511E417B8}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17cs_CZLanguagePack 17.0.0.0 {28711252-0CC2-4E0D-B7B0-F4F8301090E8}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17da_DKLanguagePack 17.0.0.0 {34038538-187C-4B31-A985-8624E50FC7A1}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17de_DELanguagePack 17.0.0.0 {41CB5717-A1EF-4CD4-8350-529CD556F116}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17es_ESLanguagePack 17.0.0.0 {4B83E4D8-E9B7-4217-B583-2F2C59E1D609}: 12 (0,0)
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17fr_FRLanguagePack 17.0.0.0 {5A9675DD-8C96-4FA2-BD74-B08E8F17C37F}: 12 (0,0)
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17ko_KRLanguagePack 17.0.0.0 {617F721D-47B3-4B59-B2A8-6C29CF465860}: 12 (0,0)
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17en_GBLanguagePack 17.0.0.0 {635647DC-2CA7-4769-875A-FE9DF13C2227}: 12 (0,0)
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17pt_BRLanguagePack 17.0.0.0 {81E67FAF-CCC7-43F2-A985-D6B76F14D5BE}: 12 (0,0)
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17nl_NLLanguagePack 17.0.0.0 {979B9B0A-4189-4019-8C49-B1F58F8E4DE9}: 12 (0,0)
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17tr_TRLanguagePack 17.0.0.0 {9DCC6F0F-AEE2-4F83-8A6C-16C6109DB9FD}: 12 (0,0)
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17en_USLanguagePack 17.0.0.0 {D634E98D-D055-4AA9-A153-E454F1D0DE5B}: 12 (0,0)
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 | END Operation order for all session payloads: mediaGroup (requires,satisfies)
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Setting property "deploymentFile" to: /tmp/85658CB0-1E86-477C-9FA7-5CABA602838C/deploy.xml
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Setting property "driverAdobeCode" to: {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Setting property "mediaSignature" to: {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Setting property "removeUserPrefs" to: 1
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Setting property "userASUPath" to: /Applications/Utilities/Adobe Application Manager
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Overwrite property "mediaSignature" to: {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Overwrite property "removeUserPrefs" to: 1
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Overwrite property "userASUPath" to: /Applications/Utilities/Adobe Application Manager
    12/02/13 19:34:44:932 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Found payload actions:
    12/02/13 19:34:44:932 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Deciding what installer mode to use...
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17tr_TRLanguagePack 17.0.0.0 {9DCC6F0F-AEE2-4F83-8A6C-16C6109DB9FD} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17nl_NLLanguagePack 17.0.0.0 {979B9B0A-4189-4019-8C49-B1F58F8E4DE9} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17pt_BRLanguagePack 17.0.0.0 {81E67FAF-CCC7-43F2-A985-D6B76F14D5BE} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17en_GBLanguagePack 17.0.0.0 {635647DC-2CA7-4769-875A-FE9DF13C2227} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17ko_KRLanguagePack 17.0.0.0 {617F721D-47B3-4B59-B2A8-6C29CF465860} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17fr_FRLanguagePack 17.0.0.0 {5A9675DD-8C96-4FA2-BD74-B08E8F17C37F} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17es_ESLanguagePack 17.0.0.0 {4B83E4D8-E9B7-4217-B583-2F2C59E1D609} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17de_DELanguagePack 17.0.0.0 {41CB5717-A1EF-4CD4-8350-529CD556F116} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17da_DKLanguagePack 17.0.0.0 {34038538-187C-4B31-A985-8624E50FC7A1} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17cs_CZLanguagePack 17.0.0.0 {28711252-0CC2-4E0D-B7B0-F4F8301090E8} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17hu_HULanguagePack 17.0.0.0 {27FF1962-7514-4C6A-A259-805511E417B8} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17uk_UALanguagePack 17.0.0.0 {23BCDDD3-E054-4E0F-A303-8E1D5BB8287D} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17ja_JPLanguagePack 17.0.0.0 {18A87CA8-EA45-4D10-BBD7-42FE2A6148AB} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17ru_RULanguagePack 17.0.0.0 {16581935-1117-4B17-800C-85FCE3EA49F2} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17it_ITLanguagePack 17.0.0.0 {164FB542-8085-4BEC-AF87-A198A5CA7FF2} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17es_MXLanguagePack 17.0.0.0 {0433D317-A88A-4BC9-BC25-6D297A310487} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17zh_CNLanguagePack 17.0.0.0 {D41E514A-68E6-4852-9171-93FE5AB9AF18} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17fr_CALanguagePack 17.0.0.0 {E7F2A95A-0435-4053-8C8D-D93B05F0B178} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17sv_SELanguagePack 17.0.0.0 {C70AD489-7921-40A8-8466-E20C62007222} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17fr_MALanguagePack 17.0.0.0 {EA36C083-F87C-4507-80A0-2CC35C952658} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17pl_PLLanguagePack 17.0.0.0 {F2EB1B1D-151A-4830-A4F7-2FD2A505DF9E} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17zh_TWLanguagePack 17.0.0.0 {B9D0B300-154B-461C-9F36-8EC011FC26C9} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17en_AELanguagePack 17.0.0.0 {F416B6B6-7BE4-474A-95B2-22DDCE04A1A4} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17en_ILLanguagePack 17.0.0.0 {FBA8C920-26AD-470B-9C3F-96C4B233203A} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | PDF Settings CC 12.0.0.0 {DBF92E71-A8E3-494C-8792-2F78B74BEF3E} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | AdobeColorNA CC 5.0.0.0 {72405B80-A3DD-4BB2-A8C4-A90BC7BA50FF} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | AdobeColorJA CC 5.0.0.0 {52D57F95-000A-4922-BB31-C6A936F4FD7D} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | AdobeColorEU CC 5.0.0.0 {9E9EB9FD-FDE8-487A-A41C-7713DA91AC89} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | PDF Settings CS5 10.0.0.0 {D798DB87-E1D3-4271-839C-0ADF8C76944E} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | BEGIN Setting requested payload actions
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17en_USLanguagePack 17.0.0.0 {D634E98D-D055-4AA9-A153-E454F1D0DE5B} is: true
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17en_USLanguagePack 17.0.0.0 {D634E98D-D055-4AA9-A153-E454F1D0DE5B}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17en_USLanguagePack 17.0.0.0 {D634E98D-D055-4AA9-A153-E454F1D0DE5B} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17tr_TRLanguagePack 17.0.0.0 {9DCC6F0F-AEE2-4F83-8A6C-16C6109DB9FD} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17tr_TRLanguagePack 17.0.0.0 {9DCC6F0F-AEE2-4F83-8A6C-16C6109DB9FD}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17tr_TRLanguagePack 17.0.0.0 {9DCC6F0F-AEE2-4F83-8A6C-16C6109DB9FD} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17nl_NLLanguagePack 17.0.0.0 {979B9B0A-4189-4019-8C49-B1F58F8E4DE9} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17nl_NLLanguagePack 17.0.0.0 {979B9B0A-4189-4019-8C49-B1F58F8E4DE9}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17nl_NLLanguagePack 17.0.0.0 {979B9B0A-4189-4019-8C49-B1F58F8E4DE9} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17pt_BRLanguagePack 17.0.0.0 {81E67FAF-CCC7-43F2-A985-D6B76F14D5BE} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17pt_BRLanguagePack 17.0.0.0 {81E67FAF-CCC7-43F2-A985-D6B76F14D5BE}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17pt_BRLanguagePack 17.0.0.0 {81E67FAF-CCC7-43F2-A985-D6B76F14D5BE} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17en_GBLanguagePack 17.0.0.0 {635647DC-2CA7-4769-875A-FE9DF13C2227} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17en_GBLanguagePack 17.0.0.0 {635647DC-2CA7-4769-875A-FE9DF13C2227}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17en_GBLanguagePack 17.0.0.0 {635647DC-2CA7-4769-875A-FE9DF13C2227} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17ko_KRLanguagePack 17.0.0.0 {617F721D-47B3-4B59-B2A8-6C29CF465860} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17ko_KRLanguagePack 17.0.0.0 {617F721D-47B3-4B59-B2A8-6C29CF465860}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17ko_KRLanguagePack 17.0.0.0 {617F721D-47B3-4B59-B2A8-6C29CF465860} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17fr_FRLanguagePack 17.0.0.0 {5A9675DD-8C96-4FA2-BD74-B08E8F17C37F} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17fr_FRLanguagePack 17.0.0.0 {5A9675DD-8C96-4FA2-BD74-B08E8F17C37F}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17fr_FRLanguagePack 17.0.0.0 {5A9675DD-8C96-4FA2-BD74-B08E8F17C37F} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17es_ESLanguagePack 17.0.0.0 {4B83E4D8-E9B7-4217-B583-2F2C59E1D609} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17es_ESLanguagePack 17.0.0.0 {4B83E4D8-E9B7-4217-B583-2F2C59E1D609}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17es_ESLanguagePack 17.0.0.0 {4B83E4D8-E9B7-4217-B583-2F2C59E1D609} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17de_DELanguagePack 17.0.0.0 {41CB5717-A1EF-4CD4-8350-529CD556F116} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17de_DELanguagePack 17.0.0.0 {41CB5717-A1EF-4CD4-8350-529CD556F116}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17de_DELanguagePack 17.0.0.0 {41CB5717-A1EF-4CD4-8350-529CD556F116} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17da_DKLanguagePack 17.0.0.0 {34038538-187C-4B31-A985-8624E50FC7A1} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17da_DKLanguagePack 17.0.0.0 {34038538-187C-4B31-A985-8624E50FC7A1}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17da_DKLanguagePack 17.0.0.0 {34038538-187C-4B31-A985-8624E50FC7A1} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17cs_CZLanguagePack 17.0.0.0 {28711252-0CC2-4E0D-B7B0-F4F8301090E8} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17cs_CZLanguagePack 17.0.0.0 {28711252-0CC2-4E0D-B7B0-F4F8301090E8}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17cs_CZLanguagePack 17.0.0.0 {28711252-0CC2-4E0D-B7B0-F4F8301090E8} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17hu_HULanguagePack 17.0.0.0 {27FF1962-7514-4C6A-A259-805511E417B8} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17hu_HULanguagePack 17.0.0.0 {27FF1962-7514-4C6A-A259-805511E417B8}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17hu_HULanguagePack 17.0.0.0 {27FF1962-7514-4C6A-A259-805511E417B8} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17uk_UALanguagePack 17.0.0.0 {23BCDDD3-E054-4E0F-A303-8E1D5BB8287D} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17uk_UALanguagePack 17.0.0.0 {23BCDDD3-E054-4E0F-A303-8E1D5BB8287D}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17uk_UALanguagePack 17.0.0.0 {23BCDDD3-E054-4E0F-A303-8E1D5BB8287D} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17ja_JPLanguagePack 17.0.0.0 {18A87CA8-EA45-4D10-BBD7-42FE2A6148AB} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17ja_JPLanguagePack 17.0.0.0 {18A87CA8-EA45-4D10-BBD7-42FE2A6148AB}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17ja_JPLanguagePack 17.0.0.0 {18A87CA8-EA45-4D10-BBD7-42FE2A6148AB} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17ru_RULanguagePack 17.0.0.0 {16581935-1117-4B17-800C-85FCE3EA49F2} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17ru_RULanguagePack 17.0.0.0 {16581935-1117-4B17-800C-85FCE3EA49F2}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17ru_RULanguagePack 17.0.0.0 {16581935-1117-4B17-800C-85FCE3EA49F2} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17it_ITLanguagePack 17.0.0.0 {164FB542-8085-4BEC-AF87-A198A5CA7FF2} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17it_ITLanguagePack 17.0.0.0 {164FB542-8085-4BEC-AF87-A198A5CA7FF2}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17it_ITLanguagePack 17.0.0.0 {164FB542-8085-4BEC-AF87-A198A5CA7FF2} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17es_MXLanguagePack 17.0.0.0 {0433D317-A88A-4BC9-BC25-6D297A310487} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17es_MXLanguagePack 17.0.0.0 {0433D317-A88A-4BC9-BC25-6D297A310487}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17es_MXLanguagePack 17.0.0.0 {0433D317-A88A-4BC9-BC25-6D297A310487} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17zh_CNLanguagePack 17.0.0.0 {D41E514A-68E6-4852-9171-93FE5AB9AF18} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17zh_CNLanguagePack 17.0.0.0 {D41E514A-68E6-4852-9171-93FE5AB9AF18}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17zh_CNLanguagePack 17.0.0.0 {D41E514A-68E6-4852-9171-93FE5AB9AF18} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17fr_CALanguagePack 17.0.0.0 {E7F2A95A-0435-4053-8C8D-D93B05F0B178} is: false
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17fr_CALanguagePack 17.0.0.0 {E7F2A95A-0435-4053-8C8D-D93B05F0B178}  is none
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17fr_CALanguagePack 17.0.0.0 {E7F2A95A-0435-4053-8C8D-D93B05F0B178} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17sv_SELanguagePack 17.0.0.0 {C70AD489-7921-40A8-8466-E20C62007222} is: false
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17sv_SELanguagePack 17.0.0.0 {C70AD489-7921-40A8-8466-E20C62007222}  is none
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17sv_SELanguagePack 17.0.0.0 {C70AD489-7921-40A8-8466-E20C62007222} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17fr_MALanguagePack 17.0.0.0 {EA36C083-F87C-4507-80A0-2CC35C952658} is: false
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17fr_MALanguagePack 17.0.0.0 {EA36C083-F87C-4507-80A0-2CC35C952658}  is none
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17fr_MALanguagePack 17.0.0.0 {EA36C083-F87C-4507-80A0-2CC35C952658} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17pl_PLLanguagePack 17.0.0.0 {F2EB1B1D-151A-4830-A4F7-2FD2A505DF9E} is: false
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17pl_PLLanguagePack 17.0.0.0 {F2EB1B1D-151A-4830-A4F7-2FD2A505DF9E}  is none
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17pl_PLLanguagePack 17.0.0.0 {F2EB1B1D-151A-4830-A4F7-2FD2A505DF9E} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17zh_TWLanguagePack 17.0.0.0 {B9D0B300-154B-461C-9F36-8EC011FC26C9} is: false
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17zh_TWLanguagePack 17.0.0.0 {B9D0B300-154B-461C-9F36-8EC011FC26C9}  is none
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17zh_TWLanguagePack 17.0.0.0 {B9D0B300-154B-461C-9F36-8EC011FC26C9} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17en_AELanguagePack 17.0.0.0 {F416B6B6-7BE4-474A-95B2-22DDCE04A1A4} is: false
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17en_AELanguagePack 17.0.0.0 {F416B6B6-7BE4-474A-95B2-22DDCE04A1A4}  is none
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17en_AELanguagePack 17.0.0.0 {F416B6B6-7BE4-474A-95B2-22DDCE04A1A4} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17en_ILLanguagePack 17.0.0.0 {FBA8C920-26AD-470B-9C3F-96C4B233203A} is: false
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17en_ILLanguagePack 17.0.0.0 {FBA8C920-26AD-470B-9C3F-96C4B233203A}  is none
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17en_ILLanguagePack 17.0.0.0 {FBA8C920-26AD-470B-9C3F-96C4B233203A} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581} is: true
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}  is remove
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Selection of payload Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581} is forbidden by the policy. Reason: Free payload
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: PDF Settings CC 12.0.0.0 {F3306594-3BAA-4FA5-86C2-597278F5674E} is: true
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for PDF Settings CC 12.0.0.0 {F3306594-3BAA-4FA5-86C2-597278F5674E}  is none
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: PDF Settings CC 12.0.0.0 {DBF92E71-A8E3-494C-8792-2F78B74BEF3E} is: false
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for PDF Settings CC 12.0.0.0 {DBF92E71-A8E3-494C-8792-2F78B74BEF3E}  is none
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: ShareOnBehance_1.0.1_ShareOnBehance1-mul 1.0.1.0 {DE9B086C-67C4-4EB7-9786-9531AD8FEAE8} is: true
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for ShareOnBehance_1.0.1_ShareOnBehance1-mul 1.0.1.0 {DE9B086C-67C4-4EB7-9786-9531AD8FEAE8}  is remove
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: ShareOnBehance 1.0.0.0 {D6A3BEA9-7551-482D-B8E6-2ECCD627F557} is: true
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for ShareOnBehance 1.0.0.0 {D6A3BEA9-7551-482D-B8E6-2ECCD627F557}  is none
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Required Common Fonts Installation 3.0.0.0 {9A49EAB8-6664-4164-9323-49CA9E9C5E0C} is: true
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Required Common Fonts Installation 3.0.0.0 {9A49EAB8-6664-4164-9323-49CA9E9C5E0C}  is none
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Recommended Common Fonts Installation 3.0.0.0 {4574D206-D61E-4555-B146-A16B01985E0B} is: true
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Recommended Common Fonts Installation 3.0.0.0 {4574D206-D61E-4555-B146-A16B01985E0B}  is none
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Player for Embedding 3.4 3.4.0.0 {6E6ECFC9-FE3D-4314-B937-7E25A7862899} is: true
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Player for Embedding 3.4 3.4.0.0 {6E6ECFC9-FE3D-4314-B937-7E25A7862899}  is none
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Support 17.0.0.0 {B099EDE9-C4BC-4E3A-B1F8-0321C84C4925} is: true
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Support 17.0.0.0 {B099EDE9-C4BC-4E3A-B1F8-0321C84C4925}  is none
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe CSXS Infrastructure 4_4.0.1_AdobeCSXSInfrastructure4-mul 4.0.1.0 {9EEE0750-879F-4EA8-89F7-329C866B572B} is: true
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe CSXS Infrastructure 4_4.0.1_AdobeCSXSInfrastructure4-mul 4.0.1.0 {9EEE0750-879F-4EA8-89F7-329C866B572B}  is remove
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe CSXS Infrastructure 4 4.0.0.0 {5F816B76-62F3-41C9-B651-27F49F25F50B} is: true
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe CSXS Infrastructure 4 4.0.0.0 {5F816B76-62F3-41C9-B651-27F49F25F50B}  is none
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe CSXS Extensions 4_4.0.1_AdobeCSXSExtensions4-mul 4.0.1.0 {0F60BFC9-8764-4554-B222-2B55089F395D} is: true
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe CSXS Extensions 4_4.0.1_AdobeCSXSExtensions4-mul 4.0.1.0 {0F60BFC9-8764-4554-B222-2B55089F395D}  is remove
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe CSXS Extensions 4 4.0.0.0 {2696829E-809E-4CCE-871F-AD92F85A9A66} is: true
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe CSXS Extensions 4 4.0.0.0 {2696829E-809E-4CCE-871F-AD92F85A9A66}  is none
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Required Common Fonts Installation 3.0.0.0 {2A5D70AD-E4C3-4C3D-A18F-38B1CA51CE47} is: true
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Required Common Fonts Installation 3.0.0.0 {2A5D70AD-E4C3-4C3D-A18F-38B1CA51CE47}  is none
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: AdobeColorNA CC 5.0.0.0 {AB955DCF-69CD-4840-B7FB-F318CDD0AE44} is: true
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for AdobeColorNA CC 5.0.0.0 {AB955DCF-69CD-4840-B7FB-F318CDD0AE44}  is none
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: AdobeColorNA CC 5.0.0.0 {72405B80-A3DD-4BB2-A8C4-A90BC7BA50FF} is: false
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for AdobeColorNA CC 5.0.0.0 {72405B80-A3DD-4BB2-A8C4-A90BC7BA50FF}  is none
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: AdobeColorJA CC 5.0.0.0 {A032EB9D-B6EB-45BF-9F15-83B0755DC9AB} is: true
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for AdobeColorJA CC 5.0.0.0 {A032EB9D-B6EB-45BF-9F15-83B0755DC9AB}  is none
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: AdobeColorJA CC 5.0.0.0 {52D57F95-000A-4922-BB31-C6A936F4FD7D} is: false
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for AdobeColorJA CC 5.0.0.0 {52D57F95-000A-4922-BB31-C6A936F4FD7D}  is none
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: AdobeColorEU CC 5.0.0.0 {F6DED2DA-1D20-497E-8810-E745B45DCD28} is: true
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for AdobeColorEU CC 5.0.0.0 {F6DED2DA-1D20-497E-8810-E745B45DCD28}  is none
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: AdobeColorEU CC 5.0.0.0 {9E9EB9FD-FDE8-487A-A41C-7713DA91AC89} is: false
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for AdobeColorEU CC 5.0.0.0 {9E9EB9FD-FDE8-487A-A41C-7713DA91AC89}  is none
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: AdobeColorCommonSetRGB CC 5.0.0.0 {C8DEBB29-3EB0-4B97-B652-4DE482B111BC} is: true
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for AdobeColorCommonSetRGB CC 5.0.0.0 {C8DEBB29-3EB0-4B97-B652-4DE482B111BC}  is none
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: AdobeColorCommonSetCMYK CC 5.0.0.0 {C4196275-B11A-40A1-8727-3C145C8F7D95} is: true
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for AdobeColorCommonSetCMYK CC 5.0.0.0 {C4196275-B11A-40A1-8727-3C145C8F7D95}  is none
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: PDF Settings CS5 10.0.0.0 {D798DB87-E1D3-4271-839C-0ADF8C76944E} is: false
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for PDF Settings CS5 10.0.0.0 {D798DB87-E1D3-4271-839C-0ADF8C76944E}  is none
    12/02/13 19:34:45:073 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: PDF Settings CS5 10.0.0.0 {84901376-1C55-4BD3-AD2C-F9BDB4449DAC} is: true
    12/02/13 19:34:45:073 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for PDF Settings CS5 10.0.0.0 {84901376-1C55-4BD3-AD2C-F9BDB4449DAC}  is none
    12/02/13 19:34:45:076 | [INFO] |  | OOBE | DE |  |  |  | 56532 | END Setting requested payload actions
    12/02/13 19:34:45:076 | [INFO] |  | OOBE | DE |  |  |  | 56532 | INSTALLDIR passed path basic path validation: /Applications
    12/02/13 19:34:45:100 | [WARN] |  | OOBE | DE |  |  |  | 56532 | DW066: OS requirements not met for Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:100 | [WARN] |  | OOBE | DE |  |  |  | 56532 | DW066: OS requirements not met for PDF Settings CC 12.0.0.0 {F3306594-3BAA-4FA5-86C2-597278F5674E}
    12/02/13 19:34:45:100 | [WARN] |  | OOBE | DE |  |  |  | 56532 | DW066: OS requirements not met for ShareOnBehance_1.0.1_ShareOnBehance1-mul 1.0.1.0 {DE9B086C-67C4-4EB7-9786-9531AD8FEAE8}
    12/02/13 19:34:45:100 | [WARN] |  | OOBE | DE |  |  |  | 56532 | DW066: OS requirements not met for ShareOnBehance 1.0.0.0 {D6A3BEA9-7551-482D-B8E6-2ECCD627F557}
    12/02/13 19:34:45:100 | [WARN] |  | OOBE | DE |  |  |  | 56532 | DW066: OS requirements not met for Required Common Fonts Installation 3.0.0.0 {9A49EAB8-6664-4164-9323-49CA9E9C5E0C}
    12/02/13 19:34:45:100 | [WARN] |  | OOBE | DE |  |  |  | 56532 | DW066: OS requirements not met for Recommended Common Fonts Installation 3.0.0.0 {4574D206-D61E-4555-B146-A16B01985E0B}
    12/02/13 19:34:45:100 | [WARN] |  | OOBE | DE |  |  |  | 56532 | DW066: OS requirements not met for Adobe Player for Embedding 3.4 3.4.0.0 {6E6ECFC9-FE3D-4314-B937-7E25A7862899}
    12/02/13 19:34:45:100 | [WARN] |  | OOBE | DE |  |  |  | 56532 | DW066: OS requirements not met for Adobe Illustrator CC Support 17.0.0.0 {B099EDE9-C4BC-4E3A-B1F8-0321C84C4925}
    12/02/13 19:34:45:100 | [WARN] |  | OOBE | DE |  |  |  | 56532 | DW066: OS requirements not met for Adobe CSXS Infrastructure 4_4.0.1_AdobeCSXSInfrastructure4-mul 4.0.1.0 {9EEE0750-879F-4EA8-89F7-329C866B572B}
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 | BEGIN InstallOperationsQueue Unordered operations
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17es_MXLanguagePack 17.0.0.0 {0433D317-A88A-4BC9-BC25-6D297A310487}:  with operation none
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe CSXS Extensions 4_4.0.1_AdobeCSXSExtensions4-mul 4.0.1.0 {0F60BFC9-8764-4554-B222-2B55089F395D}:  with operation remove
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17it_ITLanguagePack 17.0.0.0 {164FB542-8085-4BEC-AF87-A198A5CA7FF2}:  with operation none
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17ru_RULanguagePack 17.0.0.0 {16581935-1117-4B17-800C-85FCE3EA49F2}:  with operation none
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17ja_JPLanguagePack 17.0.0.0 {18A87CA8-EA45-4D10-BBD7-42FE2A6148AB}:  with operation none
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17uk_UALanguagePack 17.0.0.0 {23BCDDD3-E054-4E0F-A303-8E1D5BB8287D}:  with operation none
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe CSXS Extensions 4 4.0.0.0 {2696829E-809E-4CCE-871F-AD92F85A9A66}:  with operation remove
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17hu_HULanguagePack 17.0.0.0 {27FF1962-7514-4C6A-A259-805511E417B8}:  with operation none
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17cs_CZLanguagePack 17.0.0.0 {28711252-0CC2-4E0D-B7B0-F4F8301090E8}:  with operation none
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Required Common Fonts Installation 3.0.0.0 {2A5D70AD-E4C3-4C3D-A18F-38B1CA51CE47}:  with operation remove
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17da_DKLanguagePack 17.0.0.0 {34038538-187C-4B31-A985-8624E50FC7A1}:  with operation none
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17de_DELanguagePack 17.0.0.0 {41CB5717-A1EF-4CD4-8350-529CD556F116}:  with operation none
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Recommended Common Fonts Installation 3.0.0.0 {4574D206-D61E-4555-B146-A16B01985E0B}:  with operation remove
    12

  • I play Zuma Blitz on FB; Ever since I upgraded to Firefox 4 I can't play the game the darn frog pauses before shooting and it's a mess; you know it's what I enjoy doing and it needs to be fixed can you help me with this??? Thanks

    Question
    I play Zuma Blitz on FB; Ever since I upgraded to Firefox 4 I can't play the game the darn frog pauses before shooting and it's a mess; you know it's what I enjoy doing and it needs to be fixed can you help me with this??? I am super frustrated ith the situationThanks

    Upgrading to firefox 5 and updating my plug-ins helped a bit. Frog is less 'sticky' now, but it's not solved the problem. Java needs to be up to speed or the frog goes into stasis....

  • How do I gain startup disk space

    Sorry for what is probably a stupid question ... I ran the usual software update and when I tried to install the Mac OSX update, I got a message that "Your hard disk does not have enough space" and "You need 5.19 GB of available space to download and install the updates. To increase available space, remove files from your startup disk, and then try again. "
    But I have no idea how to access my startup disk (I didn't even know I had one). How do I find it and how do I choose which files can be deleted safely?
    Thanks for any advice for this novice.
    J

    A few suggestions:
    Empty the trash!
    Open up your application folder & go through all your apps. Trash all the apps you no longer want and/or use.
    An easier way to do this is to open the Application folder in list view & press the Command+j keys.
    In the the dialog that appears, click the "This Window Only" button & the "Calculate All Sizes" check box.
    Wait a bit until your file & folder sizes have all been calculated, then click the "Size" column to sort your apps from the fattest to the most anorexic.
    Get rid of all your photo files you don't want and/or need. Same goes for those pics off the websites you downloaded (gifs, jpegs, etc.).
    I'm old fashion. I still keep my photos in a photo album. So when people come over my house, they can actually "touch" & "feel" my photos without me running to my computer to "show my photos".
    Get rid of all your music files you no longer listen too. Especially, if you already have the actual CD/DVDs or you can later redownload from a website.
    Use Spotlight to make sure you got rid of everything. You can even trash directly from Spotlight!
    Drag what you don't want and/or need to the trash. Better yet, download this neat little shareware app demo called AppZapper. It basically does all the work for you by not only trashing the apps but the apps preference files, caches & all its associated files.
    Another software that does the above is AppDelete. Best of all this software is free!
    Burn what you want and/or need onto CDs or DVDs.
    Not everyone has the luxury of purchasing an external HD and/or Mobile accounts to store their "stuff, junk, music & photos".
    You can check with your ISP to see if they offer free storage space. Most if not all do now-a-days.
    There are thousands if not millions of free storage facilities on the web also. Use your favorite search engine to search them out as they come in different storage sizes to fit your needs & wants.
    Check for duplicate fonts.
    Applications>Font Book
    Select “All Fonts”
    If you see any “black dots” next to any fonts this mean you have duplicates and/or multiple versions of these fonts.
    To clean this up, select a “black dotted” font or the Apple + click to select multiple dotted fonts;
    Edit>Resolve>Duplicates.
    What the above does is turns off the duplicates & multiple version fonts. Not delete them.
    More than likely the “extras” were installed by other programs and/or other users.
    Clear out font caches
    Use FontNuke. It does all the work for you. And, best of all it’s FREE.
    Printer Drivers
    Get rid of all the printer drivers you don’t need & use except the ones for your current printer(s)/scanner(s).
    HD>Library>Printers Folder
    If you accidently threw something out that you needed for your printer/scanner it can be easily obtained from the manufacturer’s website and/or from the CD that came w/the printer/scanner.
    Garage Band
    Has about 1GB of loops stored. Get rid of some some them. You surely don’t use, like and/or need them all.
    HD>Library>Audio/Apple Loops>Apple>Apple Loops For GarageBand
    Or just get rid of the Garage Band app altogether if you don’t use it.
    Get rid of extra languages
    Strip your computer down to your “native” tongue.
    You can do this with a FREE utility called Monolingual. Another app that apparently does all the work for you. I’ve never used it. However, a lot of users here swear by & recommend it highly.
    However, there is a warning for *native English speakers*. Make sure you keep BOTH English and English (United States).
    Other Resources:
    HD Space Checkers:
    Disk Inventory X (FREE)
    WhatSize (SHAREWARE)
    OmniDiskSweeper (FREE)
    GrandPerspective (FREE - donation)
    Knowledge Base Article http://docs.info.apple.com/article.html?artnum=303602 Mac Maintenance Quick Assist
    Scroll down to "4) Prune Through Your Files".
    Slimming your hard drive
    Rule of thumb: You should never let your hard drive get to where you have only 10-15% of space left.
    !http://i50.tinypic.com/izvwo1.gif!

Maybe you are looking for

  • Storage values under about this mac displaying incorrectly, but amount of space used IS correct. Any ideas?

    I noticed recently that the "storage" under "about this mac" is displaying incorrectly. It doesn't show the correct values for my photos, videos, and audio files. It classifies this data under "other". I have been searching all over the internet, I w

  • Need help with a mirror image effect

    For most of our product photos, I create a copy of the image, flip it vertically, fade it out, and then move it down to create a mirror image effect. Simple enough. But this one I'm having a problem. The product has 4 legs, and from this view, the ba

  • Who can you believe in BT?

    I am a very satisfied customer of O2 Broadband but achieve only 3.5M due to line length. BT are estimating my speed on Infinity will be 33.1M. I'm keen to achieve that speed and have got my MAC. But I'm concerned by the number of posts on this forum

  • Plotting 2 Columns of Data Against Each Other, Not With Time

    I have several data columns, one with current, one with voltage, one with time. I am trying to make and IV curve, plotting the current and voltage against each other, preferably with the voltage as the Y axis and current as the X axis. However, every

  • Inspection Plan Display

    Hi Experts, I am preparing report for displaying inspection plan through SQVI. Tables Used to generate this report MAPL PLMK PLKO PLPO Selection Fields like Matrl Code, Plant and Task list type. when I execute this query system is giving all the deta