/* Copyright (c) Oracle Corporation 1992. All Rights Reserved */ /***************************************************************************** NAME tracesvr.ins - Windows NT V3 installation script for Windows NT Oracle Trace Server DESCRIPTION This script performs the installation tasks for the Oracle Trace Server product. OWNER Oracle Trace Server MODIFIED MM/DD/YY Reason jmcdoal 05/17/99 Add separate DEMO file section (under other) LPRATT 06/10/97 Added NLS changes for deinstl & mesg JMR 02/15/96 Beta 5 *****************************************************************************/ { /***************************************************************************** Start main logic ... *****************************************************************************/ if (doit) { ins_ratchet="8.0.6"; execute("%installer_home%\%operating_system%.ins"); ui_product(product_label); ui_action(instantiate(trace_install_scripts)); copy(deinstl,nls_abbreviation); ui_action(instantiate(trace_install_executables)); copy(exe); ui_action(instantiate(trace_install_other)); copy(ini); copy(mesg,nls_abbreviation); copy(demo); ui_action(instantiate(trace_install_sql)); copy(sql); /***************************************************************************** Register the product ... *****************************************************************************/ ui_action(instantiate(trace_register_label)); register(product); if (not(internally_called)) reference(product); } }