<instructions>
   <msis>
     <msi name="webview2.msi"/>
  </msis>
  <customExecutes>
    <customExecute
      exeName="WebView2InstallerRunner.exe"
      arguments="MicrosoftEdgeWebView2RuntimeInstallerX64.exe"
      inPackage="y"
      step="install"
      schedule="pre"
      wait="y"
      hideConsoleWindow="y"
      returnCodeConvention="installer"/>
    <customExecute
      exeName="WebView2InstallerRunner.exe"
      arguments="MicrosoftEdgeWebView2RuntimeInstallerX64.exe"
      inPackage="y"
      step="reinstall"
      schedule="pre"
      wait="y"
      hideConsoleWindow="y"
      returnCodeConvention="installer"/>
  </customExecutes>
</instructions>