You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
3.2 KiB
60 lines
3.2 KiB
[Version]
|
|
Signature="$CHICAGO$"
|
|
AdvancedINF=2.5,"You need a new version of advpack.dll"
|
|
|
|
[RestoreHomePage]
|
|
AddReg=RestoreHomePage.reg
|
|
|
|
[RestoreBrowserSettings]
|
|
AddReg=RestoreBrowserSettings.reg
|
|
DelReg=DeleteTemplates.reg
|
|
|
|
[RestoreHomePage.reg]
|
|
HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",0,%START_PAGE_URL%
|
|
|
|
[RestoreBrowserSettings.reg]
|
|
HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Page_URL",0,%START_PAGE_URL%
|
|
HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Search_URL",0,%SEARCH_PAGE_URL%
|
|
HKLM,"Software\Microsoft\Internet Explorer\Main","Search Page",0,%SEARCH_PAGE_URL%
|
|
HKLM,"Software\Microsoft\Internet Explorer\Main\UrlTemplate","1",0,"www.%s.com"
|
|
HKLM,"Software\Microsoft\Internet Explorer\Main\UrlTemplate","2",0,"www.%s.org"
|
|
HKLM,"Software\Microsoft\Internet Explorer\Main\UrlTemplate","3",0,"www.%s.net"
|
|
HKLM,"Software\Microsoft\Internet Explorer\Main\UrlTemplate","4",0,"www.%s.edu"
|
|
HKCU,"Software\Microsoft\Internet Explorer\Main","Search Page",0,%SEARCH_PAGE_URL%
|
|
HKCU,"Software\Microsoft\Internet Explorer\SearchUrl","provider",0,""
|
|
|
|
<BUILDTYPE=rtw>
|
|
HKLM,"Software\Microsoft\Internet Explorer\Search","SearchAssistant",0,"http://ie.search.msn.com/{SUB_RFC1766}/srchasst/srchasst.htm"
|
|
HKLM,"Software\Microsoft\Internet Explorer\Search","CustomizeSearch",0,"http://ie.search.msn.com/{SUB_RFC1766}/srchasst/srchcust.htm"
|
|
HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\SafeSites",%SAFESITE_VALUE%,0,"http://ie.search.msn.com/*"
|
|
</BUILDTYPE>
|
|
|
|
<BUILDTYPE=techbeta>
|
|
HKLM,"Software\Microsoft\Internet Explorer\Search","SearchAssistant",0,"http://ie.search.msn.com/{SUB_RFC1766}/srchasst/srchasst.htm"
|
|
HKLM,"Software\Microsoft\Internet Explorer\Search","CustomizeSearch",0,"http://ie.search.msn.com/{SUB_RFC1766}/srchasst/srchcust.htm"
|
|
HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\SafeSites",%SAFESITE_VALUE%,0,"http://ie.search.msn.com/*"
|
|
</BUILDTYPE>
|
|
|
|
<BUILDTYPE=daily>
|
|
HKLM,"Software\Microsoft\Internet Explorer\Search","SearchAssistant",0,"http://131.107.97.58/{SUB_RFC1766}/srchasst/srchasst.htm"
|
|
HKLM,"Software\Microsoft\Internet Explorer\Search","CustomizeSearch",0,"http://131.107.97.58/{SUB_RFC1766}/srchasst/srchcust.htm"
|
|
HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\SafeSites",%SAFESITE_VALUE%,0,"http://131.107.97.58/*"
|
|
</BUILDTYPE>
|
|
|
|
[DeleteTemplates.reg]
|
|
HKLM,"Software\Microsoft\Internet Explorer\Main\UrlTemplate","5"
|
|
HKLM,"Software\Microsoft\Internet Explorer\Main\UrlTemplate","6"
|
|
HKLM,"Software\Microsoft\Internet Explorer\Main\UrlTemplate","7"
|
|
HKLM,"Software\Microsoft\Internet Explorer\Main\UrlTemplate","8"
|
|
HKLM,"Software\Microsoft\Internet Explorer\Main\UrlTemplate","9"
|
|
|
|
[Strings]
|
|
START_PAGE_URL="http://www.msn.com"
|
|
SEARCH_PAGE_URL="http://www.microsoft.com/isapi/redir.dll?prd=ie&ar=iesearch"
|
|
SAFESITE_VALUE="ie.search.msn.com"
|
|
|
|
; IMPORTANT NOTE:
|
|
; IE branding dll (iedkcs32.dll) uses the following entries to restore the default MS values.
|
|
; In the vanilla version of IE, the values must be the same as their corresponding non MS_* values.
|
|
; For example, START_PAGE_URL and MS_START_PAGE_URL must have the same URL in the IE version released by MS.
|
|
MS_START_PAGE_URL="http://www.msn.com"
|