I created an ATL C++ project in Visual Studio 2008 that is built as an exe out-of-process COM server. I want to disable its registration upon the build in VS. I thought I did so by unchecking the following option:
but it still gets registered automatically during the build.
Is there any way to stop it?