What is 0x8004020C

 

Could be also:

ConstantTypeOS
VFW_E_BUFFER_NOTSETHRESULTWindows
Previous Next
EVENT_E_NOT_ALL_REMOVED

EVENT_E_COMPLUS_NOT_INSTALLED

How to install COM+

To install a COM+ server application using the Component Services snap-in

  1. Open Component Services.
  2. In the console tree, locate the COM+ Applications folder that is associated with the computer on which you want to install the application.
  3. Right-click the COM+ Applications folder, point to New, and then click Application.
  4. In the COM+ Application Install Wizard, click Next.
  5. On the Install or Create a New Application page, click Install pre-built application(s).
  6. In the Install from application file dialog box, browse to and select the .msi file for the application that you are installing, and then click Open.
  7. In the Select Application Files dialog box, click Add to browse for any additional applications that you want to install, and then click Next.
  8. On the Set Application Identity page, click the application identity, and then click Next. Note: The default selection is Interactive user. The interactive user is the user who is logged on to the Windows account for the computer that runs the application. To select a different user, click This user, and then enter details for a specific user or group.
  9. On the Application Installation Options page, specify the directory in which to install the COM+ application, and then click Next. The application's component files are copied from the .msi file to the installation directory. The default installation directory is:
    %Program Files%\COMPlus Applicationsppid
    You can either accept the default directory or click Specific directory and then search for another location. Note: To perform this procedure, the application identity that is specified in previous step must have at least Read access to the installation directory, and the person performing the installation must have Write access to the installation directory.
  10. Click Finish. The Component Services console tree now shows the new application. If you install multiple applications, the options that you choose in step 9 apply to all the applications.

Additional considerations

  • Component Services is no longer in Administrative Tools. To open Component Services, click Start. In the search box, type dcomcnfg, and then press ENTER.
  • To perform this procedure, you must be a member of the Administrator role on the target computer's system application. In the default configuration, only local computer administrators are assigned to this role. For more information, see Set Administrative Security.

You can also install a COM+ application by dragging an application file from Windows Explorer to the details pane of the Component Services snap-in while the COM+ Applications folder of a computer is open.

Install a COM+ server application using Windows Explorer

  1. On the computer on which you want to install the COM+ application, use Windows Explorer to locate the server application file (.msi). The file can reside locally or on a network shared resource.
  2. Double-click the server application file. You can also right-click the file name, and then click Install. Microsoft Windows Installer automatically installs the server application on the target computer.

What is COM+

COM+ can be used to develop enterprise-wide, mission-critical, distributed applications for Windows.

If you are a system administrator, you will be installing, deploying, and configuring COM+ applications and their components. If you are an application programmer, you will be writing components and integrating them as applications. If you are a tools vendor, you will be developing or modifying tools to work in the COM+ environment.