Skip to content

Instantly share code, notes, and snippets.

@edwardsmatt
Created September 5, 2012 04:49
Show Gist options
  • Save edwardsmatt/3630670 to your computer and use it in GitHub Desktop.
Save edwardsmatt/3630670 to your computer and use it in GitHub Desktop.
weblogic-silent-installer
<!--
Silent installer option: -mode=silent -silent_xml=/full/path/to/silent-installer-config.xml
-->
<bea-installer>
<input-fields>
<data-value name="BEAHOME" value="/web/bea"/>
<data-value name="WLS_INSTALL_DIR" value="/web/bea/wlserver_10.3"/>
<data-value name="WLW_INSTALL_DIR" value="/web/bea/workshop_10.3"/>
<data-value name="WLP_INSTALL_DIR" value="/web/bea/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/Wo\
rkshop for WebLogic|Workshop/Workshop Runtime Framework|WebLogic Portal/Portal Server|WebLogic Portal/Workshop Portal Extension|WebLogic Portal/Portal Examples"/>
<data-value name="LOCAL_JVMS" value="/web/jdk1.6.0_35"/>
</input-fields>
</bea-installer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment