English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i have this exe file in my local computer and i have a exe file in my web server. now wat my problem is to make a auto patch application that will automatically patch if necessary. Pls i need it asap anyone knows this?

2006-10-09 17:51:09 · 1 answers · asked by Anonymous in Computers & Internet Programming & Design

1 answers

Now if you want to make a patch like application, it is highly recommended if your applicationj is modular.

Modular in a sence, that you will have a bunch of dlls controlling their specific line of duty.

So if our application is called tablet.exe, and then one part of the tablet does the database part, we could name a database to be datab.0-0-1.dll

And periodically you can just viist webserver to seeif the version is greater than the datab.0-0-1.dll for ex datab.0.0-2.dll.

Your current application will be programed in a way during runtime, it will load the newest dll in the core app.

Thats how people usually do the autopatching...

2006-10-12 12:58:01 · answer #1 · answered by ? 6 · 0 0

fedest.com, questions and answers