TeamViewer 14 host custom install does not work

semiit
semiit Posts: 1
edited May 2023 in General questions

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.

Tagged:

Comments

  • Ali_Baaba
    Ali_Baaba Posts: 1

    I'm having the same issue and cannot find any solution anywhere.

  • Swe_viewer
    Swe_viewer Posts: 3

    I use this command and it works fine.

    As you can see I still use group ID "gxxxx" but I think they have fixed the bug so you can enter the group name without g+numbers.

    msiexec /i TeamViewer_host.msi /qn CUSTOMCONFIGID=XXXX APITOKEN=XXXX DESKTOPSHORTCUTS=0 ASSIGNMENTOPTIONS="--alias %COMPUTERNAME% --group-id gXXXX --grant-easy-access 1 --reassign"