Oferta mea speciala:Reducere 20%!
Transport FREE pentru comenzi mai mari de 50 de lei
Mai sunt
Write-Host "Installing (silent mode)..." -ForegroundColor Cyan Start-Process -FilePath $installerPath -ArgumentList "/quiet /norestart" -Wait -NoNewWindow
$runtimeUrl = "https://download.visualstudio.microsoft.com/download/pr/315a66f4-d8ba-4d0d-beb6-1df6a4de61b3/674cfbd67e2a1f621d53f6c5451c0275/windowsdesktop-runtime-8.0.8-win-x64.exe" $installerPath = "$env:TEMP\windowsdesktop-runtime-8.0.8-win-x64.exe" windowsdesktop-runtime-8.0.8-win-x64
# Download and install Microsoft Windows Desktop Runtime 8.0.8 (x64) Write-Host "Installing (silent mode)