|
|||
|
If the "check for update automatically when startup" option is checked, it will connect to our server to check whether there is an update available every time when startup. However, if the option is unchecked, it will do nothing.
|
|
|||
|
no no, i ment the application that ive made.
instead of running autoupdate check i nedded manual wich is working fine except it always says there is new update available even though it jsut has been installed the code i use for updatecheck is Code:
var autoupdate = getAdditionalFile("AutoUpdate.dll");
ActiveXObject.register(autoupdate);
var ux = new ActiveXObject("AutoUpdate.SWFKitAutoUpdate");
ux.updateINI = "http://mysite.com/update.ini";
ux.appName = "Application";
ux.check(true);
so even if there is an old update version out on the site it still pops up updateguide. |
|
|||
|
If "it always says there is new update available even though it jsut has been installed" happens, there must be a upgrade, or something wrong with your configuration. The idea of manually upgrade and automatically upgrade is very simple:
If automatically upgrade, call the Autoupdate functions when programs startup; otherwise, don't call them at startup, but only call them when the users click a menu or a button. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|