How to compile with packages created by me

I have created two packages:
one is called agui and one is called agui.event.
agui is located at c:\agui\src\a\agui and
agui.event is located at c:\agui\src\a\agui\event.
My class file is called HelloWorld and it is located at
c:\agui\example.
What should be the command line to compile my class file?
is it
c:\agui\example>javac -classpath c:\agui\src\a\agui *.java?
I tried it, but it doesn't work!
Thanks.

Hi,
When you are compiling a java file with a package you must use the -d option.
Just for simplicity, if you change directory to the source file e.g. c:\test and the files have package name pack1 and filename File1.java -
If you run javac File1.java it will compile fine but leave the class file in the default directory i.e. c:\test
If you run javac -d File1.java the package name will be noted and new sub-directory for pack1 will be created with the new File1.class in it.
Check it out using the -d option and not using to see the difference.
bet kev

Similar Messages

  • How to compile a package with classess

    Hi,
    Can any one tell me , how to compile a package ?
    Actually, i have three classes under the package named as linklist.
    i am unable to compile the classes under this package ? its always raising errors. saying that the package does not exist.
    Can any one tell me, why it is like this ?
    thanks in advance

    Hi,
    Can any one tell me , how to compile a package ?I'll try.
    Actually, i have three classes under the package named
    as linklist. Okay, so you have the package statement at the top of each class, right?
    And the 3 classes reside in a folder named linklist?
    Okay, if you do, while in the folder above linklist, do:
    javac linklist/*.java (using the appropriate slash)
    Did it work?

  • How to compile all package body using sqlplus ?

    hi all,
    How to compile all package body using sqlplus ?
    Please help.
    Amy

    dbms_utility.compile_schema will compile all the invalid objects in a schema, including the invalid package bodies. If you only want to compile the invalid package bodies, you could write your own dynamic SQL stored procedure to do that using the user_source view, but that's a lot more effort for a very minimal benefit.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • How to compile and package my EJB application

    Hi,
    I just ran the sample programs from the Sun J2EE tutorial. Seems to work fine. I used the ant utility to compile all the programs and the J2EE Deployment Wizard to package and deploy everything. Now how do I compile and deploy a sample EJB program that I have written ?
    I am using the following platforms:
    1: JBuilder 3.0 : IDE (for writing the source code)
    2: JDK 1.4.0_01
    3: J2SDK EE 1.3.1 (EJB/Appln server)
    How do I make ant recognize my program and compile it... i guess the deployment procedure would still be the same.
    Can somebody please help me out on this ??
    Thanks
    prasanna

    Hi,
    Thanks for your prompt reply. I tried that out.. I have a directory called "customer" under which I have my interfaces,bean implementation class and the J2EE application client.
    ANT_HOME is set to : the directory where ant is installed
    JAVA_HOME is set to : the directory where JDK is installed
    J2EE_HOME is set to : the directory where J2EE server is installed
    and PATH : includes the bin directories of JDK, ant and J2SDK EE
    These are the paths I had to set when I ran the J2EE tutorial programs. It worked fine.
    Now when I say : ant myprogram I get an error saying:
    BUILD FAILED
    Target "myprogram" does not exist in this project
    How do I add my program also to the project so that ant can recognize it ?
    Also if there is any other way you can suggest to compile and package my application it would be great...
    Thanks
    prasanna

  • Compilation with packages is different in J2SE 1.4.1 ?

    Hi there !
    I've just installed J2SE 1.4.1_01 in my Win NT 4.0 computer.
    Some of the files that belong to packages compiled just fine with JDK 1.2.2 but don't compile with J2SE 1.4.1_01.
    The same is true when I try to compile Java2D in the demo\jfc directory.
    In project NumberFormatTest I have the following classes:
    =====================================================================
    d:\MyPrograms\Java\NumberFormatTest\NumberFormatTestFrame.java
    package NumberFormatTest;
    import java.awt.*;
    import java.awt.event.*;
    import java.sql.*;
    import java.text.*;
    import java.util.*;
    import tools.*;
    public class NumberFormatTestFrame extends Frame
    implements ActionListener, KeyListener, WindowListener
    =====================================================================
    d:\MyPrograms\Java\Tools\JCTextField.java
    package tools;
    import java.awt.*;
    public class JCTextField extends TextField
    =====================================================================
    d:\MyPrograms\Java\Tools\JCDecimalTextField.java
    package tools;
    import java.text.*;
    import java.util.*;
    public class JCDecimalTextField extends JCTextField
    d:\MyPrograms\Java>javac Tools\JCTextField.java
    compiles OK
    d:\MyPrograms\Java>javac Tools\JCDecimalTextField.java
    does not compile successfully with the error,
    Tools\JCDecimalTextField.java:67: cannot resolve symbol
    symbol : class JCTextField
    location: class tools.JCDecimalTextField
    public class JCDecimalTextField extends JCTextField
    pointing to the J in JCTextField
    d:\MyPrograms\Java>javac NumberFormatTest\NumberFormatTestFrame.java
    also doesn't compile with with "cannot resolve symbol" errors, when it tries to use JCDecimalTextField.
    It seems to me that classes defined by me to extend another class defined by me (JCDecimalTextField) and inside a package (tools) aren't being found by javac.
    However JCTextField is defined by me, extends TextField (from java.awt.*), is inside package tools and compiles OK.
    This stuff didn't happen in JDK 1.2.2.
    What the hell has changed with J2SE 1.4.1 ???
    My PATH has C:\Program Files\jdk\bin (among other directories)
    My CLASSPATH is
    D:\MyPrograms\Java;C:\Program Files\jdk\lib\tools.jar;C:\Program Files\Java\j2re1.4.1_01\lib\rt.jar;.;
    I strongly suspect that something has changed after JDK 1.2.2 in the way packages are handled by javac. I've tried searching in forums and other sun java documentation but couldn't find an answer to my problem.
    Can anyone please help me ?
    Any hint, suggestion or Internet site with appropriate documentation, would be highly appreciated as a means to end this 2 day nightmare.
    Thanks in advance,
    MGoncalv

    This issue has already been solved.
    J2SE 1.4.1 is case sensitive with regard to package directories.
    My tools package files must in subdirectory tools (but not Tools).
    This problem didn't happened with JDK 1.2.2
    For more details please take a look at
    Cannot resolve symbol
    from Feb 10, 2003 11:46
    by MGoncalv

  • CS 5.5 Install fails with package created by Adobe Application Manager

    Hi all:
    I'm trying to install Adobe CS 5.5 on a 10.6.4 machine that already has CS 3 on it. I've created the package several times with the AAM, but when I go to install it on the client machine installer always throws errors (see logs below). I've tried installing under a separate user, installing on a different machine, repairing permissions, removing CS3 entirely FIRST (with a "cleaning" script) and then reinstalling, and it still doesn't work. The only way I can get it to install at all is via the optical media, and even then I still get some errors. I've got 50 computers to do, so I'd really like to get the package deployment working.
    Here are the errors I'm getting from the logs. As you can see, they are mostly DF037, DW063, DF031. One of the error codes (DF031) is due to a previous version being installed, but the customer insists that they have both versions, so I can't remove the previous version - and even when I do, I seem to get that error.
    The other error code (DW063) gets no hits on either the kb or the google.
    Help?
    - 0 fatal error(s), 22 error(s), 0 warning(s)
    ----------- Payload: {0D96CFE6-376D-44B8-808A-16F3BEB73263} Adobe Media Encoder CS5.5 5.5.0.0 -----------
    ERROR: DF037: Unable to delete directory "/private/var/root/Library/Preferences/Adobe/Adobe Media Encoder"(Seq 4)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 4)
    ERROR: DF031: Unable to read display attributes of "/Applications/Adobe Media Encoder CS5.5"(Seq 3839)
    ERROR: DW063: Command ARKSetDisplayAttributesCommand failed.(Seq 3839)
    ERROR: DF031: Unable to read display attributes of "/Applications/Adobe Media Encoder CS5.5/Icon
    "(Seq 3840)
    ERROR: DW063: Command ARKSetDisplayAttributesCommand failed.(Seq 3840)
    ----------- Payload: {49E6D00F-3456-11E0-AE83-842B2B67A8CC} Adobe Device Central CS5.5 3.5.0.0 -----------
    ERROR: DF031: Unable to read display attributes of "/Applications/Adobe Device Central CS5.5"(Seq 2139)
    ERROR: DW063: Command ARKSetDisplayAttributesCommand failed.(Seq 2139)
    ERROR: DF031: Unable to read display attributes of "/Applications/Adobe Device Central CS5.5/Icon
    "(Seq 2140)
    ERROR: DW063: Command ARKSetDisplayAttributesCommand failed.(Seq 2140)
    ----------- Payload: {EE85C227-0148-4825-B659-6A1E142571EE} Adobe Bridge CS5.1 4.1.0.0 -----------
    ERROR: DF031: Unable to read display attributes of "/Applications/Adobe Bridge CS5.1"(Seq 2239)
    ERROR: DW063: Command ARKSetDisplayAttributesCommand failed.(Seq 2239)
    ERROR: DF031: Unable to read display attributes of "/Applications/Adobe Bridge CS5.1/Icon
    "(Seq 2240)
    ERROR: DW063: Command ARKSetDisplayAttributesCommand failed.(Seq 2240)
    ----------- Payload: {A2502D10-2D75-4620-8A8B-73F39D5C1243} PDF Settings CS5 10.0.0.0 -----------
    ERROR: DF037: Unable to delete directory "/Library/Application Support/Adobe/Adobe PDF/Settings"(Seq 158)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 158)
    ERROR: DF037: Unable to delete directory "/Library/Application Support/Adobe/Adobe PDF"(Seq 395)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 395)
    ----------- Payload: {CE6E1448-516F-11E0-B3C0-13EDE2AB3DC5} Adobe InDesign CS5.5 Application Feature Set Files 7.5.0.0 -----------
    ERROR: DF037: Unable to delete directory "/private/var/root/Library/Preferences/Adobe InDesign"(Seq 2)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 2)
    ----------- Payload: {4058E728-84D8-45CE-8E2D-5F35BD6659A1} Adobe Extension Manager CS5.5 5.5.0.0 -----------
    ERROR: DF037: Unable to delete directory "/private/var/root/Library/Preferences/Adobe"(Seq 61)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 61)
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.

    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 4.0.50.0
    OSX version: 10.6.7 
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 1045 milliseconds (1.045 seconds) DTR = 33370.3 KBPS (32.5882 MBPS)
    ##### Running EDT Workflow #####
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup
    Updating media info for: {007A2A28-D6A8-4D91-9A2B-568FF8052215}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeWinSoftLinguisticsPluginAll/A dobeWinSoftLinguisticsPluginAll.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeWinSoftLinguisticsPluginAll/A dobeWinSoftLinguisticsPluginAll.dmg
    Updating media info for: {0175676F-8C92-49F2-9131-D0D6AD654B41}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeHelp/InstallAdobeHelp
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeHelp/InstallAdobeHelp
    Updating media info for: {03FB981A-5170-11E0-A90E-3CEDE2AB3DC5}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeInDesign7xAppBase2-mul/AdobeI nDesign7xAppBase2-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeInDesign7xAppBase2-mul/AdobeI nDesign7xAppBase2-mul.dmg
    Updating media info for: {04ADB20D-99A3-4F83-8176-F07787237EBA}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeDesignPremium5.5-mul/AdobeDes ignPremium5.5-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeDesignPremium5.5-mul/AdobeDes ignPremium5.5-mul.dmg
    Updating media info for: {08EF22BC-43B2-4B4E-BA12-52B18F418F38}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobePhotoshop12-Core/AdobePhotosh op12-Core.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobePhotoshop12-Core/AdobePhotosh op12-Core.dmg
    Updating media info for: {0AA9D11A-227D-45AB-A5D5-6F5F6E81D5E3}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeAPE3.101-mul/AdobeAPE3.101-mu l.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeAPE3.101-mul/AdobeAPE3.101-mu l.dmg
    Updating media info for: {0CCF0458-5171-11E0-BC45-DC59E3AB3DC5}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeInDesign7xAppBase-mul/AdobeIn Design7xAppBase-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeInDesign7xAppBase-mul/AdobeIn Design7xAppBase-mul.dmg
    Updating media info for: {0D96CFE6-376D-44B8-808A-16F3BEB73263}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AMECore5.5All/AMECore5.5All.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AMECore5.5All/AMECore5.5All.dmg
    Updating media info for: {11E1188F-E576-47BC-B215-600C02C7EABF}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeColorNA_Recommended3_1-mul/Ad obeColorNA_Recommended3_1-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeColorNA_Recommended3_1-mul/Ad obeColorNA_Recommended3_1-mul.dmg
    Updating media info for: {1A1E5FF9-D0FD-42A3-8E18-E5E7E95E1AB4}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeDynamiclinkSupport5.5All/Adob eDynamiclinkSupport5.5All.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeDynamiclinkSupport5.5All/Adob eDynamiclinkSupport5.5All.dmg
    Updating media info for: {1FEB691B-39ED-4343-99D6-CACDAD879D8C}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobePhotoshop12-en_GB/AdobePhotos hop12-en_GB.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobePhotoshop12-en_GB/AdobePhotos hop12-en_GB.dmg
    Updating media info for: {22C26C10-5C22-4674-A52C-100112664305}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/DeviceCentral3.5LP-en_US/DeviceCen tral3.5LP-en_US.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/DeviceCentral3.5LP-en_US/DeviceCen tral3.5LP-en_US.dmg
    Updating media info for: {270C312D-7EC7-474C-BEB2-79CD398E02A3}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/HIL_Help_Search/HIL_Help_Search.dm g
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/HIL_Help_Search/HIL_Help_Search.dm g
    Updating media info for: {2EA9B52E-8613-41A0-9EEF-FF54AD4CC810}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeMobileExtension_Flash11.5-en_ US/AdobeMobileExtension_Flash11.5-en_US.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeMobileExtension_Flash11.5-en_ US/AdobeMobileExtension_Flash11.5-en_US.dmg
    Updating media info for: {3019BB9E-516F-11E0-AAAB-3AEBE2AB3DC5}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeInDesign7xCommonLang-en_GB/Ad obeInDesign7xCommonLang-en_GB.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeInDesign7xCommonLang-en_GB/Ad obeInDesign7xCommonLang-en_GB.dmg
    Updating media info for: {3450d4c5-a82b-4428-a512-842ee1555a14}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeStoryExtension-mul/AdobeStory Extension-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeStoryExtension-mul/AdobeStory Extension-mul.dmg
    Updating media info for: {37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeCameraRaw6.0All/AdobeCameraRa w6.0All.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeCameraRaw6.0All/AdobeCameraRa w6.0All.dmg
    Updating media info for: {3F023875-4A52-4605-9DB6-A88D4A813E8D}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeCameraRawProfile6.0All/AdobeC ameraRawProfile6.0All.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeCameraRawProfile6.0All/AdobeC ameraRawProfile6.0All.dmg
    Updating media info for: {3FA63389-0091-497A-8522-998E43648AEF}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeAPE3.2-mul/AdobeAPE3.2-mul.dm g
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeAPE3.2-mul/AdobeAPE3.2-mul.dm g
    Updating media info for: {4058E728-84D8-45CE-8E2D-5F35BD6659A1}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeExtensionManager5.5All/AdobeE xtensionManager5.5All.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeExtensionManager5.5All/AdobeE xtensionManager5.5All.dmg
    Updating media info for: {419B81A0-6282-456C-9B1E-8DBABA0DE2DC}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeWinSoftLinguisticsPlugin_3_5_ All/AdobeWinSoftLinguisticsPlugin_3_5_All.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeWinSoftLinguisticsPlugin_3_5_ All/AdobeWinSoftLinguisticsPlugin_3_5_All.dmg
    Updating media info for: {45063C56-A2A2-4FD1-A56A-A964723EEE1E}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeColorCommonSetRGB3_1-mul/Adob eColorCommonSetRGB3_1-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeColorCommonSetRGB3_1-mul/Adob eColorCommonSetRGB3_1-mul.dmg
    Updating media info for: {4603E0C5-6880-4A4F-BCF8-DF1F6AE0E317}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeColorPhotoshop3_1-mul/AdobeCo lorPhotoshop3_1-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeColorPhotoshop3_1-mul/AdobeCo lorPhotoshop3_1-mul.dmg
    Updating media info for: {49E6D00F-3456-11E0-AE83-842B2B67A8CC}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeDeviceCentral3.5-all/AdobeDev iceCentral3.5-all.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeDeviceCentral3.5-all/AdobeDev iceCentral3.5-all.dmg
    Updating media info for: {4A8546D0-CEDF-48C1-9BA1-DD5B4ADFC154}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeMiniBridge1.1-mul/AdobeMiniBr idge1.1-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeMiniBridge1.1-mul/AdobeMiniBr idge1.1-mul.dmg
    Updating media info for: {4B204697-D302-42D9-94B4-8BDDE6DD359C}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeReviewPanelCS-mul/AdobeReview PanelCS-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeReviewPanelCS-mul/AdobeReview PanelCS-mul.dmg
    Updating media info for: {4B4C871D-9C8A-4C8A-B92A-C37273D6CE7D}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeFireworks11.1.0All/AdobeFirew orks11.1.0All.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeFireworks11.1.0All/AdobeFirew orks11.1.0All.dmg
    Updating media info for: {4C08199E-0D93-4227-8325-F024E71CA7A1}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeSING3-mul/AdobeSING3-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeSING3-mul/AdobeSING3-mul.dmg
    Updating media info for: {4FFA83C0-007A-4DB3-955C-B5EEE73BEDAF}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/SwitchBoard2.0All/SwitchBoard2.0Al l.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/SwitchBoard2.0All/SwitchBoard2.0Al l.dmg
    Updating media info for: {50491591-A44F-429E-B7C8-87E03FECFD78}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeFlashCatalyst-mul/AdobeFlashC atalyst-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeFlashCatalyst-mul/AdobeFlashC atalyst-mul.dmg
    Updating media info for: {54D89F03-8EED-4FF9-BCDF-3B2E11D448A6}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeColorCommonSetCMYK3_1-mul/Ado beColorCommonSetCMYK3_1-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeColorCommonSetCMYK3_1-mul/Ado beColorCommonSetCMYK3_1-mul.dmg
    Updating media info for: {5C0FEBDA-5A0E-4FC8-91CB-229A4C1561E9}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeXMPPanelsAll-081210014320/Ado beXMPPanelsAll-081210014320.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeXMPPanelsAll-081210014320/Ado beXMPPanelsAll-081210014320.dmg
    Updating media info for: {62ED7AE1-01FA-4066-97B7-1CD93A68DD0D}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeHunspellPluginAll/AdobeHunspe llPluginAll.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeHunspellPluginAll/AdobeHunspe llPluginAll.dmg
    Updating media info for: {6A2E619B-E4AC-433B-A648-D458CE543A96}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeXMPPanelsAll/AdobeXMPPanelsAl l.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeXMPPanelsAll/AdobeXMPPanelsAl l.dmg
    Updating media info for: {6BC81374-1E33-4495-93E2-DD2B10D358EE}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/iPhone_Flash11.5-mul/iPhone_Flash1 1.5-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/iPhone_Flash11.5-mul/iPhone_Flash1 1.5-mul.dmg
    Updating media info for: {6C8DB10F-B997-4F24-B081-7BD4313CDBAA}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeIllustrator15_1en_GBLanguageP ack/AdobeIllustrator15_1en_GBLanguagePack.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeIllustrator15_1en_GBLanguageP ack/AdobeIllustrator15_1en_GBLanguagePack.dmg
    Updating media info for: {6F3A624B-1B72-4081-96E8-23261F389C5C}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeTypeSupport10-mul/AdobeTypeSu pport10-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeTypeSupport10-mul/AdobeTypeSu pport10-mul.dmg
    Updating media info for: {71BC8278-815D-4F8C-8FA5-C6F782C73892}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeCSXSInfrastructure2.5-mul/Ado beCSXSInfrastructure2.5-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeCSXSInfrastructure2.5-mul/Ado beCSXSInfrastructure2.5-mul.dmg
    Updating media info for: {75CD59C0-516F-11E0-892C-26ECE2AB3DC5}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeInDesign7xCommonLang-en_US/Ad obeInDesign7xCommonLang-en_US.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeInDesign7xCommonLang-en_US/Ad obeInDesign7xCommonLang-en_US.dmg
    Updating media info for: {7745F18B-FD8A-4011-BE16-588900C503D0}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeFlashFonts1-mul/AdobeFlashFon ts1-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeFlashFonts1-mul/AdobeFlashFon ts1-mul.dmg
    Updating media info for: {7D676EF8-BB79-4741-B799-36F3F1F8DCCB}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeColorEU_Recommended3_1-mul/Ad obeColorEU_Recommended3_1-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeColorEU_Recommended3_1-mul/Ad obeColorEU_Recommended3_1-mul.dmg
    Updating media info for: {83478D6E-4AA8-11E0-A479-24B1F9D7AC32}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeContentViewer-mul/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeContentViewer-mul/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
    Updating media info for: {8AB04F7C-8AEF-4023-9CDB-F761E4ECF9CC}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeFireworks11.1.0en_USLanguageP ack/AdobeFireworks11.1.0en_USLanguagePack.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeFireworks11.1.0en_USLanguageP ack/AdobeFireworks11.1.0en_USLanguagePack.dmg
    Updating media info for: {8B4C951B-F853-4B05-B892-9D5B3CD8AC98}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobePDFSettings10-ja_JP/AdobePDFS ettings10-ja_JP.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobePDFSettings10-ja_JP/AdobePDFS ettings10-ja_JP.dmg
    Updating media info for: {93D13A00-516E-11E0-97B7-E4DEE2AB3DC5}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeInDesign7xAppLang-en_GB/Adobe InDesign7xAppLang-en_GB.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeInDesign7xAppLang-en_GB/Adobe InDesign7xAppLang-en_GB.dmg
    Updating media info for: {970C9F3A-39C5-480B-BE51-7C70AB9F84DB}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeFlash11.5-en_USLanguagePack/A dobeFlash11.5-en_USLanguagePack.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeFlash11.5-en_USLanguagePack/A dobeFlash11.5-en_USLanguagePack.dmg
    Updating media info for: {99BDA97A-4AA8-11E0-9E8D-32B2F9D7AC32}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeDigitalPublishing-mul/AdobeDi gitalPublishing-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeDigitalPublishing-mul/AdobeDi gitalPublishing-mul.dmg
    Updating media info for: {9B4F8AA7-DDFA-4A0F-A36C-D0F66CCD66F7}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeDreamweaver11.5-mul/AdobeDrea mweaver11.5-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeDreamweaver11.5-mul/AdobeDrea mweaver11.5-mul.dmg
    Updating media info for: {9BA136BE-0077-41E1-AD56-56AB5D4A1A67}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeExtendScriptToolkit3.6.0-mul/ AdobeExtendScriptToolkit3.6.0-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeExtendScriptToolkit3.6.0-mul/ AdobeExtendScriptToolkit3.6.0-mul.dmg
    Updating media info for: {9F747BEC-FB4E-4830-8C58-363B8DCC26EB}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeIllustrator15_1en_USLanguageP ack/AdobeIllustrator15_1en_USLanguagePack.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeIllustrator15_1en_USLanguageP ack/AdobeIllustrator15_1en_USLanguagePack.dmg
    Updating media info for: {9FBC5BF9-5019-49D6-A1B3-6BB0E2A1FA54}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/aifsdk-mac/aifsdk-mac.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/aifsdk-mac/aifsdk-mac.dmg
    Updating media info for: {9FE2BFB0-1DBE-4269-AEBA-A870C5990BEA}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeDreamweaverWidgetsBrowser1.0- mul/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeDreamweaverWidgetsBrowser1.0- mul/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
    Updating media info for: {A1181890-9FA4-11DF-A25D-A35DF04EC7B1}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeToolhints-mul/AdobeToolhints- mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeToolhints-mul/AdobeToolhints- mul.dmg
    Updating media info for: {A189C479-C7CD-4E08-8CCF-D999B68C0C71}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeCameraRawProfile6.0All-181110 110333/AdobeCameraRawProfile6.0All-181110110333.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeCameraRawProfile6.0All-181110 110333/AdobeCameraRawProfile6.0All-181110110333.dmg
    Updating media info for: {A2502D10-2D75-4620-8A8B-73F39D5C1243}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobePDFSettings10-mul/AdobePDFSet tings10-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobePDFSettings10-mul/AdobePDFSet tings10-mul.dmg
    Updating media info for: {A44863BF-8DB8-4D22-88DB-5A02BE319840}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeLinguisticsAll/AdobeLinguisti csAll.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeLinguisticsAll/AdobeLinguisti csAll.dmg
    Updating media info for: {A516708E-EC03-40F5-B82E-0851A44B3780}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeIllustrator15_1-mul/AdobeIllu strator15_1-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeIllustrator15_1-mul/AdobeIllu strator15_1-mul.dmg
    Updating media info for: {A80C015C-1939-42A5-AD2F-E76C7F194505}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeColorJA_ExtraSettings3_1-mul/ AdobeColorJA_ExtraSettings3_1-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeColorJA_ExtraSettings3_1-mul/ AdobeColorJA_ExtraSettings3_1-mul.dmg
    Updating media info for: {AC003BC0-704F-4F02-A72E-AC8B7044DE24}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeOutputModuleAll/AdobeOutputMo duleAll.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeOutputModuleAll/AdobeOutputMo duleAll.dmg
    Updating media info for: {AC76BA86-1033-F400-7760-000000000005}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AcrobatProfessional10.0-EFG/Adobe Acrobat X Pro Installer.pkg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AcrobatProfessional10.0-EFG/Adobe Acrobat X Pro Installer.pkg
    Updating media info for: {ADC78ABC-AF09-47D2-977F-E27850E3CC1C}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeDreamweaver11.5en_USLanguageP ack/AdobeDreamweaver11.5en_USLanguagePack.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeDreamweaver11.5en_USLanguageP ack/AdobeDreamweaver11.5en_USLanguagePack.dmg
    Updating media info for: {B5E12198-2A83-436B-AE2F-1F7BF65D2C14}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeColorJA_Recommended3_1-mul/Ad obeColorJA_Recommended3_1-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeColorJA_Recommended3_1-mul/Ad obeColorJA_Recommended3_1-mul.dmg
    Updating media info for: {BAE5212B-6651-4AD8-B26A-1B284D2665C6}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobePDFL9.9-mul/AdobePDFL9.9-mul. dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobePDFL9.9-mul/AdobePDFL9.9-mul. dmg
    Updating media info for: {BD0D6363-E961-410F-8BF4-ECD8795F3923}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeCMaps3-mul/AdobeCMaps3-mul.dm g
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeCMaps3-mul/AdobeCMaps3-mul.dm g
    Updating media info for: {BD85DFD4-005F-4219-8E27-C922CC4D8A61}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeCSXSExtensions2.5-mul/AdobeCS XSExtensions2.5-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeCSXSExtensions2.5-mul/AdobeCS XSExtensions2.5-mul.dmg
    Updating media info for: {C1646326-4AA6-11E0-AE8E-4C9CF9D7AC32}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeDigitalPublishingAppLang-en_U S/AdobeDigitalPublishingAppLang-en_US.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeDigitalPublishingAppLang-en_U S/AdobeDigitalPublishingAppLang-en_US.dmg
    Updating media info for: {CBDD7465-CE11-4A58-9497-C370B65923F1}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeFontsRequired-mul/AdobeFontsR equired-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeFontsRequired-mul/AdobeFontsR equired-mul.dmg
    Updating media info for: {CE6E1448-516F-11E0-B3C0-13EDE2AB3DC5}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeInDesign7xAppFSet-Roman/Adobe InDesign7xAppFSet-Roman.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeInDesign7xAppFSet-Roman/Adobe InDesign7xAppFSet-Roman.dmg
    Updating media info for: {D682C558-6F3F-4800-885C-4C5EB1B7338C}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeBuzzword-mul/AdobeBuzzword-mu l.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeBuzzword-mul/AdobeBuzzword-mu l.dmg
    Updating media info for: {D76E6B59-E1FC-460D-96F3-90B20CAE246D}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeFireworks11.1.0en_GBLanguageP ack/AdobeFireworks11.1.0en_GBLanguagePack.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeFireworks11.1.0en_GBLanguageP ack/AdobeFireworks11.1.0en_GBLanguagePack.dmg
    Updating media info for: {D8B9B5FB-D388-4D79-AA4B-6C09641189F6}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeUtilities3.1-mul/AdobeUtiliti es3.1-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeUtilities3.1-mul/AdobeUtiliti es3.1-mul.dmg
    Updating media info for: {D97AF04B-B70A-4862-BC25-31E6D9C4A529}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeFlash11.5-mul/AdobeFlash11.5- mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeFlash11.5-mul/AdobeFlash11.5- mul.dmg
    Updating media info for: {DD18D60C-87B1-47D9-8312-67508B402FB9}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/SiteCatalystNetAverages2-mul/SiteC atalystNetAverages2-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/SiteCatalystNetAverages2-mul/SiteC atalystNetAverages2-mul.dmg
    Updating media info for: {DEA79551-23E3-430A-9B15-B544479B7DB2}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/FPPluginMac_STI/FPPluginMac_STI.dm g
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/FPPluginMac_STI/FPPluginMac_STI.dm g
    Updating media info for: {E348E466-429A-4FB0-AFCF-8306C16BBFF1}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeMobileExtension_Flash11.5-mul /AdobeMobileExtension_Flash11.5-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeMobileExtension_Flash11.5-mul /AdobeMobileExtension_Flash11.5-mul.dmg
    Updating media info for: {E39A5ABD-516B-46F9-A042-694BBA6A4E08}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeFontsRecommended-mul/AdobeFon tsRecommended-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeFontsRecommended-mul/AdobeFon tsRecommended-mul.dmg
    Updating media info for: {E3EE510E-4AA6-11E0-A977-0A9EF9D7AC32}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeDigitalPublishingAppLang-en_G B/AdobeDigitalPublishingAppLang-en_GB.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeDigitalPublishingAppLang-en_G B/AdobeDigitalPublishingAppLang-en_GB.dmg
    Updating media info for: {E471A41E-852F-4A85-AA74-5B82AB81C615}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeColorNA_ExtraSettings3_1-mul/ AdobeColorNA_ExtraSettings3_1-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeColorNA_ExtraSettings3_1-mul/ AdobeColorNA_ExtraSettings3_1-mul.dmg
    Updating media info for: {EB186BF2-0A84-40A2-B794-0326D3DF9973}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeVideoProfilesCS3_1-mul/AdobeV ideoProfilesCS3_1-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeVideoProfilesCS3_1-mul/AdobeV ideoProfilesCS3_1-mul.dmg
    Updating media info for: {ED28819E-310F-4F17-925C-C69B0A1C1F7F}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeSuiteSharedConfiguration-mul/ AdobeSuiteSharedConfiguration-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeSuiteSharedConfiguration-mul/ AdobeSuiteSharedConfiguration-mul.dmg
    Updating media info for: {ED9DC850-516E-11E0-9096-1FE5E2AB3DC5}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeInDesign7xAppLang-en_US/Adobe InDesign7xAppLang-en_US.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeInDesign7xAppLang-en_US/Adobe InDesign7xAppLang-en_US.dmg
    Updating media info for: {EDE888ED-3BD7-4D8C-AB35-7E4C661A94D9}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobePhotoshop12-en_US/AdobePhotos hop12-en_US.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobePhotoshop12-en_US/AdobePhotos hop12-en_US.dmg
    Updating media info for: {EE85C227-0148-4825-B659-6A1E142571EE}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeBridge4.1-mul/AdobeBridge4.1- mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeBridge4.1-mul/AdobeBridge4.1- mul.dmg
    Updating media info for: {EF45880C-DD84-46C3-A054-0BC5F76A6BBE}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobePhotoshop12-Support/AdobePhot oshop12-Support.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobePhotoshop12-Support/AdobePhot oshop12-Support.dmg
    Updating media info for: {F313167E-5172-11E0-ACE7-30C2E3AB3DC5}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeInDesign7xCommonBase-mul/Adob eInDesign7xCommonBase-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeInDesign7xCommonBase-mul/Adob eInDesign7xCommonBase-mul.dmg
    Updating media info for: {F8ABD584-A99C-4304-AC4B-CCFD0914D871}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeLinguistics_3_5_All/AdobeLing uistics_3_5_All.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeLinguistics_3_5_All/AdobeLing uistics_3_5_All.dmg
    Updating media info for: {FD58D99B-9927-4226-8E00-959A4F76BD89}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeCameraRaw6.0All-181110110248/ AdobeCameraRaw6.0All-181110110248.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeCameraRaw6.0All-181110110248/ AdobeCameraRaw6.0All-181110110248.dmg
    Updating media info for: {FECCB1BF-038D-41C2-861B-4560E7667005}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeColorEU_ExtraSettings3_1-mul/ AdobeColorEU_ExtraSettings3_1-mul.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/AdobeColorEU_ExtraSettings3_1-mul/ AdobeColorEU_ExtraSettings3_1-mul.dmg
    Updating media info for: {FFC07452-6E0A-47A6-86E2-E18C9A992E7B}
    NOTE: Ignoring media info and setting media path as: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/DeviceCentral3.5LP-en_GB/DeviceCen tral3.5LP-en_GB.dmg
      Type: 0, Volume Order: 1, Media Name:
      Path: /Volumes/Macintosh HD 10.4.8/CS5.5 Premium_Install.pkg/Contents/Resources//Setup/payloads/DeviceCentral3.5LP-en_GB/DeviceCen tral3.5LP-en_GB.dmg
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,4.0.50.0]
    ----------------- CreatePayloadSession: machine is x86 ---------------
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {0AA9D11A-227D-45AB-A5D5-6F5F6E81D5E3} Adobe Player for Embedding 3.1 3.101.0.0: 1 (0,10)
      {D8B9B5FB-D388-4D79-AA4B-6C09641189F6} Adobe Utilities CS5.5 3.1.0.0: 2 (0,4)
      {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0: 3 (0,5)
      {A189C479-C7CD-4E08-8CCF-D999B68C0C71} Camera Profiles Installer_6.3_AdobeCameraRawProfile6.0All 6.3.0.0: 4 (0,0)
      {ED28819E-310F-4F17-925C-C69B0A1C1F7F} Suite Shared Configuration CS5.5 2.5.0.0: 5 (0,9)
      {BD0D6363-E961-410F-8BF4-ECD8795F3923} AdobeCMaps CS5 3.0.0.0: 6 (0,7)
      {6F3A624B-1B72-4081-96E8-23261F389C5C} AdobeTypeSupport CS5 10.0.0.0: 6 (0,7)
      {BAE5212B-6651-4AD8-B26A-1B284D2665C6} AdobePDFL CS5 9.9.0.0: 7 (0,6)
      {AC003BC0-704F-4F02-A72E-AC8B7044DE24} AdobeOutputModule 3.1.0.0: 8 (0,5)
      {4FFA83C0-007A-4DB3-955C-B5EEE73BEDAF} Adobe SwitchBoard 2.0 2.0.0.0: 9 (0,4)
      {1A1E5FF9-D0FD-42A3-8E18-E5E7E95E1AB4} DynamiclinkSupport 5.5.0.0: 9 (0,4)
      {0175676F-8C92-49F2-9131-D0D6AD654B41} AdobeHelp 3.4.0.0: 10 (0,9)
      {71BC8278-815D-4F8C-8FA5-C6F782C73892} Adobe CSXS Infrastructure CS5.5 2.5.0.0: 11 (0,7)
      {4058E728-84D8-45CE-8E2D-5F35BD6659A1} Adobe Extension Manager CS5.5 5.5.0.0: 11 (0,7)
      {6A2E619B-E4AC-433B-A648-D458CE543A96} Adobe XMP Panels CS5 3.0.0.0: 12 (0,6)
      {5C0FEBDA-5A0E-4FC8-91CB-229A4C1561E9} Adobe XMP Panels CS5_3.1_AdobeXMPPanelsAll 3.1.0.0: 13 (0,0)
      {9BA136BE-0077-41E1-AD56-56AB5D4A1A67} Adobe ExtendScript Toolkit CS5.5 3.6.0.0: 14 (2,6)
      {37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3} Photoshop Camera Raw 6.0.0.0: 15 (1,4)
      {FD58D99B-9927-4226-8E00-959A4F76BD89} Photoshop Camera Raw_6.3_AdobeCameraRaw6.0All 6.3.0.0: 16 (0,0)
      {54D89F03-8EED-4FF9-BCDF-3B2E11D448A6} AdobeColorCommonSetCMYK 3.1.0.0: 17 (0,4)
      {45063C56-A2A2-4FD1-A56A-A964723EEE1E} AdobeColorCommonSetRGB 3.1.0.0: 17 (0,4)
      {7D676EF8-BB79-4741-B799-36F3F1F8DCCB} AdobeColorEU CS5.5 3.1.0.0: 17 (0,4)
      {FECCB1BF-038D-41C2-861B-4560E7667005} AdobeColorEU CS5.5 3.1.0.0: 17 (0,4)
      {A80C015C-1939-42A5-AD2F-E76C7F194505} AdobeColorJA CS5.5 3.1.0.0: 17 (0,4)
      {B5E12198-2A83-436B-AE2F-1F7BF65D2C14} AdobeColorJA CS5.5 3.1.0.0: 17 (0,4)
      {11E1188F-E576-47BC-B215-600C02C7EABF} AdobeColorNA CS5.5 3.1.0.0: 17 (0,4)
      {E471A41E-852F-4A85-AA74-5B82AB81C615} AdobeColorNA CS5.5 3.1.0.0: 17 (0,4)
      {007A2A28-D6A8-4D91-9A2B-568FF8052215} Adobe WinSoft Linguistics Plugin CS5 1.2.0.0: 18 (0,3)
      {03FB981A-5170-11E0-A90E-3CEDE2AB3DC5} Adobe InDesign CS5.5 Application Base Files2 7.5.0.0: 19 (0,1)
      {CE6E1448-516F-11E0-B3C0-13EDE2AB3DC5} Adobe InDesign CS5.5 Application Feature Set Files 7.5.0.0: 19 (0,1)
      {F313167E-5172-11E0-ACE7-30C2E3AB3DC5} Adobe InDesign CS5.5 Common Base Files 7.5.0.0: 19 (0,1)
      {EF45880C-DD84-46C3-A054-0BC5F76A6BBE} Adobe Photoshop CS5.1 Support 12.1.0.0: 19 (0,1)
      {3FA63389-0091-497A-8522-998E43648AEF} Adobe Player for Embedding 3.2 3.2.0.0: 19 (0,1)
      {9FBC5BF9-5019-49D6-A1B3-6BB0E2A1FA54} Pixel Bender Toolkit 2.6.0.0: 20 (1,1)
      {BD85DFD4-005F-4219-8E27-C922CC4D8A61} Adobe CSXS Extensions CS5.5 2.5.0.0: 21 (0,6)
      {4B204697-D302-42D9-94B4-8BDDE6DD359C} Adobe ReviewPanel CS5.5 3.0.0.0: 22 (0,5)
      {49E6D00F-3456-11E0-AE83-842B2B67A8CC} Adobe Device Central CS5.5 3.5.0.0: 23 (3,5)
      {FFC07452-6E0A-47A6-86E2-E18C9A992E7B} Adobe Device Central CS5.5_DeviceCentral3.5LP-en_GB 3.5.0.0: 24 (0,0)
      {22C26C10-5C22-4674-A52C-100112664305} Adobe Device Central CS5.5_DeviceCentral3.5LP-en_US 3.5.0.0: 24 (0,0)
      {A44863BF-8DB8-4D22-88DB-5A02BE319840} Adobe Linguistics CS5 5.0.0.0: 25 (0,4)
      {270C312D-7EC7-474C-BEB2-79CD398E02A3} HIL Help Search 1.0.0.0: 25 (0,4)
      {8B4C951B-F853-4B05-B892-9D5B3CD8AC98} PDF Settings CS5 10.0.0.0: 25 (0,4)
      {A2502D10-2D75-4620-8A8B-73F39D5C1243} PDF Settings CS5 10.0.0.0: 25 (0,4)
      {E39A5ABD-516B-46F9-A042-694BBA6A4E08} Recommended Common Fonts Installation 1.0.0.0: 25 (0,4)
      {CBDD7465-CE11-4A58-9497-C370B65923F1} Required Common Fonts Installation 1.0.0.0: 25 (0,4)
      {DD18D60C-87B1-47D9-8312-67508B402FB9} SiteCatalyst NetAverages CS5.5 2.0.0.0: 25 (0,4)
      {EE85C227-0148-4825-B659-6A1E142571EE} Adobe Bridge CS5.1 4.1.0.0: 26 (12,4)
      {0D96CFE6-376D-44B8-808A-16F3BEB73263} Adobe Media Encoder CS5.5 5.5.0.0: 27 (1,3)
      {3450d4c5-a82b-4428-a512-842ee1555a14} CSXS Story Extension 2.5.0.0: 28 (0,2)
      {DEA79551-23E3-430A-9B15-B544479B7DB2} Flash Player 10.2.153.1: 28 (0,2)
      {4A8546D0-CEDF-48C1-9BA1-DD5B4ADFC154} Adobe Mini Bridge CS5.1 1.1.0.0: 29 (1,2)
      {D682C558-6F3F-4800-885C-4C5EB1B7338C} Adobe Buzzword CS5.5 1.0.0.0: 30 (0,1)
      {83478D6E-4AA8-11E0-A479-24B1F9D7AC32} Adobe Content Viewer 1.0.0.0: 30 (0,1)
      {9FE2BFB0-1DBE-4269-AEBA-A870C5990BEA} Adobe Dreamweaver Widget Browser 1.0.0.0: 30 (0,1)
      {7745F18B-FD8A-4011-BE16-588900C503D0} Adobe Flash Fonts1 1.0.0.0: 30 (0,1)
      {62ED7AE1-01FA-4066-97B7-1CD93A68DD0D} Adobe Hunspell Linguistics Plugin CS5.5 1.0.0.0: 30 (0,1)
      {F8ABD584-A99C-4304-AC4B-CCFD0914D871} Adobe Linguistics CS5.5 5.5.0.0: 30 (0,1)
      {4C08199E-0D93-4227-8325-F024E71CA7A1} Adobe SING CS5 3.0.0.0: 30 (0,1)
      {A1181890-9FA4-11DF-A25D-A35DF04EC7B1} Adobe Toolhints CS5.5 1.5.0.0: 30 (0,1)
      {419B81A0-6282-456C-9B1E-8DBABA0DE2DC} Adobe WinSoft Linguistics Plugin CS5.5 1.2.0.0: 30 (0,1)
      {4603E0C5-6880-4A4F-BCF8-DF1F6AE0E317} AdobeColorPhotoshop CS5.5 3.1.0.0: 30 (0,1)
      {EB186BF2-0A84-40A2-B794-0326D3DF9973} AdobeColorVideoProfilesCS CS5.5 3.1.0.0: 30 (0,1)
      {99BDA97A-4AA8-11E0-9E8D-32B2F9D7AC32} Digital Publishing 1.0.0.0: 30 (0,1)
      {C1646326-4AA6-11E0-AE8E-4C9CF9D7AC32} Adobe Digital Publishing Application Language Files_AdobeDigitalPublishingAppLang-en_US 1.0.0.0: 31 (0,0)
      {E3EE510E-4AA6-11E0-A977-0A9EF9D7AC32} Adobe Digital Publishing Application Language Files_AdobeDigitalPublishingAppLang-en_GB 1.0.0.0: 31 (0,0)
      {6BC81374-1E33-4495-93E2-DD2B10D358EE} AIR for APPLE IOS Support (FP) 2.6.0.0: 31 (0,0)
      {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0: 31 (0,0)
      {04ADB20D-99A3-4F83-8176-F07787237EBA} Creative Suite 5.5 Design Premium 5.5.0.0: 32 (1,0)
      {50491591-A44F-429E-B7C8-87E03FECFD78} Adobe Flash Catalyst CS5.5 1.5.0.0: 33 (9,0)
      {9B4F8AA7-DDFA-4A0F-A36C-D0F66CCD66F7} Adobe Dreamweaver CS5.5 11.5.0.0: 34 (13,0)
      {ADC78ABC-AF09-47D2-977F-E27850E3CC1C} Adobe Dreamweaver CS5.5_AdobeDreamweaver11.5en_USLanguagePack 11.5.0.0: 35 (0,0)
      {4B4C871D-9C8A-4C8A-B92A-C37273D6CE7D} Adobe Fireworks CS5.1 11.1.0.0: 36 (14,0)
      {D76E6B59-E1FC-460D-96F3-90B20CAE246D} Adobe Fireworks CS5.1_AdobeFireworks11.1.0en_GBLanguagePack 11.1.0.0: 37 (0,0)
      {8AB04F7C-8AEF-4023-9CDB-F761E4ECF9CC} Adobe Fireworks CS5.1_AdobeFireworks11.1.0en_USLanguagePack 11.1.0.0: 37 (0,0)
      {A516708E-EC03-40F5-B82E-0851A44B3780} Adobe Illustrator CS5.1 15.1.0.0: 38 (32,0)
      {9F747BEC-FB4E-4830-8C58-363B8DCC26EB} Adobe Illustrator CS5.1_AdobeIllustrator15_1en_USLanguagePack 15.1.0.0: 39 (0,0)
      {6C8DB10F-B997-4F24-B081-7BD4313CDBAA} Adobe Illustrator CS5.1_AdobeIllustrator15_1en_GBLanguagePack 15.1.0.0: 39 (0,0)
      {D97AF04B-B70A-4862-BC25-31E6D9C4A529} Adobe Flash CS5.5 11.5.0.0: 40 (36,0)
      {E348E466-429A-4FB0-AFCF-8306C16BBFF1} Adobe Flash CS5.5_AdobeMobileExtension_Flash11.5-mul 4.5.0.0: 41 (0,0)
      {970C9F3A-39C5-480B-BE51-7C70AB9F84DB} Adobe Flash CS5.5_AdobeFlash11.5-en_USLanguagePack 11.5.0.0: 41 (0,0)
      {2EA9B52E-8613-41A0-9EEF-FF54AD4CC810} Adobe Flash CS5.5_AdobeMobileExtension_Flash11.5-en_US 4.5.0.0: 41 (0,0)
      {08EF22BC-43B2-4B4E-BA12-52B18F418F38} Adobe Photoshop CS5.1 Core 12.1.0.0: 42 (37,0)
      {1FEB691B-39ED-4343-99D6-CACDAD879D8C} Adobe Photoshop CS5.1 International English Language Pack_AdobePhotoshop12-en_GB 12.1.0.0: 43 (0,0)
      {EDE888ED-3BD7-4D8C-AB35-7E4C661A94D9} Adobe Photoshop CS5.1 English Language Pack_AdobePhotoshop12-en_US 12.1.0.0: 43 (0,0)
      {0CCF0458-5171-11E0-BC45-DC59E3AB3DC5} Adobe InDesign CS5.5 Application Base Files 7.5.0.0: 44 (47,0)
      {75CD59C0-516F-11E0-892C-26ECE2AB3DC5} Adobe InDesign CS5.5 Common Language Files_AdobeInDesign7xCommonLang-en_US 7.5.0.0: 45 (0,0)
      {3019BB9E-516F-11E0-AAAB-3AEBE2AB3DC5} Adobe InDesign CS5.5 Common Language Files_AdobeInDesign7xCommonLang-en_GB 7.5.0.0: 45 (0,0)
      {ED9DC850-516E-11E0-9096-1FE5E2AB3DC5} Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-en_US 7.5.0.0: 45 (0,0)
      {93D13A00-516E-11E0-97B7-E4DEE2AB3DC5} Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-en_GB 7.5.0.0: 45 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Setting property "edtWorkflow" to: 1
    Setting property "installLanguage" to: en_US
    Attempting to find the selected language in the set of available payload languages
    Overwrite property "com.Adobe.PDApp.ignore_aam" to:
    Overwrite property "overrideFile" to: /tmp/EAF55699-644A-4B22-A6B2-D74E5D4A6686//C1FFDBA7-E38A-4C88-90B3-9BDDCE4CEC92
    Overwrite property "skipProcessChecks" to: 1
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {0AA9D11A-227D-45AB-A5D5-6F5F6E81D5E3} Adobe Player for Embedding 3.1 3.101.0.0 is: false
    Action string for {0AA9D11A-227D-45AB-A5D5-6F5F6E81D5E3} Adobe Player for Embedding 3.1 3.101.0.0  is none
    Value returned on lookup of payload: {D8B9B5FB-D388-4D79-AA4B-6C09641189F6} Adobe Utilities CS5.5 3.1.0.0 is: false
    Action string for {D8B9B5FB-D388-4D79-AA4B-6C09641189F6} Adobe Utilities CS5.5 3.1.0.0  is none
    Value returned on lookup of payload: {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 is: false
    Action string for {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0  is none
    Value returned on lookup of payload: {A189C479-C7CD-4E08-8CCF-D999B68C0C71} Camera Profiles Installer_6.3_AdobeCameraRawProfile6.0All 6.3.0.0 is: false
    Action string for {A189C479-C7CD-4E08-8CCF-D999B68C0C71} Camera Profiles Installer_6.3_AdobeCameraRawProfile6.0All 6.3.0.0  is install
    Value returned on lookup of payload: {ED28819E-310F-4F17-925C-C69B0A1C1F7F} Suite Shared Configuration CS5.5 2.5.0.0 is: false
    Action string for {ED28819E-310F-4F17-925C-C69B0A1C1F7F} Suite Shared Configuration CS5.5 2.5.0.0  is none
    Value returned on lookup of payload: {BD0D6363-E961-410F-8BF4-ECD8795F3923} AdobeCMaps CS5 3.0.0.0 is: false
    Action string for {BD0D6363-E961-410F-8BF4-ECD8795F3923} AdobeCMaps CS5 3.0.0.0  is none
    Value returned on lookup of payload: {6F3A624B-1B72-4081-96E8-23261F389C5C} AdobeTypeSupport CS5 10.0.0.0 is: false
    Action string for {6F3A624B-1B72-4081-96E8-23261F389C5C} AdobeTypeSupport CS5 10.0.0.0  is none
    Value returned on lookup of payload: {BAE5212B-6651-4AD8-B26A-1B284D2665C6} AdobePDFL CS5 9.9.0.0 is: false
    Action string for {BAE5212B-6651-4AD8-B26A-1B284D2665C6} AdobePDFL CS5 9.9.0.0  is none
    Value returned on lookup of payload: {AC003BC0-704F-4F02-A72E-AC8B7044DE24} AdobeOutputModule 3.1.0.0 is: false
    Action string for {AC003BC0-704F-4F02-A72E-AC8B7044DE24} AdobeOutputModule 3.1.0.0  is none
    Value returned on lookup of payload: {4FFA83C0-007A-4DB3-955C-B5EEE73BEDAF} Adobe SwitchBoard 2.0 2.0.0.0 is: false
    Action string for {4FFA83C0-007A-4DB3-955C-B5EEE73BEDAF} Adobe SwitchBoard 2.0 2.0.0.0  is none
    Value returned on lookup of payload: {1A1E5FF9-D0FD-42A3-8E18-E5E7E95E1AB4} DynamiclinkSupport 5.5.0.0 is: false
    Action string for {1A1E5FF9-D0FD-42A3-8E18-E5E7E95E1AB4} DynamiclinkSupport 5.5.0.0  is none
    Value returned on lookup of payload: {0175676F-8C92-49F2-9131-D0D6AD654B41} AdobeHelp 3.4.0.0 is: false
    Action string for {0175676F-8C92-49F2-9131-D0D6AD654B41} AdobeHelp 3.4.0.0  is configdbonly
    Selection of payload {0175676F-8C92-49F2-9131-D0D6AD654B41} AdobeHelp 3.4.0.0 is forbidden by the policy. Reason: Required dependency
    Value returned on lookup of payload: {71BC8278-815D-4F8C-8FA5-C6F782C73892} Adobe CSXS Infrastructure CS5.5 2.5.0.0 is: false
    Action string for {71BC8278-815D-4F8C-8FA5-C6F782C73892} Adobe CSXS Infrastructure CS5.5 2.5.0.0  is none
    Value returned on lookup of payload: {4058E728-84D8-45CE-8E2D-5F35BD6659A1} Adobe Extension Manager CS5.5 5.5.0.0 is: false
    Action string for {4058E728-84D8-45CE-8E2D-5F35BD6659A1} Adobe Extension Manager CS5.5 5.5.0.0  is none
    Value returned on lookup of payload: {6A2E619B-E4AC-433B-A648-D458CE543A96} Adobe XMP Panels CS5 3.0.0.0 is: false
    Action string for {6A2E619B-E4AC-433B-A648-D458CE543A96} Adobe XMP Panels CS5 3.0.0.0  is none
    Value returned on lookup of payload: {5C0FEBDA-5A0E-4FC8-91CB-229A4C1561E9} Adobe XMP Panels CS5_3.1_AdobeXMPPanelsAll 3.1.0.0 is: false
    Action string for {5C0FEBDA-5A0E-4FC8-91CB-229A4C1561E9} Adobe XMP Panels CS5_3.1_AdobeXMPPanelsAll 3.1.0.0  is install
    Value returned on lookup of payload: {9BA136BE-0077-41E1-AD56-56AB5D4A1A67} Adobe ExtendScript Toolkit CS5.5 3.6.0.0 is: false
    Action string for {9BA136BE-0077-41E1-AD56-56AB5D4A1A67} Adobe ExtendScript Toolkit CS5.5 3.6.0.0  is none
    Value returned on lookup of payload: {37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3} Photoshop Camera Raw 6.0.0.0 is: false
    Action string for {37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3} Photoshop Camera Raw 6.0.0.0  is none
    Value returned on lookup of payload: {FD58D99B-9927-4226-8E00-959A4F76BD89} Photoshop Camera Raw_6.3_AdobeCameraRaw6.0All 6.3.0.0 is: false
    Action string for {FD58D99B-9927-4226-8E00-959A4F76BD89} Photoshop Camera Raw_6.3_AdobeCameraRaw6.0All 6.3.0.0  is install
    Value returned on lookup of payload: {54D89F03-8EED-4FF9-BCDF-3B2E11D448A6} AdobeColorCommonSetCMYK 3.1.0.0 is: false
    Action string for {54D89F03-8EED-4FF9-BCDF-3B2E11D448A6} AdobeColorCommonSetCMYK 3.1.0.0  is none
    Value returned on lookup of payload: {45063C56-A2A2-4FD1-A56A-A964723EEE1E} AdobeColorCommonSetRGB 3.1.0.0 is: false
    Action string for {45063C56-A2A2-4FD1-A56A-A964723EEE1E} AdobeColorCommonSetRGB 3.1.0.0  is none
    Value returned on lookup of payload: {7D676EF8-BB79-4741-B799-36F3F1F8DCCB} AdobeColorEU CS5.5 3.1.0.0 is: false
    Action string for {7D676EF8-BB79-4741-B799-36F3F1F8DCCB} AdobeColorEU CS5.5 3.1.0.0  is none
    Value returned on lookup of payload: {FECCB1BF-038D-41C2-861B-4560E7667005} AdobeColorEU CS5.5 3.1.0.0 is: false
    Action string for {FECCB1BF-038D-41C2-861B-4560E7667005} AdobeColorEU CS5.5 3.1.0.0  is none
    Value returned on lookup of payload: {A80C015C-1939-42A5-AD2F-E76C7F194505} AdobeColorJA CS5.5 3.1.0.0 is: false
    Action string for {A80C015C-1939-42A5-AD2F-E76C7F194505} AdobeColorJA CS5.5 3.1.0.0  is none
    Value returned on lookup of payload: {B5E12198-2A83-436B-AE2F-1F7BF65D2C14} AdobeColorJA CS5.5 3.1.0.0 is: false
    Action string for {B5E12198-2A83-436B-AE2F-1F7BF65D2C14} AdobeColorJA CS5.5 3.1.0.0  is none
    Value returned on lookup of payload: {11E1188F-E576-47BC-B215-600C02C7EABF} AdobeColorNA CS5.5 3.1.0.0 is: false
    Action string for {11E1188F-E576-47BC-B215-600C02C7EABF} AdobeColorNA CS5.5 3.1.0.0  is none
    Value returned on lookup of payload: {E471A41E-852F-4A85-AA74-5B82AB81C615} AdobeColorNA CS5.5 3.1.0.0 is: false
    Action string for {E471A41E-852F-4A85-AA74-5B82AB81C615} AdobeColorNA CS5.5 3.1.0.0  is none
    Value returned on lookup of payload: {007A2A28-D6A8-4D91-9A2B-568FF8052215} Adobe WinSoft Linguistics Plugin CS5 1.2.0.0 is: false
    Action string for {007A2A28-D6A8-4D91-9A2B-568FF8052215} Adobe WinSoft Linguistics Plugin CS5 1.2.0.0  is none
    Value returned on lookup of payload: {03FB981A-5170-11E0-A90E-3CEDE2AB3DC5} Adobe InDesign CS5.5 Application Base Files2 7.5.0.0 is: false
    Action string for {03FB981A-5170-11E0-A90E-3CEDE2AB3DC5} Adobe InDesign CS5.5 Application Base Files2 7.5.0.0  is none
    Value returned on lookup of payload: {CE6E1448-516F-11E0-B3C0-13EDE2AB3DC5} Adobe InDesign CS5.5 Application Feature Set Files 7.5.0.0 is: false
    Action string for {CE6E1448-516F-11E0-B3C0-13EDE2AB3DC5} Adobe InDesign CS5.5 Application Feature Set Files 7.5.0.0  is none
    Value returned on lookup of payload: {F313167E-5172-11E0-ACE7-30C2E3AB3DC5} Adobe InDesign CS5.5 Common Base Files 7.5.0.0 is: false
    Action string for {F313167E-5172-11E0-ACE7-30C2E3AB3DC5} Adobe InDesign CS5.5 Common Base Files 7.5.0.0  is none
    Value returned on lookup of payload: {EF45880C-DD84-46C3-A054-0BC5F76A6BBE} Adobe Photoshop CS5.1 Support 12.1.0.0 is: false
    Action string for {EF45880C-DD84-46C3-A054-0BC5F76A6BBE} Adobe Photoshop CS5.1 Support 12.1.0.0  is none
    Value returned on lookup of payload: {3FA63389-0091-497A-8522-998E43648AEF} Adobe Player for Embedding 3.2 3.2.0.0 is: false
    Action string for {3FA63389-0091-497A-8522-998E43648AEF} Adobe Player for Embedding 3.2 3.2.0.0  is none
    Value returned on lookup of payload: {9FBC5BF9-5019-49D6-A1B3-6BB0E2A1FA54} Pixel Bender Toolkit 2.6.0.0 is: false
    Action string for {9FBC5BF9-5019-49D6-A1B3-6BB0E2A1FA54} Pixel Bender Toolkit 2.6.0.0  is none
    Value returned on lookup of payload: {BD85DFD4-005F-4219-8E27-C922CC4D8A61} Adobe CSXS Extensions CS5.5 2.5.0.0 is: false
    Action string for {BD85DFD4-005F-4219-8E27-C922CC4D8A61} Adobe CSXS Extensions CS5.5 2.5.0.0  is none
    Value returned on lookup of payload: {4B204697-D302-42D9-94B4-8BDDE6DD359C} Adobe ReviewPanel CS5.5 3.0.0.0 is: false
    Action string for {4B204697-D302-42D9-94B4-8BDDE6DD359C} Adobe ReviewPanel CS5.5 3.0.0.0  is none
    Value returned on lookup of payload: {49E6D00F-3456-11E0-AE83-842B2B67A8CC} Adobe Device Central CS5.5 3.5.0.0 is: false
    Action string for {49E6D00F-3456-11E0-AE83-842B2B67A8CC} Adobe Device Central CS5.5 3.5.0.0  is none
    Value returned on lookup of payload: {FFC07452-6E0A-47A6-86E2-E18C9A992E7B} Adobe Device Central CS5.5_DeviceCentral3.5LP-en_GB 3.5.0.0 is: false
    Action string for {FFC07452-6E0A-47A6-86E2-E18C9A992E7B} Adobe Device Central CS5.5_DeviceCentral3.5LP-en_GB 3.5.0.0  is none
    Payload {FFC07452-6E0A-47A6-86E2-E18C9A992E7B} Adobe Device Central CS5.5_DeviceCentral3.5LP-en_GB 3.5.0.0 is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {22C26C10-5C22-4674-A52C-100112664305} Adobe Device Central CS5.5_DeviceCentral3.5LP-en_US 3.5.0.0 is: false
    Action string for {22C26C10-5C22-4674-A52C-100112664305} Adobe Device Central CS5.5_DeviceCentral3.5LP-en_US 3.5.0.0  is none
    Payload {22C26C10-5C22-4674-A52C-100112664305} Adobe Device Central CS5.5_DeviceCentral3.5LP-en_US 3.5.0.0 is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {A44863BF-8DB8-4D22-88DB-5A02BE319840} Adobe Linguistics CS5 5.0.0.0 is: false
    Action string for {A44863BF-8DB8

  • Problems compiling with packages

    Hi,
    I wonder if anyone could help me.
    I have had problems compiling using a package. I have altered the classpath in autoexec.bat with:
    SET CLASSPATH=%classpath%;C:\jdk1.3.1_02\classes;.
    the package class files are stored in C:\jdk1.3.1_02\classes\helliker\id3
    and I have imported the class with:
    import helliker.id3.*;
    I am getting the following error:
    C:\My Documents\Uni work\mp3 project\test\Driver.java:1: package helliker.id3 does not exist
    import helliker.id3.*;
    ^
    Can anybody help?
    Thanks,
    Dave

    Perhaps the version of Windows you are using does not use autoexec.bat. For example, in NT and XP, you set Classpath using ControlPanel/System/Advanced/Environment Variables.
    Perhaps there is a typo in your Classpath, for example an extra space.
    On a command line, try this:
    javac -classpath C:\jdk1.3.1_02\classes C:\My Documents\Uni work\mp3 project\test\Driver.java
    If that works, then definitely Classpath is not set as you think it is.

  • How to deal with package conflict?

    in j2me,i have imported a 3rd party package,the name of which start with java.awt,which conflict with j2se package,what should i do to avoid the conflicts?

    Don't use them, it won't work anyway.

  • How to dynamicaly (with variable) create itab - using field symbols?

    Hi,
    I need to create internal table using variable - field symbols. I think like this, but...
    data: begin of itab occurs 0.
          include structure <b>s_itab</b>.
         end of itab.
    s_itab is variable with structure of dbtab.
    I need to include variable structure table.
    i. e.
    My itab then changes structure according variable s_itab.
    First can be s_itab like table of bseg, second can be s_itab like table of hrp1001. And then I get desired itab.
    Thanks for any ideas. zd.

    Here is a sample program which should show you everything that you need to know about dynamic internal tables.
    report zrich_0002.
    type-pools: slis.
    field-symbols: <dyn_table> type standard table,
                   <dyn_wa>,
                   <dyn_field>.
    data: alv_fldcat type slis_t_fieldcat_alv,
          it_fldcat type lvc_t_fcat.
    type-pools : abap.
    data : it_details type abap_compdescr_tab,
           wa_details type abap_compdescr.
    data : ref_descr type ref to cl_abap_structdescr.
    data: new_table type ref to data,
          new_line  type ref to data,
          wa_it_fldcat type lvc_s_fcat.
    selection-screen begin of block b1 with frame title text .
    parameters: p_table(30) type c.
    selection-screen end of block b1.
    * Get the structure of the table.
    ref_descr ?= cl_abap_typedescr=>describe_by_name( p_table ).
    it_details[] = ref_descr->components[].
    loop at it_details into wa_details.
      clear wa_it_fldcat.
      wa_it_fldcat-fieldname = wa_details-name .
      wa_it_fldcat-datatype = wa_details-type_kind.
      wa_it_fldcat-intlen = wa_details-length.
      wa_it_fldcat-decimals = wa_details-decimals.
      append wa_it_fldcat to it_fldcat .
    endloop.
    * Create dynamic internal table and assign to FS
    call method cl_alv_table_create=>create_dynamic_table
                 exporting
                    it_fieldcatalog = it_fldcat
                 importing
                    ep_table        = new_table.
    assign new_table->* to <dyn_table>.
    * Create dynamic work area and assign to FS
    create data new_line like line of <dyn_table>.
    assign new_line->* to <dyn_wa>.
    * Select Data from table.
    select * into table <dyn_table>
               from (p_table).
    * Write out data from table.
    loop at <dyn_table> into <dyn_wa>.
      do.
        assign component  sy-index  of structure <dyn_wa> to <dyn_field>.
        if sy-subrc <> 0.
          exit.
        endif.
        if sy-index = 1.
          write:/ <dyn_field>.
        else.
          write: <dyn_field>.
        endif.
      enddo.
    endloop.
    Regards,
    Rich Heilman

  • [solved]How to compile a software with debug symbol from aur?

    How does auch developers compile their project? Seems that archlinux user always trying to avoid build software from git/svn directly. But after searching a lot  I sill haven't found how to compile with debug symbol while using PKGBUILD.
    Anyone help?
    Last edited by ranjiao (2009-08-27 14:28:09)

    ranjiao wrote:PKGBUILD calls autogen.sh before calling make, and gnome-autogen.sh is called in autogen.sh
    I have tried to add --enable-debug while calling autogen.sh and gnome-autogen.sh, but it doesn't work.
    Isn't PKGBUILD just a script? It calls what you make it calls by adding commands...

  • Compile a package from source...

    I'm trying to learn how to compile a package from source code.
    I choose bfgminer as my example. I know there's already a pre-built package.
    # Get bfgminer-3.3.0
    wget http://luke.dashjr.org/programs/bitcoin … 3.3.0.tbz2
    tar -Jxvf bfgminer-3.3.0.tar.bz2
    cd bfgminer-3.3.0
    pacman -S uthash    # Required Dependencies
    pacman -S lm_sensors
    # I want to be able to remove unnecessary modules, so I defined CFLAGS:
    CFLAGS="--disable-avalon --disable-opencl --disable-bitfury --disable-littlefury --disable-bitforce --disable-modminer --disable-x6500 --disable-ztex"
    ./configure
    # The package compiles successfully, but It seems to have ignored the CFLAGS.
    Configuration Options Summary:
      Enabled..Drivers.....: avalon bigpic bitforce bitfury_gpio cairnsmore erupter icarus littlefury modminer opencl opencl:adl opencl:sensors x6500 ztex
      Disabled.Drivers.....: bfsb cpu metabank proxy
        To enable proxy, install libmicrohttpd 0.9.5+ (getwork) or libevent 2.0.3+ (stratum)
      Enabled..Algorithms..: SHA256d
      Disabled.Algorithms..: scrypt
      Enabled..Options.....: ncursesw5
      Disabled.Options.....:
    Compilation............: make (or gmake)
      CFLAGS...............:    -pthread -g -O2 -I/usr/include/libusb-1.0    -pthread -Ilibblkmaker
      LDFLAGS..............:   -pthread -Llibblkmaker/.libs -Wl,-rpath,\$$ORIGIN/libblkmaker/.libs,-zorigin  -lpthread  -ldl -lcurl  -ljansson  -L/usr/lib -lncursesw   -lm -ludev -lusb-1.0   -lsensors -lblkmaker_jansson-0.1 -lblkmaker-0.1
    Installation...........: make install && ldconfig #(as root if needed, with 'su' or 'sudo')
      prefix...............: /usr/local
    What did I do wrong?

    cfr wrote:
    ThinkFast wrote:Well you may have misread it at first, but I am running as root. For me, after building a system it seems hard to know when to create a standard user. And it's easy to just continue as root. Most tutorials don't mention it at all.
    Can it be done after the first login as root and changing the root password?
    Easy it may be, but it is also incredibly dangerous. I find it terrifying that people even think of doing this.
    I don't know which tutorials you are reading but the Beginners' Guide clearly includes this step as the first one to complete after rebooting into your new system:
    https://wiki.archlinux.org/index.php/Be … management
    You should do the minimum necessary as root. You should only ever perform a task as root if (1) the task cannot be performed with less privileges, (2) you understand exactly what the task is designed to accomplish AND (3) you understand why it needs to be performed with root privileges.
    While I admit that most do not go this far, I do not compile code with an account which is even in wheel. That means I don't compile even as my regular user - let alone root.
    I guess I have just gotten lucky so far. Thanks for your advise.

  • How to compile and creat JAR with native function

    Hi there,
    I wrote some native function for J2ME. But it seems like using J2ME wireless Toolkits, we can not compile native function. Is it right?
    Is anyone knowing how to compile and make JAR with J2MEWTK or command line?
    Thanks,
    Merry Christmas!!

    [zack327],
    JNI like or native interfaces APIs is not supported in the CLDC/MID Profile 1.0 specification. If you have J2ME code that includes JNI code, the J2MEWTK tool will not compile successfully for you.
    To package the compiled code to a MIDlet suite .jar file, use the 'Package' command in the J2MEWTK toolkit. It is found on the top menu bar 'Project' option as item on the dropdown list.
    To package the MIDlets into a MIDlet suite .jar file from the command line, you can execute the usual jar file command:
    jar cf MyMIDletSuite.jar Midlet.class
    You will also need to create a MIDlet .jad Application Descriptor file as well.
    HTH.
    Allen Lai
    Developer Technical Support
    SUN Microsystems
    http://www.sun.com/developers/support/

  • How to Download the Custom Package Created with all the objects

    Hi All,
    Could any body let me know how to download a custom package created in sap with all the objects including webdynpros and modulepool programs.
    Thanks.

    Hi,
    U can use open source programs available in net like Mass Download, ZAPLINK, SAPLINK.
    Mass Download --> Download the objects
    SAPLINK, ZAPLINK --> Used for downloading and also for importing the downloaded objects to other system.
    Regards,
    Arun

  • How to compiling package with j2sdk

    can I just use one command line to compilng a package under J2SDK?

    I'm sure I'm not really doing you any favours here since wherever you would go otherwise (like a tutorial) would teach you much more than the simple answer to your question but, if you'll promise (no crossed fingers) to go and look at the tutorial mentioned by jesperdj then I'll tell you...
    javac dir1\*.java dir1\dir1a\*.java dir2\*.javai.e. list all the directories you want compiled, with spaces in between.
    Chris.

  • How to compile and run package programs in Java

    Hi,
    I want to know how to compile and run the package programs in Java using -d. instead of creating the package folder manually.
    eg:
    package Test;
    class test1
    public void disp()
    //Any code;
    I want to compile this without creating the folder ' Test ' manually. that is if we use -d with javac the Test folder will be created automatically. I need the format of -d
    could anyone please help me.
    Thanks in Advance ,
    Ambika

    My program Test.java in F:\Tomcat5\webapps\Ambika\WEB-INF\Classes. I compiled in the format below. I got like this. What should I do for this? But yesterday I compiled like this only, It compiled and the folder com\cert\Test.class is created. Today again I compiled the pgm after deleting the already created folder 'com\cert', I got the error like this.
    I've given my pgm and the thing I've got when I compiled it.
    Test.java
    package com.cert;
    public class Test
         public void display()
              System.out.println("Hai");
    F:\Tomcat5\webapps\Ambika\WEB-INF\Classes>javac -d F:\Tomcat5\webapps\Ambika\WEB-INF\Classes\Test.java
    javac: no source files
    Usage: javac <options> <source files>
    where possible options include:
    -g Generate all debugging info
    -g:none Generate no debugging info
    -g:{lines,vars,source} Generate only some debugging info
    -nowarn Generate no warnings
    -verbose Output messages about what the compiler is doing
    -deprecation Output source locations where deprecated APIs are u
    sed
    -classpath <path> Specify where to find user class files
    -cp <path> Specify where to find user class files
    -sourcepath <path> Specify where to find input source files
    -bootclasspath <path> Override location of bootstrap class files
    -extdirs <dirs> Override location of installed extensions
    -endorseddirs <dirs> Override location of endorsed standards path
    -d <directory> Specify where to place generated class files
    -encoding <encoding> Specify character encoding used by source files
    -source <release> Provide source compatibility with specified release
    -target <release> Generate class files for specific VM version
    -version Version information
    -help Print a synopsis of standard options
    -X Print a synopsis of nonstandard options
    -J<flag> Pass <flag> directly to the runtime system
    F:\Tomcat5\webapps\Ambika\WEB-INF\Classes>
    Plz help me.
    thanks in advance
    Ambika

Maybe you are looking for