Hi everyone,
As the title states, I'm trying to deploy an MSI I created in the "Design & Deploy" section of the TeamViewer Console. I've tried both directly on the system at a Command Prompt and through KACE K1000 and get the same issue.
In no way can I get the MSI to automatically join to my account and enable Easy Access.
My setup is as follows:
HOST MSI
------------------
Checked - Automatically add users to a group in your Contacts list
Group - Company Users
TeamViewer policy - Company Default
Checked - Allow account assignment
I've renamed my MSI to TeamViewer_Host-idcXXXXXXX.msi as I've seen elsewhere on this forum.
I've made a TeamViewer_Settings.tvopt by manually applying as many settings from my policy as I could find and exporting them from a client install.
Both files are bundled in a ZIP file when uploading to KACE.
The command line I'm using to install is, where X = my Configuration ID, Y = my API Token, and Z = the Group ID number from the URL of my group:
msiexec /i "$(KACE_DEPENDENCY_DIR)\TeamViewer_Host-idcXXXXXXX.msi" /qb SETTINGSFILE="$(KACE_DEPENDENCY_DIR)\TeamViewer_Settings.tvopt" CUSTOMCONFIGID=XXXXXXX APITOKEN="YYYYYYYY-YYYYYYYYYYYYYYYYYYYY" ASSIGNMENTOPTIONS="--alias %COMPUTERNAME% --grant-easy-access --group-id gZZZZZZZZZ --reassign"
Every time I try to install, I get all of my required settings, my custom logo, colors, etc. Everything looks fantastic EXCEPT the client does not register to my account or enable Easy Access.
What am I missing here?