Skip to content

Commit 2c0b66a

Browse files
committed
Update readmes
1 parent a235b51 commit 2c0b66a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

SampleApps/WV2DeploymentVSInstallerSample/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ This sample showcases [deployment workflows](https://docs.microsoft.com/microsof
3333

3434
To create a VS installer that chain-install the Evergreen WebView2 Runtime,
3535

36+
1. Clone the repo.
3637
1. Edit the `product.xml` file depending on the workflow you wish to use.
3738
* For "Package the Evergreen WebView2 Runtime Bootstrapper",
3839
* Within the `<PackageFiles CopyAllPackageFiles="false">` and `</PackageFiles>` section, un-comment the line `<PackageFile Name="MicrosoftEdgeWebview2Setup.exe" />`, and comment out other lines.

SampleApps/WV2DeploymentWiXBurnBundleSample/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Packaging the Evergreen WebView2 Runtime Standalone Installer is very similar to
3535

3636
To create a WiX installer that chain-installs the Evergreen WebView2 Runtime through Burn Bundle,
3737

38+
1. Clone the repo.
3839
1. Open `../WebView2Samples.sln` with Visual Studio.
3940
1. This sample is an extension to the [WV2DeploymentWiXCustomActionSample](../WV2DeploymentWiXCustomActionSample/README.md) sample. Let's open `Product.wxs` under the `WV2DeploymentWiXCustomActionSample` project, and comment out all the `<Binary>`, `<CustomAction>`, and `<Custom>` elements under `<!-- Step 4: Config Custom Action to download/install Bootstrapper -->` and `<!-- Step 5: Config execute sequence of custom action -->` so that Custom Action is not used.
4041
1. Open `Bundle.wxs` under the `WV2DeploymentWiXBurnBundleSample` project. Edit `Bundle.wxs` depending on the workflow you wish to use.

SampleApps/WV2DeploymentWiXCustomActionSample/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ This sample showcases [deployment workflows](https://docs.microsoft.com/microsof
3434

3535
To create a WiX installer that chain-installs the Evergreen WebView2 Runtime through Custom Action,
3636

37+
1. Clone the repo.
3738
1. Open `../WebView2Samples.sln` with Visual Studio, then open `Product.wxs` under the `WV2DeploymentWiXCustomActionSample` project. Edit `Product.wxs` depending on the workflow you wish to use.
3839
* For "Download the Evergreen WebView2 Runtime Bootstrapper through link",
3940
* Under `<!-- Step 4: Config Custom Action to download/install Bootstrapper -->`, uncomment the `<CustomAction Id='DownloadAndInvokeBootstrapper' ...>` element below `<!-- [Download Bootstrapper] ... -->`. Comment out other `<Binary>` and `<CustomAction>` elements.

0 commit comments

Comments
 (0)