I've been working on creating an installation script so that I can automate the installation as much as possible. I seem to be running into an issue where if I try to include CUSTOMCONFID, that the installation will not join my account.
I've tried putting CUSTOMCONFIGID in front of & behind the APITOKEN value and that does not seem to matter. If I remove CUSTOMCONFIGID, the installation & account assignment works, but the GUI is not branded the way we want. Am I missing something?
msiexec.exe /i "D:\Software\TeamViewer_Host.msi" /qn /norestart /log output.log CUSTOMCONFIGID=1234567 APITOKEN=TOKEN DESKTOPSHORTCUTS=0 assignmentoptions="--alias %Computername% --grant-easy-access true"