home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a525 / 35.ddi / OS2.ZOO < prev    next >
Encoding:
Text File  |  1993-03-01  |  6.5 KB  |  115 lines

  1. /* Copyright (c) Oracle Corporation 1992.  All Rights Reserved */
  2.  
  3. /*****************************************************************************
  4.   NAME
  5.     os2.zoo - OS/2 V3 Installation Environment Initialization File for V7
  6.           Oracle products
  7.  
  8.   DESCRIPTION
  9.     This script verifies the OS/2 environment for the installation of Oracle
  10.     V7 products. It is always read first by ORAINST for OS/2.
  11.  
  12.   OWNER
  13.     Edan Kabatchnik
  14.  
  15.   MODIFIED   MM/DD/YY Reason
  16.     ekabatch 07/21/92 Added deinstall prompts.    Removed environment out of
  17.               date prompt.
  18.     ekabatch 06/18/92 Renamed registry.prd to os2.rgs.
  19.     ekabatch 05/29/92 Accomodated OS_ERROR on translate.
  20.     ekabatch 04/15/92 Accomodated installer_home change: ORACLE_HOME\orainst.
  21.     ekabatch 02/18/92 Moved registry.prd to install subdirectory.
  22.     ekabatch 01/27/92 Formatted code to Oracle Coding Standards.
  23.     trodgers 01/26/92 Added resinstall prompts.
  24.     tkelley  11/21/91 Created.
  25. *****************************************************************************/
  26.  
  27. {
  28.   ui_product(nls("check_environment","Checking the Environment..."));
  29.  
  30.   ui_action(nls("put_in_product_disk","Now is a Great Time to Put in A Product Disk!"));
  31.  
  32.   /* Let the installer know that this is not a bootstrapping sequence. */
  33.  
  34.   bootstrap = FALSE;
  35.  
  36.   /* Indicate that the installer is not being run from distribution media. */
  37.  
  38.   distribution = FALSE;
  39.  
  40.   boot_drive = dos_boot_drive();
  41.  
  42.   if (boot_drive == "A")
  43.     signal('FAILURE,nls("boot_from_floppy_error","Booting your computer from a floppy disk drive is not a supported configuration for Oracle in th OS/2 environment. Please boot your computer from a hard disk and rerun the Oracle Installer."));
  44.  
  45.   /* The environment has already been set up, so 'config' and 'oracle_home'
  46.      should be readily available. */
  47.  
  48.   {
  49.     nls_language = default_language();
  50.  
  51.     { the_customer_name = customer_name(); }
  52.        [ 'UNKNOWN_CUSTOMER: signal('UNBOUND_ENVIRONMENT_VARIABLE); ]
  53.  
  54.     {
  55.       v6_oracle_home = v6_translate("%%ORACLE_HOME%%");
  56.       pathify(v6_oracle_home);
  57.  
  58.       oracle_home = v7_translate("oracle_home"); pathify(oracle_home);
  59.  
  60.       ora_config = v6_translate("%%CONFIG%%");
  61.  
  62.       if (v6_oracle_home != oracle_home)
  63.     signal('UNBOUND_ENVIRONMENT_VARIABLE);
  64.     }
  65.       ['OS_ERROR: signal('UNBOUND_ENVIRONMENT_VARIABLE); ]
  66.  
  67.     /* Is everything there? */
  68.  
  69.     if (not(exists("%oracle_home%\XBIN")) ||
  70.     not(exists("%oracle_home%\DBS")) ||
  71.     not(exists("%oracle_home%\DLL")) ||
  72.     not(exists("%oracle_home%\ORAINST")) ||
  73.     not(exists("%oracle_home%\ORAINST\OS2.RGS")))
  74.       signal('UNBOUND_ENVIRONMENT_VARIABLE);
  75.   }
  76.     ['UNBOUND_ENVIRONMENT_VARIABLE: signal('FAILURE,nls("installation_corrupted","This installation of Oracle needs to be corrected. To do this, you must run the Oracle Installer from a distribution diskette or from CD-ROM.")); ]
  77.  
  78.   reinstall_prompt01 = nls("reinstall_prompt01","The currently installed version of %%product_label%%, %%installed_version%%, is out of date. The most current version is %%current_version%%. Do you wish to update %%product_label%%?");
  79.  
  80.   reinstall_content01 = nls("reinstall_content01","Update");
  81.  
  82.   reinstall_help01 = nls("reinstall_help01","The currently installed version of %%product_label%%, %%installed_version%%, is out of date. The most current version is %%current_version%%. It is recommended that you update %%product_label%% to the newer version, %%current_version%%. Choose 'Yes' to update %%product_label%% to %%current_version%%. Choose 'No' if you are sure you want to keep the installed version, %%installed_version%%, intact.");
  83.  
  84.   reinstall_prompt02 = nls("reinstall_prompt02","WARNING: Not installing the latest version of %%product_label%%, %%current_version%%, may cause other Oracle products to work improperly.");
  85.  
  86.   reinstall_content02 = nls("reinstall_content02","Necessary Update");
  87.  
  88.   reinstall_help02 = nls("reinstall_help02","You are in the process of installing Oracle products which depend on version %%current_version%% of %%product_label%%. It is therefore recommended that you update %%product_label%% to %%current_version%%. You have chosen not to do so so, which may cause certain Oracle products to work improperly.");
  89.  
  90.   reinstall_prompt03 = nls("reinstall_prompt03","WARNING: The currently installed version of %%product_label%%, %%installed_version%%, is up to date. Are you sure you want to install the old version, %%current_version%%?  Doing so may cause other Oracle products to work improperly.");
  91.  
  92.   reinstall_content03 = nls("reinstall_content03","Old Version");
  93.  
  94.   reinstall_help03 = nls("reinstall_help03","You are attempting to install an older version of %%product_label%%, %%current_version%%, although version %%installed_version%% is already installed. Installing an older version of %%product_label%% may cause other Oracle products to work improperly. Choose 'No' to leave the current version of %%product_label%%, %%installed_version%%, intact. Choose 'Yes' if you are sure you want to replace it with version %%current_version%%.");
  95.  
  96.   reinstall_prompt04 = nls("reinstall_prompt04","Version %%installed_version%% of %%product_label%% has already been installed and is up to date. Would you like to reinstall it?");
  97.  
  98.   reinstall_content04 = nls("reinstall_content04","Up To Date");
  99.  
  100.   reinstall_help04 = nls("reinstall_help04","Version %%installed_version%% of %%product_label%% has already been installed and is up to date. There is no need to reinstall %%product_label%% unless the installation has somehow become damaged. Choose 'No' to skip the reinstallation of %%product_label%%. Choose 'Yes' if you are sure you want to reinstall it.");
  101.  
  102.   deinstall_prompt01 = nls("deinstall_prompt01","WARNING: Other products are dependent on %%registry_label%%. Removing it may cause other products to work improperly. Are you sure you want to deinstall it?");
  103.  
  104.   deinstall_content01 = nls("deinstall_content01","Dependencies");
  105.  
  106.   deinstall_help01 = nls("deinstall_help01","Other products are dependent on %%registry_label%%. Removing it may cause them to work improperly. It is therefore recommended that you do not remove %%registry_label%%. Choose 'No' to leave %%registry_label%% intact. Choose 'Yes' if you are sure you want to remove it.");
  107.  
  108.   dos_stub_name = "%oracle_home%\XBIN\ORASTUB.EXE";
  109.  
  110.   { dos_stub_size = size(dos_stub_name); }
  111.    [ 'OS_ERROR: dos_stub_size = 0;
  112.      'FILE_NOT_FOUND: dos_stub_size = 0;
  113.      'INVALID_FILE_NAME: dos_stub_size = 0;
  114.      'PERMISSION_DENIED: dos_stub_size = 0; ]
  115. }