mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 14:03:07 +01:00
Remove some more hard-coded version numbers from the install script.
This commit is contained in:
parent
b2b6b15723
commit
1e645af6f4
@ -367,12 +367,12 @@ Name: {group}\Firebird 2.0 Quick Start Guide; Filename: {app}\doc\Firebird-2.0-Q
|
|||||||
Name: "{group}\After Installation"; Filename: "{app}\doc\After_Installation.url"; Comment: "New User? Here's a quick guide to what you should do next."
|
Name: "{group}\After Installation"; Filename: "{app}\doc\After_Installation.url"; Comment: "New User? Here's a quick guide to what you should do next."
|
||||||
Name: "{group}\Firebird Web-site"; Filename: "{app}\doc\firebirdsql.org.url"
|
Name: "{group}\Firebird Web-site"; Filename: "{app}\doc\firebirdsql.org.url"
|
||||||
;Always install the original english version
|
;Always install the original english version
|
||||||
Name: {group}\Firebird {#MajorVer}.{#MinorVer}.{#PointRelease} Readme; Filename: {app}\readme.txt; MinVersion: 4.0,4.0;
|
Name: {group}\{cm:IconReadme,{#MajorVer}.{#MinorVer}.{#PointRelease}}; Filename: {app}\readme.txt; MinVersion: 4.0,4.0;
|
||||||
#ifdef i18n
|
#ifdef i18n
|
||||||
;And install translated readme.txt if non-default language is chosen.
|
;And install translated readme.txt if non-default language is chosen.
|
||||||
Name: {group}\{cm:IconReadme}; Filename: {app}\{cm:ReadMeFile}; MinVersion: 4.0,4.0; Components: DevAdminComponent; Check: NonDefaultLanguage;
|
Name: {group}\{cm:IconReadme,{#MajorVer}.{#MinorVer}.{#PointRelease}}; Filename: {app}\{cm:ReadMeFile}; MinVersion: 4.0,4.0; Components: DevAdminComponent; Check: NonDefaultLanguage;
|
||||||
#endif
|
#endif
|
||||||
Name: {group}\Uninstall Firebird; Filename: {uninstallexe}; Comment: Uninstall Firebird
|
Name: {group}\{cm:Uninstall,{#MajorVer}.{#MinorVer}.{#PointRelease}}; Filename: {uninstallexe}; Comment: Uninstall Firebird
|
||||||
|
|
||||||
[Files]
|
[Files]
|
||||||
#ifdef files
|
#ifdef files
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
en.MyAppName=Firebird Database Server 2.0
|
en.MyAppName=Firebird Database Server %1
|
||||||
en.ServerInstall=Full installation of Server and development tools.
|
en.ServerInstall=Full installation of Server and development tools.
|
||||||
en.SuperServerInstall=Full installation of Super Server and development tools.
|
en.SuperServerInstall=Full installation of Super Server and development tools.
|
||||||
en.ClassicServerInstall=Full installation of Classic Server and development tools.
|
en.ClassicServerInstall=Full installation of Classic Server and development tools.
|
||||||
@ -51,10 +51,10 @@ en.FbRunning3= service before continuing.
|
|||||||
en.PreviousInstallBroken= (Install appears broken due to version string mismatch.)
|
en.PreviousInstallBroken= (Install appears broken due to version string mismatch.)
|
||||||
en.PreviousInstallGood= (Installation appears to be correct.)
|
en.PreviousInstallGood= (Installation appears to be correct.)
|
||||||
|
|
||||||
en.IconReadme=Firebird 2.0 Readme
|
en.IconReadme=Firebird %1 Readme
|
||||||
en.IconUninstall=Uninstall Firebird
|
en.IconUninstall=Uninstall Firebird %1
|
||||||
en.ReleaseNotes= release notes. (Requires Acrobat Reader.)
|
en.ReleaseNotes= release notes. (Requires Acrobat Reader.)
|
||||||
en.Uninstall=Uninstall Firebird
|
en.Uninstall=Uninstall Firebird %1
|
||||||
en.Winsock2Web1=Winsock 2 is not installed.
|
en.Winsock2Web1=Winsock 2 is not installed.
|
||||||
en.Winsock2Web2=Would you like to Visit the Winsock 2 Update Home Page?
|
en.Winsock2Web2=Would you like to Visit the Winsock 2 Update Home Page?
|
||||||
en.NoWinsock2=Please Install Winsock 2 Update before continuing
|
en.NoWinsock2=Please Install Winsock 2 Update before continuing
|
||||||
|
Loading…
Reference in New Issue
Block a user