# v1.6.1 — One-click Windows install Follow-up to v1.6.0's NSIS installer: the Windows setup now installs in **one click** instead of walking through a wizard. ## What changed - **No more wizard pages.** The Welcome and "Choose Install Location" steps are gone. Double-clicking `…-setup.exe` installs straight to the default per-user location and shows a brand finish screen — closer to how modern apps (Discord, VS Code) install, with the frame getting out of your way. - The warm-dark brand artwork (orange diamond + `relay-baton` wordmark) still appears on the finish screen and the install-progress header. - Still **per-user, no UAC prompt** (from v1.6.0). ## Under the hood - A custom NSIS template (`desktop/src-tauri/installer/installer.nsi`, based on Tauri's own, version-matched) skips the Welcome and Directory pages via the template's existing `Skip` hook. Upgrades still show the reinstall prompt. ## Not affected - CLI channels (npm / Homebrew / Scoop / Winget), macOS `.dmg`, and Linux `.AppImage` — unchanged. No CLI or app-behavior changes; versions in lockstep.