Installing Visio 2019 on Endpoints using batch script

I am trying to deploy Visio 2019 on endpoint via a script. Any help will be appreciated.

The command in the script is below
start /wait cmd.exe /C
start /wait taskkill /IM outlook.exe /f
start /wait taskkill /IM winword.exe /f
start /wait taskkill /IM excel.exe /f
start /wait taskkill /IM powerpnt.exe /f
start /wait taskkill /IM lync.exe /f
start /wait taskkill /IM groove.exe /f
start /wait taskkill /IM onenote.exe /f
start /wait taskkill /IM infopath.exe /f
start /wait taskkill /IM mspub.exe /f
start /wait taskkill /IM winproj.exe /f
start /wait taskkill /IM visio.exe /f
start /wait taskkill /IM access.exe /f
start /wait taskkill /IM msaccess.exe /f
start /wait setup.exe /configure configuration.xml

Thanks Aram, so can you help me?