diff --git a/Troubleshooting.md b/Troubleshooting.md index ca086dd..a1ee52f 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -267,6 +267,31 @@ instructions to change your Windows settings to disable the [deprecated](https://tools.ietf.org/html/rfc7568) SSL 2.0 and 3.0 protocols and enable TLS 1.2. +## How do I rollback to a previous version? +If you experience sufficient instability and/or bugs with the latest +version of the application then you can rollback to a previous version. + +You will need to manually **un**install the version you currently have +installed first: + +1. `Windows Key` + i -> opens settings. +1. Open 'Apps'. +1. Wait for this to load the list, then type 'Market' into the search box. +1. Click on the entry for 'Elite Dangerous Market Connector' and then on + the 'Uninstall' button. Follow any further prompts. + +Then simply run the `.msi` installer for the version you want installed +instead. See [Releases](https://github.com/EDCD/EDMarketConnector/tags). + +NB: Uninstalling does *not* affect any of: +1. Your application settings. +1. Any exported files. +1. Any installed third-party plugins (assuming you put them in the + [correct location](./Plugins.md#more-info), + **not** inside the application install folder). +1. Any log files. + + @@ -278,22 +303,9 @@ The only thing we can think of is that the older version of the WinSparkle DLL file shipped in that version has issues with Windows versions released since 3.4.3.0 was built. -The easiest thing to do in this situation is to update manually this time: - -1. Uninstall 'Elite Dangerous Market Connector' from Windows. - 1. `Windows Key` + i -> opens settings. - 1. Open 'Apps'. - 1. Wait for this to load the list, then type 'Market' into the search box. - 1. Click on the entry for 'Elite Dangerous Market Connector' and then on - the 'Uninstall' button. Follow any further prompts. -1. Download the `.msi` installer file for the [latest released version](https://github.com/EDCD/EDMarketConnector/releases/latest). -1. Run that `.msi` file to install the latest version - -NB: Uninstalling does *not* affect any of: -1. Your application settings. -1. Any exported files. -1. Any installed third-party plugins. -1. Any log files. +The easiest thing to do in this situation is to update manually this time. Follow the same instructions as in +[How do I rollback to a previous version?](#how-do-i-rollback-to-a-previous-version) +above.