mirror of
https://github.com/msvc-win/get.msvc.win.git
synced 2025-12-15 12:47:40 +00:00
This commit is contained in:
parent
32c0730ee1
commit
c99a3c7384
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ function Main {
|
||||||
|
|
||||||
$dxInstallOption = "Y"
|
$dxInstallOption = "Y"
|
||||||
if ($isServer) {
|
if ($isServer) {
|
||||||
Write-Host "Windows Server detected. Would you like to install DirectX Runtime?"
|
Write-Host "Windows Server detected. Would you like to install DirectX Runtime (Y/N)?"
|
||||||
$dxInstallOption = Get-UserConfirmation -Message "" -TimeoutSeconds 10 -Default "N"
|
$dxInstallOption = Get-UserConfirmation -Message "" -TimeoutSeconds 10 -Default "N"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue