Build an msi package for Csharp using WiX: Difference between revisions

From munkjensen.net/wiki
No edit summary
No edit summary
Line 1: Line 1:


==== Preface ====
= Preface =


This page will describe in short terms how to build an msi package for an Csharp (C#) project. The resulting package will not give the end user any installation options to choose between.   
This page will describe in short terms how to build an msi package for an Csharp (C#) project. The resulting package will not give the end user any installation options to choose between.   




== Prerequisites ==
= Prerequisites =


* [http://www.visualstudio.com/ Visual Studio]. I used 2015 version.
* [http://www.visualstudio.com/ Visual Studio]. I used 2015 version.
Line 12: Line 12:
* '''WaX''' --> In VS 2015 go to "Tools" -> "Extensions and updates", then click "Online" and in the search box type “wax”
* '''WaX''' --> In VS 2015 go to "Tools" -> "Extensions and updates", then click "Online" and in the search box type “wax”


== Step by step ==
= Step by step =


#  
# Install WiX
#  
# Install WaX
#  
#  
#  
#  

Revision as of 10:09, 23 November 2016

Preface

This page will describe in short terms how to build an msi package for an Csharp (C#) project. The resulting package will not give the end user any installation options to choose between.


Prerequisites

  • Visual Studio. I used 2015 version.
  • An C# project that does not need the end user to select install options.
  • WiX --> http://wixtoolset.org/releases/ This was written while v3.10.3 was lates stable release.
  • WaX --> In VS 2015 go to "Tools" -> "Extensions and updates", then click "Online" and in the search box type “wax”

Step by step

  1. Install WiX
  2. Install WaX