Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 889 Bytes

SetUpDevEnv.md

File metadata and controls

17 lines (14 loc) · 889 Bytes

Set up your development environment

Install Visual Studio

  1. Install Visual Studio 2017 from here
    • Choose ".NET desktop development" option
    • Add ".NET Framework 4.7.1 development tools"

Install Wix tools

To build the MSI project, you need to install Wix tools

  1. Install Wix build tool

    • Install Wix build tool from here
    • Use the Wix 3.1.1 tool set (requires .Net framework 3.5.1). You can find the installation package from here.
  2. Install Wix Toolset Visual Studio 2017 extension

    • The extension is available in the Visual Studio marketplace and can be found here.