ok goto inf folder in winnt (make sure all files are set to viewed in the folder options)
in the Inf folder look for a sysoc.inf file ,open the file up.
Locate the "old base components" line.
For each component you want to appear in the Add/Remove Programs tool, remove the comma and "Hide" comment. For example, change
beforeGames=ocgen.dll,OcEntry,games.inf,HIDE,7
to:
afterGames=ocgen.dll,OcEntry,games.inf,,7
Also remove the "HIDE" option from the "AccessUtil=" line. If you leave this option hidden, then none of the other components in the "old base components" section are available in Add/Remove Programs.
Save and then close the file.