Removed FreeCAD and Cura

This commit is contained in:
2025-06-17 03:59:13 +00:00
parent 6cda404aaf
commit 1d0a7bab43

View File

@@ -71,14 +71,6 @@ Start-Process "$Temp\bnet.exe" -ArgumentList '--lang=enUS --installpath="C:\Prog
Invoke-WebRequest 'https://www.7-zip.org/a/7z2408-x64.exe' -OutFile "$Temp\7zip.exe"
Start-Process "$Temp\7zip.exe" -ArgumentList "/S" -Wait
#Cura
Invoke-WebRequest 'https://github.com/Ultimaker/Cura/releases/download/5.8.1/UltiMaker-Cura-5.8.1-win64-X64.exe' -OutFile "$Temp\cura.exe"
Start-Process "$Temp\cura.exe" -ArgumentList "/S" -Wait
#Free CAD
Invoke-WebRequest 'https://github.com/FreeCAD/FreeCAD/releases/download/0.21.2/FreeCAD-0.21.2-WIN-x64-installer-1.exe' -OutFile "$Temp\freecad.exe"
Start-Process "$Temp\freecad.exe" -ArgumentList "/S" -Wait
#Epic Games
Invoke-WebRequest 'https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncherInstaller.msi' -OutFile "$Temp\epic.msi"
Start-Process "$Temp\epic.msi" -ArgumentList "/quiet" -Wait
@@ -99,5 +91,6 @@ Start-Process "$Temp\citrix.exe" -ArgumentList "/silent" -Wait
Invoke-WebRequest 'https://app.action1.com/agent/3b2892f0-b338-11ef-8716-4732f77fc464/Windows/agent(My_Organization).msi' -OutFile "$Temp\action1.msi"
Start-Process "$Temp\action1.msi" -ArgumentList "/silent" -Wait
#Cleanup
Remove-Item $Temp -Recurse