After update we have a big problems!

Spark is not available in MSI format.
You can make MSI yourself via the program https://www.exemsi.com/

or here is a link how you can install the program with a script using group policies in the domain.

IF EXIST "C:\drv\Spark_2.9.3.txt" GOTO END
taskkill /F /IM Spark.exe
mkdir c:\drv
"C:\Program Files (x86)\Spark\uninstall.exe" -q
rmdir "C:\Program Files (x86)\Spark" /s /q
robocopy "\\srv-it\app\Spark2.9.3" "C:\drv\Spark2.9.3" /R:5 /W:5 /MT
start /wait C:\drv\Spark2.9.3\spark_2_9_3.exe -q
copy /Y nul "C:\drv\Spark_2.9.3.txt"
:END