Provide a Windows installer so users can install Agent Eye without a manual pip setup.
Goal
- Package the tray app into a distributable Windows installer (e.g. MSI or a signed EXE via a tool like Inno Setup / WiX).
- Install the app, its dependencies, and a Start Menu shortcut; register it to launch cleanly (no console window).
- Support clean uninstall.
Notes
- Should not require the user to have Python installed.
- Wire the installer build into the release workflow so artifacts are produced on release.
Provide a Windows installer so users can install Agent Eye without a manual pip setup.
Goal
Notes