Ensure Visual C++ Redistributables are installed

pull/756/head
Daniel Lupiañez Casares 2025-10-21 00:42:52 +02:00 committed by John Soros
parent cfdebb67c1
commit 02013e86ec
No known key found for this signature in database
GPG Key ID: 53F59EAAA99E636E
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@ Write-Output ""
if ( ($null -ne ${env:UNITY_SERIAL}) -and ($null -ne ${env:UNITY_EMAIL}) -and ($null -ne ${env:UNITY_PASSWORD}) )
{
# Ensure Visual C++ Redistributables
Write-Output "Ensuring Visual C++ Redistributables are installed"
choco install vcredist-all -y --no-progress | Out-Null
#
# SERIAL LICENSE MODE
#