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("installation_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%%...");