# v1.6.0 — Modern Windows installer The Windows desktop app now ships as a **brand-styled NSIS installer** instead of the classic MSI wizard. ## What changed - **`…-setup.exe` (NSIS), not `…_en-US.msi`.** A modern installer with a warm-dark welcome panel matching the app — the rotated orange diamond mark, the `relay-baton` wordmark, and a `codex → claude handoff` tagline. - **Per-user install, no UAC prompt.** Installs to your user profile like VS Code or Discord — no "allow this app to make changes" dialog, no admin rights needed. ## Upgrading from an MSI install The NSIS build is a separate installer type. If you installed a previous version from the MSI, uninstall it once from **Settings → Apps** (or the old "Uninstall relay-baton" shortcut), then run the new `…-setup.exe`. Future updates stay on the NSIS installer. ## Not affected - **CLI users** (npm / Homebrew / Scoop / Winget) — unchanged. Those channels install the standalone `relay-baton` binary, which is independent of the desktop installer. - macOS `.dmg` and Linux `.AppImage` — unchanged. - No CLI or app-behavior changes; versions bumped in lockstep.