if (earlier_version(installer_version,required_version,4))
{
information_dialog(instantiate(nls("instver_too_early","The version of the Installer currently running is %%installer_version%%. The installation you have chosen requires version %%required_version%%. Please run version %%required_version%% in order to perform this installation.")));
return(FALSE);
}
}
[ 'UNBOUND_VARIABLE: continue(); ]
if(not(member(selected_products, current_product))) /* internally called */
{
/*******************************
Check product registry & version
********************************/
mark
if(registered(product_name(current_product))) /* Product is installed */