Skip to content

Commit 502eb07

Browse files
authored
Add Wix Toolset to Windows setup (#13568)
1 parent b89b337 commit 502eb07

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/pre-02-software.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ It is strongly recommended that you have git installed.
2121

2222
### Windows
2323

24-
* Use [git for windows](https://git-for-windows.github.io), no additional git tooling required
24+
* Install [Git for Windows](https://git-for-windows.github.io), no additional git tooling required. Git for Windows includes Git Bash.
2525
* [Download the installer](http://git-scm.com/download/win) and install it.
2626
* Activate the option "Use Git and optional Unix tools from the Windows Command Prompt".
2727
* [Git Credential Manager for Windows](https://github.com/Microsoft/Git-Credential-Manager-for-Windows) is included. Ensure that you include that in the installation. Aim: Store password for GitHub permanently for `https` repository locations
2828
* [Configure using Visual Studio Code as editor](https://code.visualstudio.com/docs/sourcecontrol/overview#_vs-code-as-git-editor) for any git prompts (commit messages at merge, ...)
29-
* We recommend using [Windows Terminal](https://aka.ms/terminal).
29+
* We recommend using [Windows Terminal](https://aka.ms/terminal), [configured to start Git Bash].
30+
* Install [WixToolSet](https://github.com/wixtoolset/wix).
3031

3132
{: note}
3233
You can use [chocolatey](https://chocolatey.org/) to install git more smoothly.

0 commit comments

Comments
 (0)