Home All Groups Group Topic Archive Search About

Registering DLLs and OCXs

Author
23 Mar 2006 1:17 PM
Rick
I'm working on a vb6 app that updates some ocx and dlls from another VB6
software.

My problem is that in some cases regsvr32 is not present on the target
machine,
also in Windows 98 I have to go to the folder where regsvr32 resides. In
other cases there is a program call regserv (Windows 95).

What can you suggest to plan an update on any machine on any
platform(Windows based)?

I shouldn't use any batch file, so I would have to use the Shell instruction.

Thank you.






--
Rick

Author
23 Mar 2006 2:35 PM
Paul Clement
On Thu, 23 Mar 2006 05:17:34 -0800, Rick <R***@discussions.microsoft.com> wrote:

¤ I'm working on a vb6 app that updates some ocx and dlls from another VB6
¤ software.
¤
¤ My problem is that in some cases regsvr32 is not present on the target
¤ machine,
¤ also in Windows 98 I have to go to the folder where regsvr32 resides. In
¤ other cases there is a program call regserv (Windows 95).
¤
¤ What can you suggest to plan an update on any machine on any
¤ platform(Windows based)?
¤
¤ I shouldn't use any batch file, so I would have to use the Shell instruction.

See if the following helps:

http://www.freevbcode.com/ShowCode.asp?ID=659


Paul
~~~~
Microsoft MVP (Visual Basic)