' $Header: config.vbs 01-feb-2006.07:34:46 jsutton Exp $ ' ' config.vbs ' ' Copyright (c) 2006, Oracle. All rights reserved. ' ' NAME ' config.vbs - CCR Package post install software configuration script ' ' DESCRIPTION ' Run after the install.vbs and postinstall procedure is invoked ' during a package deployment, this script completes the installation ' steps by configuring the software. ' ' MODIFIED (MM/DD/YY) ' jsutton 01/24/06 - Creation ' Option Explicit WScript.Quit(0)