home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 July / VPR0107A.BIN / unCN.INF < prev    next >
Windows Setup INFormation  |  2000-01-28  |  3KB  |  113 lines

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