<?xml version="1.0" encoding="UTF-8"?>
<!-- Silent installer option: -mode=silent -silent_xml=C:\bea\silent.xml -->

<!-- Specify values for each data-value name as follows: 

     BEAHOME            Complete pathname to the BEA Home directory that 
                        will contain this installation.

     WLS_INSTALL_DIR    The full path for the directory where you want to 
                        install the Oracle WebLogic Server. You must install 
                        inside the BEAHOME and use the following name: wlserver_10.3

     ALSB_INSTALL_DIR   The full path for the directory where you want to 
                        install the Oracle Service Bus. You must install 
                        inside the BEAHOME. You may use any name for the 
                        subdirectory within BEAHOME. Default name: osb_10.3

     COMPONENT_PATHS    Components and subcomponents to be installed.
                        To install multiple components, separate the components
                        with a bar (|).
                        To install subcomponents, specify a 
                        component/subcomponent combination. For example,
                        to install Oracle Service Bus examples, use
                        "Oracle Service Bus/Service Bus Examples".

     INSTALL_NODE_MANAGER_SERVICE
                        Install Node Manager as a Windows service. The default 
                        is "no". Requires Administrator privileges.

     NODEMGR_PORT       Node Manager listen port number. If none specified,
                        installer uses default port 5556. 
                        INSTALL_NODE_MANAGER_SERVICE must be set to "yes"

     INSTALL_SHORTCUT_IN_ALL_USERS_FOLDER
                        The Windows Start menu folder in which you want the 
                        Start menu shortcuts created.
                        The user performing the installation must have 
                        Administrator privileges to install the shortcuts 
                        in the All Users folder.
                        Possible values:
                        true/yes  The shortcuts are created in 
                                  the All Users folder (default)
                        false/no  The shortcuts are created in 
                                  the local user's folder    

     See the Installation Guide for more information.                  --> 
 
<bea-installer> 
 
  <input-fields>
      <data-value name="BEAHOME"                  value="C:\bea" />
      <data-value name="WLS_INSTALL_DIR"          value="C:\bea\wlserver_10.3"/>
      <data-value name="ALSB_INSTALL_DIR"         value="C:\bea\osb_10.3" />

      <data-value name="COMPONENT_PATHS" value="Oracle Service Bus/Service Bus Examples" />
      <data-value name="INSTALL_NODE_MANAGER_SERVICE"   value="yes"  />
      <data-value name="NODEMGR_PORT"                   value="5559" />
      <data-value name="INSTALL_SHORTCUT_IN_ALL_USERS_FOLDER"   value="yes"/>
 
</input-fields> 
</bea-installer>
