Good morning,
I am deploying teamviewer host package with an installation script.
On the last deployment i have most of them registered correctly in my device group but some of them failed.
It seems that the host is installed but not correctly connected to the teamviewer console because i cannot see them in the device group.
I have the following exit code : Process 7304 terminated with exitcode: 202.
Following the teamviewer best practice I am using the following script:
"msiexec.exe /i "TeamViewer_Host.msi" /qn CUSTOMCONFIGID=XXXX DESKTOPSHORTCUTS=0 ENABLEOUTLOOKPLUGIN="false" INSTALLVPN=0 INSTALLPRINTER=0 /norestart
ping -n 31 127.0.0.1>nul
"%ProgramFiles(x86)%\TeamViewer\TeamViewer.exe" assign --api-token=XXXXXXXXXX"
Do you already have this kind of problem? Create a cmd file to install a msi is so old school :(
Regards,
Chris