POKO said:
Tried to remove an app on my win98 box but it found a corrupt uninstall
file - what do I do now?
What is corrupt?
You could approach this matter by examining the uninstall string. Once
you attain the uninstall string, you can see if the path to the files
it points to are valid. It will point to an exe (eg uninstall.exe),
often to a log file, sometimes text but usually binary, and occasionally
to a supporting DLL.
Below is an example of an atypically complex uninstall string.
C:\windows\IsUninst.exe -f"D:\APPS\xpdf\adobe\v4\zip\cfilesdir\Acrobat
4.0\98\Uninst.isu" -c"D:\APPS\xpdf\adobe\v4\zip\cfilesdir\Acrobat
4.0\98\Uninst.dll"
Here I'd check that all those file paths are valid. Next, if its the exe or
the dll that is missing or corrupt, that's not so much a problem, as they're
non-unique and replaceable.
But if it's the log file -- in this case the binary log of this install, its
filename is "uninst.isu" -- that's more a problem. It'd be nice if you had
it backed up.
Or are none of the files corrupt, and it's the installation string in the
registry that is corrupt?
The ADD/REMOVE thing from Control Panel, it's just sort of a frontend thingy
that reads from this key in the registry:
HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\
There are a good number of standalone utilities to better access that key,
ones that let you edit, copy, delete, or add uninstall strings. As well, a
number of the registry cleaning type suites and similar often contain a
module to give good access\manipulation of this key. I don't want to take
time to try to come to an opinion of recommending any particular one over
another (tho' perhaps someone else might). But at random, I'd say grab
for instance JoneSoft UnInstall Cleaner.
http://members.ozemail.com.au/~jaesenj/software/software.html
With that prog, it's via its "modify" button on the toolbar you'd use
to gain clipboard access to the uninstall string of your problem entry.
From there, you can see if there is corruption in the string itself (it
should be straight text, no weird characters), as well as what files it
points to.
Whatever prog you get to access this key in the registry (even a reg editor,
but the specialized progs for this can be more convenient), I believe it
will be worth your time, in a general/long-term sense. Give you more
familiarity and thus control over that reg key, instead of being
restricted to the deliberately blinding/hiding ADD/Remove windows thing.