My project is just about to embark on a massive upgrade to our project, where we will be jumping from Visual Studio 2010 to Visual Studio 2017. Currently, our project's msi are built using Wix3.5.
As an experiement, we tried opening our solution with the current wix and it said that the wix projects are not compatible, which we sort of expected.
So, we installed wix 3.11, and opened the solution again, and it still said that there is a compatibility problem.
What we trying to understand here, is there an extra step that we are missing here that we need to perform on our wix projects that makes them compatible with the newer version of wix? If so, what do we need to do?