From 92b7da69ca36f5cf3d0b086ce440a2c35064220b Mon Sep 17 00:00:00 2001 From: Il Harper Date: Fri, 12 May 2023 00:07:31 +0800 Subject: [PATCH] fix: fix outdated reg names in deployment samples Currently deployment samples `WV2DeploymentWiXCustomActionSample` and `WV2DeploymentWiXBurnBundleSample` use the reg name `EBWebView` for registry searching, but this entry has already disappeared in recent versions of WVRT (also disappeared in Edge Stable). ![](https://github.com/MicrosoftEdge/WebView2Samples/assets/20179549/54090887-3b70-4e90-90fb-1f061e26963e) ![](https://github.com/MicrosoftEdge/WebView2Samples/assets/20179549/d3937bb9-b278-4db0-8c11-3dee80feae97) Changed them to `pv`, consistent with `WV2DeploymentVSInstallerSample`. Also I noticed that these three registry searches were introduced in the same PR (#56). Are there any special considerations for the inconsistency here? Related commit: https://github.com/MicrosoftEdge/WebView2Samples/commit/8402697ac016014ca90a0168ef0059428102818e --- SampleApps/WV2DeploymentWiXBurnBundleSample/Bundle.wxs | 2 +- SampleApps/WV2DeploymentWiXCustomActionSample/Product.wxs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SampleApps/WV2DeploymentWiXBurnBundleSample/Bundle.wxs b/SampleApps/WV2DeploymentWiXBurnBundleSample/Bundle.wxs index 816aabb0..dc239e8e 100644 --- a/SampleApps/WV2DeploymentWiXBurnBundleSample/Bundle.wxs +++ b/SampleApps/WV2DeploymentWiXBurnBundleSample/Bundle.wxs @@ -2,7 +2,7 @@ - + diff --git a/SampleApps/WV2DeploymentWiXCustomActionSample/Product.wxs b/SampleApps/WV2DeploymentWiXCustomActionSample/Product.wxs index 62d6603e..773a8075 100644 --- a/SampleApps/WV2DeploymentWiXCustomActionSample/Product.wxs +++ b/SampleApps/WV2DeploymentWiXCustomActionSample/Product.wxs @@ -7,7 +7,7 @@ - +