v5 uses a different mutex name and AppId from v4. The Inno installer doesn't detect or close v4's Stremio.exe. Both fight over port 11470. Protocol handlers (stremio:, magnet:, .torrent) are silently overwritten on install and deleted on v5 uninstall even if v4 is still installed. Need v4 detection in installer and migration logic.
v5 uses a different mutex name and AppId from v4. The Inno installer doesn't detect or close v4's
Stremio.exe. Both fight over port 11470. Protocol handlers (stremio:,magnet:,.torrent) are silently overwritten on install and deleted on v5 uninstall even if v4 is still installed. Need v4 detection in installer and migration logic.