home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 July / VPR0107A.BIN / iesqrl.inf < prev    next >
Windows Setup INFormation  |  2000-06-19  |  3KB  |  87 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. DelReg=DelCompatKey
  18. AddReg=AddGUIDKey
  19.  
  20. [CopyCabFiles]
  21. RequiredEngine=Setupapi,%BadSetupVer%
  22. CustomDestination=MyCustomDestination
  23. CopyFiles=Files.SideBySide, Files.INF
  24.  
  25. [UninstallSection]
  26. RequiredEngine=Setupapi,%BadSetupVer%
  27. UpdateInis=RemoveLink
  28.  
  29. [AddGUIDKey]
  30. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","",,"%DisplayName%"
  31. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","ComponentID",,"%CompID%"
  32. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"*"
  33. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"5,50,4134,0600"
  34. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","IsInstalled",65537,1
  35. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\User Agent\Post Platform","compat",1
  36.  
  37. [DelCompatKey]
  38. HKCU,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\User Agent\Post Platform","compat"
  39.  
  40. [Files.SideBySide]
  41. iesqrl.inf,,,32
  42. iesqrl.exe,,,32
  43. browseui.dll,brwsstub.dll,,32
  44.  
  45. [Files.INF]
  46. iesqrl.inf
  47.  
  48. [DestinationDirs]
  49. Files.INF=17
  50. Files.SideBySide=49000
  51.  
  52. [AddLinkNT]
  53. setup.ini, progman.groups,, ""group3="%GroupName%"""
  54. setup.ini, group3,, """%LinkName%"",""""""%49000%\IE%CompatVer%.EXE""""""
  55.  
  56. [AddLink]
  57. setup.ini, progman.groups,, "group0="%GroupName%""  
  58. setup.ini, group0,, """%LinkName%"",""%49000%\IE%CompatVer%.EXE"",,0,"
  59.  
  60. [RemoveLink]
  61. setup.ini, progman.groups,, ""group0="%GroupName%"""
  62. setup.ini, group0,, """%LinkName%""" 
  63.  
  64. [MyCustomDestination]
  65. 49000,49001,49002,49003=PackageDestination49000,5
  66.  
  67. [PackageDestination49000]
  68. HKLM,"Software\Microsoft\Internet Explorer\Compatibility Mode",%CompatVer%,%InstallPrompt%,%DefaultDir%
  69.  
  70.  
  71. [Strings]
  72. GUID={B57EA2D1-1C31-11d2-B9C1-00A0C9B7C9C1}
  73. DisplayName="以前の Internet Explorer コンポーネント"
  74. GroupName="Internet Explorer"
  75. BadSetupVer = "必要なセットアップ エンジンがシステムにありません。"
  76. CompID="MSIECompat"
  77. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  78. ; The following two keys will be written in by IESQrl at runtime.
  79. ; CompatVer=x      ;     LinkName="Previous Internet Explorer Ver. x"
  80. ; The following two keys will not be used b'cos the registry key will exist.
  81. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  82. InstallPrompt="ここが、互換性のある Internet Explorer をインストールした場所です :"
  83. DefaultDir="C:\PrvBrwsrDefault"
  84.  
  85.  
  86.  
  87.