Is your feature request related to a problem? Please describe.
Tauri closes app immediately after setup, then our users need to find the app and run it. Obviously, this is NOT a convenient and efficient way .
Describe the solution you'd like
Allow users to run the installed application after WIX setup program, just like this:

Describe alternatives you've considered
None.
Additional context
Operating System - Windows, version 10.0.19042 X64
Webview2 - 96.0.1054.41
Node.js environment
Node.js - 14.15.0
@tauri-apps/cli - 1.0.0-beta.10
@tauri-apps/api - 1.0.0-beta.8
Global packages
npm - 6.14.8
yarn - 1.22.17
Rust environment
rustc - 1.56.1
cargo - 1.56.0
App directory structure
/build
/node_modules
/public
/src
/src-tauri
App
tauri.rs - 1.0.0-beta.8
build-type - bundle
CSP - default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'
distDir - ../build
devPath - http://localhost:3000
framework - React
Is your feature request related to a problem? Please describe.
Tauri closes app immediately after setup, then our users need to find the app and run it. Obviously, this is NOT a convenient and efficient way .
Describe the solution you'd like

Allow users to run the installed application after WIX setup program, just like this:
Describe alternatives you've considered
None.
Additional context