COMManifestManager256N32Manages registration free COM components for isolated applications

A programmers utility that allows you to use COM components (.ocx/.dll files) without the hassle of using Windows registry. COM components are normally vulnerable to uninstallation – or updates to another version – made by other applications. It is safer to include such COM info into manifest files – or even into the executable itself! All of this can be easily achieved with this utility.

The advantage is that you never need to register your COM components on any machine the program is run on. And if another program uninstalls the same COM components your application uses, your application will run just fine without generating lots of “Cannot instantiate COM object…” errors when your application starts – thus rendering less support calls.

 

Screenshots

com_menu          com_wizard
(Click to zoom in a new tab)

This is an open-source project. To read more and access the source-code, please visit VDF-Guidance.