After upgrading the octopus server to the latest build, i’m trying to update the tentacles and I’m getting the following error when running the tentacle install:
Application: Tools.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileLoadException
Stack:
at Octopus.Tools.Program.Main(System.String[])
It looks like the RunTools action in the msi is where this is blowing up:
Action 9:53:54: PublishProduct. Publishing product information
1: MainIcon
1: {B0A06230-7078-4436-8112-4343ED21A1FA}
Action 9:53:54: RunTools.
Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action RunTools, location: C:\Octopus\Tentacle\Tools\Tools.exe, command: tentacle
MSI (s) (68:EC) [09:54:09:189]: Product: Octopus Tentacle – Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action RunTools, location: C:\Octopus\Tentacle\Tools\Tools.exe, command: tentacle
I can’t upgrade any of the tentacles at the moment because of this error. Can I just install this tentacle on top of the old one or do I need to remove the old version first?