M
marfi95
I want to implement into my application a mechanism to retrieve the
"latest updates" to my app. I'm looking for various ways to accomplish
this and how to get around the fact that you are running the app and
when you download/copy a new version, the app is in use.
How do you get version info of the new one (without running it) to even
determine if a new one needs to be retreived ?
Should I: (once I have determined a new one is needed)
1) download the new one
2) create a batch file to copy
3) shell out to the batch file
4) close down the app so when the batch runs, the app will be down and
the copy can be done.
Just looking to see how others have done this.
Thanks,
Marc
"latest updates" to my app. I'm looking for various ways to accomplish
this and how to get around the fact that you are running the app and
when you download/copy a new version, the app is in use.
How do you get version info of the new one (without running it) to even
determine if a new one needs to be retreived ?
Should I: (once I have determined a new one is needed)
1) download the new one
2) create a batch file to copy
3) shell out to the batch file
4) close down the app so when the batch runs, the app will be down and
the copy can be done.
Just looking to see how others have done this.
Thanks,
Marc

