Files
runner-images/images/windows/scripts/build/Install-SQLOLEDBDriver.ps1
T

10 lines
463 B
PowerShell
Raw Normal View History

################################################################################
## File: Install-SQLOLEDBDriver.ps1
## Desc: Install OLE DB Driver for SQL Server
################################################################################
Install-Binary -Type MSI `
-Url "https://go.microsoft.com/fwlink/?linkid=2242656" `
-ExtraInstallArgs @("ADDLOCAL=ALL", "IACCEPTMSOLEDBSQLLICENSETERMS=YES") `
-ExpectedSubject $(Get-MicrosoftPublisher)