COM obj Registered?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need a way (in a VB.Net app) to determine if a COM obj is registered on a
user's PC. I can determine if the dll exists (where it was copied to by the
installl app). If not I can simply call regsvr32.

MSDN has tons of info on late binding, but assumes you have the COM obj as a
reference in your project. Any thoughts?

--Billg_sd
 
Try to instantiate it using late binding or read the registry ?

Patrice
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top