After Effects - how to get it separately???

Hi, I am a student, purchased the CS6 package for a fortune appr. 1 year ago. I would like to use AfterEffects - and I have just realized that adobe discontinued selling products separately.  Is there any way to purchase After Effects only? After spending heaps of money on a package of softwares I would not like to buy everything all over again with buying a subscription for everything... Please advise what to do. Thank you.

Just what "CS6 package" did you purchase... and are you sure After Effects is not included in what you have? (did you install everything?)
If the package you purchased did not include After Effects, look at Creative Suite 6

Similar Messages

  • How to get field separator in flat file using GUI_DOWNLOAD function

    hi,
    how to get field separator in flat file using GUI_DOWNLOAD function.
                                    thanking you.

    Hi,
      Use WRITE_FIELD_SEPARATOR = 'X'.
      Check this sample code
    REPORT  z_file_download.
    DATA: w_name(90) TYPE c.
    DATA:
      BEGIN OF fs_flight,
        carrid   LIKE sflight-carrid,
        connid   LIKE sflight-connid,
        fldate   LIKE sflight-fldate,
        price    LIKE sflight-price,
        currency LIKE sflight-currency,
      END OF fs_flight.
    DATA:
      BEGIN OF fs_head,
        carrid(10) TYPE c,
        connid(10) TYPE c,
        fldate(10) TYPE c,
        price(10) TYPE c,
        curr(10) TYPE c,
      END OF fs_head.
    DATA:
      t_head LIKE
       TABLE OF
             fs_head.
    DATA:
      t_flight LIKE
         TABLE OF
               fs_flight.
    fs_head-carrid = 'CARRID'.
    fs_head-connid = 'CONNID'.
    fs_head-fldate = 'FLDATE'.
    fs_head-price  = 'PRICE'.
    fs_head-curr   = 'CURRENCY'.
    APPEND fs_head TO t_head.
    SELECT-OPTIONS:
      s_carrid FOR fs_flight-carrid.
    START-OF-SELECTION.
      SELECT carrid
             connid
             fldate
             price
             currency
        FROM sflight
        INTO TABLE t_flight
       WHERE carrid IN s_carrid.
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
    *   BIN_FILESIZE                  =
        filename                      = 'D:\flight.xls'
       FILETYPE                      = 'ASC'
    *   APPEND                        = ' '
        WRITE_FIELD_SEPARATOR         = 'X'
    *   HEADER                        = '00'
    *   TRUNC_TRAILING_BLANKS         = ' '
    *   WRITE_LF                      = 'X'
    *   COL_SELECT                    = ' '
    *   COL_SELECT_MASK               = ' '
    *   DAT_MODE                      = ' '
    *   CONFIRM_OVERWRITE             = ' '
    *   NO_AUTH_CHECK                 = ' '
    *   CODEPAGE                      = ' '
    *   IGNORE_CERR                   = ABAP_TRUE
    *   REPLACEMENT                   = '#'
    *   WRITE_BOM                     = ' '
    * IMPORTING
    *   FILELENGTH                    =
      tables
        data_tab                      = t_head
    EXCEPTIONS
       FILE_WRITE_ERROR              = 1
       NO_BATCH                      = 2
       GUI_REFUSE_FILETRANSFER       = 3
       INVALID_TYPE                  = 4
       NO_AUTHORITY                  = 5
       UNKNOWN_ERROR                 = 6
       HEADER_NOT_ALLOWED            = 7
       SEPARATOR_NOT_ALLOWED         = 8
       FILESIZE_NOT_ALLOWED          = 9
       HEADER_TOO_LONG               = 10
       DP_ERROR_CREATE               = 11
       DP_ERROR_SEND                 = 12
       DP_ERROR_WRITE                = 13
       UNKNOWN_DP_ERROR              = 14
       ACCESS_DENIED                 = 15
       DP_OUT_OF_MEMORY              = 16
       DISK_FULL                     = 17
       DP_TIMEOUT                    = 18
       FILE_NOT_FOUND                = 19
       DATAPROVIDER_EXCEPTION        = 20
       CONTROL_FLUSH_ERROR           = 21
       OTHERS                        = 22
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          filename                = 'D:\flight.xls'
          filetype                = 'ASC'
          append                  = 'X'
          write_field_separator   = 'X'
        TABLES
          data_tab                = t_flight
        EXCEPTIONS
          file_write_error        = 1
          no_batch                = 2
          gui_refuse_filetransfer = 3
          invalid_type            = 4
          no_authority            = 5
          unknown_error           = 6
          header_not_allowed      = 7
          separator_not_allowed   = 8
          filesize_not_allowed    = 9
          header_too_long         = 10
          dp_error_create         = 11
          dp_error_send           = 12
          dp_error_write          = 13
          unknown_dp_error        = 14
          access_denied           = 15
          dp_out_of_memory        = 16
          disk_full               = 17
          dp_timeout              = 18
          file_not_found          = 19
          dataprovider_exception  = 20
          control_flush_error     = 21
          OTHERS                  = 22.
      IF sy-subrc EQ 0.
        MESSAGE 'Download successful' TYPE 'I'.
      ENDIF.
      IF sy-subrc <> 0.
    *  MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.

  • CS6 to CC2014 after effects video edits getting moved around

    Hi,
    We are having a weird problem after moving our whole department to CC2014 from CS6.  Once we bring open a CS6 project in After Effects CC2014 all the video edits get thrown off by anywhere from 300 to 18000 frames in the actual edit layer window (in the composition the edit cuts are still in the same place).  We are shooting on Canon 305XF's using the 50 mbps .MXF format.  
    When I open the same project in CS6 and CC2014 and look at the footage setting in CS6 the clip says 9403 total frames in the interrupt footage dialog.  But when I open the exact same project in CC2014 it says 83160 frames.  If anyone has seen this issue can you point me in the right direction.
    I really need to have an easy fix for this issue as it is going to effect about 100 large older projects.
    Thank you
    Keith

    Yeah it is looking like a footage interpretation to me as well but wish there was some kind of auto fix.
    The broken process is opening the CS6 .aep with CC2014 .aep.
    What will work is opening the original footage edits that I made in Premiere Pro CS6 in Premiere Pro CC2014.  Then I save the Premiere Pro CC2014 and import into the .aep CC2014 that was had all the edits that went funky.  Since the composition were still the same I was able to replace the old broken edit compositions with the new CC2014 saved versions and now all the footage is correctly imported.
    The main problem with this process is how many projects I would have to do this to would make it a total pain.  As well I am very worried about such a manual process mistakes being made.

  • After effect not installing: getting error

    Hi,
    I'm getting this error when installing AE. Please help.
    Could not rename the file '/Users/hilarybunt/Library/Preferences/Adobe/After Effects/12.2/Workspaces.332.1407351759486401.xml' to 'Workspaces.xml'. 
    then: After Effects can’t continue: unexpected failure during application startup

    See this:
    http://forums.adobe.com/message/5807559#5807559

  • After Effects- how to insure

    Once i buy an AFTER EFFECTS TEMPLATE and i hand it over to a designer to work on for my project- how do i insure that he doesn't use it for his own purpose afterwards?ANy suggestions please.

    You can protect InCopy Assignments in InDesign and you can do similar in Framemaker with snippets. Does that count? You can also encrypt and protect content in many CAD programs to prevent the wrong people from changing drawings... Also RenderMan RIB files and MentalRay render files can be locked to a specific license and encrypted. I'm sure if you do a little digging, one could come up with further examples. Just because Adobe has no such thing on offer does not mean that it doesn't exist or could not be used, though there will always be loopholes of course...
    Mylenium

  • Problem export After effect H264   I get m4v instead of mp4

    Hello
    I have AFTER EFFECTS CS5. I have always used H264  to get MP4 files for my export, but I can no longer use it. I follow the exact procedures, check that the export will be in MP4 but when I say ok then it changes the file into a M4V instead of MP4. As a result I can't read this file.
    Thanks for your help

    You have not provided any system info or exact output settings. Such vague and generic descriptions are not of much use to anyone.
    Mylenium

  • I am new in Adobe After Effects and still getting used to the ropes

    i what to know something, if it's possible if i use CC StartBurst can it move with a song, like i want the stars to go faster when the song has a bass, if you know please give my a step by step guide

    ....and a good many trips here will save you a lot of grief:
    Getting started with After Effects (CS4, CS5, CS5.5,  CS6, & CC)
    With AE, you have to know the basics or you'll get lost when you try the fun stuff.

  • AI 10 How to get File- Separation Setup's color plate options using SDK?

    Hi All,
    Im using Microsoft VC++6.0 & Illustrator 10 SDK.
    How can i get access to "File->Seperation setup " menu of the document using SDK.Which header file should i use?
    Actually i need to get the color plates which are on/off inside the separation setup dialog.
    Any sample code please.
    Thanks in advance
    Regards
    myRiaz

    It sounds like you need to figure out which part of the API deals with colour separation. It could be AIDocument.h or it could be AIColor.h. I'm afraid you'll just have to check the headers until you find something that looks like you want. You could also try searching the API for a piece of text that you'd expect to find associated with the values you're trying to pull -- that might point you in the right direction.

  • Contacts completely cleared after Sync, how to get it back?

    Is there a way to get back your contacts after accidentally deleting the contact files from Windows Contacts.
    The iPhone contacts have been wiped clean after syncing today, is there any way I can retrieve the last backup where the contacts are still in place, even though the Windows contacts are completely gone?
    This is a question my parent has asked me to post because he thought that the iPhone will save the contacts on its own without having to rely on external programs like Windows Phonebook.
    I'm hoping you guys will have a miracle solution as he will need to fill in hundreds or thousands of contacts all over again
    Thank you for your help

    See this: <br />
    http://kb.mozillazine.org/Problems_printing_web_pages

  • After Effects: How do I pause AUTOSCROLL for a second?

    The scroll effect to this blue arrow(which will go through the page) but I want to pause it for a short while, (by the bracket) , then start up again
    How do I do this with Keyframes/ or whatever

    I don't know what this "Autoscroll" thing you are using is. Is it an animation preset?
    It seems like this would be much easier to keyframe manually.
    Just keyframe the position from left to right with some keyframes in the middle to stop it.
    If you don't know how to do keyframe animation, you should take a step back and start here.

  • How to get comma separator digits

    Hi,
    I need to build some reports for US clients and they need comma separated numbers (9,999,999.00). I thought I could do it in the data format, as custom numeric format, but I insert 9,999,999.00 there, than
    it will replace the actual value of the column.
    Any ideas?
    Thanks and Regards
    Giuliano

    Hi
    we have two ways :
    1. in Fx area we need implemt to_char functon
    2. colum properties -> data format--> Check the Override Default Data Format --> select drop down list box select the custom --> enter format in Custom Numeric Format area what do u want for ur report .
    it is working fine ..
    Regards
    srinivas

  • Rendering Video Files with After Effects, how?

    I have succeeded rendering Xvid and DivX compressed AVI files to view them in TCPMP in my TX. The only thing that is not working so far is the audio. Can anyone advice what to do?
    Or if anyone knows of another way to compress to MPEG4 or other viewable format for TCPMP...
    Thanks in advance,
    JDL
    Post relates to: Tungsten E2

    After Effects and added some effects and color correction, the final clip got out 392GB, although I chose the uncompressed settings and although I added effects. Normally it should be more than 578 GB.
    The default QT output uses the Animation CoDec, which is a visually lossless compression. No problem here and I think you are overdoing. There is nothing wrong with converting files e.g. to LZW compressed TIFFs, PNG or EXR files, all formats producing much smaller file sizes than QT files and without losing any info...
    Mylenium

  • How do I get the windows after effects update to complete without error?

    I run windows 7 home professional. I have CC installed.  Things are fine except for After Effects. I get an update available and attempt to install it. I have removed after effects, run the adobe cleaner, reinstalled, and still get the update available, and still get the update failed message.
    Any advice?

    I am at AE Version 12.0.404
    Here is the log file:
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Visit http://www.adobe.com/go/loganalyzer/ for more information
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | START - Installer Session
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | RIBS version: 8.0.0.15
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Win OS version: 6.1.1.0 64 bit Type: 1
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | ::START TIMER:: [Total Timer]
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | CHECK: Single instance running
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | CHECK : Credentials
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Load Deployment File
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | deploymentFile option not given
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | CHECK : Another Native OS installer already running
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Create Required Folders
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Assuming install mode
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Looking up install source path
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Sync Media DB ...
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | ::START TIMER:: [Sync Media DB]
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Pre check media db sync
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | End of Pre check media db sync. Exit code: 0
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | :: END TIMER :: [Sync Media DB] took 587.224 milliseconds (0.587224 seconds) DTR = 13.6234 KBPS (0.0133041 MBPS)
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Ready to initialize session to start with ...
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | ::START TIMER:: [CreatePayloadSession]
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Updated source path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Updating media info for: {121FBD40-4492-489E-84E3-CCDA581D2792}
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Ignoring original data since install source is local
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12de_DELanguagePack-251013040849\Install.db
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Updating media info for: {4C2BB79C-D2A1-4487-9801-09E115A3E58D}
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Ignoring original data since install source is local
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12AllTrial-251013040544\Install.db
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Updating media info for: {6DDA02AD-CACF-4306-9A40-828D0DD87E47}
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Ignoring original data since install source is local
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12en_USLanguagePack-251013040830\Install.db
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Updating media info for: {79B66B73-4C79-44A0-8F80-C9F320E50A52}
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Ignoring original data since install source is local
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12ko_KRLanguagePack-251013041021\Install.db
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Updating media info for: {94459CD9-1400-4A27-9C5D-CB35318FEB27}
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Ignoring original data since install source is local
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12fr_FRLanguagePack-251013040926\Install.db
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Updating media info for: {D3BD31A3-1DD2-486E-A43B-A707F99847E7}
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Ignoring original data since install source is local
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12it_ITLanguagePack-251013040944\Install.db
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Updating media info for: {D59528C1-4B04-4FE4-A435-415290988850}
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Ignoring original data since install source is local
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12ja_JPLanguagePack-251013041002\Install.db
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Updating media info for: {D77CEFB5-6C6A-4F36-A825-9B733BC3266D}
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Ignoring original data since install source is local
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12es_ESLanguagePack-251013040908\Install.db
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Updating media info for: {F35B9650-68F4-49E8-A51A-79B3673D3398}
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Ignoring original data since install source is local
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12zh_CNLanguagePack-251013041039\Install.db
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | --------------------  END  - Updating Media Sources -  END  --------------------
    05/27/14 11:00:49:708 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Supported RIBS version range: [0.0.0.0,8.0.0.15]
    05/27/14 11:00:49:708 | [INFO] |  | OOBE | DE |  |  |  | 2908 | ----------------- CreatePayloadSession: machine is x64 ---------------
    05/27/14 11:00:50:036 | [INFO] |  | OOBE | DE |  |  |  | 2908 | ______ Verify Dependency Subscribers ______
    05/27/14 11:00:50:049 | [INFO] |  | OOBE | DE |  |  |  | 2908 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12de_DELanguagePack 12.1.0.0 {121FBD40-4492-489E-84E3-CCDA581D2792} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12de_DELanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 11:00:50:049 | [INFO] |  | OOBE | DE |  |  |  | 2908 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12ko_KRLanguagePack 12.1.0.0 {79B66B73-4C79-44A0-8F80-C9F320E50A52} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12ko_KRLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 11:00:50:049 | [INFO] |  | OOBE | DE |  |  |  | 2908 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12fr_FRLanguagePack 12.1.0.0 {94459CD9-1400-4A27-9C5D-CB35318FEB27} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12fr_FRLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 11:00:50:049 | [INFO] |  | OOBE | DE |  |  |  | 2908 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12it_ITLanguagePack 12.1.0.0 {D3BD31A3-1DD2-486E-A43B-A707F99847E7} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12it_ITLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 11:00:50:049 | [INFO] |  | OOBE | DE |  |  |  | 2908 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12ja_JPLanguagePack 12.1.0.0 {D59528C1-4B04-4FE4-A435-415290988850} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12ja_JPLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 11:00:50:049 | [INFO] |  | OOBE | DE |  |  |  | 2908 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12es_ESLanguagePack 12.1.0.0 {D77CEFB5-6C6A-4F36-A825-9B733BC3266D} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12es_ESLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 11:00:50:049 | [INFO] |  | OOBE | DE |  |  |  | 2908 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12zh_CNLanguagePack 12.1.0.0 {F35B9650-68F4-49E8-A51A-79B3673D3398} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12zh_CNLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 11:00:50:049 | [INFO] |  | OOBE | DE |  |  |  | 2908 | BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
    05/27/14 11:00:50:049 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D}: 0 (0,0)
    05/27/14 11:00:50:049 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47}: 0 (0,0)
    05/27/14 11:00:50:049 | [INFO] |  | OOBE | DE |  |  |  | 2908 | END Operation order for all session payloads: mediaGroup (requires,satisfies)
    05/27/14 11:00:50:051 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Patch Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D} can be applied to product Adobe After Effects CC 12.0.0.0 {317243C1-6580-4F43-AED7-37D4438C3DD5}
    05/27/14 11:00:50:051 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Patch Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47} can be applied to product Adobe After Effects CC_AdobeAfterEffects12en_USLanguagePack 12.0.0.0 {374F8A81-EA15-4A47-A4D9-34531D0560C6}
    05/27/14 11:01:18:433 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Setting property "installSourcePath" to: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup
    05/27/14 11:01:18:433 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Setting property "mode" to: silent
    05/27/14 11:01:18:433 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Setting property "updateManifestPath" to: C:\Users\user\AppData\Local\Adobe\AAMUpdater\1.0\Data\AdobeAfterEffects-12.0.0\12.1.0\12. 1.0.xml
    05/27/14 11:01:18:433 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Setting property "workflow" to: updater
    05/27/14 11:01:18:433 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Overwrite property "extensionsOnly" to: 1
    05/27/14 11:01:18:433 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Overwrite property "mode" to: silent
    05/27/14 11:01:18:433 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Overwrite property "patchesOnly" to: 1
    05/27/14 11:01:18:433 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Overwrite property "updateManifestPath" to: C:\Users\user\AppData\Local\Adobe\AAMUpdater\1.0\Data\AdobeAfterEffects-12.0.0\12.1.0\12. 1.0.xml
    05/27/14 11:01:18:433 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Overwrite property "workflow" to: updater
    05/27/14 11:01:18:433 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Found payload actions:
    05/27/14 11:01:18:433 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Deciding what installer mode to use...
    05/27/14 11:01:18:435 | [WARN] |  | OOBE | DE |  |  |  | 2908 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12AllTrial 12.2.1.0 {B820FCD9-FB66-45C1-85B6-00ABADF7981A}
    05/27/14 11:01:18:435 | [WARN] |  | OOBE | DE |  |  |  | 2908 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12AllTrial 12.2.1.0 {B820FCD9-FB66-45C1-85B6-00ABADF7981A}
    05/27/14 11:01:18:435 | [WARN] |  | OOBE | DE |  |  |  | 2908 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12en_USLanguagePack 12.2.1.0 {34550792-BF85-47BA-B5FD-EB06C4331FC6}
    05/27/14 11:01:18:435 | [WARN] |  | OOBE | DE |  |  |  | 2908 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12en_USLanguagePack 12.2.1.0 {34550792-BF85-47BA-B5FD-EB06C4331FC6}
    05/27/14 11:01:18:435 | [WARN] |  | OOBE | DE |  |  |  | 2908 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12en_USLanguagePack 12.2.1.0 {34550792-BF85-47BA-B5FD-EB06C4331FC6}
    05/27/14 11:01:18:435 | [INFO] |  | OOBE | DE |  |  |  | 2908 | BEGIN Setting requested payload actions
    05/27/14 11:01:18:436 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Value returned on lookup of payload: Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D} is: true
    05/27/14 11:01:18:436 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Action string for Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D}  is install
    05/27/14 11:01:18:436 | [WARN] |  | OOBE | DE |  |  |  | 2908 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12AllTrial 12.2.1.0 {B820FCD9-FB66-45C1-85B6-00ABADF7981A}
    05/27/14 11:01:18:436 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Value returned on lookup of payload: Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47} is: true
    05/27/14 11:01:18:436 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Action string for Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47}  is install
    05/27/14 11:01:18:437 | [INFO] |  | OOBE | DE |  |  |  | 2908 | END Setting requested payload actions
    05/27/14 11:01:18:438 | [INFO] |  | OOBE | DE |  |  |  | 2908 | INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    05/27/14 11:01:18:438 | [INFO] |  | OOBE | DE |  |  |  | 2908 | BEGIN InstallOperationsQueue Unordered operations
    05/27/14 11:01:18:438 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D}:  with operation none
    05/27/14 11:01:18:438 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47}:  with operation none
    05/27/14 11:01:18:438 | [INFO] |  | OOBE | DE |  |  |  | 2908 | END InstallOperationsQueue Unordered operations
    05/27/14 11:01:18:438 | [ERROR] |  | OOBE | DE |  |  |  | 2908 | DW028: InstallOperationsQueue: Instruction set is empty
    05/27/14 11:01:18:438 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Payloads passed preflight validation.
    05/27/14 11:01:18:438 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Call PreSession Custom Hook
    05/27/14 11:01:18:446 | [INFO] |  | OOBE | DE |  |  |  | 2908 | BEGIN InstallOperationsQueue Unordered operations
    05/27/14 11:01:18:446 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D}:  with operation none
    05/27/14 11:01:18:446 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47}:  with operation none
    05/27/14 11:01:18:446 | [INFO] |  | OOBE | DE |  |  |  | 2908 | END InstallOperationsQueue Unordered operations
    05/27/14 11:01:18:446 | [ERROR] |  | OOBE | DE |  |  |  | 2908 | DW028: InstallOperationsQueue: Instruction set is empty
    05/27/14 11:01:18:446 | [FATAL] |  | OOBE | DE |  |  |  | 2908 | DW028: Unable to open operation queue
    05/27/14 11:01:20:463 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Total components installed: 0
    05/27/14 11:01:20:463 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Total components repaired: 0
    05/27/14 11:01:20:463 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Total components removed: 0
    05/27/14 11:01:20:463 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Call PostSession Custom Hook
    05/27/14 11:01:20:463 | [INFO] |  | OOBE | DE |  |  |  | 2908 | :: END TIMER :: [Total Timer] took 31381.9 milliseconds (31.3819 seconds) DTR = 107.068 KBPS (0.104559 MBPS)
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | -------------------------------------- Summary --------------------------------------
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 |  - 1 fatal error(s), 2 error(s)
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Win OS version: 6.1.1.0 64 bit Type: 1
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 |
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | ERROR: DW028: InstallOperationsQueue: Instruction set is empty
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | ERROR: DW028: InstallOperationsQueue: Instruction set is empty
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | FATAL: DW028: Unable to open operation queue
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 |
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Please search the above error string(s) to find when the error occurred.
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | These errors resulted in installer Exit Code mentioned below.
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | -------------------------------------------------------------------------------------
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 |
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Exit Code: 7 - Unable to complete Silent workflow.
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Please see specific errors for troubleshooting. For example, ERROR: DW028 ...
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | END - Installer Session
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:00:24:927 | [INFO] |  | OOBE | DE |  |  |  | 6612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:00:24:927 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Visit http://www.adobe.com/go/loganalyzer/ for more information
    05/27/14 15:00:24:927 | [INFO] |  | OOBE | DE |  |  |  | 6612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:00:24:927 | [INFO] |  | OOBE | DE |  |  |  | 6612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:00:24:927 | [INFO] |  | OOBE | DE |  |  |  | 6612 | START - Installer Session
    05/27/14 15:00:24:927 | [INFO] |  | OOBE | DE |  |  |  | 6612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:00:24:927 | [INFO] |  | OOBE | DE |  |  |  | 6612 | RIBS version: 8.0.0.15
    05/27/14 15:00:24:927 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Win OS version: 6.1.1.0 64 bit Type: 1
    05/27/14 15:00:24:927 | [INFO] |  | OOBE | DE |  |  |  | 6612 | ::START TIMER:: [Total Timer]
    05/27/14 15:00:24:927 | [INFO] |  | OOBE | DE |  |  |  | 6612 | CHECK: Single instance running
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | CHECK : Credentials
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Load Deployment File
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | deploymentFile option not given
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | CHECK : Another Native OS installer already running
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Create Required Folders
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Assuming install mode
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Looking up install source path
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Sync Media DB ...
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | ::START TIMER:: [Sync Media DB]
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Pre check media db sync
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | End of Pre check media db sync. Exit code: 0
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | :: END TIMER :: [Sync Media DB] took 789.717 milliseconds (0.789717 seconds) DTR = 491.315 KBPS (0.4798 MBPS)
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Ready to initialize session to start with ...
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | ::START TIMER:: [CreatePayloadSession]
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Updated source path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Updating media info for: {121FBD40-4492-489E-84E3-CCDA581D2792}
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Ignoring original data since install source is local
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12de_DELanguagePack-251013040849\Install.db
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Updating media info for: {4C2BB79C-D2A1-4487-9801-09E115A3E58D}
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Ignoring original data since install source is local
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12AllTrial-251013040544\Install.db
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Updating media info for: {6DDA02AD-CACF-4306-9A40-828D0DD87E47}
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Ignoring original data since install source is local
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12en_USLanguagePack-251013040830\Install.db
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Updating media info for: {79B66B73-4C79-44A0-8F80-C9F320E50A52}
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Ignoring original data since install source is local
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12ko_KRLanguagePack-251013041021\Install.db
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Updating media info for: {94459CD9-1400-4A27-9C5D-CB35318FEB27}
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Ignoring original data since install source is local
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12fr_FRLanguagePack-251013040926\Install.db
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Updating media info for: {D3BD31A3-1DD2-486E-A43B-A707F99847E7}
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Ignoring original data since install source is local
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12it_ITLanguagePack-251013040944\Install.db
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Updating media info for: {D59528C1-4B04-4FE4-A435-415290988850}
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Ignoring original data since install source is local
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12ja_JPLanguagePack-251013041002\Install.db
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Updating media info for: {D77CEFB5-6C6A-4F36-A825-9B733BC3266D}
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Ignoring original data since install source is local
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12es_ESLanguagePack-251013040908\Install.db
    05/27/14 15:00:24:929 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Updating media info for: {F35B9650-68F4-49E8-A51A-79B3673D3398}
    05/27/14 15:00:24:929 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Ignoring original data since install source is local
    05/27/14 15:00:24:929 | [INFO] |  | OOBE | DE |  |  |  | 6612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12zh_CNLanguagePack-251013041039\Install.db
    05/27/14 15:00:24:929 | [INFO] |  | OOBE | DE |  |  |  | 6612 | --------------------  END  - Updating Media Sources -  END  --------------------
    05/27/14 15:00:24:936 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Supported RIBS version range: [0.0.0.0,8.0.0.15]
    05/27/14 15:00:24:936 | [INFO] |  | OOBE | DE |  |  |  | 6612 | ----------------- CreatePayloadSession: machine is x64 ---------------
    05/27/14 15:00:25:213 | [INFO] |  | OOBE | DE |  |  |  | 6612 | ______ Verify Dependency Subscribers ______
    05/27/14 15:00:25:213 | [INFO] |  | OOBE | DE |  |  |  | 6612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12de_DELanguagePack 12.1.0.0 {121FBD40-4492-489E-84E3-CCDA581D2792} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12de_DELanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:00:25:213 | [INFO] |  | OOBE | DE |  |  |  | 6612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:00:25:213 | [INFO] |  | OOBE | DE |  |  |  | 6612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12en_USLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:00:25:213 | [INFO] |  | OOBE | DE |  |  |  | 6612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12ko_KRLanguagePack 12.1.0.0 {79B66B73-4C79-44A0-8F80-C9F320E50A52} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12ko_KRLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:00:25:213 | [INFO] |  | OOBE | DE |  |  |  | 6612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12fr_FRLanguagePack 12.1.0.0 {94459CD9-1400-4A27-9C5D-CB35318FEB27} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12fr_FRLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:00:25:213 | [INFO] |  | OOBE | DE |  |  |  | 6612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12it_ITLanguagePack 12.1.0.0 {D3BD31A3-1DD2-486E-A43B-A707F99847E7} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12it_ITLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:00:25:213 | [INFO] |  | OOBE | DE |  |  |  | 6612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12ja_JPLanguagePack 12.1.0.0 {D59528C1-4B04-4FE4-A435-415290988850} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12ja_JPLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:00:25:213 | [INFO] |  | OOBE | DE |  |  |  | 6612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12es_ESLanguagePack 12.1.0.0 {D77CEFB5-6C6A-4F36-A825-9B733BC3266D} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12es_ESLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:00:25:214 | [INFO] |  | OOBE | DE |  |  |  | 6612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12zh_CNLanguagePack 12.1.0.0 {F35B9650-68F4-49E8-A51A-79B3673D3398} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12zh_CNLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:00:25:214 | [INFO] |  | OOBE | DE |  |  |  | 6612 | EMPTY SET Operation order for all session payloads: mediaGroup (requires,satisfies)
    05/27/14 15:00:25:216 | [ERROR] |  | OOBE | DE |  |  |  | 6612 | DW052: The base product is not installed, Unable to proceed with the patch operation
    05/27/14 15:00:25:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | :: END TIMER :: [Total Timer] took 1106.75 milliseconds (1.10675 seconds) DTR = 365.031 KBPS (0.356476 MBPS)
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | -------------------------------------- Summary --------------------------------------
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 |  - 0 fatal error(s), 1 error(s)
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Win OS version: 6.1.1.0 64 bit Type: 1
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 |
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | ERROR: DW052: The base product is not installed, Unable to proceed with the patch operation
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 |
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Please search the above error string(s) to find when the error occurred.
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | These errors resulted in installer Exit Code mentioned below.
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | -------------------------------------------------------------------------------------
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 |
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Exit Code: 28 - The base product is not installed.
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Please see specific errors for troubleshooting. For example, ERROR: DW052 ...
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | END - Installer Session
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Visit http://www.adobe.com/go/loganalyzer/ for more information
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | START - Installer Session
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | RIBS version: 8.0.0.15
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Win OS version: 6.1.1.0 64 bit Type: 1
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | ::START TIMER:: [Total Timer]
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | CHECK: Single instance running
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | CHECK : Credentials
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Load Deployment File
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | deploymentFile option not given
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | CHECK : Another Native OS installer already running
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Create Required Folders
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Assuming install mode
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Looking up install source path
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Sync Media DB ...
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | ::START TIMER:: [Sync Media DB]
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Pre check media db sync
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | End of Pre check media db sync. Exit code: 0
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | :: END TIMER :: [Sync Media DB] took 313.278 milliseconds (0.313278 seconds)
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Ready to initialize session to start with ...
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | ::START TIMER:: [CreatePayloadSession]
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Updated source path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Updating media info for: {121FBD40-4492-489E-84E3-CCDA581D2792}
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Ignoring original data since install source is local
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12de_DELanguagePack-251013040849\Install.db
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Updating media info for: {4C2BB79C-D2A1-4487-9801-09E115A3E58D}
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Ignoring original data since install source is local
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12AllTrial-251013040544\Install.db
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Updating media info for: {6DDA02AD-CACF-4306-9A40-828D0DD87E47}
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Ignoring original data since install source is local
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12en_USLanguagePack-251013040830\Install.db
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Updating media info for: {79B66B73-4C79-44A0-8F80-C9F320E50A52}
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Ignoring original data since install source is local
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12ko_KRLanguagePack-251013041021\Install.db
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Updating media info for: {94459CD9-1400-4A27-9C5D-CB35318FEB27}
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Ignoring original data since install source is local
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12fr_FRLanguagePack-251013040926\Install.db
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Updating media info for: {D3BD31A3-1DD2-486E-A43B-A707F99847E7}
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Ignoring original data since install source is local
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12it_ITLanguagePack-251013040944\Install.db
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Updating media info for: {D59528C1-4B04-4FE4-A435-415290988850}
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Ignoring original data since install source is local
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12ja_JPLanguagePack-251013041002\Install.db
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Updating media info for: {D77CEFB5-6C6A-4F36-A825-9B733BC3266D}
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Ignoring original data since install source is local
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12es_ESLanguagePack-251013040908\Install.db
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Updating media info for: {F35B9650-68F4-49E8-A51A-79B3673D3398}
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Ignoring original data since install source is local
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12zh_CNLanguagePack-251013041039\Install.db
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 | --------------------  END  - Updating Media Sources -  END  --------------------
    05/27/14 15:32:29:845 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Supported RIBS version range: [0.0.0.0,8.0.0.15]
    05/27/14 15:32:29:845 | [INFO] |  | OOBE | DE |  |  |  | 4612 | ----------------- CreatePayloadSession: machine is x64 ---------------
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 | ______ Verify Dependency Subscribers ______
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12de_DELanguagePack 12.1.0.0 {121FBD40-4492-489E-84E3-CCDA581D2792} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12de_DELanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12ko_KRLanguagePack 12.1.0.0 {79B66B73-4C79-44A0-8F80-C9F320E50A52} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12ko_KRLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12fr_FRLanguagePack 12.1.0.0 {94459CD9-1400-4A27-9C5D-CB35318FEB27} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12fr_FRLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12it_ITLanguagePack 12.1.0.0 {D3BD31A3-1DD2-486E-A43B-A707F99847E7} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12it_ITLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12ja_JPLanguagePack 12.1.0.0 {D59528C1-4B04-4FE4-A435-415290988850} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12ja_JPLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12es_ESLanguagePack 12.1.0.0 {D77CEFB5-6C6A-4F36-A825-9B733BC3266D} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12es_ESLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12zh_CNLanguagePack 12.1.0.0 {F35B9650-68F4-49E8-A51A-79B3673D3398} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12zh_CNLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 | BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D}: 0 (0,0)
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47}: 0 (0,0)
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 | END Operation order for all session payloads: mediaGroup (requires,satisfies)
    05/27/14 15:32:30:168 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Patch Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D} can be applied to product Adobe After Effects CC 12.0.0.0 {317243C1-6580-4F43-AED7-37D4438C3DD5}
    05/27/14 15:32:30:169 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Patch Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47} can be applied to product Adobe After Effects CC_AdobeAfterEffects12en_USLanguagePack 12.0.0.0 {374F8A81-EA15-4A47-A4D9-34531D0560C6}
    05/27/14 15:32:45:659 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Setting property "installSourcePath" to: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup
    05/27/14 15:32:45:659 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Setting property "mode" to: silent
    05/27/14 15:32:45:659 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Setting property "updateManifestPath" to: C:\Users\user\AppData\Local\Adobe\AAMUpdater\1.0\Data\AdobeAfterEffects-12.0.0\12.1.0\12. 1.0.xml
    05/27/14 15:32:45:659 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Setting property "workflow" to: updater
    05/27/14 15:32:45:659 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Overwrite property "extensionsOnly" to: 1
    05/27/14 15:32:45:659 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Overwrite property "mode" to: silent
    05/27/14 15:32:45:659 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Overwrite property "patchesOnly" to: 1
    05/27/14 15:32:45:659 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Overwrite property "updateManifestPath" to: C:\Users\user\AppData\Local\Adobe\AAMUpdater\1.0\Data\AdobeAfterEffects-12.0.0\12.1.0\12. 1.0.xml
    05/27/14 15:32:45:659 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Overwrite property "workflow" to: updater
    05/27/14 15:32:45:659 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Found payload actions:
    05/27/14 15:32:45:659 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Deciding what installer mode to use...
    05/27/14 15:32:45:662 | [WARN] |  | OOBE | DE |  |  |  | 4612 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12AllTrial 12.2.1.0 {B820FCD9-FB66-45C1-85B6-00ABADF7981A}
    05/27/14 15:32:45:662 | [WARN] |  | OOBE | DE |  |  |  | 4612 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12AllTrial 12.2.1.0 {B820FCD9-FB66-45C1-85B6-00ABADF7981A}
    05/27/14 15:32:45:662 | [WARN] |  | OOBE | DE |  |  |  | 4612 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12en_USLanguagePack 12.2.1.0 {34550792-BF85-47BA-B5FD-EB06C4331FC6}
    05/27/14 15:32:45:662 | [WARN] |  | OOBE | DE |  |  |  | 4612 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12en_USLanguagePack 12.2.1.0 {34550792-BF85-47BA-B5FD-EB06C4331FC6}
    05/27/14 15:32:45:662 | [WARN] |  | OOBE | DE |  |  |  | 4612 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12en_USLanguagePack 12.2.1.0 {34550792-BF85-47BA-B5FD-EB06C4331FC6}
    05/27/14 15:32:45:662 | [INFO] |  | OOBE | DE |  |  |  | 4612 | BEGIN Setting requested payload actions
    05/27/14 15:32:45:663 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Value returned on lookup of payload: Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D} is: true
    05/27/14 15:32:45:663 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Action string for Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D}  is install
    05/27/14 15:32:45:663 | [WARN] |  | OOBE | DE |  |  |  | 4612 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12AllTrial 12.2.1.0 {B820FCD9-FB66-45C1-85B6-00ABADF7981A}
    05/27/14 15:32:45:663 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Value returned on lookup of payload: Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47} is: true
    05/27/14 15:32:45:663 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Action string for Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47}  is install
    05/27/14 15:32:45:664 | [INFO] |  | OOBE | DE |  |  |  | 4612 | END Setting requested payload actions
    05/27/14 15:32:45:664 | [INFO] |  | OOBE | DE |  |  |  | 4612 | INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    05/27/14 15:32:45:665 | [INFO] |  | OOBE | DE |  |  |  | 4612 | BEGIN InstallOperationsQueue Unordered operations
    05/27/14 15:32:45:665 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D}:  with operation none
    05/27/14 15:32:45:665 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47}:  with operation none
    05/27/14 15:32:45:665 | [INFO] |  | OOBE | DE |  |  |  | 4612 | END InstallOperationsQueue Unordered operations
    05/27/14 15:32:45:665 | [ERROR] |  | OOBE | DE |  |  |  | 4612 | DW028: InstallOperationsQueue: Instruction set is empty
    05/27/14 15:32:45:665 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Payloads passed preflight validation.
    05/27/14 15:32:45:665 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Call PreSession Custom Hook
    05/27/14 15:32:45:665 | [INFO] |  | OOBE | DE |  |  |  | 4612 | BEGIN InstallOperationsQueue Unordered operations
    05/27/14 15:32:45:665 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D}:  with operation none
    05/27/14 15:32:45:665 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47}:  with operation none
    05/27/14 15:32:45:665 | [INFO] |  | OOBE | DE |  |  |  | 4612 | END InstallOperationsQueue Unordered operations
    05/27/14 15:32:45:665 | [ERROR] |  | OOBE | DE |  |  |  | 4612 | DW028: InstallOperationsQueue: Instruction set is empty
    05/27/14 15:32:45:665 | [FATAL] |  | OOBE | DE |  |  |  | 4612 | DW028: Unable to open operation queue
    05/27/14 15:32:47:683 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Total components installed: 0
    05/27/14 15:32:47:683 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Total components repaired: 0
    05/27/14 15:32:47:683 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Total components removed: 0
    05/27/14 15:32:47:683 | [INFO] |  | OOBE | DE |  |  |  | 4612 | >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    05/27/14 15:32:47:683 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Restarting your computer is recommended:
    05/27/14 15:32:47:683 | [INFO] |  | OOBE | DE |  |  |  | 4612 | In order to complete the installation, please restart the computer
    05/27/14 15:32:47:683 | [INFO] |  | OOBE | DE |  |  |  | 4612 | >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    05/27/14 15:32:47:683 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Call PostSession Custom Hook
    05/27/14 15:32:47:683 | [INFO] |  | OOBE | DE |  |  |  | 4612 | :: END TIMER :: [Total Timer] took 18189 milliseconds (18.189 seconds) DTR = 3.73853 KBPS (0.00365091 MBPS)
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | -------------------------------------- Summary --------------------------------------
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 |  - 1 fatal error(s), 2 error(s)
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Win OS version: 6.1.1.0 64 bit Type: 1
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 |
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | ERROR: DW028: InstallOperationsQueue: Instruction set is empty
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | ERROR: DW028: InstallOperationsQueue: Instruction set is empty
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | FATAL: DW028: Unable to open operation queue
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 |
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Please search the above error string(s) to find when the error occurred.
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | These errors resulted in installer Exit Code mentioned below.
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | -------------------------------------------------------------------------------------
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 |
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Exit Code: 7 - Unable to complete Silent workflow.
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Please see specific errors for troubleshooting. For example, ERROR: DW028 ...
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | END - Installer S

  • Starting After Effects gets "Alert" on splash screen, then quits.

    I'm running Mac OS 10.7.3, with an i5 processor running at 3.7Ghz, 8GB of RAM, and a new ATI 6870 1GB graphics card. when ever I start up Adobe After Effects CS6 I get this error:
    AE then quits. any ideas?

    Remove OpenGL plugin and try to load the application again
    Drag the AE_OpenGL.plugin file from the Applications/Adobe After Effects CS6/Plug-ins/Extensions folder to the desktop.

  • After Effects CC won't install/update in Mac OS 10.9.3 (Maverick)

    I just updated my Mac OS to 10.9.3 (Maverick).  I was able to re-install/update all of my CC programs except for
    After Effects.  I get all kinds of errors.  First it was "can't patch".  Now it's "There was an error installing this update.  Please Quit and
    try again later.  Error Code U44M11210".  What can I do to get After Effects to work?

    Kitcateleven please see Error U44M1I210 | Install updates for information on how to resolve the U44M1I210 error.

Maybe you are looking for