windows xp sp3 igames.inf 错误修复

转载自http://hi.baidu.com/isee_annie/blog/item/37063829edb6f8f899250a07.html

我想添加IIS组件,我点击“添加删除”windows组件时,就调出:“安装程序无法打开信息文件 igames.inf ”请与管理员联系,特定的错误代码是0行的0x2”。我的系统是windows XP 我安装了SP3

第一步:igames.inf

在记事本中复制一下内容:

[Version]
Signature = "$Windows NT$"
Provider = %provider%
LayoutFile = layout.inf

[Optional Components]
ZoneGames

[ZoneGames]
OptionDesc = %zonegames_desc%
Tip = %zonegames_tip%
IconIndex = *
Modes = 0, 1, 2, 3
Parent = Games
SizeApproximation = 8893869

; The sections below are used by zoneoc.dll via the setup APIs.
;
; Additionally, zoneoc.dll performs these actions:
; register/unregister zclientm.exe
; clean up the Zone registry key on uninstall
; clean up the MSN Gaming Zone directory on uninstall

[ZoneInstall]
CopyFiles = ShellFiles, HeartsFiles, SpadesFiles, CheckersFiles, ReversiFiles, BackgammonFiles, HelpFiles
ProfileItems = HeartsItemLift, SpadesItemLift, CheckersItemLift, ReversiItemLift, BackgammonItemLift, HeartsItem, SpadesItem, CheckersItem, ReversiItem, BackgammonItem
AddReg = InstallReg
SizeApproximation=8901632

[ZoneUninstall]
DelFiles = ShellFiles, HeartsFiles, SpadesFiles, CheckersFiles, ReversiFiles, BackgammonFiles, HelpFiles
ProfileItems = HeartsItemDel, SpadesItemDel, CheckersItemDel, ReversiItemDel, BackgammonItemDel
DelReg = UninstallReg

[DestinationDirs]
DefaultDestDir = 16422,%INSTALL_PATH% ; DIRID_PROGRAM_FILESProgram FilesMSN Gaming ZoneWindows
HelpFiles = 18 ; Help Directory (e.g. c:windowshelp)

[ShellFiles]
zClientm.exe,,,0x00010000
ZNetM.dll,,,0x00010000
Cmnclim.dll,,,0x00010000
zoneclim.dll,,,0x00010000
Cmnresm.dll,,,0x00010000
ZCorem.dll,,,0x00010000
zonelibM.dll,,,0x00010000
UniAnsi.dll,,,0x00010000
zeeverm.dll,,,0x00010000

[ShellFiles.Security]
"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"

[HeartsFiles]
hrtz.dll,,,0x00010000
Hrtzres.dll,,,0x00010000
hrtzzm.exe,,,0x00010000

[HeartsFiles.Security]
"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"

[SpadesFiles]
shvl.dll,,,0x00010000
Shvlres.dll,,,0x00010000
shvlzm.exe,,,0x00010000

[SpadesFiles.Security]
"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"

[CheckersFiles]
chkr.dll,,,0x00010000
chkrres.dll,,,0x00010000
chkrzm.exe,,,0x00010000

[CheckersFiles.Security]
"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"

[ReversiFiles]
rvse.dll,,,0x00010000
Rvseres.dll,,,0x00010000
Rvsezm.exe,,,0x00010000

[ReversiFiles.Security]
"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"

[BackgammonFiles]
bckg.dll,,,0x00010000
bckgres.dll,,,0x00010000
bckgzm.exe,,,0x00010000

[BackgammonFiles.Security]
"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"

[HelpFiles]
bckg.chm,,,0x00010000
chkr.chm,,,0x00010000
rvse.chm,,,0x00010000
shvl.chm,,,0x00010000
hrtz.chm,,,0x00010000

[HelpFiles.Security]
"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"

[HeartsItem]
Name = %hearts_link%
CmdLine = 16422,%INSTALL_PATH%,hrtzzm.exe
Subdir = %program_group%
InfoTip = "@%16422%%INSTALL_PATH%hrtzres.dll,-1213"
DisplayResource="%16422%%INSTALL_PATH%hrtzres.dll",1212

[SpadesItem]
Name = %spades_link%
CmdLine = 16422,%INSTALL_PATH%,shvlzm.exe
Subdir = %program_group%
InfoTip = "@%16422%%INSTALL_PATH%shvlres.dll,-1213"
DisplayResource="%16422%%INSTALL_PATH%shvlres.dll",1212

[BackgammonItem]
Name = %backgammon_link%
CmdLine = 16422,%INSTALL_PATH%,bckgzm.exe
Subdir = %program_group%
InfoTip = "@%16422%%INSTALL_PATH%bckgres.dll,-1213"
DisplayResource="%16422%%INSTALL_PATH%bckgres.dll",1212

[CheckersItem]
Name = %checkers_link%
CmdLine = 16422,%INSTALL_PATH%,chkrzm.exe
Subdir = %program_group%
InfoTip = "@%16422%%INSTALL_PATH%chkrres.dll,-1213"
DisplayResource="%16422%%INSTALL_PATH%chkrres.dll",1212

[ReversiItem]
Name = %reversi_link%
CmdLine = 16422,%INSTALL_PATH%,rvsezm.exe
Subdir = %program_group%
InfoTip = "@%16422%%INSTALL_PATH%rvseres.dll,-1213"
DisplayResource="%16422%%INSTALL_PATH%rvseres.dll",1212

[HeartsItemDel]
Name = %hearts_link%,2
Subdir = %program_group%

[SpadesItemDel]
Name = %spades_link%,2
Subdir = %program_group%

[BackgammonItemDel]
Name = %backgammon_link%,2
Subdir = %program_group%

[CheckersItemDel]
Name = %checkers_link%,2
Subdir = %program_group%

[ReversiItemDel]
Name = %reversi_link%,2
Subdir = %program_group%

[HeartsItemLift]
Name = %hearts_link%,3
Subdir = %program_group%

[SpadesItemLift]
Name = %spades_link%,3
Subdir = %program_group%

[BackgammonItemLift]
Name = %backgammon_link%,3
Subdir = %program_group%

[CheckersItemLift]
Name = %checkers_link%,3
Subdir = %program_group%

[ReversiItemLift]
Name = %reversi_link%,3
Subdir = %program_group%

[InstallReg]
HKLM,"SoftwareMicrosoftWindowsCurrentVersionApp Pathsbckgzm.exe",,,"%16422%%INSTALL_PATH%bckgzm.exe"
HKLM,"SoftwareMicrosoftWindowsCurrentVersionApp Pathschkrzm.exe",,,"%16422%%INSTALL_PATH%chkrzm.exe"
HKLM,"SoftwareMicrosoftWindowsCurrentVersionApp Pathshrtzzm.exe",,,"%16422%%INSTALL_PATH%hrtzzm.exe"
HKLM,"SoftwareMicrosoftWindowsCurrentVersionApp Pathsrvsezm.exe",,,"%16422%%INSTALL_PATH%rvsezm.exe"
HKLM,"SoftwareMicrosoftWindowsCurrentVersionApp Pathsshvlzm.exe",,,"%16422%%INSTALL_PATH%shvlzm.exe"

[UninstallReg]
HKLM,"SoftwareMicrosoftWindowsCurrentVersionApp Pathsbckgzm.exe"
HKLM,"SoftwareMicrosoftWindowsCurrentVersionApp Pathschkrzm.exe"
HKLM,"SoftwareMicrosoftWindowsCurrentVersionApp Pathshrtzzm.exe"
HKLM,"SoftwareMicrosoftWindowsCurrentVersionApp Pathsrvsezm.exe"
HKLM,"SoftwareMicrosoftWindowsCurrentVersionApp Pathsshvlzm.exe"

[Strings]
zonegames_desc = "Internet 游戏"
zonegames_tip = "多玩家黑桃王,双陆棋,红心大战,跳棋和翻转棋"
provider = "Microsoft Corporation"
program_group = "游戏"
hearts_link = "Internet 红心大战"
spades_link = "Internet 黑桃王"
backgammon_link = "Internet 双陆棋"
checkers_link = "Internet 跳棋"
reversi_link = "Internet 翻转棋"

; non-localizable
INSTALL_PATH = "MSN Gaming ZoneWindows"
MSNGZ_FOLDER = "MSN Gaming Zone"

另存为igames.inf,放C:WindowsINF下

第二步:下载zoneoc.dll    http://www.zhaodll.net/dll/softdown.asp?softid=8073

http://dll-piao.ys168.com/ 这里也有下载 不需要解压密码

下载后把文件放在windows文件夹下

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)