

Wix#
5 likes
WixSharp enables creating MSI files or WiX source code by using C# source code. Upon execution, the C# code is transformed into a MSI file or WiX source code. Thanks to C# features such as inheritance, it becomes easy to create installers.
License model
- Free • Open Source
Platforms
- Windows
Features
Wix# information
AlternativeTo Category
OS & UtilitiesGitHub repository
- 1,182 Stars
- 183 Forks
- 10 Open Issues
- Updated Apr 6, 2025
Comments and Reviews
The introduction of WixSharp in our development environment with over 10 products finally allowed us to switch at low cost from ClickOnce to MSI. Creating MSIs with WiX was very labor intensive, error phrone and sensitive to maintenance. WixSharp stands on the shoulders of Wix, but makes it easier.