home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1998 November / Cd users extra 14.iso / deluxe / inst / ie5 / vbscript.cab / vbscript.inf < prev   
Encoding:
Windows Setup INFormation  |  1998-10-22  |  1.7 KB  |  66 lines

  1.  
  2. [version]
  3. signature="$CHICAGO$"
  4. AdvancedINF=2.5
  5.  
  6. [DefaultInstall]
  7. RequiredEngine=Setupapi,%BadSetupVer%
  8. ComponentName="IE5BAKEX"
  9. ComponentVersion=5.0
  10. CustomDestination=MSIExploreDestinationSection
  11. CopyFiles=VB.File,Inf.Install
  12. AddReg=!VB.Uninst.Reg
  13. RegisterOCXs=RegisterOCX.VB
  14. BackupPath=%49000%\%UninstallData%
  15. PerUserInstall=PUI
  16.  
  17. [PUI]
  18. DisplayName=%DisplayDesc%
  19. ComponentID=MSVBScript
  20. GUID={4f645220-306d-11d2-995d-00c04f98bbc9} 
  21. Version="5,0,3,3"
  22. Locale=%Locale%
  23. IsInstalled=1
  24. RollbackUninstall=1
  25.  
  26. [MSIExploreDestinationSection]
  27. 49000=MSIExploreLDIDSection,5
  28.  
  29. [MSIExploreLDIDSection]
  30. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE","Path",,"%24%\%LProgramF%\%LMSIE4%"
  31.  
  32. [SourceDisksNames]
  33. 55=%DisplayDesc%,,0
  34.  
  35. [DestinationDirs]
  36. VB.File          =11
  37. Inf.Install      =17
  38.  
  39. [SourceDisksFiles]
  40. vbscript.dll=55
  41. unie5bak.inf=55
  42. vbscript.inf=55
  43.  
  44. [VB.File]
  45. vbscript.dll,,,33
  46. ; 1=warn user if skipped, 32=don't display version conflicts
  47.  
  48. [Inf.Install]
  49. unie5bak.inf
  50.  
  51. [RegisterOCX.VB]
  52. %11%\vbscript.dll
  53.  
  54. [!VB.Uninst.Reg]
  55. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX","QuietDisplayName",,%DisplayDesc%
  56. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX","QuietUninstallString",,"rundll32 advpack.dll,LaunchINFSectionEx %17%\unie5bak.inf,,,256"
  57. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX","RequiresIESysFile",,"5.00"
  58.  
  59. [Strings]
  60. BadSetupVer = "Your system is missing the required Setup engine."
  61. LMSIE4 = "Internet Explorer"
  62. LProgramF = "Program Files"
  63. UninstallData = "Uninstall Information"
  64. DisplayDesc = "Visual Basic Scripting Support"
  65. Locale = "EN"
  66.