home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.14 / 1998-05_Disc_3.14.bin / earthl / iexplor / addons.inf < prev    next >
Windows Setup INFormation  |  1997-03-22  |  2KB  |  88 lines

  1. ; Microsoft Internet Explorer v3.0 Add-ons Installation
  2. ; Copyright (c) 1996 Microsoft Corporation
  3.  
  4.  
  5. [Version]
  6. Signature="$CHICAGO$"
  7. SetupClass=Base
  8.  
  9.  
  10. ;    INSTALLATION SECTIONS
  11.  
  12. [Win95InstallSection]
  13. AddReg=Win95.AddReg
  14.  
  15.  
  16. [WinNTx86InstallSection]
  17. AddReg=WinNT.AddReg
  18.  
  19.  
  20. [WinNTxAlphaInstallSection]
  21. AddReg=WinNTAlpha.AddReg
  22. DelReg=
  23.  
  24.  
  25. [WinNTxMIPSInstallSection]
  26. AddReg=WinNTMIPS.AddReg
  27. DelReg=
  28.  
  29.  
  30. [WinNTxPPCInstallSection]
  31. AddReg=WinNTPPC.AddReg
  32. DelReg=
  33.  
  34.  
  35.  
  36. [Win95.AddReg]
  37. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/default.asp"
  38.  
  39.  
  40.  
  41.  
  42. [WinNT.AddReg]
  43. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultnt.asp"
  44.  
  45.  
  46.  
  47.  
  48. [WinNTAlpha.AddReg]
  49. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultnta.asp"
  50.  
  51.  
  52.  
  53.  
  54. [WinNTMIPS.AddReg]
  55. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultntm.asp"
  56.  
  57.  
  58.  
  59.  
  60. [WinNTPPC.AddReg]
  61. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultntp.asp"
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. ;    STRINGS
  70. [Strings]
  71.  
  72. ;Non-Localizable
  73. FIRST_PAGE                        = "http://www.microsoft.com/ie"
  74.  
  75.  
  76.  
  77. ;Localizable
  78. LOCALIZED_DIR                    = ""
  79.  
  80. ; The LOCALIZED_DIR should equal "" for English and "_intl/XX" for localized
  81. ; pages, where XX is the two letter language code found on:
  82. ; http://iptdweb/intloc/internal/redmond/projecsts/ie30w95/iso639.htm
  83. ; For Example
  84. ;
  85. ; Germain: LOCALIZED_DIR                    = "_intl/de"
  86. ; Spanish: LOCALIZED_DIR                    = "_intl/se"
  87. ; French: LOCALIZED_DIR                        = "_intl/fr"
  88.