Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1 KB

SetUpDevEnv.md

File metadata and controls

20 lines (16 loc) · 1 KB

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.

Install WinAppDriver

  1. To run the UI tests, install WinAppDriver from here