1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-07-06 19:58:58 +03:00

Troubleshooting: Add 'rollback?' section, leeching from installer crash/fail

Might as well only have the uninstall instructions in one place, and
this is the better way around to do this.
Athanasius 2021-05-27 15:03:30 +01:00
parent 43efea65c9
commit 5917dcdcb4

@ -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 [deprecated](https://tools.ietf.org/html/rfc7568) SSL 2.0 and 3.0
protocols and enable TLS 1.2. 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.
<!-- vim-markdown-toc Redcarpet --> <!-- vim-markdown-toc Redcarpet -->
<a name='update-of-application-fails-silently-or-with-the-installer-crashing'></a> <a name='update-of-application-fails-silently-or-with-the-installer-crashing'></a>
@ -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 file shipped in that version has issues with Windows versions released since
3.4.3.0 was built. 3.4.3.0 was built.
The easiest thing to do in this situation is to update manually this time: 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)
1. Uninstall 'Elite Dangerous Market Connector' from Windows. above.
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.
<!-- vim-markdown-toc Redcarpet --> <!-- vim-markdown-toc Redcarpet -->