Jump to content

....


 Share

Recommended Posts

Well, there are many ways it can be done.

A few possible ways could be:

Program reads a .txt file from a webserver which contains the version and a download url for the new one,

Program connects to a server, sends a version check message, the server sends the new version back and download url

Program has set dates of release for the update, so it won't trigger until the computers clock is at the date or later.

Internet server ways are usually best to do.

Link to comment
Share on other sites

A simple way to do it is to first have a constant written in your code to define the version number. Say $version = 1.0.1.

Now you have your exe look at the server where you keep updates and use FileGetVersion to check the version. When you compile, use the Resource Hack to set your version information.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...