Ensure Visual C++ Redistributables are installed

pull/755/head
Daniel Lupiañez Casares 2025-10-21 00:42:52 +02:00
parent cfdebb67c1
commit 6e6769c210
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
#