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

  1. ; Internet Explorer language support Kit installation inf - Japanese
  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. msgothic.ttf 
  24.  
  25. [IENlsWin.sys.install]
  26. cp_932.nls,,,16
  27.  
  28. [IENlsNT.sys.install]
  29. c_932.nls,,,16
  30.  
  31. [Langpack.inf.Install]
  32. ja.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="Japanese Language Support","ielpkja.cab",0
  42.  
  43. [DelUninstallKey] 
  44. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\JAIELangPack
  45.  
  46. [SourceDisksFiles]
  47. msgothic.ttf=55
  48. cp_932.nls=55
  49. c_932.nls=55
  50. ja.inf=55
  51.  
  52. [IEIntl.Del.Reg]
  53. HKCU,%INTLKEY%\932
  54. HKCU,%INTLKEY%\932
  55. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{76C19B30-F0C8-11cf-87CC-0020AFEECF20}"
  56. HKLM,%FONTSKEYWIN%,"MS Gothic (True Type)"
  57. HKLM,%FONTSKEYNT%,"MS Gothic (True Type)"
  58.  
  59.  
  60. [IEIntl.Add.Reg]
  61. HKCU,%INTLKEY%\932,"IEFixedFontName",2,"MS Gothic"
  62. HKCU,%INTLKEY%\932,"IEPropFontName",2,"MS Gothic"
  63. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{76C19B30-F0C8-11cf-87CC-0020AFEECF20}",,0,"Japanese Language Support"
  64. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{76C19B30-F0C8-11cf-87CC-0020AFEECF20}","Version",1,04,00,46,00,00,00,B0,04
  65. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\JAIELangPack,"DisplayName",,"Japanese Language Support"
  66. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\JAIELangPack,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\ja.inf, Uninstall"
  67.  
  68.  
  69. [IENlsWin.Add.Reg]
  70. HKLM,%CPKEY%,"932",,"cp_932.nls"
  71.  
  72. [IENlsNT.Add.Reg]
  73. HKLM,%CPKEY%,"932",,"c_932.nls"
  74.  
  75. [IEFontWin.Add.Reg]
  76. HKLM,%FONTSKEYWIN%,"MS Gothic (True Type)",,"msgothic.ttf"
  77.  
  78. [IEFontNT.Add.Reg]
  79. HKLM,%FONTSKEYNT%,"MS Gothic (True Type)",,"msgothic.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.