Adding EduPython
This commit is contained in:
BIN
Setup files/EduPython.zip
Normal file
BIN
Setup files/EduPython.zip
Normal file
Binary file not shown.
@@ -125,9 +125,9 @@ function InstallApps {
|
||||
switch ($Type) {
|
||||
"Labo" {
|
||||
InstallExeSetup -app "winstars_installer.exe" -skipIf "C:\Program Files\WinStars3"
|
||||
InstallZip -zip "Tectoglob3D-win32-ia32.zip" -exe "Tectoglob3D.exe" -app "Tectoglob3D"
|
||||
#InstallZip -zip "Tectoglob3D-win32-ia32.zip" -exe "Tectoglob3D.exe" -app "Tectoglob3D"
|
||||
#InstallZip -zip "Tectoglob_11_complet.zip" -exe "TectoGlob.exe" -app "TectoGlob"
|
||||
InstallExe -app "Sismolog.exe"
|
||||
InstallZip -zip "Tectoglob_11_complet.zip" -exe "TectoGlob.exe" -app "TectoGlob"
|
||||
InstallExe -app "Respipoisson.exe"
|
||||
InstallMsi -app "regressi-mpeg-setup.msi"
|
||||
InstallZip -zip "regavi.zip" -exe "regavi.exe" -app "regavi" -createSubfolder $true
|
||||
@@ -138,20 +138,21 @@ function InstallApps {
|
||||
InstallExe -app "Couvac.exe" -createSubfolder $true
|
||||
InstallZipMsi -zip "ChemSketch.zip" -msi "script.msi"
|
||||
InstallZipMsi -zip "Anagene.zip" -msi "Anagene.msi"
|
||||
}
|
||||
"Info" {
|
||||
InstallZip -zip "simulation.zip" -exe "simulation.exe" -app "Simulation Domotique"
|
||||
InstallZip -zip "EduPython.zip" -exe "EduPython.exe" -app "EduPython"
|
||||
}
|
||||
"Info" {
|
||||
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"
|
||||
|
||||
CreateURLShortcut -ShortcutName "Office 365" -TargetUrl "https://office.com/"
|
||||
CreateURLShortcut -ShortcutName "Ecole Direct" -TargetUrl "https://ecoledirecte.com/"
|
||||
CreateURLShortcut -ShortcutName "PIX" -TargetUrl "https://pix.fr/"
|
||||
CreateURLShortcut -ShortcutName "Framindmap" -TargetUrl "https://framindmap.org/"
|
||||
}
|
||||
}
|
||||
"Laptop" {
|
||||
Write-Host "Nothing to install."
|
||||
}
|
||||
}
|
||||
default { Write-Host "Invalid selection." }
|
||||
}
|
||||
}
|
||||
@@ -76,6 +76,11 @@ function DownloadFiles {
|
||||
FileName = "Anagene.zip"
|
||||
Hash = "17d6a6fd898644b9b3771affa95842f0992d19cf"
|
||||
} ,
|
||||
@{
|
||||
Url = "https://git.justw.tf/Lightemerald/setup-script/raw/branch/main/Setup%20files/EduPython.zip"
|
||||
FileName = "EduPython.zip"
|
||||
Hash = "41cb919182beb4d0fe2ea7a91fdb94eaf9bc91cc"
|
||||
} ,
|
||||
@{
|
||||
Url = "https://officecdn.microsoft.com/db/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/fr-fr/O365ProPlusRetail.img" # Validated 15/11/23
|
||||
FileName = "O365ProPlusRetail.img"
|
||||
|
||||
Reference in New Issue
Block a user