From f94283d51ade3401050be7f27a6a69a45ce767ca Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Mon, 16 Oct 2023 08:47:29 +0000 Subject: [PATCH] Update setupScriptInfo.ps1 --- setupScriptInfo.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"