add/remove programs is missing

  • Thread starter Thread starter antonio
  • Start date Start date
A

antonio

add/remove programs is no longer available. when i try to
look for file appwiz.cpl this is what i get.
LoadLibrary("C:\WINNT\system32\appwiz.cpl")failed - The
specified module could not be found

Can someone please help me

Thanks
 
antonio said:
add/remove programs is no longer available. when i try to
look for file appwiz.cpl this is what i get.
LoadLibrary("C:\WINNT\system32\appwiz.cpl")failed - The
specified module could not be found
Hi

From the "Run" box try

regsvr32 %windir%\system32\appwiz.cpl

and
regsvr32 %windir%\system32\webvw.dll

and
regsvr32 %windir%\system32\mshtml.dll


Add/Remove Programs Tool Displays Installed Programs Incorrectly
http://support.microsoft.com/default.aspx?scid=KB;EN-US;266668

You might try to reinstall IE, the article above also tells you how to do that.


See tip 6032 at http://www.jsiinc.com/reghack.htm as well

If this doesn't help, try to reinstall the OS service pack you already have
installed (or install a newer one if possible).


If the problem persists, you'll could do an in-place upgrade of the OS and see
if it helps:

How to Perform an In-Place Upgrade of Windows 2000
http://support.microsoft.com/default.aspx?scid=kb;EN-US;292175
 
This fix helped where the add/remove programs was brain
dead - wouldn't run at all, no error messages. (Server
2000) Thanks Guys
 
Back
Top