PDA

View Full Version : Registering an OCX



BobTaylor
11-29-2021, 02:13 PM
I have an OCX set to register in an installation package for a Clarion app. In most cases there are no problems. Sometimes though the user doesn't turn his virus program off or something else keeps it from getting registered. In my current issue the user, who is very green, can't get it to register and says his "Webroot" is off. So the question is, other than going through a command line, how can I get him to get the control registered?

Thanks in advance.

Bob Taylor

linder
12-01-2021, 03:09 PM
Hi Bob,

is your setup.exe code-signed? If it is really caused by the anti-virus then this might help.

You can use "Register File Operation" -> Register OCX immediately to see if this helps (and catch the error).

Friedrich

BobTaylor
12-10-2021, 03:17 PM
sorry for the really late reply. that is what i figured i should do. worked great.

thank you.
Bob