Thread Rating:
  • 3 Vote(s) - 4.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PREVIEW] updatr - Easy Application Updater
#1
Hey SupportForums! I decided to create my own version of an application updater. It is in DLL form, and is pretty
decent for only running on 200 lines of code. As of now, it runs fairly well, and will only get better as I go on
developing it. As of now, the update form will simply tell you that an update is available, tell you what the new
and current versions are, and allow you to download it.

It reads a simple XML file to get all of the data required to update, and the parameters for the updater are
really simple.

Usage:
Code:
Imports updatr

Dim update As New Updater With {.dataFileURL = "http://yoursite.com/path-to-xml.xml"}
update.currentVersion = 5.0 'Replace with your application version
update.Show()

Basically, the application will check to see if there is an update, and if there is, display the form. If not, it will
simply tell you that it is up to date. It is written in a little under 200 lines of code, but it is not final, so I will be
adding to it later on. The XML file is also amazingly small too.

XML file:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<root>
  <application title=" Application Title " version=" 6.0 " url="http://your-site.com/path-to-new-version.exe"></application>
</root>

Really hard to get easier than that, unless you use a text document. (Which I am not a fan of.)
I will probably end up releasing it within the next few days so that I know that it works without error.
I will probably also be re-designing the update form too, as it is far too simple. (Doesn't include
download progress yet, as it is designed to be SUPER easy to use and install.)

Form Preview:
[Image: 1e6a3d.png]

So yeah, it is REALLY simple, and the text "updatr" is pulled from your XML file.
I will also be adding a method of design that will allow you to store multiple
applications in 1 xml file so that you don't need to waste space on your server.
And, if possible, I will be releasing a full web-page back-end to maintain and
manage your applications, data, downloads, etc.

Anyway, let me know what you guys think!
~ZerO
Reply


Messages In This Thread
[PREVIEW] updatr - Easy Application Updater - by Virtuous - 10-27-2011, 05:07 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Preview] Windows 7 Tools [VB.NET] ƃu∀ ıʞƃu∀ 4 3,205 10-14-2014, 11:55 AM
Last Post: 'Onam
  [Preview] SoundLoader FizzyMentos 2 1,087 09-11-2012, 08:24 PM
Last Post: malis2007
  Preview to Forum Tools v1.0 Bill Nye The Science Guy 7 1,644 06-24-2012, 04:27 AM
Last Post: kpn37z
  [Preview] OnyxPad [Beta Testing] OnyxDev 1 1,013 05-17-2012, 04:48 PM
Last Post: Diabolic
  AutoBlue - BSOD Tool - Preview Only AceInfinity 4 1,300 02-24-2012, 09:06 PM
Last Post: AceInfinity

Forum Jump:


Users browsing this thread: 1 Guest(s)