Hi all,
I need update(install) my application from remote server to mobile,Without classic install from PC what's scenarios?
Thanks.![]()
Hi all,
I need update(install) my application from remote server to mobile,Without classic install from PC what's scenarios?
Thanks.![]()
The scenario is:
1) connect to the server and query latest version available
2) if version is higher than your current installation then start downloading the new sis file
3) start the installation process and exit your application, so that it can be replaced with the new version
Were you expecting something else?
-- Lucian
Why without interact with user? Any particular reason?
All you have to do is start the installer using the Document Handler API and let the user select the installation options he/she needs.
Anyhow, if the installation is what bugs your that is not something to be discussed on the networking forum![]()
-- Lucian