Author Topic: Windows custom host module silent install  (Read 6858 times)

dgretch

  • Newbie
  • *
  • Posts: 2
Windows custom host module silent install
« on: December 19, 2013, 11:46:06 AM »
Has anyone been able to figure out how to get a customized host module installed with TV9?

I was able to do this no problem with TV 8 by doing the following

-Customize the host via the website and download the .exe installer
-Obtain the TeamViewer_Host.msi installer
-Configure the settings on the client module and export them to a .reg file
-Keep 3 files in the same location:
     1) TeamViewer_Host_setup.exe
     2) TeamViewer_Host.msi
     3) TeamViewer_Settings.reg
-call the msi installer with "msiexec /i TeamViewer_Host.msi /qn"
-end

This same process has not worked for me with TV9. Anyone getting this working?