Wednesday, February 12

Silent.xml

'<'?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    Complete pathname to the product installation directory in which to install WebLogic Server.

         WLW_INSTALL_DIR    Complete pathname for the directory where you want to install Oracle Workshop for WebLogic.

    WLP_INSTALL_DIR    Complete pathname for the directory where you want to install Oracle WebLogic Portal.
   
         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 Core Application Server, use "WebLogic Server/Core Application Server".
   
         USE_EXTERNAL_ECLIPSE  If the correct version of Eclipse is already installed, this variable is ignored. The default value is false.
   
         EXTERNAL_ECLIPSE_DIR  The directory where the existing Eclipse instance is installed. If the correct version of Eclipse is already installed, this variable is ignored. USE_EXTERNAL_ECLIPSE must be set to "true".
   
           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  
   
         BEA_BUNDLED_JVMS    Option to select BEA bundled JVMS
                 (for e.g. either jrockit_160_05 or jdk160_05 for Windows and Linux platforms).
            The default value is all BEA bundled JVMs for selected platform.
   
         LOCAL_JVMS        Option to select supported JVM, which is already installed.
            Note: The presence of either(BEA_BUNDLED_JVMS or LOCAL_JVMS) or both of these tokens negates any default selection and only sets the values assigned for these tokens as user selection.
            The value of the token can be a pipe ('|') separated JavaHomes.

     See the Installation Guide for more information.  
   
     -->

'<'bea-installer>
  '
     ' <'data-value name="BEAHOME"             value="D:\bea\wlp103_silent" />
     ' <'data-value name="WLS_INSTALL_DIR"     value="D:\bea\wlp103_silent\wlserver_10.3" />
     ' <'data-value name="WLW_INSTALL_DIR"     value="D:\bea\wlp103_silent\workshop_10.3" />
      '<'data-value name="WLP_INSTALL_DIR"     value="D:\bea\wlp103_silent\wlportal_10.3" />
     ' <'data-value name="COMPONENT_PATHS"     value="WebLogic Server/Core Application Server|WebLogic Server/Administration Console|WebLogic Server/Configuration Wizard and Upgrade Framework|WebLogic Server/Web 2.0 HTTP Pub-Sub Server|WebLogic Server/WebLogic JDBC Drivers|WebLogic Server/Third Party JDBC Drivers|WebLogic Server/WebLogic Server Clients|WebLogic Server/WebLogic Web Server Plugins|WebLogic Server/UDDI and Xquery Support|WebLogic Server/Server Examples|Workshop/Workshop for WebLogic|Workshop/Workshop Runtime Framework|WebLogic Portal/Portal Server|WebLogic Portal/Workshop Portal Extension|WebLogic Portal/Portal Examples" />
      ' <'data-value name="USE_EXTERNAL_ECLIPSE"           value="false" />
      ' <'data-value name="EXTERNAL_ECLIPSE_DIR"           value="D:\eclipse332" />
      ' <'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"/>
      ' <'!--
      ' <'data-value name="LOCAL_JVMS"    value="D:\jrockit_160_05|D:\jdk160_05"/>
      -->

   ' <'/input-fields>
' <'/bea-installer>


Note: just remove the single codes in all '<' simble

====================
Another silemt.xml
====================
'<'?xml version="1.0" encoding="ISO-8859-1" ?>  
'<'!-- Silent installer option: -mode=silent -silent_xml=C:\bea\silent.xml   -->
'<'bea-installer>
'<'input-fields>
  '<'data-value name="BEAHOME" value="C:\bea" />
  '<'data-value name="USER_INSTALL_DIR" value="C:\bea\weblogic92" />
  '<'data-value name="WLW_INSTALL_DIR" value="C:\bea\workshop92" />
  '<'data-value name="INSTALL_MERCURY_PROFILING_TOOLS" value="true" />
  '<'data-value name="INSTALL_NODE_MANAGER_SERVICE" value="yes" />
  '<'data-value name="NODEMGR_PORT" value="5559" />
  '<'data-value name="COMPONENT_PATHS" value="WebLogic Server/Server|WebLogic Server/Server Examples|WebLogic Server/Workshop for WebLogic Platform" />
  '<'data-value name="INSTALL_SHORTCUT_IN_ALL_USERS_FOLDER" value="yes" />
  '<'/input-fields>

  '<'/bea-installer>

No comments:

Post a Comment