home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 October / VPR9810A.ISO / Msie4sp1 / ielpkzhc.cab / ZHCN.INF < prev   
Windows Setup INFormation  |  1997-07-29  |  3KB  |  92 lines

  1. ; Internet Explorer language support Kit installation inf - Chinese (Simplified)
  2. ; Copyright (c) 1996,1997 Microsoft Corporation
  3. ; Author: yutakan,christw
  4.  
  5. [version]
  6. signature="$CHICAGO$"
  7.  
  8. [DefaultInstall]
  9. CopyFiles=IEFont.install,IENlsWin.sys.install,Langpack.inf.Install
  10. AddReg=IEIntl.Add.Reg,IENlsWin.Add.Reg,IEFontWin.Add.Reg
  11. Reboot=1
  12.  
  13. [DefaultInstall.NT]
  14. CopyFiles=IEFont.install,IENlsNT.sys.install,Langpack.inf.Install
  15. AddReg=IEIntl.Add.Reg,IENlsNT.Add.Reg,IEFontNT.Add.Reg
  16.  
  17. [Uninstall]
  18. DelFiles=IEFont.install,Langpack.inf.Install
  19. DelReg=IEIntl.Del.Reg,DelUninstallKey
  20. Reboot=1
  21.  
  22. [IEFont.install]
  23. mssong.ttf 
  24. mshei.ttf
  25.  
  26. [IENlsWin.sys.install]
  27. cp_936.nls,,,16
  28.  
  29. [IENlsNT.sys.install]
  30. c_936.nls,,,16
  31.  
  32. [Langpack.inf.Install]
  33. zhcn.inf
  34.  
  35. [DestinationDirs]
  36. IEFont.install=20 ;to Fonts
  37. IENlsWin.sys.install=11 ;to system
  38. IENlsNT.sys.install=11 ;to system
  39. Langpack.inf.Install=17 ;to inffiles
  40.  
  41. [SourceDisksNames]
  42. 55="Chinese (Simplified) Language Support","ielpkzhc.cab",0
  43.  
  44. [DelUninstallKey] 
  45. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ZHCIELangPack
  46.  
  47. [SourceDisksFiles]
  48. mssong.ttf=55
  49. mshei.ttf=55
  50. cp_936.nls=55
  51. c_936.nls=55
  52. zhcn.inf=55
  53.  
  54. [IEIntl.Del.Reg]
  55. HKCU,%INTLKEY%\936
  56. HKCU,%INTLKEY%\936
  57. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{76C19B34-F0C8-11cf-87CC-0020AFEECF20}"
  58. HKLM,%FONTSKEYWIN%,"MS Song (True Type)"
  59. HKLM,%FONTSKEYNT%,"MS Song (True Type)"
  60. HKLM,%FONTSKEYWIN%,"MS Hei (True Type)"
  61. HKLM,%FONTSKEYNT%,"MS Hei (True Type)"
  62.  
  63.  
  64. [IEIntl.Add.Reg]
  65. HKCU,%INTLKEY%\936,"IEFixedFontName",2,"MS Song"
  66. HKCU,%INTLKEY%\936,"IEPropFontName",2,"MS Song"
  67. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{76C19B34-F0C8-11cf-87CC-0020AFEECF20}",,0,"Chinese (Simplified) Language Support"
  68. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{76C19B34-F0C8-11cf-87CC-0020AFEECF20}","Version",1,04,00,46,00,00,00,B0,04
  69. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ZHCIELangPack,"DisplayName",,"Chinese (Simplified) Language Support"
  70. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ZHCIELangPack,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\zhcn.inf, Uninstall"
  71.  
  72.  
  73. [IENlsWin.Add.Reg]
  74. HKLM,%CPKEY%,"936",,"cp_936.nls"
  75.  
  76. [IENlsNT.Add.Reg]
  77. HKLM,%CPKEY%,"936",,"c_936.nls"
  78.  
  79. [IEFontWin.Add.Reg]
  80. HKLM,%FONTSKEYWIN%,"MS Song (True Type)",,"mssong.ttf"
  81. HKLM,%FONTSKEYWIN%,"MS Hei (True Type)",,"mshei.ttf"
  82.  
  83. [IEFontNT.Add.Reg]
  84. HKLM,%FONTSKEYNT%,"MS Song (True Type)",,"mssong.ttf"
  85. HKLM,%FONTSKEYNT%,"MS Hei (True Type)",,"mshei.ttf"
  86.  
  87. [Strings]
  88. INTLKEY = "Software\Microsoft\Internet Explorer\International"
  89. CPKEY = System\CurrentControlSet\control\Nls\Codepage
  90. FONTSKEYWIN = Software\Microsoft\Windows\CurrentVersion\Fonts
  91. FONTSKEYNT = Software\Microsoft\Windows NT\CurrentVersion\Fonts
  92.