home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2003 August / PCpro_2003_08.ISO / files / surfkit / browser / contentsaver / contentsaver.exe / vbs56nxp.exe / vbs56nen.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2002-02-27  |  1.6 KB  |  57 lines

  1. [Version]
  2. signature = "$Windows NT$"
  3. AdvancedINF=2.5,%VersionWarning%
  4. Class = %ExceptionClassDesc%
  5. ClassGUID = {F5776D81-AE53-4935-8E84-B0B283D8BCEF}
  6. Provider = %Msft%
  7. CatalogFile = vbs56nen.cat
  8. ComponentId = {4f645220-306d-11d2-995d-00c04f98bbc9}
  9. DriverVer = 02-26-2002, 5.6.0.7426
  10.  
  11. [DefaultInstall]
  12. CopyFiles = Copy.ScriptFiles, DllCacheFiles
  13. CustomDestination = CustomDests
  14. RegisterOCXs = Register.Engines
  15. AddReg = RegisterActiveSetup
  16.  
  17. [SourceDisksNames]
  18. 1 = %Media%
  19.  
  20. [SourceDisksFiles]
  21. vbscript.dll     = 1
  22.  
  23. [DestinationDirs]
  24. Copy.ScriptFiles     = 11        ;windir\system32
  25. DllCacheFiles         = 49000        ;windir\system32\dllcache
  26.  
  27. [CustomDests]
  28. 49000 = DllCacheLDID, 85
  29.  
  30. [DllCacheLDID]
  31. HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Winlogon","SfcDllCacheDir",,"%25%\system32\dllcache"
  32.  
  33. [Copy.ScriptFiles]
  34. vbscript.dll
  35.  
  36. [DllCacheFiles]
  37. vbscript.dll
  38.  
  39. [Register.Engines]
  40. %11%\vbscript.dll
  41.  
  42. [RegisterActiveSetup]
  43. HKLM,%ActiveSetupRegKey%,,0,%Product%
  44. HKLM,%ActiveSetupRegKey%,"IsInstalled",0x00010001,0x01
  45. HKLM,%ActiveSetupRegKey%,"Version",0,"5,6,0,7426"
  46. HKLM,%ActiveSetupRegKey%,"Locale",0,"%Lang%"
  47. HKLM,%ActiveSetupRegKey%,"ComponentID",0,"MSVBScript"
  48.  
  49. [Strings]
  50. Msft = "Microsoft"
  51. Media = "Microsoft Windows Script 5.6 Distribution Media"
  52. Product = "Microsoft Windows Script 5.6"
  53. ExceptionClassDesc = "Microsoft Windows Script 5.6 for Windows 2000"
  54. VersionWarning= "This setup requires a newer version of the Setup API."
  55. ActiveSetupRegKey = "SOFTWARE\Microsoft\Active Setup\Installed Components\{4f645220-306d-11d2-995d-00c04f98bbc9}"
  56. Lang=EN
  57.