Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow users to run the installed application after WIX setup program #3015

Closed
xuchaoqian opened this issue Dec 3, 2021 · 0 comments
Closed

Comments

@xuchaoqian
Copy link
Contributor

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:
image

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
@amrbashir amrbashir changed the title It's much better to allow users to run the installed application after WIX setup program allow users to run the installed application after WIX setup program Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants