From 36bea7ae9b61d10fc28d7f274eaa1fe666bcac7d Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Mon, 16 Oct 2023 09:25:56 +0000 Subject: [PATCH] Update setupScriptInfo.ps1 --- setupScriptInfo.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setupScriptInfo.ps1 b/setupScriptInfo.ps1 index 1a12cdc..bd68716 100644 --- a/setupScriptInfo.ps1 +++ b/setupScriptInfo.ps1 @@ -19,7 +19,7 @@ $filesToDownload = @( }, @{ Url = "https://downloads.arduino.cc/arduino-ide/arduino-ide_2.2.1_Windows_64bit.msi" - FileName = "arduino-ide_2.2.1_Windows_64bit.exe" + FileName = "arduino-ide_2.2.1_Windows_64bit.msi" }, @{ Url = "https://cdn.discordapp.com/attachments/704760633379389533/1161288504765059172/RobotProg.zip" @@ -158,7 +158,7 @@ $shortcut.Save() Write-Host 'Installing Arduino...' $msiFilePath = Join-Path -Path $tmpPath -ChildPath "arduino-ide_2.2.1_Windows_64bit.msi" -Start-Process -FilePath "msiexec.exe" -ArgumentList "/i `"$msiFilePath`" ALLUSERS=1 /qn" -Wait +Start-Process -FilePath "msiexec.exe" -ArgumentList "/i `"$msiFilePath`" ALLUSERS=1 /passive" -Wait choco install ganttproject -y $msiFilePath = Join-Path -Path $tmpPath -ChildPath "EV3_Classroom_Windows_1.5.3_Global.msi"