Skip to content

Instantly share code, notes, and snippets.

@VoTranThi
Created January 19, 2025 03:27
Show Gist options
  • Save VoTranThi/34c601492030858726cdd10f7b95147f to your computer and use it in GitHub Desktop.
Save VoTranThi/34c601492030858726cdd10f7b95147f to your computer and use it in GitHub Desktop.
Script .bat thiết đặt tự động SQL Server 2008 và Crystall reports redistribute
@ECHO off
cls
echo Please Wait when Installing SQL Server 2008
SQLEXPR_x86_ENU.exe /QS /ACTION=Install /FEATURES=SQL,SDK /INSTANCENAME=SQLExpress /SQLSVCACCOUNT="NT AUTHORITY\Network Service" /SQLSYSADMINACCOUNTS="Users" /AGTSVCACCOUNT="NT AUTHORITY\Network Service" /Hideconsole
cls
echo Please Wait when Installing SQLServer2005_BC
msiexec /I SQLServer2005_BC_64x.msi /qn ALLUSERS=1 ADDLOCAL=SQL_DMO
cls
echo Please Wait when Installing Crystall reports redistribute
msiexec /I cr_net_2005_x64.msi /qn ALLUSERS=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment