Unregister TLB VBR EXE OCX DLL 
Author Message
 Unregister TLB VBR EXE OCX DLL

Hello All-

I am hoping someone would have code samples that would show how to
unregister TLB, EXE, OCX, DLL and VBRfiles. One crude way of
unregistering these files are if I shell out and use "REGSVR32.EXE" to
unregister, but this only works on OCX and DLL files. I do not know a
way to unregister the other libraries through NT.

Any suggestions...?

Thanx!

--
http://www.*-*-*.com/

Sent via Deja.com http://www.*-*-*.com/
Before you buy.



Sat, 04 Jan 2003 03:00:00 GMT  
 Unregister TLB VBR EXE OCX DLL
To unregister a type of DLL, call the DllUnregisterServer function in that
DLL. If it doesn't have one, then it is not self-unregistering.

To unregister an EXE, call the EXE with /UnregServer as a command-line
argument.

The RegCtrls utility on our web site does this and more but it's in C and
source is not included.

--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com

Quote:
> Hello All-

> I am hoping someone would have code samples that would show how to
> unregister TLB, EXE, OCX, DLL and VBRfiles. One crude way of
> unregistering these files are if I shell out and use "REGSVR32.EXE" to
> unregister, but this only works on OCX and DLL files. I do not know a
> way to unregister the other libraries through NT.

> Any suggestions...?

> Thanx!

> --
> http://www.geocities.com/SiliconValley/Peaks/6730

> Sent via Deja.com http://www.deja.com/
> Before you buy.



Sat, 04 Jan 2003 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Why don't my exe's and ocx's unregister

2. Programmatically Unregister DLL and OCX

3. How to unregister a TLB file

4. How do I unregister .DLL and .OCX files?

5. Register/Unregister dll/ocx using API calls

6. How do I unregister .DLL and .OCX files?

7. DLL function to unregister a DLL?

8. Unregister ActiveX Exe

9. Howto Unregister VB ActiveX Exe Server

10. Unregister an Activex exe?

11. Unregister a activex.exe ?

12. Unregister ActiveX EXE

 

 
Powered by phpBB® Forum Software