dll registration fails when calling "regsvr32 MyFile.dll" from DOS or run command

  • Thread starter Thread starter Avi
  • Start date Start date
A

Avi

I have a dll that its registration fails often (calling "regsvr32
MyFile.dll" from DOS or run command). However, if I associate
c:\winnt\system32\regsvr32.exe to it and then double click it, it always
succeed.



If you can explain this strange behavior please do. If not I would
appreciate a code sample that can do this file association between my dll
and regsvr32). I the association should only be for this specific dll and
not for all dlls



Thanks

Avi
 
You'll need to post the details of what you're trying to do and the text of
any error messages you receive. Then someone may be able to help you.
 
Back
Top