Wednesday, April 9, 2008

IT: Add/ Remove Windows Component

I was trying to install IE(i had removed it) on a Window 2000 PC An error message popped out "Setup was unable to open information file pinball.inf. Contact your system administrator.The specific error is 0x@2 at line 2086412640." Actually this was my first encountered, i then checked out the Internet and found the solution to the problem:
Step 1: Look into %windir%\inf\sysoc.inf
------------------------------------------------------------------
SAMPLE
[Version]
Signature = "$Windows NT$"
DriverVer=06/19/2003,5.00.2195.6717

[Components]
NtComponents=ntoc.dll,NtOcSetupProc,,4
Display=desk.cpl,DisplayOcSetupProc,,6
Fax=faxocm.dll,FaxOcmSetupProc,faxsetup.inf,hide,7
NetOC=netoc.dll,NetOcSetupProc,netoc.inf,,7
iis=iis.dll,OcEntry,iis.inf,,7
com=comsetup.dll,OcEntry,comnt5.inf,hide,7
dtc=comsetup.dll,OcEntry,dtcnt5.inf,hide,7
IndexSrv_System = setupqry.dll,IndexSrv,setupqry.inf,,7
msmq=msmqocm.dll,MsmqOcm,msmqocm.inf,,6
ims=imsinsnt.dll,OcEntry,ims.inf,,7
fp_extensions=fp40ext.dll,FrontPage4Extensions,fp40ext.inf,,7
iisdbg=iisdbg.dll,ScrptDbg,iisdbg.inf,,7
imagevue=ockodak.dll,ImagingOcEntry,imagevue.inf,hide,7
AutoUpdate=ocgen.dll,OcEntry,au.inf,hide,7
IEAccess=ocgen.dll,OcEntry,ieaccess.inf,,7
OEAccess=ocgen.dll,OcEntry,oeaccess.inf,,7
WMPOCM=ocgen.dll,OcEntry,wmpocm.inf,,7


Games=ocgen.dll,OcEntry,games.inf,HIDE,7
AccessUtil=ocgen.dll,OcEntry,accessor.inf,HIDE,7
CommApps=ocgen.dll,OcEntry,communic.inf,HIDE,7
media_clips=ocgen.dll,OcEntry,mmopt.inf,HIDE,7
MultiM=ocgen.dll,OcEntry,multimed.inf,HIDE,7
AccessOpt=ocgen.dll,OcEntry,optional.inf,HIDE,7
Pinball=ocgen.dll,OcEntry,pinball.inf,HIDE,7
MSWordPad=ocgen.dll,OcEntry,wordpad.inf,HIDE,7


[Global]
WindowTitle=%WindowTitle%
WindowTitle.StandAlone=%WindowTitle_Standalone%


[Strings]
WindowTitle=Windows 2000 Professional Setup
WindowTitle_Standalone=Windows Components Wizard
------------------------------------------------------------------
Step 2: Change the line (in blue) to: Pinball=ocgen.dll,OcEntry,pinball.inf,7
After all, you will be able to access the Add/ Remove Window Component.