Removed dotnet 4.0

This commit is contained in:
Chan9390 2017-07-26 19:11:16 +05:30
parent e3c1001ba8
commit 415660add5
No known key found for this signature in database
GPG Key ID: 6CC28422F21ED4FA
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
# setup dotnetfx4
$netfx_url = "https://download.microsoft.com/download/9/5/A/95A9616B-7A37-4AF6-BC36-D6EA96C8DAAE/dotNetFx40_Full_x86_x64.exe"
Write-Output "Downloading $netfx_url"
(New-Object System.Net.WebClient).DownloadFile($netfx_url, "C:\Windows\Temp\dotNetFx40_Full_x86_x64.exe")
Write-Output "Starting Install of dotNetFx40_Full_x86_x64.exe"
Start-Process "C:\Windows\Temp\dotNetFx40_Full_x86_x64.exe" "/q /norestart" -Wait