Update setupScriptInfo.ps1
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user