signal('failure,instantiate(nls("instver_too_early1","The version of
the Installer currently running is %%installer_version%%. The installation you
have chosen requires version %%required_version%% or later. Please run version
%%required_version%% or later in order to perform this installation.")));
}
]
if (not(doit) && (version_status == 'reinstall))
doit = TRUE;
if (doit)
{
protocol_prompt = nls("protocol_prompt", "The SPX network protocol is currently not installed on your machine. Oracle SPX Protocol Adapter can not function without this network protocol. Would you still like to install it?");
protocol_prompt_content = nls("protocol_prompt_content", "SPX Protocol Not Installed");
protocol_prompt_help = nls("protocol_prompt_help", "The SPX network protocol is currently not installed on your machine. Oracle SPX Protocol Adapter cannot function without this network protocol.
The SPX network protocol enables data transfer in a Novell NetWare environment.
If you are not familiar with network transport protocols, please contact your network administrator.
YES installs the Oracle SPX Protocol Adapter.
NO does not install the Oracle SPX Protocol Adapter.");
yes_ans = nls("yes_ans","Yes");
no_ans = nls("no_ans","No");
yes_no_list = list(yes_ans, no_ans);
if(not(win32_key_exists("HKEY_LOCAL_MACHINE",
"System\CurrentControlSet\Services\VxD\NWLink")))
{
ans = single_selection_dialog(protocol_prompt, yes_no_list, no_ans, protocol_prompt_content, protocol_prompt_help);
no_protocol = nls("no_protocol", "Oracle SPX Protocol Adapter not installed.");
app_prompt = instantiate(nls("app_prompt","Close all Oracle applications that are using %%product_label%% before continuing with this installation."));
app_term_prompt = instantiate(nls("app_term_prompt","Installation terminated. Close all Oracle applications that are using %%product_label%% before continuing with this installation."));
app_help = nls("app_help","%%product_label%% is being used. Close all Oracle applications that are using %%product_label%% before continuing with this installation.");
spx22_expl = nls("spx22_expl", "A %%product_label%% DLL (NTSNT.DLL) is being used on this machine. Please stop all Oracle applications that are using %%product_label%% before installing %%product_label%%.
Silent mode installation of %%product_label%% terminated.");
spx22_inst = instantiate(nls("spx22_inst", "A %%product_label%% DLL (NTSNT.DLL) is being used on this machine. Please stop all Oracle applications that are using %%product_label%% before installing %%product_label%%.
Choose OK after you have closed all Oracle applications and want to resume the installation of %%product_label%%.
Choose CANCEL to terminate the installation of %%product_label%%.
spx22_inst_help = instantiate(nls("spx22_inst_help", "The Oracle Installer has detected that a %%product_label%% DLL (NTSNT.DLL) is being used on this machine. Please stop all Oracle applications that are using %%product_label%% before installing %%product_label%%.
Choose OK after you have closed all Oracle applications and want to resume the installation of %%product_label%%.
Choose CANCEL to terminate the installation of %%product_label%%.