Is it listed in the extra.txt of a DSS log?
If you still have trouble, please do this next.
Please open Notepad (Start -> Run -> type notepad in the Open field -> OK), and copy and paste the text present inside the code box below:
CODE
if exist uninstallcmd.txt del uninstallcmd.txt
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" /s >>check1.txt
type check1.txt | findstr /l /i "DisplayName UninstallString" >>check2.txt
type check2.txt | findstr /v /i "ParentDisplayName" >>check3.txt
type check3.txt | findstr /v "KB8." >>check4.txt
type check4.txt | findstr /v "KB9." >>check5.txt
type check5.txt | findstr /v /i "QuietUninstallString" >>uninstallcmd.txt
del check*.txt
start notepad.exe uninstallcmd.txt
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" /s >>check1.txt
type check1.txt | findstr /l /i "DisplayName UninstallString" >>check2.txt
type check2.txt | findstr /v /i "ParentDisplayName" >>check3.txt
type check3.txt | findstr /v "KB8." >>check4.txt
type check4.txt | findstr /v "KB9." >>check5.txt
type check5.txt | findstr /v /i "QuietUninstallString" >>uninstallcmd.txt
del check*.txt
start notepad.exe uninstallcmd.txt
Save this as search.bat. Choose to save as "All files" and place it on your desktop.
It should look like this:

Double-click search.bat on your desktop.
Notepad should open with text in it. Please post the contents of that text here.
~~~
Jun 9 2007, 07:18 PM
Quote
0.0158sec
1.16
7 queries
GZIP Disabled