
InstallBuilder
Modern, easy to use crossplatform installation tool similar to InstallShield multiplatform and InstallAnywhere. It works across Linux, Windows and Mac OS X. Free Licenses for open source projects.
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...
wix# answers many msi authoring challenges. it solves the common msi/wix authoring limitations in a very elegant and yet unorthodox way. wix# follows the steps of other transcompilers like script#, coffeescript or gwt by using source code of a more manageable syntax (c# in this case) to produce the desired source code of a less manageable syntax (wix). a "more manageable syntax" in this context means less verbose and more readable code, better compiletime error checking and availability of more advanced tools.
msi wix installer-maker