Wix# icon
Wix# icon

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

  • FreeOpen Source

Platforms

  • Windows
5 / 5 Avg rating (1)
5likes
1comment
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

  • install-makers
  • Installer Creation
  • msi-authors
  • msi-author
  • installer-author
  • msi-authoring
  • installer-maker
  • installer-authoring
  • install-builder
  • installer-authors
  • installer-makers
  • install-builders
  • installer-builder
  • installer-builders

Wix# News & Activities

Highlights All activities

Recent activities

  • DzmitryLahoda liked Wix#
    6 months ago
Show all activities

Wix# information

  • Developed by

    Oleg Shilo
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    21 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

OS & Utilities

GitHub repository

  •  1,182 Stars
  •  183 Forks
  •  10 Open Issues
  •   Updated Apr 6, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 1 comments and reviews about Wix#, and it has gotten 5 likes

Wix# was added to AlternativeTo by monty11 on Oct 17, 2017 and this page was last updated Oct 14, 2021. Wix# is sometimes referred to as WixSharp.

Comments and Reviews

   
 Post comment/review
Top Positive Comment
monty11
Oct 17, 2017
1

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.

What is Wix#?

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 compile-time error checking and availability of more advanced tools.

Benefits:

  • Wix# takes away the learning curve of MSI and WiX by allowing re-use of classes. Especially a benefit for teams with multiple developers or many different products.
  • Wix# takes away the need to learn yet another language for developers; they can re-use existing skills, including for the development of custom screens during installation.

Official Links