home *** CD-ROM | disk | FTP | other *** search
/ CLIX - Fazer Clix Custa Nix / CLIX-CD.cdr / pc / iesqrl.inf < prev    next >
INI File  |  1999-05-05  |  3KB  |  82 lines

  1. [Version]
  2. signature="$CHICAGO$"
  3. AdvancedINF=2.5,%BadSetupVer%
  4.  
  5. [DefaultInstall]
  6. RequiredEngine=Setupapi,%BadSetupVer%
  7. UpdateInis=AddLink 
  8. CustomDestination=MyCustomDestination
  9.  
  10. [DefaultInstall.NT]
  11. RequiredEngine=Setupapi,%BadSetupVer%
  12. UpdateInis=AddLinkNT
  13. CustomDestination=MyCustomDestination
  14.  
  15. [InstallSucceed]
  16. RequiredEngine=Setupapi,%BadSetupVer%
  17. AddReg=AddGUIDKey
  18.  
  19. [CopyCabFiles]
  20. RequiredEngine=Setupapi,%BadSetupVer%
  21. CustomDestination=MyCustomDestination
  22. CopyFiles=Files.SideBySide, Files.INF
  23.  
  24. [UninstallSection]
  25. RequiredEngine=Setupapi,%BadSetupVer%
  26. UpdateInis=RemoveLink
  27.  
  28. [AddGUIDKey]
  29. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","",,"%DisplayName%"
  30. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","ComponentID",,"%CompID%"
  31. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"*"
  32. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"5,00,2314,1003"
  33. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","IsInstalled",65537,1
  34.  
  35. [Files.SideBySide]
  36. iesqrl.inf,,,32
  37. iesqrl.exe,,,32
  38. browseui.dll,brwsstub.dll,,32
  39.  
  40. [Files.INF]
  41. iesqrl.inf
  42.  
  43. [DestinationDirs]
  44. Files.INF=17
  45. Files.SideBySide=49000
  46.  
  47. [AddLinkNT]
  48. setup.ini, progman.groups,, ""group3="%GroupName%"""
  49. setup.ini, group3,, """%LinkName%"",""""""%49000%\IE%CompatVer%.EXE""""""
  50.  
  51. [AddLink]
  52. setup.ini, progman.groups,, "group0="%GroupName%""  
  53. setup.ini, group0,, """%LinkName%"",""%49000%\IE%CompatVer%.EXE"",,0,"
  54.  
  55. [RemoveLink]
  56. setup.ini, progman.groups,, ""group0="%GroupName%"""
  57. setup.ini, group0,, """%LinkName%""" 
  58.  
  59. [MyCustomDestination]
  60. 49000,49001,49002,49003=PackageDestination49000,5
  61.  
  62. [PackageDestination49000]
  63. HKLM,"Software\Microsoft\Internet Explorer\Compatibility Mode",%CompatVer%,%InstallPrompt%,%DefaultDir%
  64.  
  65.  
  66. [Strings]
  67. GUID = {B57EA2D1-1C31-11d2-B9C1-00A0C9B7C9C1}
  68. DisplayName = "Componentes anteriores do Internet Explorer"
  69. GroupName = "Internet Explorer"
  70. BadSetupVer = "Falta o motor de configuraÁ„o necess·rio no seu sistema."
  71. CompID = "MSIECompat"
  72. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  73. ; The following two keys will be written in by IESQrl at runtime.
  74. ; CompatVer=x      ;     LinkName="Previous Internet Explorer Ver. x"
  75. ; The following two keys will not be used b'cos the registry key will exist.
  76. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  77. InstallPrompt = "A vers„o anterior compatÌvel do Internet Explorer est· agora instalada aqui :"
  78. DefaultDir = "C:\PrvBrwsrDefault"
  79.  
  80.  
  81.  
  82.