Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[EO Auto-Updater]Host


MythView
 Share

Recommended Posts

I don't know if this question has been answered.(I'm sorry for any problems.)
I want to use the auto-updater,but I'm an Eclipse Newbie.
Where could I host the auto-updating site like what Robin did in http://eclipse.aftermathzone.com/updater .

Please help me,fellow Eclipse users.( :cheesy: Thank you in advance!)
Link to comment
Share on other sites

Pretty much any http server. 
as stated here:

> Eclipse Origins - Autoupdater
> Created by: Robin Perris
> Website: freemmorpgmaker.com
>
> === server ===
> UPDATE.INI AND ALL UPDATE WINRARS NEED TO BE HOSTED ON A HTTP SERVER.
>
> Update.ini should look like this:
>
> [FILES]
> versions=3
> version1=version1.rar
> version2=version2.rar
> version3=version3.rar
> etc.
>
> 'versions' needs to be the amount of downloads you have.
> Add a new line with 'version#' for each new download you want to add.
> Each version winrar file needs to be in the same folder as update.ini.
>
> === client ===
> unrar.dll needs to be shipped with the updater.
> autoupdater looks for "data files\graphics\autoupdater.jpg". If it exists it'll set it as the form background and make the labels invisible.
> Data Files\updaterInfo.ini needs to contain the URL to the folder where everything is saved on the server.
> If updateInfo.ini doesn't exist, the updater won't work.
>
> IF THE SERVER FILES DON'T EXIST, THE UPDATER WILL ERROR, WHICH IN TURN WILL TRIGGER THE ERROR HANDLER AND CAUSE ANY GHOST FILES TO BE DELETED.
> HOWEVER, OTHER ERRORS ARE MOSTLY UNHANDLED AND MAY CAUSE GHOST FILES. BE WARNED.
>
> Regards,
> Robin
Link to comment
Share on other sites

  • 1 month later...

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

×
×
  • Create New...