Skip to content

Commit a33331e

Browse files
authored
Add files via upload
1 parent efad448 commit a33331e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

SQL2005/FineBuild/SQLFineBuild.bat

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@ECHO OFF
22
REM SQL FineBuild
3-
REM Copyright FineBuild Team © 2008 - 2018. Distributed under Ms-Pl License
3+
REM Copyright FineBuild Team © 2008 - 2019. Distributed under Ms-Pl License
44
REM
55
REM Created 30 Jun 2008 by Ed Vassie V1.0
66

@@ -19,6 +19,7 @@ SET SQLTYPE=
1919
SET SQLUSERVBS=
2020
IF '%SQLVERSION%' == '' SET SQLVERSION=SQL2005
2121
CALL "%SQLFBFOLDER%\Build Scripts\Set-FBVersion"
22+
%WINDIR%\SYSTEM32\REGSVR32 /s VBSCRIPT.DLL
2223

2324
PUSHD "%SQLFBFOLDER%"
2425

@@ -33,7 +34,7 @@ GOTO :RUN
3334
%SQLFBDEBUG% %TIME:~0,8% Run the install
3435
ECHO.
3536
ECHO SQL FineBuild %SQLFBVERSION% for %SQLVERSION%
36-
ECHO Copyright FineBuild Team (c) 2008 - 2018. Distributed under Ms-Pl License
37+
ECHO Copyright FineBuild Team (c) 2008 - 2019. Distributed under Ms-Pl License
3738
ECHO SQL FineBuild Wiki: https://github.com/SQL-FineBuild/Common/wiki
3839
ECHO Run on %COMPUTERNAME% by %USERNAME% at %TIME:~0,8% on %DATE%:
3940
ECHO %0 %SQLFBPARM%

0 commit comments

Comments
 (0)