How to disable automatic registering of com-object in VS2010

1.1k Views Asked by At

When I build the solution in the project, VS2010 registers the com-object automatically on the development PC. Is there way to disable it?

1

There are 1 best solutions below

0
On

This setting is found in the Project properties dialog, under Linker->General->Register Output. Set it to No to turn off automatic registration on build.

enter image description here