v5.1: install RemSound as a proper Windows app, plus smaller sounds
New Options -> Install / Uninstall RemSound on this PC: a per-user self-installer (%LOCALAPPDATA%\Programs\RemSound, no admin) with optional desktop + Start-menu shortcuts, login auto-start (reuses StartupAutoStart), Windows Installed-apps registration, and copy-across of profiles+config, recordings and logs. Install state is decided by a marker file, not a folder-path guess; the post-install relaunch hands over foreground via AllowSetForegroundWindow so the installed copy comes to the front; uninstall uses a batch remover (no PowerShell) and confirms with two independent tick-boxes. All new dialogs use the house accessible controls (AccessibleCheckBox, Theme.Heading). Also: iOS (TestFlight) companion link alongside Android in README + manual; slimmed-down default cue WAVs; About/RELEASE_NOTES/manual updated; version -> 5.1. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
a92928d357
commit
7038fef67c
+20
@@ -316,9 +316,29 @@ ul, ol { padding-left: 1.4em; }
|
||||
<tr><td><strong>Manage named peers…</strong></td><td>Alt+O, N</td><td>Opens a list of every peer you've given a friendly name to, showing each one's machine name and where and when you last connected to it. Pick one and <strong>Rename (Alt+R</strong>, or F2) to change its name, or <strong>Delete (Alt+D</strong>, or the Del key) to forget it — deleting only drops the name, the peer still connects as normal under its machine name. See <a href="#tab-connectivity">the peer-naming notes on the Connectivity tab</a>.</td></tr>
|
||||
<tr><td><strong>Reset the default audio device prompt</strong></td><td>Alt+O, R</td><td>Brings back the “use only the default audio device?” question if you previously ticked “Don't ask me this again” on it. See <a href="#tab-io">Following the Windows default audio device</a>.</td></tr>
|
||||
<tr><td><strong>Enable / Disable Realtek ASIO</strong></td><td>—</td><td>Only shown if a Realtek ASIO driver is installed. Lets you reverse the choice RemSound offered about disabling that driver (Realtek's generic ASIO driver tends to grab the wrong device and clash with your screen reader).</td></tr>
|
||||
<tr><td><strong>Install RemSound on this PC…</strong> (or <strong>Uninstall…</strong>)</td><td>Alt+O, I (Alt+O, U once installed)</td><td>Turns the copy you're running into a properly installed Windows app — on the Start menu, with a desktop shortcut, and listed in Windows’ Installed apps — or removes it again. Once it's installed, this item changes to <strong>Uninstall RemSound from this PC</strong>. See <a href="#install">Installing RemSound on your PC</a>.</td></tr>
|
||||
<tr><td><strong>Preferences…</strong></td><td>Ctrl+P, or Alt+O, P</td><td>Opens the Preferences dialog, organised into six tabs (move between them with Ctrl+Tab, or the arrow keys when the tab names have focus): <strong>General</strong> — the profiles folder, accept remote volume commands, and UPnP router opening; <strong>Appearance</strong> — <strong>Colour theme (Alt+T)</strong> (Match Windows / Light / Dark; changes only how the window looks, takes effect next launch, no effect on the screen reader), “Show the volume, pan and EQ for peers tab” (on by default; hides the <a href="#pan-eq">Volume, pan and EQ for peers tab</a> if you untick it), <strong>Tab order (Alt+O)</strong> — a list of the window's tabs with <strong>Move up (Alt+U)</strong> and <strong>Move down (Alt+N)</strong> buttons to reorder them, and two toggles to <strong>enable the Discovered (Alt+D)</strong> and <strong>Remembered (Alt+R)</strong> peer lists on the Connectivity tab (both on by default — untick one to hide that list); <strong>Audio cues</strong> — the cue list and its sounds (see <a href="#audio-cues">Audio cue sounds</a>); <strong>Startup behaviour</strong> — start minimised / with Windows / with a specific profile; <strong>Update settings</strong> — the update checks and install options; and <strong>Logging</strong> — enable logs, write logs now, and the log-folder housekeeping (see <a href="#logs">Logs and diagnostics</a>). Esc or the Close button dismisses it.</td></tr>
|
||||
</table>
|
||||
|
||||
<h3 id="install">Installing RemSound on your PC</h3>
|
||||
|
||||
<p>RemSound normally runs “portable” — you unzip it and run it straight from whatever folder you unzipped it to, and it keeps its settings, profiles and recordings inside that same folder. That works perfectly well and you never have to install anything. But if you'd rather have RemSound set up as a proper Windows app — on the Start menu, with a desktop shortcut, and listed in Windows’ <em>Installed apps</em> — open <strong>Options → Install RemSound on this PC</strong> (Alt+O, I).</p>
|
||||
|
||||
<p>It installs into your own user area (<code>…\AppData\Local\Programs\RemSound</code>), so it <strong>never asks for administrator rights</strong> and only affects your account. A dialog lets you choose what to set up. Tab through the tick-boxes, then select <strong>Install</strong> (pressing Enter on a tick-box won't skip ahead — you reach the Install button by tabbing to it):</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>Create a desktop shortcut</strong> — on by default.</li>
|
||||
<li><strong>Add to the Start menu</strong> — makes a “RemSound” folder on the Start menu holding three shortcuts: the program, this manual, and an uninstall shortcut. On by default.</li>
|
||||
<li><strong>Run RemSound when I sign in to Windows</strong> — the same login auto-start as the <a href="#startup">Startup behaviour</a> tab. Off unless you already had it turned on.</li>
|
||||
<li><strong>Copy my profiles and settings across</strong> — brings your profiles and every setting (keyboard shortcuts, named peers, colour theme, and the rest) from the copy you're running into the install folder. On by default.</li>
|
||||
<li><strong>Copy my recordings across</strong> — on by default.</li>
|
||||
<li><strong>Copy my logs across</strong> — off by default; you rarely need old logs in the installed copy.</li>
|
||||
</ul>
|
||||
|
||||
<p>When you select Install, RemSound copies itself into place and then <strong>closes and reopens from the installed location</strong>. A confirmation dialog tells you this is about to happen before it does. From then on your settings, profiles and recordings live inside the installed folder, exactly as they did in the portable copy, and RemSound still updates itself in place as usual.</p>
|
||||
|
||||
<p><strong>Uninstalling.</strong> Once RemSound is installed, that same menu item becomes <strong>Uninstall RemSound from this PC</strong> (Alt+O, U). You can also uninstall from the “Uninstall RemSound” shortcut in its Start-menu folder, or from Windows’ <em>Installed apps</em> list — all three do exactly the same thing. RemSound asks you to confirm first, with two tick-boxes — <strong>Remove profiles, config and logs</strong> and <strong>Remove recordings</strong> — both <strong>off by default</strong>, so unless you tick them your own files are kept even after the program itself is removed. A short message confirms once it's done.</p>
|
||||
|
||||
<h3>Help menu</h3>
|
||||
|
||||
<p>The Help menu opens this manual, checks for updates, and shows the About dialog.</p>
|
||||
|
||||
Reference in New Issue
Block a user