I have a project that uses a Microsoft COM component that is not included in the system, and the default setting of this COM component installs only samples, it does not run regsvr32 on the component to make it accessible through an add link or, if that went by helping the CLR find the dll.
The application I'm posting uses this DSOFile sample to edit the properties of the OLE file. This is for internal purposes.
How to add my own component to the installation project and run the wizard when following the correct steps?
source
share