doit = yesno_dialog(instantiate(reinstall_prompt03),FALSE
instantiate(reinstall_content03),
instantiate(reinstall_help03));
if (not(doit))
if ((bootstrap) && (product_location(current_product) == ""))
signal('CANCEL,cancel_prompt01);
}
else /* if (not(bootstrap)) */
{
version_status = 'reinstall;
if (verbose)
doit = yesno_dialog(instantiate(reinstall_prompt04),FALSE,
instantiate(reinstall_content04),
instantiate(reinstall_help04));
else
doit = TRUE;
}
}
else
version_status = 'new_install;
installer_ocsa_in_use = nls("installer_ocsa_in_use", "Installing the Installer is not possible while its executables are in use. %carriage_return%Please make sure that the installed Installer and any Oracle Client Software Agents connected to this machine are shut down, and retry this installation.");
installer_insufficient_space = nls("installer_insufficient_space", "An error occurred during the copying of the Installer binaries due to an unavailability of sufficient space at the destination location : %ORACLE_HOME%\bin. %carriage_return%Please make sure that there is adequate space available at this location, and retry this installation.");
recording_name = nls("recording_name","Recording Company Name...");
recording_name_error1 = nls("recording_name_error1","There was a write 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 a write error recording your name in '%%oracle_home%%\DBS\OIUS.RES'. Please correct the problem with this file and reinstall the Installer.");