diff --git a/setupScriptInfo.ps1 b/setupScriptInfo.ps1 index acb0647..1a12cdc 100644 --- a/setupScriptInfo.ps1 +++ b/setupScriptInfo.ps1 @@ -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"