DeRegisterer: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Ak120 (talk | contribs)
m Ak120 moved page DeRegistered to DeRegisterer: typo
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Image:DeRegistered_1.png|thumb]]
{{Software
DeRegisterer is a program to deregister WPS Classes
|Picture=DeRegistered_1.png
|Version=0.4 (Feb 1995)
|Author=[[Jens Glathe]]
|License=GNU GPL
|Download={{FileLink|DeRegisterer_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 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.
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.


==Download==
==Links==
* [http://hobbes.nmsu.edu/h-search.php?key=DeRegistered_0-4.zip DeRegister 0.4 - Source and Binaries]
* [https://github.com/OS2World/UTIL-WPS-DeRegistered GitHub Repository]
* [https://github.com/OS2World/UTIL-WPS-DeRegistered GitHub Repository]


==License==
[[Category:WPS Utilities]]
* Open Source under the GNU GPL license.
 
==Author==
* [[Jens Glathe]]
 
[[Category:Open Source Software]]
[[Category:Open Source Software]]

Latest revision as of 02:32, 6 October 2024

DeRegisterer
Version 0.4 (Feb 1995)
Vendor
Author Jens Glathe
License GNU GPL
Download DeRegisterer_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.

Links