8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

instsvc new syntax does not take root_directory on the command-line.

This commit is contained in:
epocman 2003-09-07 21:36:51 +00:00
parent b82e7911a8
commit 3e3e5f6336
2 changed files with 5 additions and 4 deletions

View File

@ -1,2 +1,3 @@
instreg install c:\opt\firebird -z
instsvc install c:\opt\firebird -auto -classic -g -z
instreg install -z
instsvc install -auto -classic -guardian -z
instsvc start

View File

@ -1,3 +1,3 @@
instreg install c:\opt\firebird -z
instsvc install c:\opt\firebird -auto -superserver -g -z
instreg install -z
instsvc install -auto -superserver -guardian -z
instsvc start