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

  1. ; Internet Explorer language support Kit installation inf - Chinese (Traditional)
  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. mingliu.ttf 
  24.  
  25. [IENlsWin.sys.install]
  26. cp_950.nls,,,16
  27.  
  28. [IENlsNT.sys.install]
  29. c_950.nls,,,16
  30.  
  31. [Langpack.inf.Install]
  32. zhtw.inf
  33.  
  34. [DestinationDirs]
  35. IEFont.install=20 ;to Fonts
  36. IENlsWin.sys.install=11 ;to system
  37. IENlsNT.sys.install=11 ;to system
  38. Langpack.inf.Install=17 ;to inffiles
  39.  
  40. [SourceDisksNames]
  41. 55="Chinese (Traditional) Language Support","ielpkzht.cab",0
  42.  
  43. [DelUninstallKey] 
  44. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ZHTIELangPack
  45.  
  46. [SourceDisksFiles]
  47. mingliu.ttf=55
  48. cp_950.nls=55
  49. c_950.nls=55
  50. zhtw.inf=55
  51.  
  52. [IEIntl.Del.Reg]
  53. HKCU,%INTLKEY%\950
  54. HKCU,%INTLKEY%\950
  55. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{76C19B33-F0C8-11cf-87CC-0020AFEECF20}"
  56. HKLM,%FONTSKEYWIN%,"MingLiU (True Type)"
  57. HKLM,%FONTSKEYNT%,"MingLiU (True Type)"
  58.  
  59.  
  60. [IEIntl.Add.Reg]
  61. HKCU,%INTLKEY%\950,"IEFixedFontName",2,"MingLiU"
  62. HKCU,%INTLKEY%\950,"IEPropFontName",2,"MingLiU"
  63. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{76C19B33-F0C8-11cf-87CC-0020AFEECF20}",,0,"Chinese (Traditional) Language Support"
  64. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{76C19B33-F0C8-11cf-87CC-0020AFEECF20}","Version",1,04,00,46,00,00,00,B0,04
  65. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ZHTIELangPack,"DisplayName",,"Chinese (Traditional) Language Support"
  66. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ZHTIELangPack,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\zhtw.inf, Uninstall"
  67.  
  68.  
  69. [IENlsWin.Add.Reg]
  70. HKLM,%CPKEY%,"950",,"cp_950.nls"
  71.  
  72. [IENlsNT.Add.Reg]
  73. HKLM,%CPKEY%,"950",,"c_950.nls"
  74.  
  75. [IEFontWin.Add.Reg]
  76. HKLM,%FONTSKEYWIN%,"MingLiU (True Type)",,"mingliu.ttf"
  77.  
  78. [IEFontNT.Add.Reg]
  79. HKLM,%FONTSKEYNT%,"MingLiU (True Type)",,"mingliu.ttf"
  80.  
  81. [Strings]
  82. INTLKEY = "Software\Microsoft\Internet Explorer\International"
  83. CPKEY = System\CurrentControlSet\control\Nls\Codepage
  84. FONTSKEYWIN = Software\Microsoft\Windows\CurrentVersion\Fonts
  85. FONTSKEYNT = Software\Microsoft\Windows NT\CurrentVersion\Fonts
  86.