/* Copyright (c) Oracle Corporation 1996. All Rights Reserved */ /***************************************************************************** NAME guil60.ins - V3 installation script forGUI Common Language Supplement DESCRIPTION This script installs Browser Language Supplement. MODIFIED MM/DD/YY REASON anmanian 01/13/99 modified pgupta 08/14/97 Created *****************************************************************************/ { if(not(doit)) { if (member(selected_products, w32guil60)) { information_dialog("Language Supplement is not required when English is chosen"); } } if (doit) { /***************************** Set the VRF-INS script ratchet ******************************/ ins_ratchet = "6.0.8.12.1"; execute("%installer_home%%dir_separator%%operating_system%.ins"); permit_retry_operations = TRUE; permit_ignore_operations = TRUE; permit_process_operations= TRUE; win32_register_OCSM_product(); /**************************************************************** Set the install variable in Registry *****************************************************************/ /* Using the existing registry entries */ if(child_in_control) if(install_parent) install(product_parent(current_product)); /***************************************************************** Install the product ******************************************************************/ ui_product(instantiate(display_product_label)); ui_action(instantiate(install_files)); copy(deinst); if(install_gui) { ui_action(instantiate(install_files)); copy(gui, nls_abbreviation); win32_register_OCSM_group(gui,"nls_abbreviation",'MEDMODE); } /************************** Modify Config Variables.... ***************************/ if (set_mm60) { modify("MM60", MM60, ora_config, product_filename(current_product)); /* add mm21 variable in the registry */ win32_register_key("$ORACLE","","MM60",'REPLICATE); } /************************************************************************ Register and Reference the product and remove delold *************************************************************************/ EXECUTE_SCRIPT = "REGISTER_REFERENCE_PRODUCT"; execute("%installer_home%%dir_separator%d2kr2ins.usr"); /************************************************************************/ permit_retry_operations = TRUE; /************************************************************************ Reference dependencies *************************************************************************/ ui_action(instantiate(reference_dependencies)); {reference(current_product);} ['UNREGISTERED_PRODUCT: continue();] /**************************************************************************/ permit_retry_operations = FALSE; } [ 'UNREGISTERED_PRODUCT: continue(); 'CANCEL: signal('FAILURE, instantiate(halt_installation)); ] }