makedir_specify_drive = nls("makedir_specify_drive","The path that you have entered, '%%makedir_path_to_check%%', is not a valid path because it does not specify a drive.");
makedir_bad_drive = nls("makedir_bad_drive", "The path, '%%makedir_path_to_check%%', is not valid because the drive '%%makedir_drive%%:' does not exist.");
makedir_no_dir = nls("makedir_no_dir", "'%%makedir_path_to_check%%' does not specify a directory. Please specify a directory name in your path.");
makedir_invalid_path = nls("makedir_invalid_path", "'%%makedir_path_to_check%%' is not a valid path.");
makedir_absolute_path = nls("makedir_absolute_path", "'%%makedir_path_to_check%%' is not an absolute path.");
makedir_illegal_char = nls("makedir_illegal_char", "'%%makedir_path_to_check%%' is not a valid path because it contains the illegal character '%%makedir_bad_char%%'.");
makedir_name_too_long = nls("makedir_name_too_long","The directory, '%%makedir_name%%', of the path '%%makedir_path_to_check%%' is too long.");
makedir_illegal_name = nls("makedir_illegal_name","The directory, '%%makedir_name%%', of the path '%%makedir_path_to_check%%' is not a legal name.");
makedir_dir_not_accessible = nls("makedir_dir_not_accessible","The directory, '%%makedir_current_path%%', is not accessible.");
makedir_cant_create_dir = nls("makedir_cant_create_dir","The Installer could not create the directory '%%makedir_current_path%%' : %%makedir_signal%%");
makedir_long_basename = nls("makedir_long_basename","The directory, '%%makedir_name%%', of the path, '%%makedir_path_to_check%%', is not legal because the basename '%%makedir_base%%' contains more than 8 characters.");
makedir_long_extension = nls("makedir_long_extension","The directory, '%%makedir_name%%', of the path, '%%makedir_path_to_check%%', is not legal because the extension '%%makedir_ext%%' contains more than 3 characters.");
makedir_has_white_space = nls("makedir_has_white_space","The directory, '%%makedir_name%%', of the path, '%%makedir_path_to_check%%', contains a space or tab character. To avoid confusion, you should not enter a directory which does not contain any whitespace characters.");
}
ui_product(nls("check_environment","Checking the Environment..."));
ui_action(nls("put_in_product_disk","Now is a Great Time to Put in A Product Disk!"));
/* Let the installer know that this is not a bootstrapping sequence. */
bootstrap = FALSE;
/* Indicate that the installer is not being run from distribution media. */
distribution = FALSE;
windows_dir = windows_directory();
windows_sys_dir = windows_system_directory();
/* The environment has already been set up, so 'config' and 'oracle_home'
['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.")); ]
dos_config_prompt = instantiate(nls("dos_config_prompt1","The DOS CONFIG variable points to %%v6_config%%. This is an illegal configuration that may cause problems. Please run the Oracle Installer for DOS to correct this problem."));
instantiate(nls("dos_config_help1","The DOS environment variable CONFIG points to %%v6_config%%. This is an illegal configuration because %%v6_config%% is the Oracle configuration file for Windows. Please run the Oracle Installer for DOS to correct this problem.")));
else if (contains(v6_config,".ini"))
information_dialog(dos_config_prompt,
dos_config_content,
instantiate(nls("dos_config_help2","The DOS environment variable CONFIG points to %%v6_config%%. This is an illegal configuration because %%v6_config%% is a Windows INI file. Please run the Oracle Installer for DOS to correct this problem.")));
config_anomaly_help = nls("config_anomaly_help","The Installer has detected the following problems in your configuration:");
An ORACLE.INI file was found in the %%oracle_home%%\BIN directory. Since your configuration uses %%ora_config%% instead, this file may interfere with the correct operation of Oracle products."));
config_anomaly_message = instantiate(nls("config_anomaly_message","There are one or more configuration files located in the %%oracle_home%%\BIN directory. These files may prevent Oracle products from functioning properly. Please choose Help for more details."));
non_ini_config_message = instantiate(nls("non_ini_config_message","Your Oracle configuration file is currently %%ora_config%%.
This is an illegal configuration because %%ora_config%% is not a Windows INI file. Your configuration needs to be manually repaired. Please choose 'Help' for more details."));
non_ini_config_help = instantiate(nls("non_ini_config_help","In order to repair your Oracle configuration, please perform the following actions:
1) Exit the Oracle Installer.
2) Verify that the first line of %%ora_config%% reads as follows:
[Oracle]
If this is not the first line, use an text editor to add this line to the beginning of %%ora_config%%.
3) Rename %%ora_config%% so that the filename extension is INI. It is recommended that you rename this file to %%sample_config%%.
4) Using a text editor, locate the line in the [Oracle] group in %%win_ini%% that reads:
ORA_CONFIG=%%ora_config%%
5) Change this line to reflect the new name of the Oracle configuration file. For example, if you renamed this file to %%sample_config%%, you would replace the above line with:
ORA_CONFIG=%%sample_config%%
6) Restart the Installer from the Windows Desktop."));
if (member(exploded_environment_path,"%oracle_home%\bin"))
bin_on_envir_path = TRUE;
else
bin_on_envir_path = FALSE;
if (not(bin_on_envir_path))
{
has_dos_oracle_home = nls("has_dos_oracle_home","A DOS Oracle Home has been detected.");
autoexec_problem_prompt = instantiate(nls("autoexec_problem_prompt","The PATH variable does not include the '%%oracle_home%%\BIN' directory. Third party products that access Oracle databases may not function properly unless '%%oracle_home%%\BIN' is on the PATH. You may make this change automatically by running the Oracle Installer from a distribution diskette or from CD-ROM."));
autoexec_problem_help = instantiate(nls("autoexec_problem_help","The PATH variable does not include the '%%oracle_home%%\BIN' directory. Third party products that access Oracle databases may not function properly unless '%%oracle_home%%\BIN' is on the PATH. You may make this change automatically by running the Oracle Installer from a distribution diskette or from CD-ROM."));
reinstall_prompt01 = nls("reinstall_prompt01","Would you like to update %%product_label%%, version %%installed_version%%, with the available release of %%product_label%%, version %%current_version%%?");
reinstall_help01 = nls("reinstall_help01","The currently installed version of %%product_label%%, %%installed_version%%, is out of date. The available 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.");
reinstall_prompt02 = nls("reinstall_prompt02","WARNING: Not installing the latest version of %%product_label%%, %%current_version%%, may cause other Oracle products to work improperly.");
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.");
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.");
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%%.");
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?");
reinstall_content04 = nls("reinstall_content04","Up To Date");
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.");
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?");
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.");
deinstall_prompt02 = nls("deinstall_prompt02","It was not possible to find a value for the variable, '%%variable%%', in '%%ora_config%%'. It is therefore not possible to remove %%registry_label%%. Please restore the binding for '%%variable%%' in '%%ora_config%%' in order to remove %%registry_label%%.");
deinstall_help02 = nls("deinstall_help02","It was not possible to find a value for the variable, '%%variable%%', in '%%ora_config%%'. '%%variable%%' is used to determine in what directory %%registry_label%% was installed. It is therefore not possible to remove %%registry_label%%. Please restore the binding for '%%variable%%' in by adding a line that begins with '%%variable%%=' in '%%ora_config%%'.
If %%registry_label%% were installed in '%%oracle_home%%', you would add the line '%%variable%%=%%oracle_home%%' to correct the problem.
When you have corrected the problem, please try to remove %%registry_label%% again.");
cancel_prompt01 = nls("cancel_prompt01","Installation terminated at user request.");
unbound_message = nls("unbound_message","The versions of the products you are installing require a separate installation procedure. Please choose 'OK' to quit this installation, leave the disk labeled '%%product_label%% 1' in your drive, and then choose 'From'. When the %%product_label%% installation is complete, please resume installing the products you originally selected for installation.");
unbound_help = nls("unbound_help","The product you are currently installing was created with a different version of %%product_label%%. Proceeding with the current installation may result in installation errors. To avoid these errors and to successfully complete your installation, please choose 'OK' to quit this installation, insert the disk labeled '%%product_label%% 1' in your drive, and choose 'From'. When that installation is complete, then install the other products you originally selected for installation.");
boot_drive_help = nls("boot_drive_help","You are being asked to identify the drive from which you boot your computer.");
path_too_long_prompt = nls("path_too_long_prompt","The addition of %%path_to_add%% to the PATH will result in a search path length of %%len%%, exceeding the DOS limit of 127. You will have to correct this manually.");
path_too_long_content = nls("path_too_long_content","Path Too Long");
path_too_long_help = nls("path_too_long_help","The addition of %%path_to_add%% to the PATH will result in a search path length of %%len%%, exceeding the DOS limit of 127. You will have to correct this manually. One solution may be shorter directory names.");
instver_too_early = nls("instver_too_early","The version of the Installer currently running is %%installer_version%%. The installation you have chosen requires version %%required_version%% or later. Please run version %%required_version%% or later in order to perform this installation.");
version_string = nls("version_string","%%prodlab%% version %%ver%%");
reboot_prompt1 = nls("reboot_prompt1","Please reboot your computer after you exit the Installer in order for changes to the following file(s) to take effect:%carriage_return%%carriage_return%");
reboot_prompt2 = nls("reboot_prompt2","Please reboot your computer after you exit the Installer.");