language_prompt = nls("language_prompt","Please select the language in which you would like to run Oracle Products.");
language_warn = nls("language_warn","Products not yet supported in your selected language will default to English.");
language_help = nls("language_help","You are being asked to select the language you would like to use. The Oracle Installer will run in that language.%carriage_return%%carriage_return%Some products may not yet be supported in the language you have selected. In this case the default will be English.%carriage_return%%carriage_return%If you change your language selection at a later time, already installed products will still use your previous selection, until you reinstall them with the new language.");
language_exists_default = default_language();
lng_list = lang_list;
while(not(empty(lng_list)))
{
if (language_exists_default == first(rest(first(lng_list))))
break();
else
lng_list = rest(lng_list);
}
if (empty(lng_list))
signal('UNBOUND_ENVIRONMENT_VARIABLE);
language_default = first(first(lng_list));
language_old_prompt = instantiate(nls("language_old_prompt","The previously selected language is %%language_default%%."));
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.");
}
check_environment = nls("check_environment",
"Checking the Environment...");
cancel_prompt01 = nls("cancel_prompt01","Installation terminated at user request.");
ui_action(check_environment);
windows_dir = windows_directory();
windows_sys_dir = windows_system_directory();
if (earlier_version(dos_version(),"4"))
default_home = "C:\ORAWIN";
else
{
boot_drive = dos_boot_drive();
default_home = "%boot_drive%:\ORAWIN";
}
current_home = "";
current_config = "";
if (directory_name(windows_dir) == windows_dir)
default_config = "%windows_dir%oracle.ini";
else
default_config = "%windows_dir%\oracle.ini";
has_v6_oracle_home = FALSE;
has_v7_oracle_home = FALSE;
home_help = nls("home_help","You are being asked to select the location to which Oracle products are to be installed.");
customer_prompt = nls("customer_prompt","Please enter the name of the company to which this Oracle product has been licensed:");
customer_help = nls("customer_help","You are being asked to enter the name of the company to which this copy of Oracle has been licensed. This information will be internally recorded for licensing purposes.");
if ((v6_config == ora_config) || (not(contains(ora_config,".ini"))))
ora_config = default_config;
found_good_home = FALSE;
if (has_v7_oracle_home)
if (directory_name(oracle_home) == oracle_home)
{
root_level_config_prompt = instantiate(nls("root_level_config_prompt","This machine is configured for Oracle products to be installed to '%%oracle_home%%'. However, Oracle products cannot be installed to the root directory of a drive. Please choose a different directory."));
directory_prompt = nls("directory_prompt","Where should Oracle products be installed?");
directory_add_prompt = "";
if (found_good_home)
{
have_home_prompt = instantiate(nls("have_home_prompt","Note that Oracle products are currently installed in '%%oracle_home%%'. Changing the location of Oracle Home will disable the products currently installed there."));
WARNING: The DOS environment variable CONFIG points to %%v6_config%%. This file indicates that %%oracle_home%% is the DOS Oracle Home. However, %%v6_config%% is also the Oracle configuration file for Windows. You may install Windows products in %%oracle_home%%, but please run the Oracle Installer for DOS to correct the value of the DOS environment variable CONFIG."));
"The Installer has detected a DOS Oracle Home at '%%makedir_path_to_check%%'. The process of installing Windows Oracle products into a DOS Oracle Home may render certain DOS Oracle products unusable."));
makedir_root_message = nls("root_directory_message", "'%%makedir_path_to_check%%' is a root directory. Oracle products cannot be installed to a root directory of a drive. Please choose a different directory.");
makedir_root_help = nls("makedir_root_help", "'%%makedir_path_to_check%%' is a root directory. Oracle products cannot be installed to a root directory of a drive. Please choose a directory such as %%makedir_path_to_check%%ORAOS2.");
home_label = nls("home_label","Oracle Home");
home_default = oracle_home;
home_help = nls("home_help","You are being asked to enter the location where you would like to install Oracle products.");
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.")));
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."));
if (member(exploded_autoexec_path,"%oracle_home%\bin"))
bin_on_auto_path = TRUE;
else
bin_on_auto_path = FALSE;
if (bin_on_auto_path)
{
path_problem_prompt = instantiate(nls("path_problem_prompt","The PATH variable correctly includes '%%oracle_home%%\BIN' in your '%%boot_drive%%:\AUTOEXEC.BAT' file, but does not do so in the DOS environment. Third party products that access Oracle databases may not function properly until the PATH variable has been corrected."));
path_problem_help = instantiate(nls("path_problem_help","The PATH variable correctly includes '%%oracle_home%%\BIN' in your '%%boot_drive%%:\AUTOEXEC.BAT' file, but does not do so in the DOS environment. This problem may have arisen from a manual change of the PATH variable, in which case rebooting your computer will resolve the problem. It is also possible that your PATH variable has been changed by some other software you are running or by a DOS batch file you have executed. In that case, it is necessary for you to track the problem manually." ));
These changes 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."));
else
additional_changes_help = "";
has_dos_oracle_home = nls("has_dos_oracle_home","A DOS Oracle Home has been detected.");
modify_autoexec_prompt = instantiate(nls("modify_autoexec_prompt","The PATH variable does not include directory '%%oracle_home%%\BIN'. Third party products that access Oracle databases may not function properly unless '%%oracle_home%%\BIN' is on the PATH. Do you wish the Installer to modify '%%boot_drive%%:\AUTOEXEC.BAT' to add this directory to the PATH?"));
modify_autoexec_help = instantiate(nls("modify_autoexec_help","The PATH variable does not include directory '%%oracle_home%%\BIN'. Third party products that access Oracle database may not function properly unless '%%oracle_home%%\BIN' is on the PATH. Choose 'Yes' if you wish the Installer to modify your '%%boot_drive%%:\AUTOEXEC.BAT' file to add this directory to the PATH. Choose 'No' if you wish to modify '%%boot_drive%%:\AUTOEXEC.BAT' yourself.
If you choose 'Yes', you will need to reboot your computer for the change to your PATH variable to take effect."));
autoexec_changed_message = nls("autoexec_changed_message","In order for the changes to your AUTOEXEC.BAT file to take effect, your PC must be rebooted. It is recommended that you do so prior to using any Oracle products.");
autoexec_changed_help = nls("autoexec_changed_help","Changes have been made to your AUTOEXEC.BAT file. These changes will not take effect until you reboot your PC. You may install Oracle products before you reboot, but it is recommended that you reboot your PC prior to using any Oracle products.");
{ no_preselect = empty(selected_products); }
[ 'UNBOUND_VARIABLE: no_preselect = TRUE; ]
if (not(bootstrap && no_preselect))
autoexec_reboot = TRUE;
}
} /* %ORACLE_HOME%\BIN not on PATH in AUTOEXEC.BAT */
} /* %ORACLE_HOME%\BIN not on PATH in DOS environment */
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%%' 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.");
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.");
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.");