Update setupScriptInfo.ps1

This commit is contained in:
2023-10-16 08:47:29 +00:00
parent 81d70d26c0
commit f94283d51a

View File

@@ -133,9 +133,11 @@ choco install vlc -y
choco install audacity -y
Write-Host 'Installing Scratch...'
Start-Process -FilePath $(Join-Path $tmpPath "Scratch%20Setup.exe")
Start-Process -FilePath $(Join-Path $tmpPath "Scratch%20Setup.exe") -ArgumentList "/S ALLUSERS=1" -Wait
choco install mblock -y
Write-Host 'Installing Simulation Domotique...'
Expand-Archive -Path (Join-Path $tmpPath "Simulation Domotique.zip") -DestinationPath $env:ProgramFiles -Force
$sourceFolderPath = Join-Path $env:ProgramFiles "simulation"
$destinationFolderPath = Join-Path $env:ProgramFiles "Simulation Domotique"