/* Copyright (c) Oracle Corporation 1994. All Rights Reserved */ /***************************************************************************** NAME pjcsnd60.ins - V3 installation script for Windows Forms 5.0 Cue Card Sound Extensions DESCRIPTION This script installs Windows Forms 5.0 Cue Card Sound Extensions. MODIFIED MM/DD/YY REASON Jmadhavi 02/01/00 Created ******************************************************************************/ { if (doit) { /***************************** Set the VRF-INS script ratchet ******************************/ ins_ratchet = "6.0.0.0.0"; execute("%installer_home%%dir_separator%%operating_system%.ins"); permit_retry_operations = TRUE; permit_ignore_operations = TRUE; permit_process_operations= TRUE; win32_register_OCSM_product(); /****************** Install the product *******************/ ui_product(instantiate(display_product_label)); ui_action(instantiate(install_files)); copy(deinst); ui_action(instantiate(install_files)); copy(project_builder,"us"); /******************/ permit_retry_operations = FALSE; /*************************************** Install OPB User Interface, if required. OPB UI will check and install Parent if necessary. ***************************************/ /*if(child_in_control) if(install_parent) install(PARENT_PRODUCT); */ /*********************************/ permit_retry_operations = TRUE; /*************************************************************** Registering map variables except Installer_home and oracle_home ****************************************************************/ win32_register_map_variable("DOC60"); /**************************** Registering map file groups *****************************/ win32_register_OCSM_group(deinst,'MINMODE); win32_register_OCSM_group(project_builder,'MAXMODE); /********************************* Register and Reference the product and remove delold. **********************************/ EXECUTE_SCRIPT = "REGISTER_REFERENCE_PRODUCT"; execute("%installer_home%%dir_separator%d2kr2ins.usr"); /*********************************/ /********************* Reference Dependencies **********************/ ui_action(instantiate(reference_dependencies)); /*{reference(COMPONENT_PRODUCT, current_product);}*/ /* reference OPB UI */ /* [ 'UNREGISTERED_PRODUCT: continue(); ]*/ {reference(current_product,product_parent(current_product));} /* reference parent */ [ 'UNREGISTERED_PRODUCT: continue(); ] /*********************/ permit_retry_operations = FALSE; } [ 'UNREGISTERED_PRODUCT: continue(); 'CANCEL: signal('FAILURE, instantiate(halt_installation)); ] }