dollardave
11-21-2003, 11:12 AM
Does anyone know how to unistall windows messenger 4.7 in XP? I tried to install 6.0 and it left 4.7 with no Unistall.
shanmuga
11-21-2003, 11:57 AM
Is it Windows Messenger 4.x and MSN Messenger 6.0. They are separate products.To fully remove Windows Messenger, close down Messenger if it's running (right click the messenger icon in the notification area/system tray and click close). Then click the start button, then click Run and type in (copy-paste if you like):
RunDll32 advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.Remove
Then click OK.Messenger will then be uninstalled.
-------------------------------------------------------------------------
If that one doesn't work, try this.
just open the file X:\Windows\inf\sysoc.inf (where X: is the drive letter where Windows XP is installed) in Notepad. You should see a section of the file something like this:
[Components]
NtComponents=ntoc.dll,NtOcSetupProc,,4
WBEM=ocgen.dll,OcEntry,wbemoc.inf,hide,7
Display=desk.cpl,DisplayOcSetupProc,,7
Fax=fxsocm.dll,FaxOcmSetupProc,fxsocm.inf,,7
NetOC=netoc.dll,NetOcSetupProc,netoc.inf,,7
iis=iis.dll,OcEntry,iis.inf,,7
com=comsetup.dll,OcEntry,comnt5.inf,hide,7
dtc=msdtcstp.dll,OcEntry,dtcnt5.inf,hide,7
IndexSrv_System = setupqry.dll,IndexSrv,setupqry.inf,,7
TerminalServer=TsOc.dll, HydraOc, TsOc.inf,hide,2
msmq=msmqocm.dll,MsmqOcm,msmqocm.inf,,6
ims=imsinsnt.dll,OcEntry,ims.inf,,7
fp_extensions=fp40ext.dll,FrontPage4Extensions,fp4 0ext.inf,,7
AutoUpdate=ocgen.dll,OcEntry,au.inf,hide,7
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7
RootAutoUpdate=ocgen.dll,OcEntry,rootau.inf,,7
IEAccess=ocgen.dll,OcEntry,ieaccess.inf,,7Fix this up by simply deleting the word ’hide’ like so:
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7
To this:
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,,7
Now, after restarting, you should be able to see MSN Messenger in the Add/Remove Programs list.
Mark Miller
11-21-2003, 12:00 PM
Also check this article out from MS knowledge base.
http://support.microsoft.com/default.aspx?scid=kb;en-us;302089&Product=winxp
Mark
vBulletin v3.6.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.