diff --git a/tooling/bundler/src/bundle/windows/templates/main.wxs b/tooling/bundler/src/bundle/windows/templates/main.wxs
index 132f5150b..22a048953 100644
--- a/tooling/bundler/src/bundle/windows/templates/main.wxs
+++ b/tooling/bundler/src/bundle/windows/templates/main.wxs
@@ -219,7 +219,8 @@
{{#if install_webview}}
-
+
+
diff --git a/tooling/cli.rs/src/info.rs b/tooling/cli.rs/src/info.rs
index 907359b21..9a0014bc7 100644
--- a/tooling/cli.rs/src/info.rs
+++ b/tooling/cli.rs/src/info.rs
@@ -271,25 +271,38 @@ fn get_version(command: &str, args: &[&str]) -> crate::Result