home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / MS_IE30J / ie3lpkko.exe / RCDATA / CABINET / KOREAN.INF < prev    next >
Windows Setup INFormation  |  1996-07-29  |  1KB  |  62 lines

  1. ; IExplore 30 Korean language support Kit installation inf.
  2. ; Copyright (c) 1996 Microsoft Corporation
  3. ; Author: yutakan
  4.  
  5. [version]
  6. signature="$CHICAGO$"
  7. SetupClass=BASE
  8.  
  9. [DefaultInstall]
  10. CopyFiles=IEKFont.install, IENlsWin.sys.install
  11. AddReg=IEIntl.Add.Reg,IENlsWin.Add.Reg,IEKFontWin.Add.Reg
  12.  
  13. [DefaultInstall.NT]
  14. CopyFiles=IEKFont.install, IENlsNT.sys.install
  15. AddReg=IEIntl.Add.Reg,IENlsNT.Add.Reg,IEKFontNT.Add.Reg
  16.  
  17. [IEKFont.install]
  18. gulim.ttf 
  19.  
  20.  
  21. [IENlsWin.sys.install]
  22. cp_949.nls
  23.  
  24. [IENlsNT.sys.install]
  25. c_949.nls
  26.  
  27. [DestinationDirs]
  28. IEKFont.install=20 ;to Fonts
  29. IENlsWin.sys.install=11 ;to system
  30. IENlsNT.sys.install=11 ;to system
  31.  
  32. [SourceDisksNames]
  33. 55="Internet Explorer v3.0 LangPacks","",1
  34.  
  35. [SourceDisksFiles]
  36. gulim.ttf=55
  37. cp_949.nls=55
  38. c_949.nls=55
  39.  
  40. [IEIntl.Add.Reg]
  41. HKCU,%INTLKEY%\949,"IEFixedFontName",2,"GulimChe"
  42. HKCU,%INTLKEY%\949,"IEPropFontName",2,"GulimChe"
  43.  
  44. [IENlsWin.Add.Reg]
  45. HKLM,%CPKEY%,"949",,"cp_949.nls"
  46.  
  47. [IENlsNT.Add.Reg]
  48. HKLM,%CPKEY%,"949",,"c_949.nls"
  49.  
  50. [IEKFontWin.Add.Reg]
  51. HKLM,%FONTSKEYWIN%,"GulimChe (True Type)",,"gulim.ttf"
  52.  
  53. [IEKFontNT.Add.Reg]
  54. HKLM,%FONTSKEYNT%,"GulimChe (True Type)",,"gulim.ttf"
  55.  
  56.  
  57. [Strings]
  58. INTLKEY = "Software\Microsoft\Internet Explorer\International"
  59. CPKEY = System\CurrentControlSet\control\Nls\Codepage
  60. FONTSKEYWIN = Software\Microsoft\Windows\CurrentVersion\Fonts
  61. FONTSKEYNT = Software\Microsoft\Windows NT\CurrentVersion\Fonts
  62.