PDA

View Full Version : SIS Install through App



javed_alam786
23rd August 2011, 13:04
Hi All,

I am trying to install an app through an updater app on my Nokia E52 handset.

Updater application is basically checks for new version and donwloads the SIS file. I want to install this downloaded SIS file when user clicks on 'Install Updates' button.

I have tried QProccess.Start() but it does not do anything.



qStartIntall = new QProcess(this);
qStartIntall->start("C:\\Data\\DOWNLOADED_APP.sis", QIODevice::ReadWrite);

Please give direction or code or example ......... anything please.

Kind Regards,
Javed

squidge
23rd August 2011, 13:10
Are you sure C:\\Data\\ is valid for your device?

javed_alam786
23rd August 2011, 14:47
Yes, I have tested that. i placed a txt file in "C:\\Data\\test.txt" and read the content of the file and displayed it in a Message Box.

Guys really need some help here please

Added after 27 minutes:

Update :-

Just added code to trap error returned by QProcsess

I got QProcess::FailedToStart