Re: Why wont this work ?
- From: erewhon@xxxxxxxxxx (J French)
- Date: Sat, 4 Mar 2006 12:28:37 +0000 (UTC)
On Thu, 02 Mar 2006 18:18:01 -0600, Rob Kennedy <me3@xxxxxxxxxxx>
wrote:
<snip>
Note that the return value of ShellExecute won't actually tell you
whether the unregistration was successful. It only tells you whether the
function was able to execute the program at all.
Quite
The trick is to use LoadLibrary, GetProcAddress and then call the AX
'thing's' DllRegisterServer directly
- that way you get a Result
RegSvr32 is only a wrapper that does the same thing
Every AX monstrosity exposes a Function called 'DllRegisterServer' and
another called 'DllUnregisterServer'
.
- Follow-Ups:
- Re: Why wont this work ?
- From: Martin Spencer-Ford
- Re: Why wont this work ?
- References:
- Why wont this work ?
- From: Martin Spencer-Ford
- Re: Why wont this work ?
- From: Rob Kennedy
- Why wont this work ?
- Prev by Date: Re: Borland selling Delphi
- Next by Date: Re: createprocess and window size
- Previous by thread: Re: Why wont this work ?
- Next by thread: Re: Why wont this work ?
- Index(es):
Relevant Pages
|