How to set web service to contain update files for eWay-CRM Desktop

Description

The article describes how to set web service to contain update files for eWay-CRM Desktop. Client application will then download it from the web service instead of the CDN.

Version

All versions of eWay-CRM

Difficulty

High

Resolution

In the Web.config file on the web service, set the KeepUpdateFileInDownloadFolder key on the value 1.

<add key="KeepUpdateFileInDownloadFolder" value="1" />

Now, you need to manually download the update file into the Download folder on your web service. It will be done automatically for future updates.

You need to download the update file from this address: https://download.eway-crm.com/updates/eWayCRM-7.6.0.144.zip. Just change the version number to the one you need.

Check that the file can be downloaded from a web service address (e.g. http://localhost/eWay/Download/eWayCRM-7.6.0.144.zip).