i am doing the exactly what squidge is saying. My separate app checks and downloads the SIS file (new updated version of the app) and asks the user to install it but how do i execute this SIS file automatically on the handset (Nokia E52).

I have tried

Qt Code:
  1. qStartIntall = new QProcess();
  2. qStartIntall->start("C:\\Data\\DownloadedApp.SIS");
To copy to clipboard, switch view to plain text mode 

but i get error "QProcess::FailedToStart"

Please help.