Windows 10
Visual Studio 2022
C# 10
Windows Presentation Foundation (WPF)
Microsoft Visual C++ Redistributable
Microsoft.AspNet.WebApi.Client
Use Publish instead of Build to output a single .NET executable. The C++ library will be copied to the publish directory.
OS | Version |
---|---|
Windows 7 | SP1 * |
Windows 8 | 8.1 |
Windows 10 | Version 1607+ |
Windows 11 | Version 22000+ |
* Windows 7 SP1 is supported with Extended Security Updates installed.
This project is designed to be like the original application. Users are expected to design the interface and develop the code to suit their needs. The source code is shared as-is, with little or no support from the author.
[Version]
CheckVersion=3
CurrentVersion=1
StartUpdate=UPDATE_END
https://github.com/kurtekat/kurtekat.github.io
// Updater/Common/Constants.cs
public const string Source = "https://kurtekat.github.io";
public const string WebBrowserSource = "https://google.com";
Assign UpdaterVersion
and build the application.
// Updater/Common/Constants.cs
public const uint UpdaterVersion = 2;
Rename the executable to new_updater
and upload it to the expected location.
https://website.com/shaiya/new_updater.exe
Assign UpdaterVersion
in the configuration file.
; https://website.com/shaiya/UpdateVersion.ini
[Version]
CheckVersion=3
UpdaterVersion=2
PatchFileVersion=10