Reorganisation of the setup
- Autounattend files moved to Autounattend folder - WDAC files moved to WDAC folder - Added WDAC check to setupScript - Moved RDP to setupRDP - Moved Activate to setupActivate - Added online setup of Office with offline fallback - Changed setupUsers to be more standard and allow customisation - Added rastop setup
This commit is contained in:
23
setupTmp.ps1
23
setupTmp.ps1
@@ -13,14 +13,14 @@ function DownloadFiles {
|
||||
FileName = "winstars_installer.exe"
|
||||
Hash = "f3e97e1373ab84eb4c707f04fca78abbcb0ed289"
|
||||
},
|
||||
#@{
|
||||
# Url = "https://cosphilog.fr/tectoglob3d/Tectoglob3D-win32-ia32.zip"
|
||||
# FileName = "Tectoglob3D-win32-ia32.zip"
|
||||
#},
|
||||
#@{
|
||||
# Url = "http://acces.ens-lyon.fr/acces/logiciels/applications/tectoglob/Tectoglob_11_complet.zip/at_download/file"
|
||||
# FileName = "Tectoglob_11_complet.zip"
|
||||
#},
|
||||
@{
|
||||
Url = "https://cosphilog.fr/tectoglob3d/Tectoglob3D-win32-ia32.zip"
|
||||
FileName = "Tectoglob3D-win32-ia32.zip"
|
||||
},
|
||||
@{
|
||||
Url = "http://acces.ens-lyon.fr/acces/logiciels/applications/tectoglob/Tectoglob_11_complet.zip/at_download/file"
|
||||
FileName = "Tectoglob_11_complet.zip"
|
||||
},
|
||||
@{
|
||||
Url = "https://git.justw.tf/Lightemerald/setup-script/raw/branch/main/Setup%20files/Sismolog.zip"
|
||||
FileName = "Sismolog.zip"
|
||||
@@ -80,6 +80,11 @@ function DownloadFiles {
|
||||
Url = "https://git.justw.tf/Lightemerald/setup-script/raw/branch/main/Setup%20files/EduPython.zip"
|
||||
FileName = "EduPython.zip"
|
||||
Hash = "41cb919182beb4d0fe2ea7a91fdb94eaf9bc91cc"
|
||||
},
|
||||
@{
|
||||
Url = "https://git.justw.tf/Lightemerald/setup-script/raw/branch/main/Setup%20files/rastop.zip"
|
||||
FileName = "rastop.zip"
|
||||
Hash = "ae63a6aaf8c85adc16a93c7e2ebbab89b4796384"
|
||||
}
|
||||
)
|
||||
}
|
||||
@@ -111,7 +116,7 @@ function DownloadFiles {
|
||||
}
|
||||
)
|
||||
}
|
||||
"Office-setup" {
|
||||
"Office-online" {
|
||||
$filesToDownload = @(
|
||||
@{
|
||||
Url = "https://c2rsetup.officeapps.live.com/c2r/download.aspx?ProductreleaseID=O365ProPlusRetail&platform=x64&language=fr-fr&version=O16GA" # Validated 23/01/24
|
||||
|
||||
Reference in New Issue
Block a user