Utly Remote remote.utly.dev

Windows 7, 8 and 8.1

These editions have no WebView2, so they run the Windows 7 build: utly-remote-win7.exe, published as https://remote.utly.dev/remote-win7.exe. It is the same core, session controller, host service and agent as the main build with native dialogs in place of the webview console, and it hosts only — viewing from one of these machines uses the web viewer.

What it needs

What is different

The host service

The ID window’s Install… runs the exe elevated with --install-service (the same step the main installer performs) and restarts the app to attach to the service; Remove… runs --uninstall-service. From an elevated prompt the same two commands work by hand, as do --service and --agent for diagnosis. Data lives where the main build keeps it: %LOCALAPPDATA%\dev.utly.remote for the portable identity, %ProgramData%\Utly Remote once the service owns it.

Building it

scripts\legacy.ps1 -release — see the README. The target x86_64-win7-windows-msvc is tier 3, so the script installs the pinned nightly it names and builds the standard library alongside; .cargo/config.toml links the C runtime statically for that target only. The version resource carries “Utly Remote (Windows 7 build)” so a support screenshot tells the two apart.