mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
White space; spelling; misc
This commit is contained in:
parent
8de93af965
commit
55614892cb
@ -17,7 +17,7 @@
|
|||||||
Helper functions for FB installer
|
Helper functions for FB installer
|
||||||
|
|
||||||
These are / ought to be fairly generic
|
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
|
call other functions in the script and they don't need to know about the
|
||||||
install script itself.
|
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
|
may be unable to start the Firebird service at
|
||||||
the end of installation.
|
the end of installation.
|
||||||
|
|
||||||
o Libraries deployed by instclient may fail to load if
|
o Installation may fail on older versions of windows up
|
||||||
the MS runtime libraries have not been installed.
|
to Win 8.1 and Windows Server 2008 if the most recent
|
||||||
This may be a problem if installing on older Windows
|
security updates have not been installed. This will
|
||||||
platforms.
|
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
|
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
|
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"
|
||||||
@ -71,7 +72,7 @@ HELP
|
|||||||
|
|
||||||
would be required for a client only install.
|
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.
|
specify /COMPONENTS. All three are chosen by default.
|
||||||
|
|
||||||
|
|
||||||
@ -105,6 +106,7 @@ HELP
|
|||||||
|
|
||||||
UseSuperServerTask,UseServiceTask,AutoStartTask,CopyFbClientToSysTask
|
UseSuperServerTask,UseServiceTask,AutoStartTask,CopyFbClientToSysTask
|
||||||
|
|
||||||
|
|
||||||
/MERGETASKS="comma separated list of task names"
|
/MERGETASKS="comma separated list of task names"
|
||||||
|
|
||||||
Like the /TASKS parameter, except the specified tasks will be merged
|
Like the /TASKS parameter, except the specified tasks will be merged
|
||||||
|
Loading…
Reference in New Issue
Block a user