home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 July / VPR0107A.BIN / scriptjp.inf < prev    next >
Windows Setup INFormation  |  2000-04-24  |  1KB  |  54 lines

  1. #include "vers.h"
  2. [Version]
  3. signature = "$Windows NT$"
  4. AdvancedINF=2.5,%VersionWarning%
  5. Class = %ExceptionClassDesc%
  6. ClassGUID = {F5776D81-AE53-4935-8E84-B0B283D8BCEF}
  7. Provider = %Msft%
  8. CatalogFile = scriptjp.cat
  9. ComponentId = {4f645220-306d-11d2-995d-00c04f98bbc9}
  10. DriverVer=04-07-2000, 5.5.0.5207
  11.  
  12. [SourceDisksNames]
  13. 1 = %Media%
  14.  
  15. [SourceDisksFiles]
  16. jscript.dll = 1
  17. vbscript.dll = 1
  18. jsjp.dll = 1
  19. vbsjp.dll = 1
  20.  
  21. [DestinationDirs]
  22. DefaultDestDir = 11
  23.  
  24. [DefaultInstall]
  25. CopyFiles = CopyScriptFiles
  26. RegisterOCXs = RegisterScriptFiles
  27. AddReg = RegisterActiveSetup
  28.  
  29. [RegisterScriptFiles]
  30. %11%\jscript.dll
  31. %11%\vbscript.dll
  32.  
  33. [RegisterActiveSetup]
  34. HKLM,%ActiveSetupRegKey%,,0,%Product%
  35. HKLM,%ActiveSetupRegKey%,"IsInstalled",0x00010001,0x01
  36. HKLM,%ActiveSetupRegKey%,"Version",0,"5,5,0,5207"
  37. HKLM,%ActiveSetupRegKey%,"Locale",0,%Lang%
  38. HKLM,%ActiveSetupRegKey%,"ComponentID",0,"MSVBScript"
  39.  
  40. [CopyScriptFiles]
  41. jscript.dll
  42. vbscript.dll
  43. jsjp.dll
  44. vbsjp.dll
  45.  
  46. [Strings]
  47. Msft = "Microsoft"
  48. Media = "Microsoft Windows Script 5.5 ディストリビューション メディア"
  49. Product = "Microsoft Windows Script 5.5"
  50. ExceptionClassDesc = "Microsoft Windows Script 5.5 for Windows 2000"
  51. VersionWarning = "このセットアップには新しいバージョンのセットアップ API が必要です。"
  52. ActiveSetupRegKey = "SOFTWARE\Microsoft\Active Setup\Installed Components\{4f645220-306d-11d2-995d-00c04f98bbc9}"
  53. Lang = "JA"
  54.