

- NOSTALE BOT WITH AUTO UPDATE INSTALL
- NOSTALE BOT WITH AUTO UPDATE ZIP FILE
- NOSTALE BOT WITH AUTO UPDATE UPDATE
ChangelogURL (string) : URL of the webpage specifying changes in the new update.
NOSTALE BOT WITH AUTO UPDATE UPDATE
NOSTALE BOT WITH AUTO UPDATE INSTALL
AutoUpdater.NET downloads the file provided here and install it when user press the Update button.Ĭhangelog (Optional): You need to provide URL of the change log of your application between changelog tags.
NOSTALE BOT WITH AUTO UPDATE ZIP FILE
Url (Required): You need to provide URL of the latest version installer file or zip file between url tags. Version (Required) : You need to provide latest version of the application between version tags. There are two things you need to provide in XML file as you can see above.

You need to create XML file like below and then you need to upload it to your server. Using the code XML fileĪutoUpdater.NET uses XML file located on a server to get the release information about the latest version of the software. If you provide zip file URL instead of installer then AutoUpdater.NET will extract the contents of zip file to application directory. It is a job of installer after this point to carry out the update. If user press the update button to update the software then It downloads the update file (Installer) from URL provided in XML file and executes the installer file it just downloaded. If the latest version of the software is greater than the current version of the software installed on User's PC then AutoUpdater.NET shows update dialog to the user. It uses this XML file to get the information about the latest version of the software. How it worksĪutoUpdater.NET downloads the XML file containing update information from your server. This library only works for WinForms or WPF application projects.
