So here’s a second blurb on another interesting problem I ran across while working on a friends computer. So apparently when you pulled open the Add/Remove program window in the control panel there was this huge section of white blank space between programs.
I used another program to generate a list of what was in the add/remove programs and found that the gap was where AutoCad 2002 was suppposed to be but I couldn’t delete it from the list. So I figured up regedit and took a look in HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionUninstall and sure as heck found this:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionUninstall{5783F2D7-0101-0409-0000-0060B0CE6BBA}]
“DisplayIcon”=”C:\Program Files\AutoCAD 2002\acad.exe,-1”
“AuthorizedCDFPrefix”=”"
“Comments”=”"
“Contact”=”"
“DisplayVersion”=”15.0.6.030″
“HelpLink”=”"
“HelpTelephone”=”"
“InstallDate”=”20080311″
“InstallLocation”=”"
“InstallSource”=”D:\”
“ModifyPath”=hex(2):4d,00,73,00,69,00,45,00,78,00,65,00,63,00,2e,00,65,00,78,
00,65,00,20,00,2f,00,49,00,7b,00,35,00,37,00,38,00,33,00,46,00,32,00,44,00,
37,00,2d,00,30,00,31,00,30,00,31,00,2d,00,30,00,34,00,30,00,39,00,2d,00,30,
00,30,00,30,00,30,00,2d,00,30,00,30,00,36,00,30,00,42,00,30,00,43,00,45,00,
36,00,42,00,42,00,41,00,7d,00,00,00
“Publisher”=”Autodesk”
“Readme”=”"
“Size”=”"
“EstimatedSize”=dword:00032c2e
“UninstallString”=hex(2):4d,00,73,00,69,00,45,00,78,00,65,00,63,00,2e,00,65,00,
78,00,65,00,20,00,2f,00,49,00,7b,00,35,00,37,00,38,00,33,00,46,00,32,00,44,
00,37,00,2d,00,30,00,31,00,30,00,31,00,2d,00,30,00,34,00,30,00,39,00,2d,00,
30,00,30,00,30,00,30,00,2d,00,30,00,30,00,36,00,30,00,42,00,30,00,43,00,45,
00,36,00,42,00,42,00,41,00,7d,00,00,00
“URLInfoAbout”=”"
“URLUpdateInfo”=”"
“VersionMajor”=dword:0000000f
“VersionMinor”=dword:00000000
“WindowsInstaller”=dword:00000001
“Version”=dword:0f000006
“Language”=dword:00000409
“DisplayName”=”AutoCAD 2002″
See that negative one bolded up above in the registry dump? Sure as heck that’s the problem and it’s already even a known issue. I just deleted the whole {5783F2D7-0101-0409-0000-0060B0CE6BBA} entry and rebooted. Voila no more gap.