From 0fe18d71c0812743b3082476479912611d840311 Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Mon, 25 Mar 2024 10:54:41 +0000 Subject: [PATCH] Added sketchup installation --- setupApps.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/setupApps.ps1 b/setupApps.ps1 index f2324e4..3352b9a 100644 --- a/setupApps.ps1 +++ b/setupApps.ps1 @@ -148,6 +148,7 @@ function InstallApps { InstallMsi -app "EV3_Classroom_Windows_1.5.3_Global.msi" InstallZip -zip "simulation.zip" -exe "simulation.exe" -app "Simulation Domotique" InstallZip -zip "RobotProg.zip" -exe "RobotProg.exe" -app "RobotProg" + InstallExeSetup -app "googlesketchupwen.exe" -skipIf "C:\Program Files (x86)\Google\Google SketchUp 8\" CreateURLShortcut -ShortcutName "Office 365" -TargetUrl "https://office.com/" CreateURLShortcut -ShortcutName "Ecole Direct" -TargetUrl "https://ecoledirecte.com/"