Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.07 KB

checking-registration.md

File metadata and controls

30 lines (18 loc) · 1.07 KB
title description ms.assetid ms.topic ms.date
Checking Registration
Checking Registration
7df63955-d838-4518-8473-0c1a24e90f69
article
05/31/2018

Checking Registration

Each time an application loads, it should check its registration to determine the following:

  • Whether the CLSIDs are present in the registry. If they are not present, the application should register as the original setup.
  • Whether the application's CLSIDs are present in the register but have no OLE 2-related information in them. If this is the case, the application should register as the original setup.
  • Whether the path containing server entries (LocalServer and LocalServer32, InprocServer and InprocServer32, and DefaultIcon) points to the location at which the application is currently installed. If the path does not, rewrite the path entries to point to the current location.

Related topics

Registering COM Applications