From 0f98ee1fa02f377140e7670a1439e40462e5bd45 Mon Sep 17 00:00:00 2001 From: Lachlan Townshend Date: Thu, 15 Oct 2020 08:57:36 +1100 Subject: [PATCH] Improving clarity of "Creating a Simple Setup" authoring_first_votive_project.html.md As per https://github.com/wixtoolset/issues/issues/4612 --- .../votive/authoring_first_votive_project.html.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/chm/documents/votive/authoring_first_votive_project.html.md b/src/chm/documents/votive/authoring_first_votive_project.html.md index df436751f..9a240b5eb 100644 --- a/src/chm/documents/votive/authoring_first_votive_project.html.md +++ b/src/chm/documents/votive/authoring_first_votive_project.html.md @@ -21,11 +21,13 @@ In this tutorial, we will create a C# Windows Form Application and then use WiX 1. In the MySetup project, right-click on the References node and choose Add Reference.... 1. Navigate to the Projects tab, click on the MyApplication project, and click the Add button, and then press OK. -1. Find the comment that says: +1. Find the lines that say: - + + + - Delete that line and replace it with the following lines of code: + Uncomment the first and last of those lines and replace the middle line (TODO:) with: 1. Build the WiX project.