Gerard O Carroll (10/1/2010)
Hi Edhy.
With ApplifeUpdate, if you want to do an upgrade (Say a few DLL's have chnged as well as the Exe) and there are 10 users on a LAN using the App, are you saying that this can be done for say 1 user without requiring the other 9 users to exit from the App. Do the other users also get updated ?How is your application installed on a network?
- On a shared path?
- On each workstation and database on a server?
The setup I use is to have the application installed and run from each workstation, not LAN sharing other than the connection to the database, so with this in mind, one user update is totally isolated from the others in the same network.
What I do is have a setup table in which I save the current application version and compare this with the main EXE file version and if different, then call AppLife Update to update that workstation, so after one workstation have been updated, all other workstations will check their version with the setup table and will also be updated on the first try of use of the application.
About AppLife Update, there are many features I am still not using, so if you have an specific question, feel free to contact
Brian Haas directly since he can give you a more detail answer on specifics needs and he is very responsive with excellent support which may include sample code if needed.
Edhy Rijo