Difference between COMSelfReg and COM as values of Register property

  • Thread starter Thread starter The Other Bill
  • Start date Start date
T

The Other Bill

Hi -- I'm trying to deploy a VB.NET application that references COM dlls.
When I add the dlls to my deployment project the Register property of these
files defaults to COMSelfReg. Does this mean I have to register the dlls
myself somehow? Or can I change the value to COM so that the installer
registers it for me? Not sure what the difference is between these two
values and the help on this topic is not very helpful.

Clueless,

Bill
 
Back
Top