home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910A.BIN / MSIE_50 / ielpkzhc.cab / unCN.INF < prev   
Windows Setup INFormation  |  1999-02-09  |  3KB  |  108 lines

  1. ; Internet Explorer language support Kit installation inf - Chinese (Simplified)
  2. ; Copyright (c) 1998 Microsoft Corporation
  3. ; Author: Kevin Gjerstad
  4.  
  5. [version]
  6. Signature="$Chicago$" 
  7. SetupClass=BASE
  8. AdvancedINF=2.5
  9.  
  10.  
  11. [SourceDisksNames]
  12. 55="Chinese (Simplified) Language Support","",0
  13.  
  14.  
  15. [SourceDisksFiles]
  16. cp_936.nls=55
  17. c_936.nls=55
  18. uncn.inf=55
  19.  
  20.  
  21.  
  22. [DefaultInstall]
  23. CopyFiles=IENlsWin.sys.install,Langpack.inf.Install
  24. AddReg=IEIntl.Add.Reg,IENlsWin.Add.Reg
  25. UpdateInis=WinML.ini.Update
  26.  
  27.  
  28. [DefaultInstall.NT]
  29. CopyFiles=IENlsNT.sys.install,Langpack.inf.Install
  30. AddReg=IEIntl.Add.Reg,IENlsNT.Add.Reg
  31.  
  32.  
  33. [Uninstall]
  34. DelReg=IEIntl.Del.Reg,DelUninstallKey
  35. DelFiles=Langpack.inf.Install
  36. AddReg=IEIntl.Del.Regs
  37. Reboot=1
  38.  
  39. [Uninstall.NT]
  40. DelReg=IEIntl.Del.Reg,DelUninstallKey
  41. DelFiles=Langpack.inf.Install
  42. AddReg=IEIntl.Del.Regs
  43. Reboot=1
  44.  
  45.  
  46. [IENlsWin.sys.install]
  47. cp_936.nls,,,16
  48.  
  49. [IENlsNT.sys.install]
  50. c_936.nls,,,16
  51.  
  52. [Langpack.inf.Install]
  53. uncn.inf
  54.  
  55. [DestinationDirs]
  56. IENlsWin.sys.install=11
  57. IENlsNT.sys.install=11 
  58. Langpack.inf.Install=17
  59.  
  60.  
  61. [DelUninstallKey] 
  62. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ZHCIELangPack
  63.  
  64.  
  65. [IEIntl.Del.Reg]
  66. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{76C19B34-F0C8-11cf-87CC-0020AFEECF20}"
  67.  
  68.  
  69.  
  70. [IEIntl.Add.Reg]
  71. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{76C19B34-F0C8-11cf-87CC-0020AFEECF20}",,0,%DISPLAY_NAME%
  72. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ZHCIELangPack,"DisplayName",,%DISPLAY_NAME%
  73. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ZHCIELangPack,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\uncn.inf, Uninstall"
  74.  
  75. [IEIntl.Del.Regs]
  76.  
  77.  
  78. [IENlsWin.Add.Reg]
  79. HKLM,%CPKEY%,"936",,"cp_936.nls"
  80.  
  81. [IENlsNT.Add.Reg]
  82. HKLM,%CPKEY%,"936",,"c_936.nls"
  83.  
  84. [IEFontWin.Del.Reg]
  85. HKLM,%FONTSKEYWIN%,"MS Song (TrueType)"
  86. HKLM,%FONTSKEYWIN%,"MS Hei (TrueType)"
  87.  
  88. [IEFontNT.Del.Reg]
  89. HKLM,%FONTSKEYNT%,"MS Song (TrueType)"
  90. HKLM,%FONTSKEYNT%,"MS Hei (TrueType)"
  91.  
  92. [WinML.ini.Update]
  93. wininit.ini,Rename,,"NUL=%25%\ttfcache."
  94.  
  95.  
  96. [Strings]
  97. BEGIN_UNINSTALL_PROMPT="Do you want to uninstall Chinese (Simplified) Language Support?
  98. BEGIN_UNINSTALL_TITLE="Microsoft Chinese (Simplified) Language Support"
  99. DISPLAY_NAME="Chinese (Simplified) Language Support"
  100.  
  101. ;DO NOT LOCALIZE THE BELOW
  102. INTLKEY = "Software\Microsoft\Internet Explorer\International"
  103. CPKEY = System\CurrentControlSet\control\Nls\Codepage
  104. FONTSKEYWIN = Software\Microsoft\Windows\CurrentVersion\Fonts
  105. FONTSKEYNT = Software\Microsoft\Windows NT\CurrentVersion\Fonts
  106.  
  107.  
  108.