DeRegisterer: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Software | |||
DeRegisterer is a program to deregister WPS | |Picture=DeRegistered_1.png | ||
|Version=3.81 (Jul 2018) | |||
|Vendor=[[Blueprint Software Works]] | |||
|Author=[[Jens Glathe]] | |||
|License=GNU GPL | |||
|Download=[https://hobbes.nmsu.edu/download/pub/os2/util/wps/DeRegisterer_0-4.zip DeRegistered_0-4.zip] | |||
}} | |||
DeRegisterer is a program to deregister WPS classes. | |||
DeRegisterer is the result of the installation of the BonusPak from OS/2 Warp 3.0 on my computer. I was a bit annoyed that it is so difficult to remove the WPS classes from the system, so I wrote this program. It's very simple, it uses the WinDeRegisterObjectClass() API to do its work. It doesn't destroy any Objects derived from the deleted class or delete the corresponding | DeRegisterer is the result of the installation of the BonusPak from OS/2 Warp 3.0 on my computer. I was a bit annoyed that it is so difficult to remove the WPS classes from the system, so I wrote this program. It's very simple, it uses the WinDeRegisterObjectClass() API to do its work. It doesn't destroy any Objects derived from the deleted class or delete the corresponding DLL, so you have to do it on your own. It has been tested at OS/2 2.1 and OS/2 3.0. There are no known errors. | ||
== | ==Links== | ||
* [https://github.com/OS2World/UTIL-WPS-DeRegistered GitHub Repository] | * [https://github.com/OS2World/UTIL-WPS-DeRegistered GitHub Repository] | ||
[[Category:WPS Utilities]] | [[Category:WPS Utilities]] | ||
[[Category:Open Source Software]] | [[Category:Open Source Software]] |
Revision as of 11:10, 7 January 2020
DeRegisterer | |
---|---|
![]() | |
Version | 3.81 (Jul 2018) |
Vendor | Blueprint Software Works |
Author | Jens Glathe |
License | GNU GPL |
Download | DeRegistered_0-4.zip |
Website |
DeRegisterer is a program to deregister WPS classes.
DeRegisterer is the result of the installation of the BonusPak from OS/2 Warp 3.0 on my computer. I was a bit annoyed that it is so difficult to remove the WPS classes from the system, so I wrote this program. It's very simple, it uses the WinDeRegisterObjectClass() API to do its work. It doesn't destroy any Objects derived from the deleted class or delete the corresponding DLL, so you have to do it on your own. It has been tested at OS/2 2.1 and OS/2 3.0. There are no known errors.