Silently deploy TeamViewer 10 Host
- Logon on to TeamViewer.com and create a custom module.
- Download the TeamViewer_Host-idcXXXXXXX.msi (or just rename the one you already have, remember to add -idc before your 7 character ConfigurationID).
- Install the TeamViewer Host on a computer; configure it the way you want, and export the TeamViewer_Settings.reg.
- Run the TrustConfigID.ps1 script on a computer With the Active Directory PowerShell Module installed and with administrative rights to your domain. (Replace the XXXXXXX With Your ConfigurationID)
.\TrustConfigID.ps1 -Add XXXXXXX -Name TeamViewer -Path "CN=System,DC=yourdomain,DC=com"
- Put both the TeamViewer_Host-idcXXXXXXX.msi and TeamViewer_Settings.reg in the same folder/share.
- Run the following commands to silently install, remove desktop shortcut and hide the dialog at logon:
REG ADD HKCU\Software\TeamViewer /v HostInfoDialog /t REG_DWORD /d 0
REG ADD HKU\.DEFAULT\Software\TeamViewer /v HostInfoDialog /t REG_DWORD /d 0
start /wait MSIEXEC.EXE /i "TeamViewer_Host-idcmbwnmzt.msi" /qn
del "%Public%\Desktop\TeamViewer*.lnk"