Hello,
I have a problem using newest version of TV Host 13.2.5287.
Old Version of TV 13.1.3629 install very well using customized host with idc and Assigment tool using this script:
msiexec.exe /i TeamViewer_Host-idcXXXXXXX.msi /passive
Regedit.exe /s "path to settings file"\TeamViewer_Settings.reg
cd "path to assigment tool"
TeamViewer_Assignment.exe -apitoken "my api token" -allowEasyAccess=false -datafile "${ProgramFiles(x86)}\TeamViewer\AssignmentData.json" -devicealias "${COMPUTERNAME}"
net stop "TeamViewer 13"
net start "TeamViewer 13"
This script is working excelent and everything is allright. Program is instaling and assign to our account.
Problem is with new version. When i download updated host installers from previously created customization and try install using MDT like program before it install ok but not creating AssigmentData,json file and can't assign new computer.
I check file creation, idc, api token evgerything is ok because I only change msi file to new version, also create new host cutomization without success.
I test it on few machines virtual machines and physical computers. Still the same problem which i don;t have instaling older version with it file is creating everytime.