PC Review


Reply
Thread Tools Rate Thread

My Add/Remove Programs list missing several installed programs

 
 
=?Utf-8?B?Sm9obg==?=
Guest
Posts: n/a
 
      4th Sep 2006
The Add/Remove Programs list missing over half of my currently installed
programs and whenever I install a new program, it does not appear in the list.
 
Reply With Quote
 
 
 
 
Wesley Vogel
Guest
Posts: n/a
 
      4th Sep 2006
Do the programs end at particular letter in the alphabet? A maybe? If so,
you may have a huge white space, scroll down in Add or Remove Programs to
see if this is the problem.

If it is...

Courtesy of Kelly
Microsoft-MVP Windows® XP-Shell/User

Add or Remove - White Space
http://www.kellys-korner-xp.com/xp_a.htm#ws

[[This is generally due to the DisplayIcon having a negative number. From
here you can remove the negative number:
Start/Run/Regedit:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{} ]]

AutoCad Fix
http://www.kellys-korner-xp.com/regs...dremovefix.zip

Autodesk Land Desktop 3 Fix
http://www.kellys-korner-xp.com/regs...dremovefix.zip

===

I have AutoCAD LT 2000i. The white space in Add or Remove Programs usually
shows up after the AutoCAD LT 2000i listing. If you want to tweak the
registry...

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
{5783F2D7-0065-0409-0000-0060B0CE6BBA}
Value Name: DisplayIcon
Value Type: REG_SZ
Value Data: C:\Program Files\AutoCAD LT 2000i\aclt.exe,-1

Notice the aclt.exe,-1?? You can change it to read aclt.exe,1

Or you can run one of the fixes. I have both autocadaddremovefix.zip &
autodesk-landdesktop3-addremovefix.zip. They both include icons.
autocadaddremovefix.vbs is the one that works for me. It's easier to use
the fix than changing the -1.

I get the white space in Add or Remove Programs every time that I add or
remove a program. It isn't always AutoCAD LT that has the white space after
it, sometimes it's another program. At any rate, one of the fixes will
work. Until the next time.

autocadaddremovefix.vbs adds an autocad.ico icon to the %systemroot%\web
folder. It also adds this to the registry >>
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
{5783F2D7-0101-0409-0000-0060B0CE6BBA}
Value Name: DisplayIcon
Value Type: REG_EXPAND_SZ
Value Data: %systemroot%\web\autocad.ico

autodesk-landdesktop3-addremovefix.vbs adds an acad.ico icon to the
%systemroot%\web folder. It also adds this to the registry >>
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
{5783F2D7-0138-0409-0000-0060B0CE6BBA}
Value Name: DisplayIcon
Value Type: REG_EXPAND_SZ
Value Data: %systemroot%\web\acad.ico
-----
***
From snowman...
AutoCAD 2002 is
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
{5783F2D7-0101-0409-0000-0060B0CE6BBA}
-----
***
From anonymous poster...

One application causes the problem for me. I just removed the reference to
that program in regedit and the black spot dissapeared.
-----

Here is a script which lists all the negative icon references and sends them
to a log file.
http://windowsxp.mvps.org/utils/
ARPNegCheck.vbs
Lists all negative icon references in Add/Remove

http://windowsxp.mvps.org/reg/ARPNegCheck.vbs

From...
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org

Dowload the script. Run it by double clicking ARPNegCheck.vbs.
NegativeIcons.txt will be saved to your Desktop.


--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:7CEB6D56-B763-41EC-A3F3-(E-Mail Removed),
John <(E-Mail Removed)> hunted and pecked:
> The Add/Remove Programs list missing over half of my currently installed
> programs and whenever I install a new program, it does not appear in the
> list.


 
Reply With Quote
 
 
 
 
=?Utf-8?B?Sm9obg==?=
Guest
Posts: n/a
 
      4th Sep 2006
No white space, and no unigue or common ending letter. It is like my list got
corrupted somehow and new installs don't show up in the list.

"Wesley Vogel" wrote:

> Do the programs end at particular letter in the alphabet? A maybe? If so,
> you may have a huge white space, scroll down in Add or Remove Programs to
> see if this is the problem.
>
> If it is...
>
> Courtesy of Kelly
> Microsoft-MVP Windows® XP-Shell/User
>
> Add or Remove - White Space
> http://www.kellys-korner-xp.com/xp_a.htm#ws
>
> [[This is generally due to the DisplayIcon having a negative number. From
> here you can remove the negative number:
> Start/Run/Regedit:
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{} ]]
>
> AutoCad Fix
> http://www.kellys-korner-xp.com/regs...dremovefix.zip
>
> Autodesk Land Desktop 3 Fix
> http://www.kellys-korner-xp.com/regs...dremovefix.zip
>
> ===
>
> I have AutoCAD LT 2000i. The white space in Add or Remove Programs usually
> shows up after the AutoCAD LT 2000i listing. If you want to tweak the
> registry...
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
> {5783F2D7-0065-0409-0000-0060B0CE6BBA}
> Value Name: DisplayIcon
> Value Type: REG_SZ
> Value Data: C:\Program Files\AutoCAD LT 2000i\aclt.exe,-1
>
> Notice the aclt.exe,-1?? You can change it to read aclt.exe,1
>
> Or you can run one of the fixes. I have both autocadaddremovefix.zip &
> autodesk-landdesktop3-addremovefix.zip. They both include icons.
> autocadaddremovefix.vbs is the one that works for me. It's easier to use
> the fix than changing the -1.
>
> I get the white space in Add or Remove Programs every time that I add or
> remove a program. It isn't always AutoCAD LT that has the white space after
> it, sometimes it's another program. At any rate, one of the fixes will
> work. Until the next time.
>
> autocadaddremovefix.vbs adds an autocad.ico icon to the %systemroot%\web
> folder. It also adds this to the registry >>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
> {5783F2D7-0101-0409-0000-0060B0CE6BBA}
> Value Name: DisplayIcon
> Value Type: REG_EXPAND_SZ
> Value Data: %systemroot%\web\autocad.ico
>
> autodesk-landdesktop3-addremovefix.vbs adds an acad.ico icon to the
> %systemroot%\web folder. It also adds this to the registry >>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
> {5783F2D7-0138-0409-0000-0060B0CE6BBA}
> Value Name: DisplayIcon
> Value Type: REG_EXPAND_SZ
> Value Data: %systemroot%\web\acad.ico
> -----
> ***
> From snowman...
> AutoCAD 2002 is
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
> {5783F2D7-0101-0409-0000-0060B0CE6BBA}
> -----
> ***
> From anonymous poster...
>
> One application causes the problem for me. I just removed the reference to
> that program in regedit and the black spot dissapeared.
> -----
>
> Here is a script which lists all the negative icon references and sends them
> to a log file.
> http://windowsxp.mvps.org/utils/
> ARPNegCheck.vbs
> Lists all negative icon references in Add/Remove
>
> http://windowsxp.mvps.org/reg/ARPNegCheck.vbs
>
> From...
> Ramesh, Microsoft MVP
> Windows XP Shell/User
> http://windowsxp.mvps.org
>
> Dowload the script. Run it by double clicking ARPNegCheck.vbs.
> NegativeIcons.txt will be saved to your Desktop.
>
>
> --
> Hope this helps. Let us know.
>
> Wes
> MS-MVP Windows Shell/User
>
> In news:7CEB6D56-B763-41EC-A3F3-(E-Mail Removed),
> John <(E-Mail Removed)> hunted and pecked:
> > The Add/Remove Programs list missing over half of my currently installed
> > programs and whenever I install a new program, it does not appear in the
> > list.

>
>

 
Reply With Quote
 
Alan Edwards
Guest
Posts: n/a
 
      5th Sep 2006
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
-
Alan Edwards MS MVP Windows -Internet Explorer
On Mon, 4 Sep 2006 14:11:02 -0700, in
microsoft.public.windowsxp.help_and_support, John
<(E-Mail Removed)> wrote:

>The Add/Remove Programs list missing over half of my currently installed
>programs and whenever I install a new program, it does not appear in the list.

 
Reply With Quote
 
Wesley Vogel
Guest
Posts: n/a
 
      5th Sep 2006
See Alan Edward's post in this thread.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:5B8BAF57-24F8-48C9-A466-(E-Mail Removed),
John <(E-Mail Removed)> hunted and pecked:
> No white space, and no unigue or common ending letter. It is like my list
> got corrupted somehow and new installs don't show up in the list.
>
> "Wesley Vogel" wrote:
>
>> Do the programs end at particular letter in the alphabet? A maybe? If
>> so, you may have a huge white space, scroll down in Add or Remove
>> Programs to see if this is the problem.
>>
>> If it is...
>>
>> Courtesy of Kelly
>> Microsoft-MVP Windows® XP-Shell/User
>>
>> Add or Remove - White Space
>> http://www.kellys-korner-xp.com/xp_a.htm#ws
>>
>> [[This is generally due to the DisplayIcon having a negative number. From
>> here you can remove the negative number:
>> Start/Run/Regedit:
>> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{}
>> ]]
>>
>> AutoCad Fix
>> http://www.kellys-korner-xp.com/regs...dremovefix.zip
>>
>> Autodesk Land Desktop 3 Fix
>>

http://www.kellys-korner-xp.com/regs...dremovefix.zip
>>
>> ===
>>
>> I have AutoCAD LT 2000i. The white space in Add or Remove Programs
>> usually shows up after the AutoCAD LT 2000i listing. If you want to
>> tweak the registry...
>>
>> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
>> {5783F2D7-0065-0409-0000-0060B0CE6BBA}
>> Value Name: DisplayIcon
>> Value Type: REG_SZ
>> Value Data: C:\Program Files\AutoCAD LT 2000i\aclt.exe,-1
>>
>> Notice the aclt.exe,-1?? You can change it to read aclt.exe,1
>>
>> Or you can run one of the fixes. I have both autocadaddremovefix.zip &
>> autodesk-landdesktop3-addremovefix.zip. They both include icons.
>> autocadaddremovefix.vbs is the one that works for me. It's easier to use
>> the fix than changing the -1.
>>
>> I get the white space in Add or Remove Programs every time that I add or
>> remove a program. It isn't always AutoCAD LT that has the white space
>> after it, sometimes it's another program. At any rate, one of the fixes
>> will work. Until the next time.
>>
>> autocadaddremovefix.vbs adds an autocad.ico icon to the %systemroot%\web
>> folder. It also adds this to the registry >>
>> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
>> {5783F2D7-0101-0409-0000-0060B0CE6BBA}
>> Value Name: DisplayIcon
>> Value Type: REG_EXPAND_SZ
>> Value Data: %systemroot%\web\autocad.ico
>>
>> autodesk-landdesktop3-addremovefix.vbs adds an acad.ico icon to the
>> %systemroot%\web folder. It also adds this to the registry >>
>> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
>> {5783F2D7-0138-0409-0000-0060B0CE6BBA}
>> Value Name: DisplayIcon
>> Value Type: REG_EXPAND_SZ
>> Value Data: %systemroot%\web\acad.ico
>> -----
>> ***
>> From snowman...
>> AutoCAD 2002 is
>> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
>> {5783F2D7-0101-0409-0000-0060B0CE6BBA}
>> -----
>> ***
>> From anonymous poster...
>>
>> One application causes the problem for me. I just removed the reference
>> to that program in regedit and the black spot dissapeared.
>> -----
>>
>> Here is a script which lists all the negative icon references and sends
>> them to a log file.
>> http://windowsxp.mvps.org/utils/
>> ARPNegCheck.vbs
>> Lists all negative icon references in Add/Remove
>>
>> http://windowsxp.mvps.org/reg/ARPNegCheck.vbs
>>
>> From...
>> Ramesh, Microsoft MVP
>> Windows XP Shell/User
>> http://windowsxp.mvps.org
>>
>> Dowload the script. Run it by double clicking ARPNegCheck.vbs.
>> NegativeIcons.txt will be saved to your Desktop.
>>
>>
>> --
>> Hope this helps. Let us know.
>>
>> Wes
>> MS-MVP Windows Shell/User
>>
>> In news:7CEB6D56-B763-41EC-A3F3-(E-Mail Removed),
>> John <(E-Mail Removed)> hunted and pecked:
>>> The Add/Remove Programs list missing over half of my currently installed
>>> programs and whenever I install a new program, it does not appear in the
>>> list.


 
Reply With Quote
 
Alan Edwards
Guest
Posts: n/a
 
      5th Sep 2006
FWIW, John has been in touch and I am working on it.

....Alan
--
Alan Edwards, MS MVP Windows - Internet Explorer
http://dts-l.org/index.htm



On Tue, 5 Sep 2006 13:12:12 -0600, in
microsoft.public.windowsxp.help_and_support, "Wesley Vogel"
<(E-Mail Removed)> wrote:

>See Alan Edward's post in this thread.

 
Reply With Quote
 
Wesley Vogel
Guest
Posts: n/a
 
      6th Sep 2006
Thanks for the heads up, Alan. :-)

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:(E-Mail Removed),
Alan Edwards <(E-Mail Removed)> hunted and pecked:
> FWIW, John has been in touch and I am working on it.
>
> ...Alan
> --
> Alan Edwards, MS MVP Windows - Internet Explorer
> http://dts-l.org/index.htm
>
>
>
> On Tue, 5 Sep 2006 13:12:12 -0600, in
> microsoft.public.windowsxp.help_and_support, "Wesley Vogel"
> <(E-Mail Removed)> wrote:
>
>> See Alan Edward's post in this thread.

 
Reply With Quote
 
lisa harkema
Guest
Posts: n/a
 
      7th Oct 2006
On Tue, 05 Sep 2006 10:04:37 +1000, Alan Edwards
>I have fixed several of these recently for others.
>The problem will occur in these two situations:
>1. The uninstall keyname is greater than 63 characters.
>2. The DisplayName for the key is greater than 63 characters.


I hope I can add to this by saying I have had this problem of a huge
(about two feet long) white space in my WinXP SP2 add/remove programs
listing for weeks and what fixed it (thanks for all your help
yesterday on this newsgroup in a different posting) was the following:

0. I do not have AutoCad (or anything like it) installed.
1. I installed the trialware "X-Setup Pro" suggested by Dan (MooMoo).
2. I ran the exact steps suggested (see the thread link below).
3. This allowed me to see the 'true' add/remove programs listing.
4. Comparing the 'true' listing to the XP add/remove programs listing
6. I found JavaCools "FileChecker v1.7" was the delta
7. I removed JavaCools FileChecker & the problem went away!
8. I added JavaCools FileChecker back & the problem returned.
9. I removed JavaCools FileChecker & the problem went away.

Unfortunately:
10. I tried a few experiments and that changed things.
11. I could not reproduce the problem after a while.
12. The only thing I do differently than the rest of the world is I
never (never ever) install flatly into the C:\Program Files hierarchy.
Never never never. In my opinion, anyone who installs into C:\Program
Files is paid too much. I always install into a well organized
hierarchical directory tree organized by a pre-determined task so I
had installed JavaCools FileChecker 1.7 into c:\added\os\FileChecker.

Again, as this problem was only reproduceable in the beginning, I
don't know if installing into a logical hierarchical file structure
was the cause of the problem or not ... but I tell this to you so that
it may help you in YOUR problem.

Good luck from me and Rich!

Lisa

For details on my solved problem, see the post filed yesterday titled:
Huge blank space in WinXP "Add or Remove Programs"
http://groups.google.com/group/micro...488dea6ba106c5
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Add & Remove Programs missing buttons to modify installed programs =?Utf-8?B?SG9tZXJTaW1wc29uIQ==?= Windows XP Security 0 29th Oct 2007 05:41 PM
Re: My Add/Remove Programs list missing several installed programs lisa harkema Windows XP Customization 0 7th Oct 2006 01:54 PM
Security programs 2005 - , Firewall programs 2005 -, Antivirus programs 2005 -, APPDEV DOT NET SECURITY, Linux Security and Firewall programs 2005 -, CiscoWorks ( CW ) Security programs 2005 - , futa Microsoft Access Security 3 2nd Mar 2005 05:04 AM
Security programs 2005 - , Firewall programs 2005 -, Antivirus programs 2005 -, APPDEV DOT NET SECURITY, Linux Security and Firewall programs 2005 -, CiscoWorks ( CW ) Security programs 2005 - , futa Anti-Virus 0 25th Feb 2005 02:30 PM
Installed programs missing from Add/Remove programs list Kemlo Gray Windows XP General 0 25th Oct 2004 12:44 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:20 PM.