Cannot update a Windows Service installed by MSI
问题 I'm facing a weird problem and I can't find a working solution. Thanks in advance for any help. I developed a Windows Service in C# that use Newtonsoft.JSON library to parse the result from a bunch of WebAPI. The service is deployed with MSI and everything was working perfectly. The first version of the service was using Newtonsoft.JSON 6.0.8, but recently I moved to version 11.0.2. I packed a new MSI (with correct version/Product Id/Upgrade Id to ensure upgrading) and I'm trying to deploy