View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robin Hammond Robin Hammond is offline
external usenet poster
 
Posts: 79
Default Regsvr32 return value

Can anyone point me to the online documentation for regsvr. I've been
looking on msdn and cannot find anything useful.

In particular, I'm trying to work out what the return value means.

I have regsvr running using the /s silent switch, with a distributed add-in
master loader checking for version updates of any component files, which may
include ocx or dll file types that are downloaded but may need to be
registered.

A successful ocx registration is returning 3892, while an unsuccessful dll
registration is returning 2512. I need to be able to handle any registration
errors but the numbers coming back don't seem to make much sense.

Thanks in advance.

Robin Hammond
www.enhanceddatasystems.com
Check out our XspandXL add-in