Just trying to get a deployment script / one-liner to work on a client. When I run it, I get the msiexec help file popup. Here's the line - hope someone can point out my error because I can't figure out which isn't working with the ASSIGNMENTOPTIONS tag (removing that part results in the install completing).
msiexec.exe /i "\\someserver\tv\TeamViewer_Host.msi" /qn APITOKEN=XXXXX CUSTOMCONFIGID=XXXXXXX ASSIGNMENTOPTIONS="--alias %ComputerName% --grant-easy-access --group-id gXXXXXXXX"
Thanks!