Team,
I am installing the Platform Installer and selected NServiceBus, ServiceControl, ServicePulse, and ServiceInsight. I am receiving the following error when it goes to install ServiceInsight (see error below)
I had the beta's version installed prior to this and uninstalled it and even rebooted my machine prior to kicking off the Platform Installer.
I found this url https://github.com/Particular/PlatformInstaller/issues/133 that indicates that there are similar issues with previous users who used the beta versions, but it does not identify a solution for us early adopters.
Any assistance you can provide would be greatly appreciated.
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'.
I wrote a simple PS script to find and remove versions of the Service Insight, Service Control and ServicePulse products based on the MSI product code. This has successfully fixed up others in the same situation.
Script can be found here - https://gist.github.com/gbiellem/11394812