Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Unregistering and ActiveX EXE

0 views
Skip to first unread message

Andrew Baker

unread,
Mar 22, 2002, 4:59:28 AM3/22/02
to
I am trying to deploy an application which uses an ActiveX
Exe. To register the ActiveX Exe you simply run it,
however, I can't work out how to unregister it. I have
already tried to use loadlibrary and DllUnregisterServer
but it can't find that entry point. Does anyone know how
you unregister these components?

MikeD

unread,
Mar 22, 2002, 8:45:07 AM3/22/02
to

"Andrew Baker" <webm...@vbusers.com> wrote in message
news:08f301c1d188$41127290$19ef2ecf@tkmsftngxa01...


Run it with the command line parameter '/unregserver'.

C:\MyAppFolder\MyApp.exe /unregserver

Mike

Andrew Baker

unread,
Mar 22, 2002, 11:03:06 AM3/22/02
to
Thanks Mike,

I just found a KB article on it as well, but thanks again
anyway!


andrew


PS Shame you can't call an interface directly rather than
using command line params.

>.
>

0 new messages