Skip to content

Instantly share code, notes, and snippets.

@FeodorFitsner
Created August 26, 2015 07:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FeodorFitsner/4c7b3e56ac3d11a7bfe5 to your computer and use it in GitHub Desktop.
Save FeodorFitsner/4c7b3e56ac3d11a7bfe5 to your computer and use it in GitHub Desktop.
Installing Silverlight 5
Write-Host "Installing Silverlight 64-bit"
$exePath = "$($env:USERPROFILE)\Silverlight_x64.exe"
(New-Object Net.WebClient).DownloadFile('https://go.microsoft.com/fwlink/?LinkID=229321', $exePath)
cmd /c start /wait $exePath /q /doNotRequireDRMPrompt /noupdate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment