An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Hello @Pieter Claassens ,
If MSIX is acceptable, I'd recommend switching to the Windows Application Packaging Project - it's built into Visual Studio. For more details, check out Package your app as an MSIX in Visual Studio.
Microsoft has been pushing MSIX as the modern packaging standard, and it offers cleaner installs/uninstalls, auto-update support, and better compatibility with newer Windows versions.
If you absolutely need an MSI, there are other alternatives worth exploring.
Let me know if you have any questions.