Hi, VB.Net Pro,
Based on my understanding, you want to register your assembly in your Setup Project, don't you?
Registering assemblies is supported in Setup Project, but it is not automatically. To do that, you should right click your Application Folder in File System view, and add the assembly through "Add->Assembly". Then right click the assembly and choose "Properties Window", you can set Register to "vsdraCOM", and the assembly would be registered in your installation process.
Hope this helps, Regards
|