There are several causes.
Check if you can scroll down as sometimes the page is only blank at
the top. If so, you might have some blank DisplayNames in the
Registry. Check to see if the entries are there in Regedit under the
key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
You might try this:
Add or Remove - White Space caused by Autocad
http://www.kellys-korner-xp.com/xp_a.htm#ws
If not, try this (though it was written for Win9x)
At least, you can see if all the keys are there.
All Installed Programs May Not Be Displayed in the Add/Remove Programs
Tool
http://support.microsoft.com/?kbid=240348
I have fixed several of these recently for others.
The problem will occur in these two situations:
1. The uninstall keyname for an application is greater than 63
characters.
Solution: Rename the keyname.
e.g. this is invalid
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\1234567890123456789012345678901234567890123456789012345678901234]
2. The DisplayName for the key is greater than 63 characters.
Solution: Shorten DisplayName
e.g. this is invalid
"DisplayName"="1234567890123456789012345678901234567890123456789012345678901234"
*** Note that the invalid entry that can cause this is not necessarily
connected with the ones missing so you must check all entries.
If you need a second opinion, export the key to a Registration file
and email it to me.
.....Alan