SetUpDevEnv.md
July 5, 2023 ยท View on GitHub
Set up your development environment
Install Visual Studio
- Install Visual Studio 2022 from here
- Choose ".NET desktop development" option
- Add ".NET Framework 4.8 development tools"
Install Wix tools
To build the MSI project, you need to install the HeatWave extension for Visual Studio. The extension is can be downloaded from the Visual Studio Marketplace.
Install WinAppDriver
- To run the UI tests, install WinAppDriver from here