mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
Dynamically assign $MAJOR during packaging
This commit is contained in:
parent
e199e5f85a
commit
59c6989ff1
@ -65,7 +65,7 @@ Re-installation of Firebird 3
|
|||||||
|
|
||||||
The binary installer does its best to detect and
|
The binary installer does its best to detect and
|
||||||
preserve a previous install. If the installer detects
|
preserve a previous install. If the installer detects
|
||||||
firebird.conf or security3.fdb it will not offer the
|
firebird.conf or security$MAJOR.fdb it will not offer the
|
||||||
option to install legacy_auth. Neither will it offer
|
option to install legacy_auth. Neither will it offer
|
||||||
the option to set the SYSDBA password.
|
the option to set the SYSDBA password.
|
||||||
|
|
||||||
@ -120,7 +120,7 @@ o Uninstallation leaves five files in the install
|
|||||||
- firebird.conf
|
- firebird.conf
|
||||||
- fbtrace.conf
|
- fbtrace.conf
|
||||||
- firebird.log
|
- firebird.log
|
||||||
- security3.fdb
|
- security$MAJOR.fdb
|
||||||
|
|
||||||
This is intentional. These files are all
|
This is intentional. These files are all
|
||||||
potentially modifiable by users and may be required
|
potentially modifiable by users and may be required
|
||||||
|
@ -17,6 +17,7 @@ These notes only document the firebird specific options for a scripted
|
|||||||
installation. Developers should refer to the full InnoSetup documentation
|
installation. Developers should refer to the full InnoSetup documentation
|
||||||
for a description of the other options available for a scripted install.
|
for a description of the other options available for a scripted install.
|
||||||
This can be found here:
|
This can be found here:
|
||||||
|
|
||||||
http://www.jrsoftware.org/ishelp/
|
http://www.jrsoftware.org/ishelp/
|
||||||
|
|
||||||
It is highly recommended that a scripted install is tested thoroughly
|
It is highly recommended that a scripted install is tested thoroughly
|
||||||
@ -54,7 +55,7 @@ Parameters specific to Firebird installs
|
|||||||
HELP
|
HELP
|
||||||
Invoke this file as a help screen at installation time.
|
Invoke this file as a help screen at installation time.
|
||||||
Note no / is prefixed !! Because /? and /HELP are now
|
Note no / is prefixed !! Because /? and /HELP are now
|
||||||
used by innosetup itself to dispaly innosetup specific help.
|
used by innosetup itself to display innosetup specific help.
|
||||||
|
|
||||||
|
|
||||||
/COMPONENTS="comma separated list of component names"
|
/COMPONENTS="comma separated list of component names"
|
||||||
@ -148,7 +149,7 @@ Parameters specific to Firebird uninstalls
|
|||||||
firebird.conf
|
firebird.conf
|
||||||
databases.conf
|
databases.conf
|
||||||
firebird.log
|
firebird.log
|
||||||
security3.fdb
|
security$MAJOR.fdb
|
||||||
fbtrace.conf
|
fbtrace.conf
|
||||||
|
|
||||||
The assumption is that these files will be useful to users
|
The assumption is that these files will be useful to users
|
||||||
|
Loading…
Reference in New Issue
Block a user