Monday, December 29, 2014

Windows installer based on C#

Using C# and Wix# to Build Windows Installer Packages
"Wix# (WixSharp) is a deployment authoring framework targeting Windows Installer (MSI). Wix# allows building complete MSI setups from a deployment specification expressed with C# syntax. The typical Wix# source file for building MSI contains plain-vanilla C# code, which uses a C# class structure to define (mimic) WiX entities."

(Convenient, but possibly inefficient...)

No comments: