mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
Miscellaneous changes to prepare windows installer for RC2
This commit is contained in:
parent
da15c3ccba
commit
412a131c43
@ -8,7 +8,7 @@
|
||||
; for the specific language governing rights and limitations under the
|
||||
; License.
|
||||
;
|
||||
; The Original Code is copyright 2001-2003 Paul Reeves for IBPhoenix.
|
||||
; The Original Code is copyright 2001-20016 Paul Reeves for IBPhoenix.
|
||||
;
|
||||
; The Initial Developer of the Original Code is Paul Reeves for IBPhoenix.
|
||||
;
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
; Usage Notes:
|
||||
;
|
||||
; This script has been designed to work with Inno Setup v5.5.6 (unicode
|
||||
; This script has been designed to work with Inno Setup v5.5.8 (unicode
|
||||
; version). It is available as a quick start pack from here:
|
||||
; http://www.jrsoftware.org/isdl.php#qsp
|
||||
;
|
||||
@ -305,7 +305,7 @@ SetupLogging=yes
|
||||
[Languages]
|
||||
Name: en; MessagesFile: compiler:Default.isl; InfoBeforeFile: {#GenDir}\installation_readme.txt; InfoAfterFile: {#GenDir}\readme.txt;
|
||||
#ifdef i18n
|
||||
;Name: ba; MessagesFile: compiler:Languages\Bosnian.isl; InfoBeforeFile: {#GenDir}\ba\Instalacija_ProcitajMe.txt; InfoAfterFile: {#GenDir}\ba\ProcitajMe.txt;
|
||||
Name: ba; MessagesFile: compiler:Languages\Bosnian.isl; InfoBeforeFile: {#GenDir}\ba\Instalacija_ProcitajMe.txt; InfoAfterFile: {#GenDir}\ba\ProcitajMe.txt;
|
||||
Name: cz; MessagesFile: compiler:Languages\Czech.isl; InfoBeforeFile: {#GenDir}\cz\instalace_ctime.txt; InfoAfterFile: {#GenDir}\cz\ctime.txt;
|
||||
Name: fr; MessagesFile: compiler:Languages\French.isl; InfoBeforeFile: {#GenDir}\fr\installation_lisezmoi.txt; InfoAfterFile: {#GenDir}\fr\lisezmoi.txt;
|
||||
Name: de; MessagesFile: compiler:Languages\German.isl; InfoBeforeFile: {#GenDir}\de\installation_liesmich.txt; InfoAfterFile: {#GenDir}\de\liesmich.txt;
|
||||
@ -337,7 +337,7 @@ Name: ru; MessagesFile: compiler:Languages\Russian.isl; InfoBeforeFile: {#GenDir
|
||||
[CustomMessages]
|
||||
#include "custom_messages.inc"
|
||||
#ifdef i18n
|
||||
;#include "ba\custom_messages_ba.inc"
|
||||
#include "ba\custom_messages_ba.inc"
|
||||
#include "cz\custom_messages_cz.inc"
|
||||
#include "fr\custom_messages_fr.inc"
|
||||
#include "de\custom_messages_de.inc"
|
||||
@ -450,7 +450,7 @@ Source: {#ScriptsDir}\firebirdsql.org.url; DestDir: {app}\doc; Components: Serve
|
||||
Source: {#GenDir}\readme.txt; DestDir: {app}; Components: DevAdminComponent; Flags: ignoreversion;
|
||||
#ifdef i18n
|
||||
;Translated files
|
||||
;Source: {#GenDir}\ba\*.txt; DestDir: {app}\doc; Components: DevAdminComponent; Flags: ignoreversion; Languages: ba;
|
||||
Source: {#GenDir}\ba\*.txt; DestDir: {app}\doc; Components: DevAdminComponent; Flags: ignoreversion; Languages: ba;
|
||||
Source: {#GenDir}\cz\*.txt; DestDir: {app}\doc; Components: DevAdminComponent; Flags: ignoreversion; Languages: cz;
|
||||
Source: {#GenDir}\fr\*.txt; DestDir: {app}\doc; Components: DevAdminComponent; Flags: ignoreversion; Languages: fr;
|
||||
Source: {#GenDir}\de\*.txt; DestDir: {app}\doc; Components: DevAdminComponent; Flags: ignoreversion; Languages: de;
|
||||
|
@ -6,6 +6,8 @@ Firebird $MAJOR.$MINOR.$RELEASE (Windows Build)
|
||||
|
||||
o Introduction
|
||||
o Intended Users
|
||||
o Features in this release (all platforms)
|
||||
o Installation
|
||||
o Reporting Bugs
|
||||
|
||||
|
||||
@ -18,29 +20,67 @@ Welcome to Firebird $MAJOR.$MINOR.
|
||||
Intended Users
|
||||
==============
|
||||
|
||||
This is a Firebird 3 Release Candidate.
|
||||
Firebird $MAJOR.$MINOR has undergone extensive testing and is
|
||||
intended for widespread production use. However, users
|
||||
are recommended to follow standard practices before
|
||||
deploying this release on a production server. ie:
|
||||
|
||||
o Please make sure you read the installation
|
||||
readme and the release notes.
|
||||
|
||||
o If you have data you value remember to back it up
|
||||
prior to installing this release.
|
||||
|
||||
o It is recommended that you remove any previous
|
||||
version prior to installation. Uninstallation
|
||||
preserves configuration files and log files.
|
||||
|
||||
o It is recommended that you carry out your own
|
||||
tests in a development environment prior to
|
||||
production deployment.
|
||||
|
||||
|
||||
Features in this release
|
||||
========================
|
||||
|
||||
Please see the Release Notes for details of new
|
||||
features.
|
||||
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
Installation issues are covered in detail in the
|
||||
Installation Guide available in the doc directory
|
||||
after install. A brief summary of installation issues
|
||||
can also be found in the installation_readme.txt, also
|
||||
available from the doc directory after installation.
|
||||
|
||||
|
||||
Reporting Bugs
|
||||
==============
|
||||
|
||||
This is an experimental version.
|
||||
Before you report a bug:
|
||||
|
||||
DO NOT REPORT A BUG IN THIS RELEASE
|
||||
unless you really know what you are doing.
|
||||
o Check you know how Firebird works.
|
||||
Maybe it is not a bug at all.
|
||||
|
||||
Check first on the firebird-devel list.
|
||||
If you don't know where the firebird-devel
|
||||
list is then you shouldn't be using this
|
||||
version of Firebird!
|
||||
o Perhaps someone has already reported this? Browse
|
||||
existing bug reports here:
|
||||
|
||||
Please don't use the Firebird-devel list for technical
|
||||
support unless the question specifically relates to a
|
||||
new feature in Firebird $MAJOR.$MINOR
|
||||
http://tracker.firebirdsql.org/browse/CORE
|
||||
|
||||
o If in doubt why not discuss the problem on the
|
||||
Firebird-devel list? You can subscribe here:
|
||||
|
||||
http://lists.sourceforge.net/lists/listinfo/firebird-devel
|
||||
|
||||
and the list is viewable via a newsgroup interface
|
||||
here:
|
||||
|
||||
news://news.atkin.com/
|
||||
|
||||
|
||||
Happy Testing!
|
||||
|
||||
From the Firebird team.
|
||||
|
||||
|
@ -73,7 +73,7 @@ en.ReadmeFile=readme.txt
|
||||
en.InstallationReadmeFile=installation_readme.txt
|
||||
en.IncompleteTranslationNotice=This document is not up-to-date. Please refer to the original english language version for the latest information.
|
||||
en.RunCS=Run Firebird in Classic server mode
|
||||
en.RunSC=Run Firebird SuperClassic server
|
||||
en.RunSC=Run Firebird in SuperClassic server mode
|
||||
en.RunSS=Run Firebird in SuperServer mode
|
||||
en.ServerTaskDescription=Choose Server Architecture:
|
||||
en.initSecurityDb=Adding SYSDBA to security database.
|
||||
|
@ -9,12 +9,13 @@ documentatation i18n should be available separately. I18n is a
|
||||
good thing, but bloating the installer with large amounts of translated
|
||||
documentation is not desirable.
|
||||
|
||||
The current version of InnoSetup used by Firebird $MAJOR.$MINOR - 5.4.2 - provides
|
||||
The current version of InnoSetup used by Firebird $MAJOR.$MINOR - 5.5.8 - provides
|
||||
generic support for the following languages:
|
||||
|
||||
Basque, BrazilianPortuguese, Catalan, Czech, Danish, Dutch, Finnish, French,
|
||||
German, Hebrew, Hungarian, Italian, Japanese, Norwegian, Polish, Portuguese,
|
||||
Russian, Slovak, Slovenian, and Spanish
|
||||
BrazilianPortuguese, Catalan, Corsican, Czech, Danish, Dutch, Finnish, French,
|
||||
German, Greek, Hebrew, Hungarian, Italian, Japanese, Nepali, Norwegian, Polish,
|
||||
Portuguese, Russian,ScottishGaelic, SerbianCyrillic, SerbianLatin, Slovenian,
|
||||
Spanish, Turkish and Ukrainian
|
||||
|
||||
In addition, the InnoSetup user community has made other language packs
|
||||
available for download. See here for details:
|
||||
@ -116,10 +117,6 @@ o Adding the new language to the InnoSetup install script
|
||||
Name: en; MessagesFile: compiler:Default.isl; InfoBeforeFile: output\doc\installation_readme.txt; InfoAfterFile: src\install\arch-specific\win32\readme.txt;
|
||||
Name: fr; MessagesFile: compiler:Languages\French.isl; InfoBeforeFile: src\install\arch-specific\win32\fr\installation_lisezmoi.txt; InfoAfterFile: src\install\arch-specific\win32\fr\lisezmoi.txt;
|
||||
|
||||
[Messages]
|
||||
en.BeveledLabel=English
|
||||
fr.BeveledLabel=Français
|
||||
|
||||
[CustomMessages]
|
||||
#include "custom_messages.inc"
|
||||
#include "fr\custom_messages_fr.inc"
|
||||
|
@ -1,4 +1,4 @@
|
||||
Firebird Database Server $MAJOR.$MINOR.$RELEASE (Release Candidate 1)
|
||||
Firebird Database Server $MAJOR.$MINOR.$RELEASE (Release Candidate 2)
|
||||
========================================================
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@ Firebird $MAJOR.$MINOR in general. In addition, these notes are
|
||||
primarily aimed at users of the binary installer.
|
||||
|
||||
It is assumed that readers of this document are already
|
||||
familiar with Firebird 2.5. If you are evaluating
|
||||
familiar with Firebird. If you are evaluating
|
||||
Firebird $MAJOR.$MINOR as part of a migration from Fb 2.5 you are
|
||||
advised to review the Fb $MAJOR.$MINOR documentation to
|
||||
understand the changes made between 2.5 and $MAJOR.$MINOR.
|
||||
@ -23,7 +23,7 @@ o Installation of MS VC runtime libraries
|
||||
o Deployment of gds32.dll
|
||||
o Installation of the Guardian
|
||||
o Re-installation of Firebird 3
|
||||
o Other known installation problems
|
||||
o Known installation problems
|
||||
o Uninstallation
|
||||
o Installation from a batch file
|
||||
|
||||
@ -79,12 +79,12 @@ Re-installation of Firebird 3
|
||||
|
||||
The binary installer does its best to detect and
|
||||
preserve a previous install. If the installer detects
|
||||
firebird.conf or security3.fdb it will not offer the option
|
||||
to install legacy_auth. Neither will it offer the
|
||||
option to set the SYSDBA username and password.
|
||||
firebird.conf or security3.fdb it will not offer the
|
||||
option to install legacy_auth. Neither will it offer
|
||||
the option to set the SYSDBA username and password.
|
||||
|
||||
|
||||
Other known installation problems
|
||||
Known installation problems
|
||||
---------------------------------
|
||||
|
||||
o It is only possible to use the binary installer
|
||||
@ -97,17 +97,10 @@ o Unfortunately, the installer cannot reliably detect
|
||||
if a previous version of Firebird Classic server
|
||||
is running.
|
||||
|
||||
o There are known areas of overlap between the
|
||||
32-bit and 64-bit installs:
|
||||
|
||||
- The service installer (instsvc) uses the same
|
||||
default instance name for 32-bit and 64-bit
|
||||
installations. This is by design. Services exist
|
||||
in a single name space.
|
||||
|
||||
- If the 32-bit and 64-bit control panel applets are
|
||||
installed they will both point to the same default
|
||||
instance.
|
||||
o The service installer (instsvc) uses the same
|
||||
default instance name for 32-bit and 64-bit
|
||||
installations. This is by design. Services exist
|
||||
in a single name space.
|
||||
|
||||
o Be sure to install as an administrator. ie, if
|
||||
using the binary installer right click and choose
|
||||
@ -118,7 +111,7 @@ o Be sure to install as an administrator. ie, if
|
||||
o Libraries deployed by instclient may fail to load if
|
||||
the MS runtime libraries have not been installed.
|
||||
This may be a problem if installing on older Windows
|
||||
platforms.
|
||||
platforms.
|
||||
|
||||
|
||||
Uninstallation
|
||||
|
Loading…
Reference in New Issue
Block a user