问题描述
我查看了论坛中之前的所有安装失败,但无法找到为什么这个安装失败无法安装在我当前的系统上。 我正在运行Windows 7 64位并且我的盒子上安装了VS 2008/2010,SQL 2008和IIS 7.5。
I have looked at all the previous install failure in the forums and can not find why this one failed to install on my current system. I am running Windows 7 64 bit and have VS 2008/2010, SQL 2008, and IIS 7.5 all installed on my box.
在托管服务上突出显示沙漏后,安装失败。 在挖掘日志时发现了这个错误。 有没有人看过这个,你是如何解决这个问题的,以便安装完成。
The install fails after the hourglass is highlighted on the Hosting Services. When digging through the logs I found this error. Has anyone seen this and how did you fix the issue so that the install will finalize.
8/13/2012 12:06:16 PM EXEPATH=powershell.exe PARAMS=-command "$content = Get-Content \"C:\Program Files\AppFabric 1.1 for Windows Server\\AppFabricServer.xml\"; $content = ForEach-Object -InputObject $content { $_ -replace \"INSTALLPATH\", \"C:\Program Files\AppFabric 1.1 for Windows Server\\\" }; Set-Content -value $content -path \"C:\Program Files\AppFabric 1.1 for Windows Server\\AppFabricServer.xml\" " LOGFILE=C:\Users\xxxxxxxxx\AppData\Local\Temp\AppServerSetup1_1_CustomActions(2012-08-13 12-06-05).log
ExitCode=0
8/13/2012 12:06:17 PM EXEPATH=powershell.exe PARAMS=-command "$content = Get-Content \"C:\Program Files\AppFabric 1.1 for Windows Server\\Consolidator.xml\"; $content = ForEach-Object -InputObject $content { $_ -replace \"INSTALLPATH\", \"C:\Program Files\AppFabric 1.1 for Windows Server\\\" }; Set-Content -value $content -path \"C:\Program Files\AppFabric 1.1 for Windows Server\\Consolidator.xml\" " LOGFILE=C:\Users\xxxxxxxxxxx\AppData\Local\Temp\AppServerSetup1_1_CustomActions(2012-08-13 12-06-05).log
ExitCode=0
Executing action : Microsoft.ApplicationServer.InstallHelper.SQMTaskInstallAction
SQMTaskInstall areguments - /create /tn "\Microsoft\Windows\AppFabric\Customer Experience Improvement Program\Consolidator" /xml "C:\Program Files\AppFabric 1.1 for Windows Server\Consolidator.xml"
Error: ERROR: The network address is invalid.
我猜它试图与外部网站通信不允许即使我选择退出发送我的经验到微软的选项,我们的防火墙也是如此。
I would guess that its trying to communicate to an external site not allowed by our firewall even though I have opted out of the send my experience to Microsoft options.
Steve Stevenson,高级软件工程师
Steve Stevenson, Senior Software Engineer
推荐答案
谢谢,
这篇关于AppFabric 1.1安装失败(1603),网络地址无效。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!