-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
platform: Windowsscope: bundlerThe bundler used in our cli to make installersThe bundler used in our cli to make installerstype: feature request
Description
Describe the problem
The "Launch [Program]" checkbox in the final screen of the Wix installer should be checked by default (or configurable). 99% of users will want to use the software they've just installed right away.
It's a very minor thing, but every unnecessary click adds friction to the user journey.
Describe the solution you'd like
Add this code snippet the wix template:
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOX" Value="1"/>
Under:
<!-- launch app checkbox -->
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch {{{product_name}}}" />
Alternatives considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
platform: Windowsscope: bundlerThe bundler used in our cli to make installersThe bundler used in our cli to make installerstype: feature request