6

I setup a new project in Octopus Deploy but the deployment failed with the following message:

get-itemproperty : Cannot find path 'HKLM:\SOFTWARE\Microsoft\InetStp\' because it does not exist.

What would cause this error?

Daniel Little
  • 16,975
  • 12
  • 69
  • 93

1 Answers1

7

This is usually because you're trying to deploy a website but IIS is not installed on the machine.

Daniel Little
  • 16,975
  • 12
  • 69
  • 93