Share via


How to: Build Registration-Free COM Components

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

For the latest documentation on Visual Studio 2017, see How to: Build Registration-Free COM Components on docs.microsoft.com.

Registration-free COM components are COM components that have manifests built into the DLLs.

To build manifests into COM components

  1. Open the project property pages for the COM component.

  2. Expand the Configuration Properties node, and then expand the Manifest Tool node.

  3. Select the Input and Output property page, and then set the Embed Manifest property equal to Yes.

  4. Click OK.

  5. Build the solution.

See Also

Isolated Applications
How to: Build Isolated Applications to Consume COM Components