VS2013+WDK8.1+VMWare虚拟机Win7,搭建驱动开发平台,一直不成功,请大神帮帮忙啊

VS2013 + WDK8.1 加上虚拟机Windows 7,通过pipe com 1来连接,一直提示如下错误:
System.UnauthorizedAccessException: Access to the path is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Pipes.NamedPipeClientStream.Connect(Int32 timeout)
at System.IO.Pipes.NamedPipeClientStream.Connect()
at Microsoft.DriverKit.DriverTestServices.WaitForRemoteExecute(String computerName)
at Microsoft.DriverKit.DriverTestServices.RemoteExecute(String computerName, RemoteExecuteCommand& remoteCommand)
at Microsoft.DriverKit.DriverTestResult.ResultRun()

 copy DriverTesting这个文件夹已经成功,管道应该是通了的,但是在各个文件安装上应该有权限问题,但是我按照提示的错误log,在目标虚拟机上,一个一个进行安装,从新连接,还是会提示同样的错误。
 [17:40:34:126]: Install Driver Test Components summary:

[17:40:34:126]: Installing .NET Framework (possible reboot): Fail
[17:40:34:126]: Installing VC Redist (x86): Fail
[17:40:34:126]: Installing test automation (x86): Fail
[17:40:34:126]: Installing debuggers (x86): Fail
Initialize: Computer:
[17:40:34:126]: Installing driver test framework: Fail
[17:40:34:126]: Registering logging components: Fail
[17:40:34:126]: Configure debugger settings (x86) (possible reboot): Fail
[17:40:34:126]: Configure computer settings (x86) (possible reboot): Fail
[17:40:34:126]: Creating system restore point: Fail
Result Group Completed: Fail

http://blog.csdn.net/charlessimonyi/article/details/50904956