···4949 toggles the window, right-click opens the menu (Show/Hide, Start at login, About, Exit).
5050- **Start-at-login** uses the MSIX `windows.startupTask` API, so it only works when the app
5151 is **packaged/installed**; unpackaged it reports `Unavailable` and the menu item is grayed.
5252-- **Package:** from `Packaging\`, run `MakeAssets.ps1` (once), `MakeCert.ps1` (once), then
5353- `BuildMsix.ps1` → `Packaging\TaskbarCalculator.msix`. Install steps (trust the dev cert +
5454- `Add-AppxPackage`) are documented in `docs/superpowers/VERIFICATION.md` and require an
5555- elevated shell.
5252+- **Package (two distribution paths):**
5353+ - *Classic installer (current public channel):* compile `Packaging\TaskbarCalculatorSetup.iss`
5454+ with Inno Setup's `ISCC.exe` → `Packaging\TaskbarCalculatorSetup.exe` — a per-user,
5555+ unsigned, self-installing setup hosted on the project site. Requires a Release x64 build
5656+ first.
5757+ - *MSIX (kept for a future Microsoft Store submission):* from `Packaging\`, run
5858+ `MakeAssets.ps1` (once), `MakeCert.ps1` (once), then `BuildMsix.ps1` →
5959+ `Packaging\TaskbarCalculator.msix` (self-signed; trust + `Add-AppxPackage` need an
6060+ elevated shell — see `docs/superpowers/VERIFICATION.md`).
6161+- **Start-at-login** works in both: `StartupManager` uses the MSIX `StartupTask` API when
6262+ packaged, and falls back to the `HKCU\...\Run` registry value when unpackaged (classic
6363+ install). The version is **3.0.0** (continuing from the last public release, 2.2).
56645765## Architecture
5866