Login

Marcs Updater

There have been some reports about issues with the Updater not updating anymore. Please try the latest beta version and switch to another IP Check provider instead of the previous default dnsomatic.com. For some reason they are rate-limiting the number of requests to their service. The new IP Check provider selection allows you to choose another provider in such cases. You can test the functionality with the new "Test" panel.

If you want to add a custom provider to the unstable testing version, store a JSON file like the following under %PROGRAMDATA%\Marcs Updater\ServiceProviders\dyndns.json:

{
    "name": "DynDNS.org (Test)",
    "endpoint": "https://members.dyndns.org/nic/update",
    "method": "GET",
    "queryString": "hostname={HOSTNAME}&myip={MYIP}",
    "dataPayload": "",
    "defaults": {
        "username": "test",
        "password": "test",
        "hostname": "test1.customtest.dyndns.org"
    }
}

Supported query and payload tags are {USERNAME}, {PASSWORD}, {HOSTNAME} and {MYIP}. Restart the background service and foreground application to apply any changes.


Marcs Updater

Release Installer

There are more recent versions available, than the stable versions shown on this page.
Please click here to take a look at all available versions.

Published on

Version 1.5.3.305

  • Fix network filtering by adding return value to TestWirelessNetwork
This version has been tested with Windows 10 Creators Update.

Published on

Version 1.5.3.303

  • Update to PureBasic 5.60
  • Update copyright year to 2017 and align it with executable
  • Fix array overflow while saving network settings
  • Use local instead of system time for update log display
  • Fix network detection if multiple adapters are available
  • Fix network binary enumeration step value
  • Move global item maps and lists into structure
  • Replace call to Mid string function with Index-based condition
  • Fix sort order of service providers by using a linked list
  • Add error messages to update dialog
  • Add return values to main procedures and avoid abnormal termination
This version has been tested with Windows 10 Creators Update.

Published on

Version 1.5.2.294

  • Fixed stack corruption in network state detection

Published on

Version 1.5.2.293

  • Fixed issues that could lead to a service crash

Published on

Version 1.5.2.290

  • Added No-IP service
  • Fixed bug that changed the password encryption key
    This means you will have to re-enter your password
  • Fixed updater not restarting network event listener
  • Includes many bug fixes and internal changes
  • Removed obsolete installer actions

Published on

Version 1.5.1.281

  • Added STRATO DynDNS service
  • Renewed digital certificate

Published on

Version 1.5.1.280

  • Possible fix for security alert popup

Published on

Version 1.5.1.278

  • Removed progressbar from update log window
  • Fixed endless creation of threads in setting process

Published on

Version 1.5.0.264 / 1.5.0.263

  • Fixed wireless network filtering

Published on

Version 1.5.0.257

  • Both fixes together solve the problem of too many updates without IP change
  • Fixed IP comparison failing because of a new line at the end of previous IP

Published on

Version 1.5.0.255

  • Added Securepoint Dynamic DNS Service

Published on

Version 1.5.0.253

  • Added beta versions switch
  • Added event log messages
  • Fixed updates happening too often

Published on

Version 1.5.0.248

  • Fixed balloon behavior
  • Fixed bug report URL
  • Fixed updatelog progressbar