Automate dll register

  • Thread starter Thread starter RF
  • Start date Start date
R

RF

Hi,

I have a dll that needs to be registered for an application to use. I can
use regsvr32 xxx.dll, however, I'd like to automate this process in a VS
setup installation.

I've created a VS setup project; added the dll to the setup and set it's
propery to "vsdrfCOM". After installing, the dll is not registered? What am
I doing wrong?

Thanks,

RF
 
Back
Top