Cannot uninstall VisualFSharp from command line after VS2017 Enterprise Install
Provide the steps required to reproduce the problem
Open Visual Studio 2017 Tools Command Prompt (administrator)
Execute VSIXInstaller.exe /uninstall:VisualFSharp
uninstall:VisualFSharp uninstalls
Uninstallation Falied
VSIX Log: https://gist.github.com/jonschoning/cab9fae6a3c7407e1c2850cbf6b45ae1
I have the same problem
There is no need to uninstall if you are trying to install the newer build. It will install on top of RTM without problems. Just don't forget about the strong name hijack, because it's not signed.
The VSIXInstaller issue is, unfortunately, not something we control. It's a VS Setup engine thing, I think.
I think we need clear instructions how to install latest build on top of RTM. Looks like a lot of people try.
Yeah, unfortunately we're chasing down one last bug in getting a signed VSIX installed. With that in place, it's pretty simple:
And then you're back at whatever shipped in that version of VS 2017. We'll post another blog post update, and have updated instructions on how to get the signed nightly builds once we work out the issue we're dealing with.
Most helpful comment
Yeah, unfortunately we're chasing down one last bug in getting a signed VSIX installed. With that in place, it's pretty simple:
And then you're back at whatever shipped in that version of VS 2017. We'll post another blog post update, and have updated instructions on how to get the signed nightly builds once we work out the issue we're dealing with.