PDA

View Full Version : error in update application


giuseppe.sorce
04-28-2008, 01:46 PM
hi, i have some problem with the update.

when i launch the update function i have this error:

This application cannot be installed because this installer has been
mis-configured...


i create a simple example, i have 2 versione of my application, v1 and v2.
the only difference is the number of version.

your can try my example, first install application of v1 folder and after copy and paste the application v2 in the desktop directory

evride
04-30-2008, 12:51 AM
ya i had a terrible time trying to get the updater class to work for me so i just use AIR Remote Updater by codeazur: http://codeazur.com.br/lab/airremoteupdater/ . There is no need for an extra text file to store the current version number. it checks the remote AIR file that is sitting on your server to see if it has a greater version number than the current one running. plus it fixed the problem you have. so it was all good. check it out.