Zenon 11 Silent Installation & SCCM

Zenon 11 Silent Installation & SCCM

Hi, i want to build an sccm package of the Zenon 11 Engineering Studio and use this parameters inside the setup.batch file :

start /wait "" "%~dp0SoftwarePlatform.exe" /silent CDP_WORKLOAD="WlEngineeringStudio" CDP_LANGUAGE="1031;1033"
start /wait "" "%~dp0SoftwarePlatform.exe" /silent CDP_WORKLOAD="WlServiceGrid" CDP_LANGUAGE="1031;1033"
start /wait "" "%~dp0SoftwarePlatform.exe" /silent CDP_WORKLOAD="WlEdgeServices" CDP_LANGUAGE="1031;1033"

But the installations make 2 restarts on the pc. How i can oppress these restarts ?