How can I tell whether a DLL has been registered?(blogs.msdn.com)

submitted by rcashrcash(4149) 6 months, 13 days ago

This article discusses regsvr32 and DllRegisterServer, the differences between the two, and the purposes for which they may be used.

1 comment |category: |Views: 4

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by vijaystvijayst(1311) 6 months, 13 days ago 0

This is the old way of registering a COM object. Do we really do any regsvr32 outside of product installation, these days?

A COM object that is an exe will register using the same flags without regsvr32 :) Even there, we do not know if a CLSID has been registered.

If it works, then registration is fine!

Reply

information Login or create an account to comment on this story