| Previous | Next |
| VFW_E_RUNTIME_ERROR | VFW_E_BUFFER_NOTSET |
EVENT_E_COMPLUS_NOT_INSTALLED
How to install COM+
To install a COM+ server application using the Component Services snap-in
- Open Component Services.
- In the console tree, locate the COM+ Applications folder that is associated with the computer on which you want to install the application.
- Right-click the COM+ Applications folder, point to New, and then click Application.
- In the COM+ Application Install Wizard, click Next.
- On the Install or Create a New Application page, click Install pre-built application(s).
- 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.
- In the Select Application Files dialog box, click Add to browse for any additional applications that you want to install, and then click Next.
- 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.
- 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 Applications\appid
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. - Click Finish.
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.
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
- 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.
- Double-click the server application file.
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.
Official references for EVENT_E_COMPLUS_NOT_INSTALLED
Looking for a different code? Search another status or error code.