I am creating a Visual Studio Setup and Deployment project to install a DLL on the target machine. I have tried many configurations and many registry modifications to no avail. I have finally been able to install and register the DLL using vsdrfcomselfreg, but everywhere I look online seems to deem this method incorrect.
What I would like to know is if there are similar results to this method that would be acceptable.
A traditional COM DLL will have the following choices in the register property in the IDE:
See here:
http://www.simple-talk.com/2005/04/25/getting-started-with-setup-projects/