P
Peter Morris [Droopy eyes software]
My app does this
1) User chooses "Sync with server"
2) XML is generated from my DB
3) App connects to an FTP server and uploads XML
4) ......
5) DB is dropped + recreated
6) New XML is downloaded + imported
What I would like to happen at step 4 is for a remote text file to be
downloaded and the version number compared to the current app. If it is
different then I would like to have my app upgrade itself. It is important
that any upgrades happen before step 5 because the XML downloaded (and DB
structure to create) will be in a new format.
I suppose I could either
A) Download a CAB file
Problem: I need the app to install onto an external memory card, not the
main one (See my other post "Installation project")
B) Download a ZIP file containing all the program files I need
Problem: I don't suppose I can replace the DLLs because my app currently has
them loaded
So how can I get this app to autoupdate itself + restart at step 4?
Thanks
Pete
1) User chooses "Sync with server"
2) XML is generated from my DB
3) App connects to an FTP server and uploads XML
4) ......
5) DB is dropped + recreated
6) New XML is downloaded + imported
What I would like to happen at step 4 is for a remote text file to be
downloaded and the version number compared to the current app. If it is
different then I would like to have my app upgrade itself. It is important
that any upgrades happen before step 5 because the XML downloaded (and DB
structure to create) will be in a new format.
I suppose I could either
A) Download a CAB file
Problem: I need the app to install onto an external memory card, not the
main one (See my other post "Installation project")
B) Download a ZIP file containing all the program files I need
Problem: I don't suppose I can replace the DLLs because my app currently has
them loaded
So how can I get this app to autoupdate itself + restart at step 4?
Thanks
Pete