install_from_distribution = nls("install_from_distribution","In order to install the installer, please run it from a distribution diskette or CD-ROM.");
doit = yesno_dialog(instantiate(reinstall_prompt03),FALSE
instantiate(reinstall_content03),
instantiate(reinstall_help03));
else /* if (not(bootstrap)) */
doit = yesno_dialog(instantiate(reinstall_prompt04),FALSE,
instantiate(reinstall_content04),
instantiate(reinstall_help04));
}
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.");
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 file have taken effect. Please reboot your computer and run the installer from your hard disk.");
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."));
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."));
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.");
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.");