PatchMyPc work for TeamviewerQS? Or just Full?
I am working on a solution for him now.
Posting back here when done.
Ok create a batch file, with the following contents. Name it TVUpdate.bat or similar and save it to the desktop.
@ECHO OFF
del %USERPROFILE%\DESKTOP\TeamViewerQS.exe /Q
c:\windows\wget.exe https://download.teamviewer.com/download/TeamViewerQS_en.exe --no-check-certificate
copy c:\windows\TeamViewerQS.exe %USERPROFILE%\DESKTOP
Then download wget and it's dependencies
WGet - http://downloads.sourceforge.net/gnuwin32/wget-1.11.4-1-bin.zip
Depends - http://downloads.sourceforge.net/gnuwin32/wget-1.11.4-1-dep.zip
Extract them, and copy the wget.exe and .dll files from both sub folders "binary" folders to somewhere like c:\windows or c:\windows\system32
Once you do that you will need to modify the code paths above to point to the path that you placed it in, change c:\windows\wget.exe to maybe c:\windows\system32\wget.exe - or wherever you put it.
Then run the batch file to test it.
If you don't want to grab all the files manually and make the batch file, here is a link with everything all put together - https://www.dropbox.com/s/n6go1st8blxwjtk/ts-qs-updater.zip?dl=1
Put the batch file on the desktop, and the .exe/dll files in c:\windows