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

  1. ; Internet Explorer language support Kit installation inf - Chinese (Traditional)
  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 (Traditional) Language Support","",0
  13.  
  14. [SourceDisksFiles]
  15. cp_950.nls=55
  16. c_950.nls=55
  17. untw.inf=55
  18.  
  19.  
  20. [DefaultInstall]
  21. CopyFiles=Langpack.inf.Install
  22. AddReg=IEIntl.Add.Reg,IENlsWin.Add.Reg
  23. UpdateInis=WinML.ini.Update
  24.  
  25.  
  26. [DefaultInstall.NT]
  27. CopyFiles=Langpack.inf.Install
  28. AddReg=IEIntl.Add.Reg,IENlsNT.Add.Reg
  29.  
  30.  
  31.  
  32. [Uninstall]
  33. DelReg=IEIntl.Del.Reg,DelUninstallKey
  34. DelFiles=Langpack.inf.Install
  35. AddReg=IEIntl.Del.Regs
  36. Reboot=1
  37.  
  38. [Uninstall.NT]
  39. DelReg=IEIntl.Del.Reg,DelUninstallKey
  40. DelFiles=Langpack.inf.Install
  41. AddReg=IEIntl.Del.Regs
  42. Reboot=1
  43.  
  44.  
  45. [IENlsWin.sys.install]
  46. cp_950.nls,,,16
  47.  
  48. [IENlsNT.sys.install]
  49. c_950.nls,,,16
  50.  
  51. [Langpack.inf.Install]
  52. untw.inf
  53.  
  54. [DestinationDirs]
  55. IENlsWin.sys.install=11 
  56. IENlsNT.sys.install=11 
  57. Langpack.inf.Install=17 
  58.  
  59. [DelUninstallKey] 
  60. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ZHTIELangPack
  61.  
  62.  
  63. [IEIntl.Del.Reg]
  64. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{76C19B33-F0C8-11cf-87CC-0020AFEECF20}"
  65.  
  66.  
  67. [IEIntl.Add.Reg]
  68. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{76C19B33-F0C8-11cf-87CC-0020AFEECF20}",,0,%DISPLAY_NAME%
  69. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ZHTIELangPack,"DisplayName",,%DISPLAY_NAME%
  70. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ZHTIELangPack,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\untw.inf, Uninstall"
  71.  
  72. [IEIntl.Del.Regs]
  73.  
  74.  
  75. [IENlsWin.Add.Reg]
  76. HKLM,%CPKEY%,"950",,"cp_950.nls"
  77.  
  78. [IENlsNT.Add.Reg]
  79. HKLM,%CPKEY%,"950",,"c_950.nls"
  80.  
  81.  
  82.  
  83. [WinML.ini.Update]
  84. wininit.ini,Rename,,"NUL=%25%\ttfcache."
  85.  
  86.  
  87. [Strings]
  88. BEGIN_UNINSTALL_PROMPT="Do you want to uninstall Chinese (Traditional) Language Support?"
  89. BEGIN_UNINSTALL_TITLE="Microsoft Chinese (Traditional) Language Support"
  90. DISPLAY_NAME="Chinese (Traditional) Language Support"
  91.  
  92. ;DO NOT LOCALIZE THE BELOW
  93. INTLKEY = "Software\Microsoft\Internet Explorer\International"
  94. CPKEY = System\CurrentControlSet\control\Nls\Codepage
  95. FONTSKEYWIN = Software\Microsoft\Windows\CurrentVersion\Fonts
  96. FONTSKEYNT = Software\Microsoft\Windows NT\CurrentVersion\Fonts
  97.  
  98.  
  99.  
  100.  
  101.