home *** CD-ROM | disk | FTP | other *** search
/ Chip 2009 November / Chip_2009.11_CD.iso / I386 / ieaccess.in_ / ieaccess.inf
Encoding:
Text (UTF-16)  |  2009-03-09  |  1.6 KB  |  75 lines

  1. [Version]
  2. Signature= "$Windows NT$"
  3. DriverVer=07/01/2001,5.1.2600.5512
  4.  
  5. [Optional Components]
  6. IEAccess
  7.  
  8. [IEAccess]
  9. OptionDesc   = "%IEAccess_DESC%"
  10. Tip          = "%IEAccess_Tip%"
  11.  
  12. IconIndex    = *, ..\xpsp1res.dll, 200
  13.  
  14. InstallType  = 10    ; Typical, Custom
  15. Modes        = 0,1,2,3
  16. Uninstall    = UninstallIE
  17. Run          = ShowIE
  18.  
  19. [ShowIE]
  20. Commandline="%11%\ie4uinit.exe -show"
  21. TickCount=500
  22.  
  23. [HideIE]
  24. Commandline="%11%\ie4uinit.exe -hide"
  25. TickCount=500
  26.  
  27. [UninstallIE]
  28. DelFiles=DelNone
  29. Run=HideIE
  30.  
  31. [DelNone]
  32.  
  33. [DestinationDirs]
  34. DefaultDestination=11
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. [Strings]
  70.  
  71. IEAccess_DESC="Internet Explorer"
  72. IEAccess_Tip="Предоставляет или отменяет доступ к Internet Explorer из меню ''Пуск'' и с рабочего стола"
  73.  
  74.  
  75.