What is difference between RegSvr and RegServer?

Posted by Rahul on Stack Overflow See other posts from Stack Overflow or by Rahul
Published on 2010-06-16T08:47:36Z Indexed on 2010/06/16 8:52 UTC
Read the original article Hit count: 979

Filed under:
|

Why there is difference in registering COM component for 32-bit and 64-bit?

I mean at one point you have to use like this,

RegSvr32 COM.exe or
RegSvr32 COM.dll

On 64-bit OS you have to use like,

COM.exe /RegServer COM.exe /RegSvr

Does /RegServer and /RegSvr are same or different. If different then what is the difference.

Thanks in advance, Rahul

© Stack Overflow or respective owner

Related posts about com

Related posts about registration