How to Update DR Sim Manager
DR Sim Manager can be updated automatically or manually.
Automatic Update Checks
Section titled “Automatic Update Checks”By default, DR Sim Manager checks for updates once per day on startup. If a new version is available, a dialog appears with:
- Download — Opens the releases page in your browser where you can download the latest installer.
- Later — Dismisses the dialog until the next check.
You can enable or disable automatic update checks in the Settings tab under General → Check for Updates.
Manual Update Check
Section titled “Manual Update Check”To check for updates at any time:
- Right-click any dock or window title bar.
- Select Check for Updates…
If a new version is available, you’ll see the same download dialog. If you’re already on the latest version, you’ll see a confirmation message.
Installing an Update
Section titled “Installing an Update”- Download the latest installer from the GitHub Releases page.
- Close DR Sim Manager if it’s running.
- Run the installer — it will update your existing installation in place.
- Relaunch DR Sim Manager.
What Happens to Your Settings During an Update?
Section titled “What Happens to Your Settings During an Update?”Updates preserve the following:
| Preserved | Not Preserved |
|---|---|
| All profiles | — |
| License activation | — |
| Sim config | — |
| Output configurations | — |
| Application settings (gains, safety thresholds, etc.) | — |
| Hardware profiles | — |
| UI layout and dock positions | — |
In short: all your settings and configurations are preserved during a standard update. You should not need to reconfigure anything after updating.
Beta vs Stable Channels
Section titled “Beta vs Stable Channels”DR Sim Manager has two release channels:
Stable (Default)
Section titled “Stable (Default)”- Receives thoroughly tested releases.
- Recommended for most users.
- Only shows stable release notifications in the update checker.
- Data folder:
C:\Users\<UserName>\AppData\Local\DRSimManager
- Receives early access builds with new features before they reach stable.
- May contain bugs or incomplete features.
- Shows both beta and stable release notifications in the update checker.
- Installs side-by-side with the stable version as DR Sim Manager Beta.
- Uses a separate data folder:
C:\Users\<UserName>\AppData\Local\DRSimManagerBeta - You can run both stable and beta versions simultaneously without conflict.
To start beta testing, download a pre-release build from GitHub Releases. For more details, see Beta Testing.
Copying Settings Between Channels
Section titled “Copying Settings Between Channels”If you want the beta to start with the same settings as your stable installation:
- Close both versions if running.
- Copy the configuration files (
app.json,sim.json,outputs.json,ui.config) from the stable data folder to the beta data folder. - Optionally copy the
ProfilesandHardwareProfilesfolders as well.
Rolling Back to a Previous Version
Section titled “Rolling Back to a Previous Version”If a new version causes problems and you need to go back to an older version:
- Close DR Sim Manager.
- Visit GitHub Releases and find the version you want to roll back to.
- Download the installer for that version.
- Run the installer — it will replace the current installation with the older version.
- Relaunch DR Sim Manager.
Your settings and profiles are generally forward-compatible but may not always be backward-compatible. If you experience issues after rolling back:
- Try deleting
ui.configfirst (preserves most settings). - If that doesn’t help, delete all configuration files (
app.json,sim.json,outputs.json,ui.config) and reconfigure from scratch.