Automate updating Tentacle.Deployment.ApplicationDirectory

Similar to the links below, we messed up the value in Tentacle.Deployment.ApplicationDirectory when provisioning boxes. Is there a way to update this value without either re-provisioning servers, or reinstalling octo?

http://help.octopusdeploy.com/discussions/problems/21792-error-deploying-to-tentacle
http://help.octopusdeploy.com/discussions/questions/4938-how-to-change-the-folder-where-tentacle-unpacks-nuget-packages

Hi Casey,

Thanks for getting in touch.

You can change the Tentacle application directory by running Tentacle.exe configure --app "C:\Applications" from the Tentacle install directory and restarting the Tentacle service.

You may be able to use the script console (https://octopus.com/docs/administration/script-console) in Octopus to run & 'C:\Program Files\Octopus Deploy\Tentacle\Tentacle.exe' configure --app "C:\Applications" --console and then restart the boxes via your management console.

Cheers,
Shane