From 52e3c9a3848b24a03e7bfed6bca5884fadbc4013 Mon Sep 17 00:00:00 2001 From: "ssu%netscape.com" Date: Mon, 28 Aug 2000 04:46:36 +0000 Subject: [PATCH] fixing bug #49742 - Eliminate failovers in generated idi. this file is not part of tinderbox builds. would affect only windows platforms. r=sgehani a=dveditz git-svn-id: svn://10.0.0.236/trunk@77350 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpinstall/packager/windows/config.it | 76 +++++++------------- 1 file changed, 27 insertions(+), 49 deletions(-) diff --git a/mozilla/xpinstall/packager/windows/config.it b/mozilla/xpinstall/packager/windows/config.it index 1dfdb63f006..3e02d00bd05 100644 --- a/mozilla/xpinstall/packager/windows/config.it +++ b/mozilla/xpinstall/packager/windows/config.it @@ -52,6 +52,19 @@ Program Folder Path=[COMMON_PROGRAMS] Uninstall Filename=$UninstallFile$ +; The key(s) are used as a fail over key(s). The url(s) here will be used +; when the redirect.ini file is not found (ie. failed to download). +; There can be more than one url listed here. The naming convention needs to +; be as follows: +; +; url= +; url.0= +; url.1= +; url.2= +; +; and so on... +url=$ArchiveUrl$ + ; Default Setup Type values: ; Setup Type 0 - first radio button (default) ; Setup Type 1 - second radio button @@ -322,12 +335,6 @@ $InstallSizeArchive$:xpcom.xpi ; SELECTED - the component is selected to be installed by default. ; INVISIBLE - the component is not shown in the Select Components dialog. Attributes=SELECTED|INVISIBLE -; url keys can be as many as needed. url0 is attempted first. if it fails, -; the next url key is tried in sequential order. -; The url should not contain the filename. Setup will assemble the complete url -; using the url keys and the Archive key. -Domain0=$Domain$ -Server Path0=$ServerPath$ [Component1] Description Short=Mozilla Seamonkey @@ -342,12 +349,6 @@ $InstallSizeArchive$:browser.xpi ; SELECTED - the component is selected to be installed by default. ; INVISIBLE - the component is not shown in the Select Components dialog. Attributes=SELECTED|DISABLED -; url keys can be as many as needed. url0 is attempted first. if it fails, -; the next url key is tried in sequential order. -; The url should not contain the filename. Setup will assemble the complete url -; using the url keys and the Archive key. -Domain0=$Domain$ -Server Path0=$ServerPath$ [Component2] Description Short=Mail & News @@ -363,12 +364,6 @@ $InstallSizeArchive$:mail.xpi ; INVISIBLE - the component is not shown in the Select Components dialog. Attributes=SELECTED Parameter= -; url keys can be as many as needed. url0 is attempted first. if it fails, -; the next url key is tried in sequential order. -; The url should not contain the filename. Setup will assemble the complete url -; using the url keys and the Archive key. -Domain0=$Domain$ -Server Path0=$ServerPath$ [Component3] Description Short=$CompanyName$ Uninstaller @@ -384,12 +379,6 @@ $InstallSizeArchive$:$UninstallFile$ ; INVISIBLE - the component is not shown in the Select Components dialog. Attributes=SELECTED|INVISIBLE|DOWNLOAD_ONLY Parameter= -; url keys can be as many as needed. url0 is attempted first. if it fails, -; the next url key is tried in sequential order. -; The url should not contain the filename. Setup will assemble the complete url -; using the url keys and the Archive key. -Domain0=$Domain$ -Server Path0=$ServerPath$ [Component4] Description Short=Chatzilla @@ -405,12 +394,6 @@ $InstallSizeArchive$:chatzilla.xpi ; INVISIBLE - the component is not shown in the Select Components dialog. Attributes=SELECTED Parameter= -; url keys can be as many as needed. url0 is attempted first. if it fails, -; the next url key is tried in sequential order. -; The url should not contain the filename. Setup will assemble the complete url -; using the url keys and the Archive key. -Domain0=$Domain$ -Server Path0=$ServerPath$ [Component5] Description Short=US English profile defaults @@ -426,12 +409,6 @@ $InstallSizeArchive$:deflenus.xpi ; INVISIBLE - the component is not shown in the Select Components dialog. Attributes=SELECTED|INVISIBLE Parameter= -; url keys can be as many as needed. url0 is attempted first. if it fails, -; the next url key is tried in sequential order. -; The url should not contain the filename. Setup will assemble the complete url -; using the url keys and the Archive key. -Domain0=$Domain$ -Server Path0=$ServerPath$ [Component6] Description Short=English-US language pack @@ -447,12 +424,6 @@ $InstallSizeArchive$:langenus.xpi ; INVISIBLE - the component is not shown in the Select Components dialog. Attributes=SELECTED|INVISIBLE Parameter= -; url keys can be as many as needed. url0 is attempted first. if it fails, -; the next url key is tried in sequential order. -; The url should not contain the filename. Setup will assemble the complete url -; using the url keys and the Archive key. -Domain0=$Domain$ -Server Path0=$ServerPath$ [Component7] Description Short=English-German language pack @@ -468,12 +439,6 @@ $InstallSizeArchive$:langende.xpi ; INVISIBLE - the component is not shown in the Select Components dialog. Attributes=SELECTED|INVISIBLE Parameter= -; url keys can be as many as needed. url0 is attempted first. if it fails, -; the next url key is tried in sequential order. -; The url should not contain the filename. Setup will assemble the complete url -; using the url keys and the Archive key. -Domain0=$Domain$ -Server Path0=$ServerPath$ @@ -487,10 +452,23 @@ Message=Preparing Install, please wait... [Redirect] Status=Disabled -url0=$RedirIniUrl$ +; This is used in conjunction with the Site Selector info to build a +; url to where to download the needed redirect.ini file from. +; If there's more than one server path, they will be used as fail +; over paths. +; +; The Server Path= keys need to be named in the following convention: +; +; Server Path0= +; Server Path1= +; Server Path2= +; +; and so on... +Server Path0= Description= Message= + ; The Timing key needs to be one of the following values: ; pre download - process before any files have been downloaded. ; post download - process after all files have been downloaded.