From 89602cdce34f3ea5b4a9b8921dc04a197f2d7de8 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Mon, 26 Dec 2022 16:36:43 +0200 Subject: [PATCH] feat(bundler): check `Launch app` by default for WiX, closes #5859 (#5871) --- .changes/wix-launch-app-checked.md | 6 ++++++ tooling/bundler/src/bundle/windows/templates/main.wxs | 1 + 2 files changed, 7 insertions(+) create mode 100644 .changes/wix-launch-app-checked.md diff --git a/.changes/wix-launch-app-checked.md b/.changes/wix-launch-app-checked.md new file mode 100644 index 000000000000..073e4c3ecf62 --- /dev/null +++ b/.changes/wix-launch-app-checked.md @@ -0,0 +1,6 @@ +--- +"tauri-bundler": "patch" +--- + +On Windows, the `msi` installer's `Launch App` checkbox will be checked by default. + diff --git a/tooling/bundler/src/bundle/windows/templates/main.wxs b/tooling/bundler/src/bundle/windows/templates/main.wxs index 4b92bd7fc880..a37224d3e02b 100644 --- a/tooling/bundler/src/bundle/windows/templates/main.wxs +++ b/tooling/bundler/src/bundle/windows/templates/main.wxs @@ -63,6 +63,7 @@ +