"The %%product_label%% has been installed. Please run %%oracle_home%%\NLM\ORAMIG.NLM from your Netware console in order to migrate your V6 database files.");
install_done_content = product_label;
install_done_help = nls("install_done_help",
"The %%product_label%% has been installed. Please run %%server%%\%%oracle_home%%\NLM\ORAMIG.NLM from your Netware console in order to migrate your V6 database files. Unless you do this, your V6 files will not be compatible with ORACLE7.");
/* Set the SUBDIR variable to put files in V6 directory (DBS) */
subdir = "%ORACLE_HOME%\DBS";
return( sum( nlm, msg, nls_abbreviation, sql ) );
}
else /* not the bootstrap */
{
/* Is RDBMS70 is already there and is it pointing to a valid directory? */
doit = yesno_dialog(instantiate(reinstall_prompt03));
else
doit = yesno_dialog(instantiate(reinstall_prompt04));
else
doit = FALSE;
}
}
if (doit)
{
installing_scripts = nls("installing_scripts",
"Installing %%product_label%% Scripts...");
installing_msbs = nls("installing_msbs",
"Installing %%product_label%% Message Files...");
installing_sql = nls("installing_sql",
"Installing %%product_label%% SQL Scripts...");
installing_nlms = nls("installing_nlms",
"Installing %%product_label%% NLMs...");
install_done_prompt = nls("install_done_prompt",
"The %%product_label%% has been installed. Please run %%oracle_home%%\NLM\ORAMIG.NLM from your Netware console in order to migrate your V6 database files.");
install_done_content = product_label;
install_done_help = nls("install_done_help",
"The %%product_label%% has been installed. Please run %%server%%\%%oracle_home%%\NLM\ORAMIG.NLM from your Netware console in order to migrate your V6 database files. Unless you do this, your V6 files will not be compatible with ORACLE7.");