home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a525 / 26.ddi / ORAINST.VRF < prev    next >
Encoding:
Text File  |  1993-02-24  |  7.2 KB  |  106 lines

  1. /* Copyright (c) Oracle Corporation 1992.  All Rights Reserved */
  2. /*****************************************************************************
  3.   NAME
  4.     orainst.vrf - V3.0.9.2 version analysis/product configuration
  5.           script for DOS Oracle Installer.
  6.  
  7.   DESCRIPTION
  8.     This script checks dependencies and environment settings for the
  9.     installation of the DOS Oracle Installer.
  10.  
  11.   OWNER
  12.     Kush Deepak Jain
  13.  
  14.   MODIFIED    DD-MMM-YY     Reason
  15.     kjain     10-JAN-93     Permitted Oracle Home migration.  Made NLS compliant.
  16.     kjain     08-OCT-92     Forced a separate Oracle Home.
  17.     ekabatch  28-JAN-92     Created.
  18. *****************************************************************************/
  19.   product_label = product_interface_label(current_product);
  20.  
  21.   ui_product(product_label);
  22.  
  23.   analyzing_dependencies = instantiate(nls("analyzing_dependencies",
  24.                        "Analyzing %%product_label%% Dependencies..."));
  25.  
  26.   ui_action(analyzing_dependencies);
  27.  
  28.   {
  29.     if (not(distribution))
  30.       signal('UNBOUND_VARIABLE);
  31.   }
  32.     [ 'UNBOUND_VARIABLE:
  33.     {
  34.       install_from_distribution = nls("install_from_distribution","In order to install the installer, please run it from a distribution diskette or CD-ROM.");
  35.       signal('FAILURE,install_from_distribution);
  36.     }
  37.     ]
  38.  
  39.   doit = TRUE;
  40.  
  41.   if (registered(product_name(current_product)))
  42.     {
  43.       registry = registration(product_name(current_product));
  44.       current_version = product_version(current_product);
  45.       installed_version = registry_version(registry);
  46.  
  47.       if (earlier_version(registry,current_version))
  48.     { 
  49.       doit = yesno_dialog(instantiate(reinstall_prompt01),TRUE,
  50.                   instantiate(reinstall_content01),
  51.                   instantiate(reinstall_help01));
  52.  
  53.  
  54.       if (not(doit))
  55.         if (bootstrap)
  56.           information_dialog(instantiate(reinstall_prompt02),
  57.                  instantiate(reinstall_content02),
  58.                  instantiate(reinstall_help02),);
  59.     }
  60.  
  61.       else if (later_version(registry,current_version))
  62.     doit = yesno_dialog(instantiate(reinstall_prompt03),FALSE
  63.                 instantiate(reinstall_content03),
  64.                 instantiate(reinstall_help03));
  65.       else /* if (not(bootstrap)) */
  66.     doit = yesno_dialog(instantiate(reinstall_prompt04),FALSE,
  67.                 instantiate(reinstall_content04),
  68.                 instantiate(reinstall_help04));
  69.     }
  70.    
  71.     need_reboot_prompt = nls("need_reboot_prompt","The Oracle Installer has been installed. In order to install Oracle products, please reboot your computer and run the installer from your hard disk.");
  72.     need_reboot_content = nls("need_reboot_content","Reboot Needed");
  73.     need_reboot_help = nls("need_reboot_help","The Oracle Installer has been installed. However, you cannot continue to install other Oracle products until the changes that were made to your CONFIG.SYS or AUTOEXEC.BAT file have taken effect. Please reboot your computer and run the installer from your hard disk.");
  74.  
  75.     need_con_auto_changes_prompt = instantiate(nls("need_con_auto_changes_prompt","The Oracle Installer has been installed. In order to install Oracle products, please make the necessary changes to your CONFIG.SYS and AUTOEXEC.BAT files, reboot your computer, and run the installer from your hard disk. A sample CONFIG.SYS file can be found in %%boot_drive%%:\CONFIG.NEW and a sample AUTOEXEC.BAT file can be found in %%boot_drive%%:\AUTOEXEC.NEW. See your 'Getting Started' manual for help with making changes to your CONFIG.SYS and AUTOEXEC.BAT files."));
  76.     need_con_auto_changes_content = nls("need_con_auto_changes_content","Changes Needed");
  77.     need_con_auto_changes_help = instantiate(nls("need_con_auto_changes_help","The Oracle Installer has been installed. However, you cannot continue to install other Oracle products until the necessary changes to your CONFIG.SYS and AUOTOEXEC.BAT files have been made and have taken effect. A sample CONFIG.SYS file can be found in %%boot_drive%%:\CONFIG.NEW and A sample AUTOEXEC.BAT file can be found in %%boot_drive%%:\AUTOEXEC.NEW. See your 'Getting Started' manual for help with making changes to your CONFIG.SYS and AUTOEXEC.BAT files. Please make the necessary changes, reboot your computer, and run the installer from your hard disk."));
  78.  
  79.     need_config_changes_prompt = instantiate(nls("need_config_changes_prompt","The Oracle Installer has been installed. In order to install Oracle products, please make the necessary changes to your CONFIG.SYS file, reboot your computer, and run the installer from your hard disk. A sample CONFIG.SYS file can be found in %%boot_drive%%:\CONFIG.NEW. See your 'Getting Started' manual for help with making changes to your CONFIG.SYS file."));
  80.     need_config_changes_content = nls("need_config_changes_content","Changes Needed");
  81.     need_config_changes_help = instantiate(nls("need_config_changes_help","The Oracle Installer has been installed. However, you cannot continue to install other Oracle products until the necessary changes to your CONFIG.SYS file have been made and have taken effect. A sample CONFIG.SYS file can be found in %%boot_drive%%:\CONFIG.NEW. See your 'Getting Started' manual for help with making changes to your CONFIG.SYS file. Please make the necessary changes, reboot your computer, and run the installer from your hard disk."));
  82.  
  83.     need_autoexec_changes_prompt = instantiate(nls("need_autoexec_changes_prompt","The Oracle Installer has been installed. In order to install Oracle products, please make the necessary changes to your AUTOEXEC.BAT file, reboot your computer, and run the installer from your hard disk. A sample AUTOEXEC.BAT file can be found in %%boot_drive%%:\AUTOEXEC.NEW. See your 'Getting Started' manual for help with making changes to your AUTOEXEC.BAT file."));
  84.     need_autoexec_changes_content = nls("need_autoexec_changes_content","Changes Needed");
  85.     need_autoexec_changes_help = instantiate(nls("need_autoexec_changes_help","The Oracle Installer has been installed. However, you cannot continue to install other Oracle products until the necessary changes to your AUTOEXEC.BAT file have been made and have taken effect. A sample AUTOEXEC.BAT file can be found in %%boot_drive%%:\AUTOEXEC.NEW. See your 'Getting Started' manual for help with making changes to your AUTOEXEC.BAT file. Please make the necessary changes, reboot your computer, and run the installer from your hard disk."));
  86.  
  87.   if (doit)
  88.     {
  89.       installing_executables =    nls("installing_executables","Installing %%product_label%% Executables...");
  90.       installing_resources = nls("installing_resources",
  91.                  "Installing %%product_label%% Resources...");
  92.       installing_scripts = nls("installing_scripts",
  93.                    "Installing %%product_label%% Scripts...");
  94.       recording_name = nls("recording_name","Recording Customer Name...");
  95.  
  96.       recording_name_error1 = nls("recording_name_error1","There was an error recording your name in %%oracle_home%%\DBS\OI%%nls_abbreviation%%.RES. Please correct the problem with this file and reinstall the Installer.");
  97.  
  98.       recording_name_error2 = nls("recording_name_error2","There was an error recording your name in %%oracle_home%%\DBS\OIUS.RES. Please correct the problem with this file and reinstall the Installer.");
  99.               
  100.       return(sum(deinstl,orainst,res,nls_abbreviation));
  101.  
  102.     }
  103.   else
  104.     return(0);
  105. }