update the download link for ssdt for win2016
This commit is contained in:
@@ -5,8 +5,9 @@
|
|||||||
|
|
||||||
Import-Module -Name ImageHelpers -Force
|
Import-Module -Name ImageHelpers -Force
|
||||||
|
|
||||||
#SSDT for Visual Studio 2017 (15.9.3)
|
#SSDT for Visual Studio 2017
|
||||||
$InstallerURI = 'https://download.microsoft.com/download/e/c/f/ecfccf97-b32c-4c31-b2fc-bff558635096/SSDT-Setup-ENU.exe'
|
#The link down below points to the latest version of SSDT for Visual Studio 2017
|
||||||
|
$InstallerURI = 'https://go.microsoft.com/fwlink/?linkid=2124518'
|
||||||
$InstallerName = 'SSDT-Setup-ENU.exe'
|
$InstallerName = 'SSDT-Setup-ENU.exe'
|
||||||
$logFilePath = "$env:TEMP\ssdtlog.txt"
|
$logFilePath = "$env:TEMP\ssdtlog.txt"
|
||||||
$ArgumentList = ('/install', 'INSTALLALL', '/passive', '/norestart', "/log `"$logFilePath`"")
|
$ArgumentList = ('/install', 'INSTALLALL', '/passive', '/norestart', "/log `"$logFilePath`"")
|
||||||
|
|||||||
Reference in New Issue
Block a user