OCX registration in SP2

G

Guest

Until recently I have been able to install and register some OCX files using
regsvr32 in a batch file. I seems that computers that have SP2 already loaded
will NOT do this successfully and I wonder if anyone knows how to solve this.
The OCX will work fine if it is installed before SP2 so it is not a running
problem by a registration problem I suspect.
TIA
 
O

OShah

Until recently I have been able to install and register some OCX files
using regsvr32 in a batch file. I seems that computers that have SP2
already loaded will NOT do this successfully and I wonder if anyone
knows how to solve this. The OCX will work fine if it is installed
before SP2 so it is not a running problem by a registration problem I
suspect. TIA

There could be a bug in the OCX itself (maybe some buggy DllRegisterServer
routines).

If you don't have the source code to the OCX, does regsvr32 return any
error code to indicate what the problem was?

If you do have the source code to the OCX, see the following site to see
what you need to change in the OCX to get it to work:

[watch wrap]
http://www.microsoft.com/downloads/...d7-b791-40b6-8364-685b84158c78&displaylang=en

--
------------------------------------------------------------------------
oshah [shexec32]
Control Panel -> System -> Advanced -> Error Reporting -> Choose Programs
-> Do not report errors for these programs:

Acrobat.exe
waol.exe

------------------------------------------------------------------------
 

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

Top