mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-14 15:37:55 +00:00
6c0564b29d
(suggestions/patches from Henrik Gemal) bug 40708 - Mozilla installer should not install files into a subfolder r=dveditz sr=mscott affects only windows platforms. Not part of tinderbox builds.
739 lines
24 KiB
Plaintext
739 lines
24 KiB
Plaintext
[General]
|
|
; Run Mode values:
|
|
; Normal - Shows all dialogs. Requires user input.
|
|
; Auto - Shows some dialogs, but none requiring user input. It will
|
|
; automatically install the product using default values.
|
|
; Silent - Show no dialogs at all. It will install product using default
|
|
; values.
|
|
Run Mode=Normal
|
|
|
|
Company Name=$CompanyName$
|
|
Product Name=$ProductName$
|
|
User Agent=$UserAgent$
|
|
|
|
; Destination Path values:
|
|
; PROGRAMFILESDIR
|
|
; WINDISK
|
|
; WINDIR
|
|
; WINSYSDIR
|
|
Path=[PROGRAMFILESDIR]\$CompanyName$\$ProductName$
|
|
|
|
; Sub Path, when set will indicate to Setup to create a subfolder from
|
|
; what is offered to the user to change. It will not be shown to the user
|
|
; but simply created:
|
|
;
|
|
; ie: shown to user : [Path]
|
|
; actually created: [Path]\[Sub Path]
|
|
; (where [Path] is the Path= key above)
|
|
Sub Path=
|
|
Program Name=$MainExeFile$
|
|
|
|
; Program Folder Path values:
|
|
; COMMON_STARTUP
|
|
; COMMON_PROGRAMS
|
|
; COMMON_STARTMENU
|
|
; COMMON_DESKTOP
|
|
;
|
|
; PERSONAL_STARTUP
|
|
; PERSONAL_PROGRAMS
|
|
; PERSONAL_STARTMENU
|
|
; PERSONAL_DESKTOP
|
|
;
|
|
; PERSONAL_APPDATA
|
|
; PERSONAL_CACHE
|
|
; PERSONAL_COOKIES
|
|
; PERSONAL_FAVORITES
|
|
; PERSONAL_FONTS
|
|
; PERSONAL_HISTORY
|
|
; PERSONAL_NETHOOD
|
|
; PERSONAL_PERSONAL
|
|
; PERSONAL_PRINTHOOD (supported only under Windows NT)
|
|
; PERSONAL_RECENT
|
|
; PERSONAL_SENDTO
|
|
; PERSONAL_TEMPLATES
|
|
;
|
|
; PROGRAMFILESDIR
|
|
; COMMONFILESDIR
|
|
; MEDIAPATH
|
|
; CONFIGPATH (supported only under Windows95 and Windows98)
|
|
; DEVICEPATH
|
|
Program Folder Name=$ProductName$
|
|
Program Folder Path=[COMMON_PROGRAMS]
|
|
|
|
Uninstall Filename=$UninstallFile$
|
|
|
|
; This key is used as a fail over key. The url here will be used
|
|
; when the redirect.ini file is not found (ie. failed to download).
|
|
url=$ArchiveUrl$
|
|
|
|
; Default Setup Type values:
|
|
; Setup Type 0 - first radio button (default)
|
|
; Setup Type 1 - second radio button
|
|
; Setup Type 2 - third radio button
|
|
; Setup Type 3 - fourth radio button (usually the Custom option)
|
|
Default Setup Type=Setup Type 1
|
|
|
|
; Default Font Size is 32
|
|
; Default Font Color is WHITE (of BLACK and GREEN)
|
|
; Default Font Shadow is TRUE
|
|
;*** LOCALIZE ME BABY ***
|
|
Setup Title0=$ProductName$ Setup
|
|
Setup Title0 Font Size=
|
|
Setup Title0 Font Color=
|
|
Setup Title0 Font Shadow=TRUE
|
|
;*** LOCALIZE ME BABY ***
|
|
Setup Title1=Build $Version$
|
|
Setup Title1 Font Size=12
|
|
Setup Title1 Font Color=BLACK
|
|
Setup Title1 Font Shadow=FALSE
|
|
Setup Title2=
|
|
Setup Title2 Font Size=
|
|
Setup Title2 Font Color=
|
|
Setup Title2 Font Shadow=TRUE
|
|
|
|
; HKey: valid decryptable setup key is [Product CurrentVersion]
|
|
; Decrypt HKey: there are times when '[' and ']' are valid part of windows registry key names.
|
|
; Contains Filename: tells setup that the path contains filename needed to be removed before
|
|
; using it as a path.
|
|
; Verify Existence: FILE or PATH
|
|
;
|
|
[Locate Previous Product Path0]
|
|
HRoot=HKEY_LOCAL_MACHINE
|
|
HKey=[Product CurrentVersion]\Main
|
|
Name=Install Directory
|
|
Decrypt HKey=TRUE
|
|
Contains Filename=FALSE
|
|
Verify Existence=
|
|
|
|
; This section checks for legacy files.
|
|
; If the file(s), indicated by the Filename= key, is found to have a version of less than the value
|
|
; indicated by the Version= key, then display the string in the Message= key.
|
|
[Legacy Check0]
|
|
Filename=[SETUP PATH]\$MainExeFile$
|
|
Version=$XPInstallVersion$.0
|
|
;*** LOCALIZE ME BABY ***
|
|
Message0=The destination directory already contains an earlier version of $ProductName$. To avoid problems, the installer will delete the destination directory and all its files, and then re-create the directory and install $ProductName$.
|
|
;*** LOCALIZE ME BABY ***
|
|
Message1=If you wish to keep any files currently in the destination directory, either save them to a temporary directory and restore them after the install OR install to an alternate directory.
|
|
;*** LOCALIZE ME BABY ***
|
|
Message2=Click Delete to delete the directory when installation begins. If you prefer not to delete the directory, click Back to go back and choose a different destination directory.
|
|
|
|
[Dialog Welcome]
|
|
Show Dialog=TRUE
|
|
;*** LOCALIZE ME BABY ***
|
|
Title=$ProductName$ Setup - Welcome
|
|
;*** LOCALIZE ME BABY ***
|
|
Message0=Welcome to %s Setup.
|
|
;*** LOCALIZE ME BABY ***
|
|
Message1=It is strongly recommended that you exit all Windows programs before running this Setup program.
|
|
;*** LOCALIZE ME BABY ***
|
|
Message2=Click Cancel to quit Setup and then close any programs you have running. Click Next to continue the Setup program.
|
|
|
|
[Dialog License]
|
|
Show Dialog=FALSE
|
|
;*** LOCALIZE ME BABY ***
|
|
Title=$ProductName$ Setup - Software License Agreement
|
|
License File=license.txt
|
|
;*** LOCALIZE ME BABY ***
|
|
Message0=Please read the following license agreement. Use the scroll bar to view the rest of this agreement.
|
|
;*** LOCALIZE ME BABY ***
|
|
Message1=Click Accept if you accept the terms of the preceeding license agreement. If No is clicked, setup will quit.
|
|
|
|
[Dialog Setup Type]
|
|
Show Dialog=TRUE
|
|
;*** LOCALIZE ME BABY ***
|
|
Title=$ProductName$ Setup - Setup Type
|
|
;*** LOCALIZE ME BABY ***
|
|
Message0=Click the type of setup you prefer, then click Next.
|
|
Readme Filename=readme.txt
|
|
Readme App=notepad.exe
|
|
|
|
; at least one Setup Type needs to be set, and up to 4 can be
|
|
; set (Setup Type0, Setup Type1, Setup Type2, Setup Type3).
|
|
[Setup Type0]
|
|
;*** LOCALIZE ME BABY ***
|
|
Description Short=Bro&wser only
|
|
;*** LOCALIZE ME BABY ***
|
|
Description Long=Program will be installed with the minimal options.
|
|
|
|
; List of components to install/enable for this Setup Type.
|
|
; All other components not listed here will be disabled if
|
|
; this Setup Type is selected.
|
|
C0=Component XPCOM
|
|
C1=Component Navigator
|
|
C2=Component PSM
|
|
C3=Component Uninstaller
|
|
C4=Component US English Profile Defaults
|
|
C5=Component En US lang pack
|
|
|
|
[Setup Type1]
|
|
;*** LOCALIZE ME BABY ***
|
|
Description Short=C&omplete
|
|
;*** LOCALIZE ME BABY ***
|
|
Description Long=Program will be installed with the most common options.
|
|
|
|
; List of components to install/enable for this Setup Type.
|
|
; All other components not listed here will be disabled if
|
|
; this Setup Type is selected.
|
|
C0=Component XPCOM
|
|
C1=Component Navigator
|
|
C2=Component MailNews
|
|
C3=Component PSM
|
|
C4=Component Uninstaller
|
|
C5=Component Chatzilla
|
|
C6=Component US English Profile Defaults
|
|
C7=Component En US lang pack
|
|
|
|
[Setup Type2]
|
|
;*** LOCALIZE ME BABY ***
|
|
Description Short=C&ustom
|
|
;*** LOCALIZE ME BABY ***
|
|
Description Long=You may choose the options you want to install. Recommended for advanced users only.
|
|
;Description Short=&Pro
|
|
;Description Long=Program will be installed with all the options available.
|
|
|
|
; List of components to install/enable for this Setup Type.
|
|
; All other components not listed here will be disabled if
|
|
; this Setup Type is selected.
|
|
C0=Component XPCOM
|
|
C1=Component Navigator
|
|
C2=Component MailNews
|
|
C3=Component PSM
|
|
C4=Component Uninstaller
|
|
C5=Component Chatzilla
|
|
C6=Component US English Profile Defaults
|
|
C7=Component En US lang pack
|
|
|
|
|
|
|
|
[Dialog Select Components]
|
|
Show Dialog=TRUE
|
|
;*** LOCALIZE ME BABY ***
|
|
Title=$ProductName$ Setup - Select Components
|
|
;*** LOCALIZE ME BABY ***
|
|
Message0=The browser is always installed. Select or clear the additional components you want to install.
|
|
|
|
;*** DO NOT LOCALIZE - BEGIN ***
|
|
; do not localize this part because it is not currently being used
|
|
[Dialog Windows Integration]
|
|
Show Dialog=FALSE
|
|
Title=$ProductName$ Setup - Windows Integration
|
|
Message0=Check the Mozilla Preference options you would like Setup to perform.
|
|
Message1=These settings allow you to set default Internet preferences for browsing and searching. They affect browsers installed on your machine, including Mozilla Communicator and Microsoft Internet Explorer.
|
|
|
|
; Only a maximum of 4 "Windows Integration-Item"s are allowded. Each Item
|
|
; shows up as a checkbox in the Windows Integration dialog.
|
|
[Windows Integration-Item0]
|
|
CheckBoxState=FALSE
|
|
Description=Make Mozilla Communicator my default Internet browser
|
|
Archive=
|
|
|
|
[Windows Integration-Item1]
|
|
CheckBoxState=FALSE
|
|
Description=Make Mozilla Netcenter my home page
|
|
Archive=
|
|
|
|
[Windows Integration-Item2]
|
|
CheckBoxState=FALSE
|
|
Description=Use Mozilla Netcenter to search the Web
|
|
Archive=
|
|
;*** DO NOT LOCALIZE - END ***
|
|
|
|
[Dialog Program Folder]
|
|
Show Dialog=TRUE
|
|
;*** LOCALIZE ME BABY ***
|
|
Title=$ProductName$ Setup - Select Program Folder
|
|
;*** LOCALIZE ME BABY ***
|
|
Message0=Setup will add program icons to the Program Folder listed below. You may type a new folder name, or select one from the Existing Folders list. Click Next to continue.
|
|
|
|
[Dialog Download Options]
|
|
Show Dialog=TRUE
|
|
;*** LOCALIZE ME BABY ***
|
|
Title=$ProductName$ Setup - Download Options
|
|
;*** LOCALIZE ME BABY ***
|
|
Message0=Select the region you wish to download from, or leave on Default to download from the nearest geographic location.
|
|
;*** LOCALIZE ME BABY ***
|
|
Message1=Select the following option if you wish to save downloaded Setup files on your own computer. This allows you to re-run Setup without downloading the files again. The Setup files will be saved to the path below.
|
|
Save Installer=
|
|
|
|
[Dialog Advanced Settings]
|
|
Show Dialog=TRUE
|
|
;*** LOCALIZE ME BABY ***
|
|
Title=$ProductName$ Setup - Advanced Settings
|
|
;*** LOCALIZE ME BABY ***
|
|
Message0=If your Internet connection requires a proxy server, enter your server name and port information. If your Internet connection doesn't require a proxy server, leave the fields blank.
|
|
Proxy Server=
|
|
Proxy Port=
|
|
Proxy User=
|
|
Proxy Password=
|
|
|
|
[Dialog Start Install]
|
|
Show Dialog=TRUE
|
|
;*** LOCALIZE ME BABY ***
|
|
Title=$ProductName$ Setup - Start Install
|
|
;*** LOCALIZE ME BABY ***
|
|
Message Install=Setup has enough information to start copying the program files. If you want to review or change settings, click Back. If you are satisfied with the current settings, click Install to begin copying files.
|
|
;*** LOCALIZE ME BABY ***
|
|
Message Download=Setup has enough information to start downloading and copying the program files. If you want to review or change settings, click Back. If you are satisfied with the current settings, make sure you are currently connected to the internet and click Install to begin downloading files.
|
|
|
|
[Dialog Download]
|
|
Show Dialog=TRUE
|
|
;*** LOCALIZE ME BABY ***
|
|
Title=$ProductName$ Setup - Download
|
|
;*** LOCALIZE ME BABY ***
|
|
Message Download0=Downloading files now
|
|
;*** LOCALIZE ME BABY ***
|
|
Message Retry0=Redownloading files that have failed CRC checks now
|
|
|
|
[Dialog Reboot]
|
|
; Show Dialog values are:
|
|
; TRUE - Always show
|
|
; FALSE - Don't show unless at least one component has its reboot show value set
|
|
; to TRUE. This will not show even if some files were in use and a reboot
|
|
; is necessary.
|
|
; AUTO - Don't show unless a component has its reboot show value set to
|
|
; TRUE or there was at least one file in use and a reboot is
|
|
; is required for the file to be replaced correctly.
|
|
Show Dialog=AUTO
|
|
|
|
; These SmartDownload sections contain information to configure SmartDownload.
|
|
; The info is applied to all components to be downloaded.
|
|
[SmartDownload-Netscape Install]
|
|
;core_file=base.zip
|
|
;core_dir=[SETUP PATH]
|
|
no_ads=true
|
|
silent=false
|
|
execution=false
|
|
confirm_install=false
|
|
;extract_msg=Uncompressing Seamonkey. Please wait...
|
|
|
|
[SmartDownload-Proxy]
|
|
|
|
[SmartDownload-Execution]
|
|
exe=
|
|
exe_param=
|
|
|
|
[Check Instance0]
|
|
Class Name=MozillaWindowClass
|
|
Window Name=
|
|
;*** LOCALIZE ME BABY ***
|
|
Message=Setup has detected that $ProductName$ is currently running. Please quit $ProductName$ before continuing Setup. Click Retry to perform the check again, or Cancel to exit Setup.
|
|
|
|
|
|
|
|
|
|
[Component XPCOM]
|
|
Description Short=Mozilla XPCOM
|
|
;*** LOCALIZE ME BABY ***
|
|
Description Long=Install Engine
|
|
Archive=xpcom.xpi
|
|
$InstallSize$:xpcom
|
|
$InstallSizeSystem$
|
|
$InstallSizeArchive$:xpcom.xpi
|
|
;Dependee0=
|
|
;Dependency0=
|
|
; Attributes can be the following values:
|
|
;
|
|
; SELECTED - Component is selected to be installed by default.
|
|
;
|
|
; INVISIBLE - Component is not shown in the Select Components dialog.
|
|
;
|
|
; LAUNCHAPP - Component is downloaded and simply run (like a .exe file)
|
|
; after all the components have been downloaded and xpinstall'ed.
|
|
;
|
|
; DOWNLOAD_ONLY - Component is to be only downloaded to the ns_temp folder,
|
|
; then deleted as Setup is quitting.
|
|
;
|
|
; ADDITIONAL - Component will is to be shown in the Additional Options dialog
|
|
; (2nd Options dialog) instead of the 1st Options dialog.
|
|
;
|
|
; DISABLED - Component is to be shown as disabled (greyed out) in either of
|
|
; two Options dialog.
|
|
;
|
|
; UNSELECTED - Component it to be displayed unselected in the Options dialog.
|
|
; If the component is listed in the non-custom Setup Type section,
|
|
; it will be assumed to be selected by default.
|
|
;
|
|
; FORCE_UPGRADE - Force Upgrade checks for a particular file or directory provided
|
|
; in the Force Upgrade FileX= key(s). If any of the listed file or
|
|
; directory exists, then this component will have it's SELECTED and
|
|
; DISABLED Attributes set automatically. Force Upgrade will
|
|
; override the following:
|
|
;
|
|
; Random Install Percentage= setting
|
|
; UNSELECTED Attribute setting
|
|
; Dependency settings
|
|
; Dependee settings
|
|
; Setup Type settings - meaning that even if this component is
|
|
; not listed in the selected Setup Type,
|
|
; it will be affected.
|
|
Attributes=SELECTED|INVISIBLE|FORCE_UPGRADE
|
|
Force Upgrade File0=[SETUP PATH]\xpcom.dll
|
|
|
|
[Component Navigator]
|
|
Description Short=Navigator
|
|
;*** LOCALIZE ME BABY ***
|
|
Description Long=Web Browser
|
|
Archive=browser.xpi
|
|
$InstallSize$:browser
|
|
$InstallSizeSystem$
|
|
$InstallSizeArchive$:browser.xpi
|
|
Attributes=SELECTED|DISABLED|FORCE_UPGRADE
|
|
Force Upgrade File0=[SETUP PATH]\$MainExeFile$
|
|
|
|
[Component MailNews]
|
|
Description Short=Mail & News
|
|
;*** LOCALIZE ME BABY ***
|
|
Description Long=Email and Newsgroup Software
|
|
Archive=mail.xpi
|
|
$InstallSize$:mail
|
|
$InstallSizeSystem$
|
|
$InstallSizeArchive$:mail.xpi
|
|
Attributes=SELECTED|FORCE_UPGRADE
|
|
Force Upgrade File0=[SETUP PATH]\msgbsutl.dll
|
|
|
|
[Component Uninstaller]
|
|
Description Short=$CompanyName$ Uninstaller
|
|
;*** LOCALIZE ME BABY ***
|
|
Description Long=Uninstaller for $ProductName$
|
|
Archive=$UninstallFile$
|
|
$InstallSize$:$UninstallFile$
|
|
$InstallSizeSystem$
|
|
$InstallSizeArchive$:$UninstallFile$
|
|
Attributes=SELECTED|INVISIBLE|DOWNLOAD_ONLY
|
|
|
|
;Since the uninstaller program is going to be installed into the Windows folder,
|
|
;Setup.exe need to know to calculate the disk space required for the Windows folder.
|
|
;This section overrides the default user-chosen path for Uninstaller only.
|
|
[Component Uninstaller-Destination Path0]
|
|
Path=[WINDIR]
|
|
|
|
[Component Chatzilla]
|
|
Description Short=Chatzilla
|
|
;*** LOCALIZE ME BABY ***
|
|
Description Long=IRC Client
|
|
Archive=chatzilla.xpi
|
|
$InstallSize$:chatzilla
|
|
$InstallSizeSystem$
|
|
$InstallSizeArchive$:chatzilla.xpi
|
|
Attributes=SELECTED|FORCE_UPGRADE
|
|
Force Upgrade File0=[SETUP PATH]\Chrome\chatzilla.jar
|
|
|
|
[Component US English Profile Defaults]
|
|
Description Short=US English profile defaults
|
|
;*** LOCALIZE ME BABY ***
|
|
Description Long=US English profile defaults
|
|
Archive=deflenus.xpi
|
|
$InstallSize$:deflenus
|
|
$InstallSizeSystem$
|
|
$InstallSizeArchive$:deflenus.xpi
|
|
Attributes=SELECTED|INVISIBLE|FOCE_UPGRADE
|
|
Force Upgrade File0=[SETUP PATH]\defaults\profile\bookmarks.html
|
|
|
|
[Component En US lang pack]
|
|
;*** LOCALIZE ME BABY ***
|
|
Description Short=English-US language pack
|
|
;*** LOCALIZE ME BABY ***
|
|
Description Long=English-US language pack
|
|
Archive=langenus.xpi
|
|
$InstallSize$:langenus
|
|
$InstallSizeSystem$
|
|
$InstallSizeArchive$:langenus.xpi
|
|
Attributes=SELECTED|INVISIBLE|FORCE_UPGRADE
|
|
Force Upgrade File0=[SETUP PATH]\Chrome\en-US.jar
|
|
|
|
[Component PSM]
|
|
Description Short=Personal Security Manager
|
|
;*** LOCALIZE ME BABY ***
|
|
Description Long=Personal Security Manager (PSM) for crypto operations
|
|
Archive=psm.xpi
|
|
$InstallSize$:psm
|
|
$InstallSizeSystem$
|
|
$InstallSizeArchive$:psm.xpi
|
|
Attributes=SELECTED|FORCE_UPGRADE
|
|
Force Upgrade File0=[SETUP PATH]\psm.exe
|
|
|
|
|
|
|
|
|
|
[Core]
|
|
Source=[XPI PATH]\xpcom.xpi
|
|
Destination=[WIZTEMP]\xpcom.ns
|
|
$InstallSize$:xpcom
|
|
Cleanup=TRUE
|
|
;*** LOCALIZE ME BABY ***
|
|
Message=Preparing Install, please wait...
|
|
|
|
[Redirect]
|
|
Status=Enabled
|
|
; 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 Path=redirect.ini
|
|
;*** LOCALIZE ME BABY ***
|
|
Description=Redirect File
|
|
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.
|
|
; pre xpcom - process before the xpcom file has been uncompressed.
|
|
; post xpcom - process after the xpcom file has been uncompressed.
|
|
; pre smartupdate - process before the smartupdate engine has been launched.
|
|
; post smartupdate - process after the smartupdate engine has been launched.
|
|
; pre launchapp - process before the launching of executables.
|
|
; post launchapp - process after the launching of executables.
|
|
; pre archive - process before the launching of each individual archive file.
|
|
; post archive - process after the launching of each individual archive file.
|
|
; depend reboot - process depending on if a reboot is necessary or not.
|
|
; if reboot is necessary, installer can set it up so
|
|
; the app runs once upon windows reboot.
|
|
|
|
;Uncompress FileX sections
|
|
;[Uncompress File0]
|
|
;Timing=post download
|
|
;Source=[XPI PATH]\xpcom.xpi
|
|
;Destination=[SETUP PATH]
|
|
;Message=Configuring Seamonkey, please wait...
|
|
|
|
;[Uncompress File1]
|
|
;Timing=post download
|
|
;Source=[XPI PATH]\extratest.xpi
|
|
;Destination=[SETUP PATH]
|
|
;Message=Configuring Extra test files, please wait...
|
|
|
|
;Move FileX sections
|
|
;[Move File0]
|
|
;Timing=post download
|
|
;Source=[SETUP PATH]\bin\*
|
|
;Destination=[SETUP PATH]\program
|
|
|
|
;[Move File1]
|
|
;Timing=post download
|
|
;Source=[SETUP PATH]\ftmain\*
|
|
;Destination=[SETUP PATH]\program
|
|
|
|
;Copy FileX sections
|
|
[Copy File0]
|
|
Timing=post launchapp
|
|
Source=[JRE BIN PATH]\np*.dll
|
|
Destination=[SETUP PATH]\Plugins
|
|
Fail If Exists=FALSE
|
|
|
|
[Copy File1]
|
|
Timing=post smartupdate
|
|
Source=[SETUP STARTUP PATH]\$UninstallFile$
|
|
Destination=[WINDIR]
|
|
Fail If Exists=FALSE
|
|
|
|
|
|
;Copy File SequentialX sections
|
|
[Copy File Sequential0]
|
|
Timing=post launchapp
|
|
Filename=install_wizard.log
|
|
Source=[SETUP PATH]
|
|
Destination=[SETUP PATH]\Uninstall
|
|
|
|
|
|
;Create DirectoryX sections
|
|
[Create Directory0]
|
|
Timing=post download
|
|
Destination=[SETUP PATH]\Plugins
|
|
|
|
|
|
;Delete FileX sections
|
|
[Delete File0]
|
|
Timing=post download
|
|
Destination=[COMMON_PROGRAMS]\Mozilla Seamonkey\Mozilla AppRunner.lnk
|
|
|
|
[Delete File1]
|
|
Timing=post launchapp
|
|
Destination=[SETUP PATH]\install_wizard.log
|
|
|
|
|
|
;Remove DirectoryX sections
|
|
;[Remove Directory0]
|
|
;Timing=post launchapp
|
|
;Destination=[TEMP]\xtratest
|
|
;Remove subdirs=TRUE
|
|
|
|
|
|
;RunAppX sections
|
|
[RunApp0]
|
|
Timing=depend reboot
|
|
Wait=FALSE
|
|
Target=[SETUP PATH]\$MainExeFile$
|
|
Parameters=-installer
|
|
WorkingDir=[SETUP PATH]
|
|
|
|
|
|
[Windows Registry0]
|
|
Root Key=HKEY_LOCAL_MACHINE
|
|
;*** LOCALIZE ME BABY ***
|
|
Key=Software\$CompanyName$\$ProductName$\$UserAgent$\Main
|
|
Name=Program Folder Path
|
|
Name Value=[Default Folder]
|
|
Type=REG_SZ
|
|
Decrypt Key=FALSE
|
|
Decrypt Name=FALSE
|
|
Decrypt Name Value=TRUE
|
|
Overwrite Key=TRUE
|
|
Overwrite Name=TRUE
|
|
Timing=pre smartupdate
|
|
|
|
[Windows Registry1]
|
|
Root Key=HKEY_LOCAL_MACHINE
|
|
Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\$ProductName$ ($UserAgentShort$)
|
|
Name=DisplayName
|
|
Name Value=$ProductName$ ($UserAgentShort$)
|
|
Type=REG_SZ
|
|
Decrypt Key=FALSE
|
|
Decrypt Name=FALSE
|
|
Decrypt Name Value=FALSE
|
|
Overwrite Key=TRUE
|
|
Overwrite Name=TRUE
|
|
Timing=post smartupdate
|
|
|
|
[Windows Registry2]
|
|
Root Key=HKEY_LOCAL_MACHINE
|
|
Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\$ProductName$ ($UserAgentShort$)
|
|
Name=UninstallString
|
|
;*** LOCALIZE ME BABY ***
|
|
Name Value=[WINDIR]\$UninstallFile$ /ua "$UserAgent$"
|
|
Type=REG_SZ
|
|
Decrypt Key=FALSE
|
|
Decrypt Name=FALSE
|
|
Decrypt Name Value=TRUE
|
|
Overwrite Key=TRUE
|
|
Overwrite Name=TRUE
|
|
Timing=post smartupdate
|
|
|
|
; Values for Show Folder:
|
|
; HIDE Hides the window and activates another window.
|
|
; MAXIMIZE Maximizes the specified window.
|
|
; MINIMIZE Minimizes the specified window and activates the next
|
|
; top-level window in the z-order.
|
|
; RESTORE Activates and displays the window. If the window is
|
|
; minimized or maximized, Windows restores it to its
|
|
; original size and position. An application should specify
|
|
; this flag when restoring a minimized window.
|
|
; SHOW Activates the window and displays it in its current size
|
|
; and position.
|
|
; SHOWMAXIMIZED Activates the window and displays it as a maximized
|
|
; window.
|
|
; SHOWMINIMIZED Activates the window and displays it as a minimized
|
|
; window.
|
|
; SHOWMINNOACTIVE Displays the window as a minimized window. The active
|
|
; window remains active.
|
|
; SHOWNA Displays the window in its current state. The active
|
|
; window remains active.
|
|
; SHOWNOACTIVATE Displays a window in its most recent size and position.
|
|
; The active window remains active.
|
|
; SHOWNORMAL Activates and displays a window. If the window is
|
|
; minimized or maximized, Windows restores it to its
|
|
; original size and position. An application should specify
|
|
; this flag when displaying the window for the first time.
|
|
[Program Folder0]
|
|
Timing=post smartupdate
|
|
Show Folder=SHOW
|
|
Program Folder=[Default Folder]
|
|
|
|
;[Program Folder0-Shortcut0]
|
|
;File=[SETUP PATH]\$MainExeFile$
|
|
;Arguments=
|
|
;Working Dir=[SETUP PATH]
|
|
;Description=$ProductName$
|
|
;Icon Path=[SETUP PATH]\$MainExeFile$
|
|
;Icon Id=0
|
|
|
|
;[Program Folder0-Shortcut1]
|
|
;File=[SETUP PATH]\$MainExeFile$
|
|
;Arguments=-ProfileManager
|
|
;Working Dir=[SETUP PATH]
|
|
;Description=Profile Manager
|
|
;Icon Path=[SETUP PATH]\$MainExeFile$
|
|
;Icon Id=0
|
|
|
|
;[Program Folder0-Shortcut2]
|
|
;File=[SETUP PATH]\bin\Net2fone.exe
|
|
;Arguments=
|
|
;Working Dir=[SETUP PATH]
|
|
;Description=Net2Fone
|
|
;Icon Path=[SETUP PATH]\bin\Net2fone.exe
|
|
;Icon Id=0
|
|
|
|
;[Program Folder1]
|
|
;Timing=post download
|
|
;Show Folder=SHOW
|
|
;Program Folder=[Default Folder]\lala land
|
|
|
|
;[Program Folder1-Shortcut0]
|
|
;File=c:\bin\getver.exe
|
|
;Arguments=
|
|
;Working Dir=[TEMP]
|
|
;Description=Getver Test
|
|
;Icon Path=[WINDISK]\4nt\4nt.exe
|
|
;Icon Id=0
|
|
|
|
;[Program Folder1-Shortcut1]
|
|
;File=c:\perl\bin\perl.exe
|
|
;Arguments=
|
|
;Working Dir=[WINSYS]
|
|
;Description=Perl
|
|
;Icon Path=c:\perl\bin\perl.exe
|
|
;Icon Id=0
|
|
|
|
[Strings]
|
|
;*** LOCALIZE ME BABY ***
|
|
Message Unfinished Download Restart=Setup has detected that a previous session of this Setup did not finish its download of all the necessary archives. Would you like to keep the archives currently downloaded, so as to not redownload them again, during this session?
|
|
;*** LOCALIZE ME BABY ***
|
|
Error Corrupted Archives Detected=Setup has detected that the following archives within this Setup are corrupted:%sYou will need to obtain another copy of the $ProductName$ Setup in order for installation to proceed.
|
|
;*** LOCALIZE ME BABY ***
|
|
Error Corrupted Archives Detected AUTO mode=Setup has detected that at least one archive within this Setup is corrupt. You will need to obtain another copy of the $ProductName$ Setup in order for installation to proceed.
|
|
;*** LOCALIZE ME BABY ***
|
|
Error Too Many CRC Failures=Too many download failures. Setup will cancel. You can restart Setup to continue where it left off.
|
|
;*** LOCALIZE ME BABY ***
|
|
Error Too Many Network Errors=Too many network errors. Please retry again later. You can restart Setup to continue where it left off.
|
|
;*** LOCALIZE ME BABY ***
|
|
Message Verifying Archives=Verifying integrity of archives, please wait...
|
|
;*** LOCALIZE ME BABY ***
|
|
Error Undefined=Error undefined
|
|
;*** LOCALIZE ME BABY ***
|
|
Error Out Of Memory=Out of memory!
|
|
;*** LOCALIZE ME BABY ***
|
|
Status Download=Downloading file %d of %d (%uKB of %uKB total - %d%%)
|
|
;*** LOCALIZE ME BABY ***
|
|
Status Retry=Redownloading file %d of %d (%uKB of %uKB total - %d%%)
|
|
;*** LOCALIZE ME BABY ***
|
|
Dialog Download Title Minimized=%d%% for all files
|
|
;*** LOCALIZE ME BABY ***
|
|
STR Force Upgrade Required=(Required)
|
|
;*** LOCALIZE ME BABY ***
|
|
Message Cancel Setup AUTO mode=Canceling Setup, please wait...
|
|
|
|
|
|
[Site Selector]
|
|
Identifier0=Site0
|
|
;*** LOCALIZE ME BABY ***
|
|
Description0=Default
|
|
;*** LOCALIZE ME BABY ***
|
|
Domain0=ftp://sweetlou.mcom.com$RedirectServerPath$
|
|
;Domain0=ftp://ftp.netscape.com/pub/netscape6/english/6_PR3/windows/win32
|
|
|
|
Identifier1=Site1
|
|
;*** LOCALIZE ME BABY ***
|
|
Description1=North America
|
|
;*** LOCALIZE ME BABY ***
|
|
Domain1=ftp://ftp.mozilla.org/pub/mozilla/win32
|
|
|