Hello,
We always use MDT to install Teamviewer when imaging a new laptop. It was working fine on TeamViewer 12 and 13. But suddenly it will not show custom configuration in 14.
The command I put in there was
msiexec.exe /i "TeamViewer_Host-idcxxxxxxx.msi" ALLUSERS=1 /qn /norestart
And because it still show TeamViewer default style, so I changed to
msiexec.exe /i "TeamViewer_Host-idcxxxxxxx.msi" ALLUSERS=1 CUSTOMCONFIG=xxxxxxx APITOKEN=1111111-xxxxxxxxxxxxx /qn /norestart
But none of them work.
For 12 or 13, the same command works fine. I have downloaded the .msi file of version 14 from Teamviewer website --> Design & Deploy --> Custom modules. And I even create a new one, but still no work.
Please help me to solve this, thank you.