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) {
|
switch ($Type) {
|
||||||
"Labo" {
|
"Labo" {
|
||||||
InstallExeSetup -app "winstars_installer.exe" -skipIf "C:\Program Files\WinStars3"
|
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"
|
InstallExe -app "Sismolog.exe"
|
||||||
InstallZip -zip "Tectoglob_11_complet.zip" -exe "TectoGlob.exe" -app "TectoGlob"
|
|
||||||
InstallExe -app "Respipoisson.exe"
|
InstallExe -app "Respipoisson.exe"
|
||||||
InstallMsi -app "regressi-mpeg-setup.msi"
|
InstallMsi -app "regressi-mpeg-setup.msi"
|
||||||
InstallZip -zip "regavi.zip" -exe "regavi.exe" -app "regavi" -createSubfolder $true
|
InstallZip -zip "regavi.zip" -exe "regavi.exe" -app "regavi" -createSubfolder $true
|
||||||
@@ -138,20 +138,21 @@ function InstallApps {
|
|||||||
InstallExe -app "Couvac.exe" -createSubfolder $true
|
InstallExe -app "Couvac.exe" -createSubfolder $true
|
||||||
InstallZipMsi -zip "ChemSketch.zip" -msi "script.msi"
|
InstallZipMsi -zip "ChemSketch.zip" -msi "script.msi"
|
||||||
InstallZipMsi -zip "Anagene.zip" -msi "Anagene.msi"
|
InstallZipMsi -zip "Anagene.zip" -msi "Anagene.msi"
|
||||||
}
|
InstallZip -zip "EduPython.zip" -exe "EduPython.exe" -app "EduPython"
|
||||||
"Info" {
|
}
|
||||||
InstallZip -zip "simulation.zip" -exe "simulation.exe" -app "Simulation Domotique"
|
"Info" {
|
||||||
InstallMsi -app "EV3_Classroom_Windows_1.5.3_Global.msi"
|
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"
|
InstallZip -zip "RobotProg.zip" -exe "RobotProg.exe" -app "RobotProg"
|
||||||
|
|
||||||
CreateURLShortcut -ShortcutName "Office 365" -TargetUrl "https://office.com/"
|
CreateURLShortcut -ShortcutName "Office 365" -TargetUrl "https://office.com/"
|
||||||
CreateURLShortcut -ShortcutName "Ecole Direct" -TargetUrl "https://ecoledirecte.com/"
|
CreateURLShortcut -ShortcutName "Ecole Direct" -TargetUrl "https://ecoledirecte.com/"
|
||||||
CreateURLShortcut -ShortcutName "PIX" -TargetUrl "https://pix.fr/"
|
CreateURLShortcut -ShortcutName "PIX" -TargetUrl "https://pix.fr/"
|
||||||
CreateURLShortcut -ShortcutName "Framindmap" -TargetUrl "https://framindmap.org/"
|
CreateURLShortcut -ShortcutName "Framindmap" -TargetUrl "https://framindmap.org/"
|
||||||
}
|
}
|
||||||
"Laptop" {
|
"Laptop" {
|
||||||
Write-Host "Nothing to install."
|
Write-Host "Nothing to install."
|
||||||
}
|
}
|
||||||
default { Write-Host "Invalid selection." }
|
default { Write-Host "Invalid selection." }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -76,6 +76,11 @@ function DownloadFiles {
|
|||||||
FileName = "Anagene.zip"
|
FileName = "Anagene.zip"
|
||||||
Hash = "17d6a6fd898644b9b3771affa95842f0992d19cf"
|
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
|
Url = "https://officecdn.microsoft.com/db/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/fr-fr/O365ProPlusRetail.img" # Validated 15/11/23
|
||||||
FileName = "O365ProPlusRetail.img"
|
FileName = "O365ProPlusRetail.img"
|
||||||
|
|||||||
Reference in New Issue
Block a user