home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 February / PCO_0299.ISO / browser / ie5b_w98 / vbscript.cab / vbscript.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-10-30  |  1.7 KB  |  68 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. vbsde.dll=55
  42. unie5bak.inf=55
  43. vbscript.inf=55
  44.  
  45. [VB.File]
  46. vbscript.dll,,,33
  47. vbsde.dll,,,33
  48. ; 1=warn user if skipped, 32=don't display version conflicts
  49.  
  50. [Inf.Install]
  51. unie5bak.inf
  52.  
  53. [RegisterOCX.VB]
  54. %11%\vbscript.dll
  55.  
  56. [!VB.Uninst.Reg]
  57. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX","QuietDisplayName",,%DisplayDesc%
  58. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX","QuietUninstallString",,"rundll32 advpack.dll,LaunchINFSectionEx %17%\unie5bak.inf,,,256"
  59. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\IE5BAKEX","RequiresIESysFile",,"5.00"
  60.  
  61. [Strings]
  62. BadSetupVer = "Das erforderliche Setupprogramm ist nicht auf dem Computer verfⁿgbar."
  63. LMSIE4 = "Internet Explorer"
  64. LProgramF = "Programme"
  65. UninstallData = "Uninstall Information"
  66. DisplayDesc = "Unterstⁿtzung von Visual Basic Scripting"
  67. Locale = "DE"
  68.