Skip to content

Commit 16fbbae

Browse files
author
Michael Hoffman
committed
Polish VS Deploy
1 parent fdaf8b8 commit 16fbbae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

microsoft-edge/webview2/samples/wv2deploymentvsinstallersample.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ If a **Waiting on the following processes to shut down** dialog appears, close V
6969

7070
![product.xml file opened for editing, unchanged, in Visual Studio 2019](./wv2deploymentvsinstallersample-images/product-xml-open-for-editing-unchanged.png)
7171

72-
1. Inspect `product.xml`. There are three `<PackageFile>` lines. Study the comment above each of the 3 lines. Here is a simplified view of the lines, with clarifications:
72+
1. Inspect `product.xml`. There are three `<PackageFile>` lines. Study the comment above each of the 3 lines. Here is a simplified view of the lines, with clarifications.
7373

7474
The first `<PackageFile>` line uses file `MicrosoftEdgeWebview2Setup.exe`, which is the Evergreen WebView2 Runtime Bootstrapper, and it specifies a `HomeSite` website. Use this line for _Approach 1: Downloading the Evergreen WebView2 Runtime Bootstrapper through a link_:
7575

@@ -92,9 +92,9 @@ If a **Waiting on the following processes to shut down** dialog appears, close V
9292
<!-- <PackageFile Name="MicrosoftEdgeWebView2RuntimeInstallerX64.exe" /> -->
9393
```
9494

95-
1. Understand which approach you are using. Approach 2 is the default; that is, it's un-commented in the repo's `product.xml` file.
95+
1. Identify which approach you are using. Approach 2 is the default; that is, the line to use Approach 2 is un-commented in the repo's `product.xml` file.
9696

97-
1. Edit `product.xml`, as follows. Do the steps in one of the three sections below.
97+
1. Edit `product.xml`, as follows; do the steps in one of the three sections below.
9898

9999

100100
<!-- this section order matches product.xml's order & top of present .md file -->

0 commit comments

Comments
 (0)