Project templates for WixSharpThe extension has been rebuilt for VS2017 and higher. If you need older releases please visit https://github.com/oleg-shilo/Retired-VSIX. ---------------------------------------------------------------------------------- Note that VS2022 extension manager may sometimes install the extension as disabled. If it is the case then you may need to simple enable it: WixSharp (Wix#) is a managed interface for WiX. It is a framework for building a complete MSI or WiX source code by using script files written with the C# syntax. Wix# allows building a complete MSI or WiX source code by executing script files written with the plain C# syntax. Wix# engine uses a C# class structure to mimic WiX entities and their relationships in order to produce a valid deployment model. Visit Wix# home page at CodePlex to find out more about the framework. |