I have been trying to get a deployment working for weeks now, and researching KB articles / how-to pages and checking the community - I am stumped. I'm under stress from management to get the Host deployed, but cannot get the CustomConfigID AND APIToken to work. I found another article on here with another user having the same issue with no response.
If I leave out the ConfigID on deployment, then the "generic" install pushes out and will assign our account to the Host. If I include the ConfigID, I will get my custom company artwork, but then the account assignment does not work.
Is this a bug with deployment or a possible error in my code?
msiexec.exe /i "{PackageShare}\Installers\TeamViewer_Host.msi" /qn SETTINGSFILE="{PackageShare}\Installers\TeamViewer-Config.tvopt" DESKTOPSHORTCUTS=0 APITOKEN=<APITOKEN> CUSTOMCONFIGID=<CONFIGID> ASSIGNMENTOPTIONS=" --reassign --group-id <GROUPID> --grant-easy-access --alias %COMPUTERNAME%"