Silent auto-update with no UAC prompt for a per-machine MSI install ?
Hi, I ship a Tauri v2 app on Windows as an MSI (WiX bundle), installed per-machine into C:\Program Files\....
Updates go through tauri-plugin-updater against a self-hosted latest.json.
Current flow: check on startup → pre-download and verify the MSI in the background → show an "Install now" button → update.install() → UAC prompt.
It works, but non-technical users don't understand the elevation dialog and click on NO ^^
I want updates to be fully unattended. (like Chrome, firefox, and the other app)
Is there a solution ?