NServiceBus平台安装程序 - 无法安装ServiceInsight - Chocolatey退出代码1638

时间:2014-04-28 18:24:59

标签: nservicebus serviceinsight

我正在安装Platform Installer并选择了NServiceBus,ServiceControl,ServicePulse和ServiceInsight。我在安装ServiceInsight时收到以下错误(请参阅下面的错误)

我在此之前安装了beta版本并卸载了它,甚至在启动平台安装程序之前重启了我的机器。

我发现此网址https://github.com/Particular/PlatformInstaller/issues/133表示与使用测试版的以前用户存在类似问题,但它并未为我们的早期采用者确定解决方案。

非常感谢您提供的任何帮助。

Error executing powershell: [ERROR] Running C:\Users\jmiller.MPSRX\AppData\Local\Temp\chocolatey\ServiceInsight\ServiceInsightInstall.exe with /quiet  /L*V "C:\Users\jmiller.MPSRX\AppData\Local\Temp\chocolatey\ServiceInsight\msiexe.log" was not successful. Exit code was '1638'.
Error executing powershell: ServiceInsight did not finish successfully. Boo to the chocolatey gods!


[ERROR] [ERROR] Running C:\Users\jmiller.MPSRX\AppData\Local\Temp\chocolatey\ServiceInsight\ServiceInsightInstall.exe with /quiet  /L*V "C:\Users\jmiller.MPSRX\AppData\Local\Temp\chocolatey\ServiceInsight\msiexe.log" was not successful. Exit code was '1638'.

Error executing powershell: Package 'ServiceInsight.install v1.0.0' did not install successfully: [ERROR] Running C:\Users\jmiller.MPSRX\AppData\Local\Temp\chocolatey\ServiceInsight\ServiceInsightInstall.exe with /quiet  /L*V "C:\Users\jmiller.MPSRX\AppData\Local\Temp\chocolatey\ServiceInsight\msiexe.log" was not successful. Exit code was '1638'.

1 个答案:

答案 0 :(得分:1)

我编写了一个简单的PS脚本,用于根据MSI产品代码查找和删除Service Insight,Service Control和ServicePulse产品的版本。这已经在同样的情况下成功地修复了其他人。

脚本可以在这里找到 - https://gist.github.com/gbiellem/11394812