Add remove programs

G

Guest

The list box for add remove programs has about half the programs listed then
an large blank space then the rest of the programs. How do I get rid of the
large blank space? There is probably 10 times as much blank space as that
used by listed programs. it is quite a scroll to the lower half of the
program list
 
W

Wesley Vogel

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_edits/autocadaddremovefix.zip

Autodesk Land Desktop 3 Fix
http://www.kellys-korner-xp.com/regs_edits/autodesk-landdesktop3-addremovefix.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.

Why does Add or Remove Programs show a large blank space?
http://blogs.msdn.com/oldnewthing/archive/2005/05/26/422076.aspx

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
G

Guest

I ran the program and had one -0 but no -1 and still have the blank space
--
dm


Wesley Vogel said:
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_edits/autocadaddremovefix.zip

Autodesk Land Desktop 3 Fix
http://www.kellys-korner-xp.com/regs_edits/autodesk-landdesktop3-addremovefix.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.

Why does Add or Remove Programs show a large blank space?
http://blogs.msdn.com/oldnewthing/archive/2005/05/26/422076.aspx

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
Doug said:
The list box for add remove programs has about half the programs listed
then an large blank space then the rest of the programs. How do I get rid
of the large blank space? There is probably 10 times as much blank space
as that used by listed programs. it is quite a scroll to the lower half
of the program list
 
W

Wesley Vogel

Either forget about it, or have a look at this.

Add-Remove Programs tool displays installed programs incorrectly
http://support.microsoft.com/kb/266668

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
Doug said:
I ran the program and had one -0 but no -1 and still have the blank space
--
dm


Wesley Vogel said:
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_edits/autocadaddremovefix.zip

Autodesk Land Desktop 3 Fix
http://www.kellys-korner-xp.com/regs_edits/autodesk-landdesktop3-addremovefix.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.

Why does Add or Remove Programs show a large blank space?
http://blogs.msdn.com/oldnewthing/archive/2005/05/26/422076.aspx

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
Doug said:
The list box for add remove programs has about half the programs listed
then an large blank space then the rest of the programs. How do I get
rid of the large blank space? There is probably 10 times as much blank
space as that used by listed programs. it is quite a scroll to the
lower half of the program list
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top