N1 Grid Service Provisioning System 5.0 User's Guide for the Windows 2000 Plug-In

COM Component Component Type

This component type represents a COM file.

Browsing

To choose a file for this component type, select a *.ocx or *.dll file from the file browser.

Component Differences

The COM component is compared as a binary file against the file used during installation. The software indicates when there are differences, but does not provide details about the differences.

Installing a COM Component

The Regsvr32 utility is called to register the COM components in the DLL using the following command line:


regsvr32.exe /s file path

Uninstalling a COM Component

The Regsvr32 utility is called to unregister the COM components in the DLL using the following command line:


regsvr32.exe /s /u <file path>    

After the DLL is unregistered, it is removed from the target system.

Error Conditions

Table 3–3 COM Component Error Conditions

Action 

Condition 

Result 

Install 

The supplied .dll or .ocx file does not contain COM components

Installation fails 

Uninstall 

The supplied .dll or .ocx file does not contain COM components

Uninstallation fails