Regular Rep: 5 Joined: 20 Nov 2004 Posts: 1,269 | Since KL installs codecs, they’re most likely tossed into the system folder (c:\windows\system32), and probably not deletable from there without administrative privileges; removing them manually without add/remove from control panel can be a pain. Also there’s registry keys to take care of (which you may not be able to access without administrative privileges).
You could try but it’s unlikely to succeed. First you’d have to find a log of what was installed (files and registry keys). It’s usually in the program files folder. If you’re lucky it’ll be in text, but sometimes it could be in binary. One way to find out also is by looking in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
in the proper subkey. Look for strings named UninstallString. They will usually have the uninstaller program (wise, installshield, msi exec, other) with the install log filename as a parameter. That will tell you what file to look for.
|