tauri
tauri copied to clipboard
autoUpdater error: Running NSIS installer from powershell has failed to start[bug]
Describe the bug
Some computers running Windows 10 encounter errors when automatic updates are required.
Running NSIS installer from powershell has failed to start: PermissionDenied
When I start it in administrator mode, it prompts the following error:
The application cannot start because the application's parallel configuration is incorrect.
Reproduction
No response
Expected behavior
No response
Full tauri info
output
[✔] Environment
- OS: Windows 10.0.19044 X64
✔ WebView2: 124.0.2478.80
✔ MSVC: Visual Studio ���ɹ��� 2022
✔ rustc: 1.76.0 (07dca489a 2024-02-04)
✔ cargo: 1.76.0 (c84b36747 2024-01-18)
✔ rustup: 1.27.1 (54dd3d00f 2024-04-24)
✔ Rust toolchain: 1.76.0-x86_64-pc-windows-msvc (directory override for 'C:\Users\wangwei1240\mcs-platform')
- node: 20.12.2
- yarn: 1.22.22
- npm: 10.5.0
[-] Packages
- tauri [RUST]: 1.6.1
- tauri-build [RUST]: 1.5.0
- wry [RUST]: 0.24.7
- tao [RUST]: 0.16.5
- @tauri-apps/api [NPM]: 1.5.3
- @tauri-apps/cli [NPM]: 1.5.10
[-] App
- build-type: bundle
- CSP: unset
- distDir: ../dist
- devPath: http://localhost:1420/
- framework: React
- bundler: Rollup
Done in 41.87s.
Stack trace
No response
Additional context
No response
related https://github.com/tauri-apps/tauri/discussions/9747