如何在未连接到Internet的计算机上安装Visual Studio 2015的远程工具

如何在未连接到Internet的计算机上安装Visual Studio 2015的远程工具

问题描述:

我在没有连接到Internet的Windows Server 2008 R2上安装了Visual Studio 2015 Update 3远程工具时遇到问题.

I have a problem with installation of Remote Tools for Visual Studio 2015 update 3 on Windows Server 2008 R2 that does not have connection to the Internet.

安装程序显示以下错误:"0x800b010a-无法为受信任的根颁发机构构建证书链."

Installator showed following error: "0x800b010a - A certificate chain could not be built to a trusted root authority."

日志包含以下错误:

Error 0x800b010a: Failed authenticode verification of payload: C:\ProgramData\Package Cache\.unverified\rdbg_std_amd64
Error 0x800b010a: Failed to verify signature of payload: rdbg_std_amd64
Failed to verify payload: rdbg_std_amd64 at path: C:\ProgramData\Package Cache\.unverified\rdbg_std_amd64, error: 0x800b010a, delete: Yes
Error 0x800b010a: Failed to cache payload: rdbg_std_amd64
Failed to cache payload: rdbg_std_amd64 from working path: C:\Users\MKEDRZ~1\AppData\Local\Temp\2\{ec7a2821-b103-4c27-ade2-549182ab4d32}\rdbg_std_amd64, error: 0x800b010a.

我尝试安装Visual Studio 2015更新1的远程工具,但我成功了,但是它却无济于事,因为我们使用VS 2015更新3并进行了远程调试,我必须拥有Visual Studio 2015更新3的远程工具.

I've tried to install Remote Tools for Visual Studio 2015 update 1 and I succeed but it gives me nothing because we use VS 2015 update 3 and to do remote debugging, I have to have Remote Tools for Visual Studio 2015 update 3

复制整个

C:\Program Files\Microsoft Visual Studio 14.0\Common7\IDE\Remote Debugger\x86

到远程计算机.使用x64子目录调试64位可执行文件.显然,无论在何处安装VS2015,都可以替换"C:\ Program Files"部分.

to the remote machine. Use the x64 subdirectory to debug 64bit executables. And obviously replace the 'C:\Program Files' part with wherever VS2015 is installed.