|
-
Aug 22nd, 2001, 02:10 AM
#1
Thread Starter
Junior Member
UnRegister ActiveX.exe with API
Hi,
I know how to register and unregister the ActiveX.dll. It can be done with:
- regsvr32 mylibrary.dll
- regsvr32 mylibrary.dll /u
I want now to register and unregister the ActiveX.exe. To register I know that it is done by one click in the MylibraryX.exe. To unregister what I was doing until now was:
- delete the file: mylibraryX.exe
- use The Microsoft RegClean (SRegis00.exe) to fix errors
but I don´t like very much use Microsoft RegClean
I have heard that the unregister and register of ActiveX.exe could be done by API.
Does someone know how I can unregister an ActiveX.exe with API?
thanks and regards
Tel
-
Aug 22nd, 2001, 02:49 AM
#2
New Member
I think this works:
Shell("<path, filename> /unregserver")
-
Aug 22nd, 2001, 07:06 PM
#3
PowerPoster
Type this at a command line:
Code:
ExeName.exe /UnRegserver
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|