We have a requirement for Anaconda Distribution (Individual Edition) 2024.10-1 - and onwards.
We install this on 3500+ devices for our teaching spaces
We set the Directory to C:\ProgramData\Anaconda2024
We currently set the following in our PS Script
# Begin installation
$installFile = "$PSScriptRoot\Anaconda3-2024.10-1-Windows-x86_64.exe"
$installPath = "C:\ProgramData\Anaconda2024"
# Set any required installation file arguments
$args = "/installationtype=allusers /registerpython=0 /addtopath=0 /S /D=$installPath"
$pythonExecutable = Join-Path $installPath "python.exe"
Anaconda 2024.10.1 is in our catalogue today.