information_dialog(instantiate(nls("memory_requirements_prompt","%%product_label%% was packaged using the old Version 2 Installer. The Version 3 Installer is still capable of installing %%product_label%%. Depending on the complexity of the installation, the process can require as little as 354K (362,400 Bytes) or as much as 552K (565,568 Bytes) of conventional memory prior to starting the Installer and the Protected Mode Executive (SQLPME). If you are not able to successfully install %%product_label%%, please try increasing the available conventional memory.")));
if (product_number(current_product) == 0)
{
doit = FALSE;
dont_install_installer = nls("dont_install_installer","The V3 Oracle Installer is capable of installing Oracle products distributed with the old V2 Oracle Installer. It is therefore not necessary to install the V2 Oracle Installer. Insert a product disk and choose the From button, then choose the Install button.");
information_dialog(dont_install_installer);
}
else
{
if (not(registered("v2install")))
signal('FAILURE,nls("install_utilities_first","It is not possible install old Oracle products distributed with the old V2 Oracle Installer until the Oracle Installer Utilities have been installed. Please install the Oracle Installer Utilities from either floppy media or CD-ROM and try again."));
disk_problem = nls("disk_problem","There is a problem with the product disk you inserted. It was not possible to correctly determine its contents. Therefore, it will not be possible to install it. This problem may have arisen because the product disk you inserted is considerably old.");
installation_terminated = nls("installing_terminated","Installation terminated at user request.");
installation_corrupted = 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.");
migrating_product_with_name = nls("migrating_product_with_name","Migrating Product Number %%v2_number%%: %%v2_label%%...");