I've downloaded snapshot WI-V3.0.0.32165 and unpacked it.
Then:

c:\> type %fb3_home%\install_service.bat

@echo off
if "%1"=="" (
instreg install -z
)
setlocal
set INSTALL_SERVICE=install -z
set START_SERVICE=start
if not "%1"=="" (
set INSTALL_SERVICE=%INSTALL_SERVICE% -n %1
set START_SERVICE=%START_SERVICE% -n %1
)
::instsvc %INSTALL_SERVICE%
::instsvc %START_SERVICE%
endlocal
@echo.
@echo Firebird installed and started as a service using 
@echo architecture specified in firebird.conf.
@echo.


If two lines with 'instsvc' are commented then what is the sense of this batch ?

------------------------------------------------------------------------------
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to