We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Launch app
1 parent c260842 commit 89602cdCopy full SHA for 89602cd
.changes/wix-launch-app-checked.md
@@ -0,0 +1,6 @@
1
+---
2
+"tauri-bundler": "patch"
3
4
+
5
+On Windows, the `msi` installer's `Launch App` checkbox will be checked by default.
6
tooling/bundler/src/bundle/windows/templates/main.wxs
@@ -63,6 +63,7 @@
63
64
<!-- launch app checkbox -->
65
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="!(loc.LaunchApp)" />
66
+ <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOX" Value="1"/>
67
<Property Id="WixShellExecTarget" Value="[!Path]" />
68
<CustomAction Id="LaunchApplication" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" />
69
0 commit comments