Open
Description
Hi devs,
I tried the sample under SampleApps/WV2DeploymentWiXBurnBundleSample/Bundle.wxs
. It contains the following part:
<ExePackage
Id="DownloadAndInvokeBootstrapper"
Name="Install WebView2 Runtime"
Cache="no"
Compressed="no"
PerMachine="yes"
Vital="no"
DownloadUrl="https://go.microsoft.com/fwlink/p/?LinkId=2124703"
InstallCommand=" /silent /install"
InstallCondition="NOT (REMOVE OR WVRTInstalled)">
<RemotePayload
ProductName="MicrosoftEdgeWebview2Setup"
Description="Microsoft Edge WebView2 Update Setup"
CertificatePublicKey="1392A8505C3B192F62311EA9005E49C1B5358F6B"
Hash="82B42348804E8D82C773DC3391B691712BB1B388"
Size="1815832"
Version="1.3.135.41"/>
</ExePackage>
But under the given link https://go.microsoft.com/fwlink/p/?LinkId=2124703
I get a bootstrapper of version 1.3.167.21 with another file size and - of course - another hash. For that reason I am not able to check the file integrity, because the file is changing.
Is this wanted?
Best regards,
Georg
PS: I guess it's the same issue as #65
PPS: Relates to my issue at WebView2Feedback.
Metadata
Metadata
Assignees
Labels
No labels