Generate Installer Using Wix#

By Lalji Dhameliya on Apr 06 2017
generate msi setup installer using wix# on c# syntax
    • Like
    • Love It
    • Awesome
    • Interesting
    • It's Okay
    • Thumbs Down
  • 2k
  • 0
  • 72 Downloaded
  • 1.481055 MB
Introduction:

Wix# is an open Source framework available on GitHub and used for generating Installer using C# syntax. Wix# is an open source framework for building installer setup for MSI source code by using script file that is written into C#. Wix# uses C# to produce a wix or MSI source code. Using wix#, easily create a sample installer MSI file if familiar with C# syntax. The logic behind wix# uses C# syntax that updates .wxs file and generates MSI source code.

comments