if (success === true) { if ( DeploymentSetup.DoesRegistryKeyExist( "HKEY_CURRENT_USER\\Software\\Hummingbird\\Connectivity\\7.00\\HostExplorer" ) || DeploymentSetup.DoesRegistryKeyExist( "HKEY_CURRENT_USER\\Software\\Hummingbird\\Connectivity\\7.10\\HostExplorer" ) || DeploymentSetup.DoesRegistryKeyExist( "HKEY_CURRENT_USER\\Software\\Hummingbird\\Connectivity\\7.11\\HostExplorer" ) || DeploymentSetup.DoesRegistryKeyExist( "HKEY_LOCAL_MACHINE\\Software\\Hummingbird\\Connectivity\\7.00\\HostExWeb" ) || DeploymentSetup.DoesRegistryKeyExist( "HKEY_LOCAL_MACHINE\\Software\\Hummingbird\\Connectivity\\HEActivex" ) ) { success=false; // nLocalErrorCode = HAVEHE; } } if (success === true) { if ( DeploymentSetup.DoesRegistryKeyExist( "HKEY_CURRENT_USER\\Software\\Hummingbird\\Connectivity\\8.00\\HostExplorer" ) || DeploymentSetup.DoesRegistryKeyExist( "HKEY_CURRENT_USER\\Software\\Hummingbird\\Connectivity\\9.00\\HostExplorer" ) || DeploymentSetup.DoesRegistryKeyExist( "HKEY_CURRENT_USER\\Software\\Hummingbird\\Connectivity\\10.00\\HostExplorer" ) || DeploymentSetup.DoesRegistryKeyExist( "HKEY_LOCAL_MACHINE\\Software\\Hummingbird\\Connectivity\\10.00\\HostExplorer" ) || DeploymentSetup.DoesRegistryKeyExist( "HKEY_CURRENT_USER\\Software\\Hummingbird\\Connectivity\\11.00\\HostExplorer" ) || DeploymentSetup.DoesRegistryKeyExist( "HKEY_LOCAL_MACHINE\\Software\\Hummingbird\\Connectivity\\11.00\\HostExplorer" ) || DeploymentSetup.DoesRegistryKeyExist( "HKEY_CURRENT_USER\\Software\\Hummingbird\\Connectivity\\12.00\\HostExplorer" ) || DeploymentSetup.DoesRegistryKeyExist( "HKEY_LOCAL_MACHINE\\Software\\Hummingbird\\Connectivity\\12.00\\HostExplorer" ) || DeploymentSetup.DoesRegistryKeyExist( "HKEY_CURRENT_USER\\Software\\Hummingbird\\Connectivity\\13.00\\HostExplorer" ) || DeploymentSetup.DoesRegistryKeyExist( "HKEY_LOCAL_MACHINE\\Software\\Hummingbird\\Connectivity\\13.00\\HostExplorer" ) || DeploymentSetup.DoesRegistryKeyExist( "HKEY_CURRENT_USER\\Software\\Hummingbird\\Connectivity\\14.00\\HostExplorer" ) || DeploymentSetup.DoesRegistryKeyExist( "HKEY_LOCAL_MACHINE\\Software\\Hummingbird\\Connectivity\\14.00\\HostExplorer" ) || DeploymentSetup.DoesRegistryKeyExist( "HKEY_CURRENT_USER\\Software\\Hummingbird\\Connectivity\\15.00\\HostExplorer" ) || DeploymentSetup.DoesRegistryKeyExist( "HKEY_LOCAL_MACHINE\\Software\\Hummingbird\\Connectivity\\15.00\\HostExplorer" ) ) { bHostExplorerExists = true; } }