TeamViewer Forum
General Category => Teamviewer for Windows => Topic started by: draven76 on July 12, 2011, 09:42:40 AM
-
Is there any way to make Teamviewer work on a server core edition (like hyper-v 2008r2)?
I did the installation... service is started but I can't get the ID, even with a working vbs script (tested on my win7 machine).
Thanks
Dario
-
Hello,
can you please send us your TeamViewer log file as a ZIP-file to support@teamviewer.com to analyse the problem?
Please tell us also the time when the problem occurred.
You will find the log file on TeamViewer-menu 'Extras/Open log files'. The name of the file is 'TeamViewer6_Logfile.log', if available please also send us 'TeamViewer6_Logfile_OLD.log'.
If available, please send us also the Crash-Files with the ending *.mdmp.
It would be nice, if you could send all these files as a ZIP-file attachment!
Regards
Inga, TeamViewer
-
Please note that this is a Server Core o.s.
I couldn't open the TeamViewer GUI so I had to go to the install folder and copy the .log files I found in it.
As I said, I'm not able (and never was from the very first moment I installed tv on that machine) to get the machine ID.
I'll send the zip also to the email you provided.
Best regards,
Dario Palermo
-
Was there ever a resolution to this? I was told by support when I called in Version 7 works and it is currently not working for me.
-
I am running Hyper-v 2012 Core Edition (Not sure if this works for Hyper-V 2008 Core) and figured out a solution.
This only works with Teamviewer 6 and not newer versions (I did not confirm with older versions)
reg add HKLM\SOFTWARE\Wow6432Node\TeamViewer\Version6 /f /v "ListenHttp" /t REG_DWORD /d 0 (Run this from a command window, this is optional but it makes it so teamviewer does not run on port 80 / 443)
I then Copy the following files from another server running the full OS to the folders listen below
copy msvfw32.dll to C:\windows\syswow64\
copy crtdll.dll to C:\windows\syswow64\
copy avicap32.dll to C:\windows\syswow64\
copy avicap32.dll.mui to C:\windows\syswow64\en-us\
copy \msvfw32.dll.mui to C:\windows\syswow64\en-us\
I then install Teamviewer 6 and it works properly.
-
I am running Hyper-v 2012 Core Edition (Not sure if this works for Hyper-V 2008 Core) and figured out a solution.
This only works with Teamviewer 6 and not newer versions (I did not confirm with older versions)
reg add HKLM\SOFTWARE\Wow6432Node\TeamViewer\Version6 /f /v "ListenHttp" /t REG_DWORD /d 0 (Run this from a command window, this is optional but it makes it so teamviewer does not run on port 80 / 443)
I then Copy the following files from another server running the full OS to the folders listen below
copy msvfw32.dll to C:\windows\syswow64\
copy crtdll.dll to C:\windows\syswow64\
copy avicap32.dll to C:\windows\syswow64\
copy avicap32.dll.mui to C:\windows\syswow64\en-us\
copy \msvfw32.dll.mui to C:\windows\syswow64\en-us\
I then install Teamviewer 6 and it works properly.
Thanks!!! Works on Hyper-V 2012 and Teamviewer6!!!