mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
White space; spelling; misc
This commit is contained in:
parent
8de93af965
commit
55614892cb
@ -17,7 +17,7 @@
|
||||
Helper functions for FB installer
|
||||
|
||||
These are / ought to be fairly generic
|
||||
It makes more sense if they are independent functions - ie, they don't
|
||||
It makes more sense if they are independant functions - ie, they don't
|
||||
call other functions in the script and they don't need to know about the
|
||||
install script itself.
|
||||
|
||||
|
@ -80,10 +80,17 @@ o Be sure to install as an administrator. ie, if
|
||||
may be unable to start the Firebird service at
|
||||
the end of installation.
|
||||
|
||||
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.
|
||||
o Installation may fail on older versions of windows up
|
||||
to Win 8.1 and Windows Server 2008 if the most recent
|
||||
security updates have not been installed. This will
|
||||
also affect users of the zip packs as the problem
|
||||
lies with runtime library dependencies of
|
||||
applications such as instclient and instsvc.
|
||||
|
||||
If you do run into this problem you should consult
|
||||
the microsoft knowledge base article KB2999226 for more
|
||||
information on how to upgrade your version of windows
|
||||
to use the latest run time libraries.
|
||||
|
||||
|
||||
Uninstallation
|
||||
|
@ -17,6 +17,7 @@ These notes only document the firebird specific options for a scripted
|
||||
installation. Developers should refer to the full InnoSetup documentation
|
||||
for a description of the other options available for a scripted install.
|
||||
This can be found here:
|
||||
|
||||
http://www.jrsoftware.org/ishelp/
|
||||
|
||||
It is highly recommended that a scripted install is tested thoroughly
|
||||
@ -54,7 +55,7 @@ Parameters specific to Firebird installs
|
||||
HELP
|
||||
Invoke this file as a help screen at installation time.
|
||||
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"
|
||||
@ -71,7 +72,7 @@ HELP
|
||||
|
||||
would be required for a client only install.
|
||||
|
||||
NOTE - If a full server instal is required there is no need to
|
||||
NOTE - If a full server install is required there is no need to
|
||||
specify /COMPONENTS. All three are chosen by default.
|
||||
|
||||
|
||||
@ -105,6 +106,7 @@ HELP
|
||||
|
||||
UseSuperServerTask,UseServiceTask,AutoStartTask,CopyFbClientToSysTask
|
||||
|
||||
|
||||
/MERGETASKS="comma separated list of task names"
|
||||
|
||||
Like the /TASKS parameter, except the specified tasks will be merged
|
||||
|
Loading…
Reference in New Issue
Block a user