Files
runner-images/images/win/scripts/Installers/Install-DACFx.ps1
Dariy Nurgaleev 084ff7e1e4 SQL Server Data-Tier Application Framework latest upgrade. (#863)
* DACFx_latest_version_install
2020-05-12 13:51:21 +03:00

11 lines
482 B
PowerShell

####################################################################################
## File: Install-DACFx.ps1
## Desc: Install SQL Server® Data-Tier Application Framework (DACFx) for Windows
####################################################################################
Import-Module -Name ImageHelpers -Force
$InstallerName = "DacFramework.msi"
$InstallerUrl = "https://go.microsoft.com/fwlink/?linkid=2128142"
Install-Binary -Url $InstallerUrl -Name $InstallerName