I am trying to install Neovim to the "C:/Program Files" directory via Chocolatey on Windows 7. I had previously installed Neovim via Chocolatey to a different directory ("C:/Tools"), but later uninstalled it.
cd C:/Program Files
choco install Neovim
When running these lines in Powershell (with Administrative privileges) Chocolatey successfully installs Neovim, but to the "C:/Tools" directory where it had previously been installed.
It seems Chocolatey is remembering where it had installed Neovim and ignoring the current directory. Is there a way to prevent this from occurring?