Results 1 to 3 of 3

Thread: SIS Install through App

  1. #1
    Join Date
    Jan 2011
    Posts
    32
    Qt products
    Qt4
    Platforms
    Windows

    Default SIS Install through App

    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.

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

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

    Kind Regards,
    Javed

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    6
    Thanked 348 Times in 333 Posts

    Default Re: SIS Install through App

    Are you sure C:\\Data\\ is valid for your device?

  3. #3
    Join Date
    Jan 2011
    Posts
    32
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: SIS Install through App

    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
    Last edited by javed_alam786; 23rd August 2011 at 16:11.

Similar Threads

  1. Replies: 6
    Last Post: 14th March 2011, 00:49
  2. How to install qt in arm?
    By cheranj in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 8th September 2010, 08:14
  3. Replies: 4
    Last Post: 18th April 2010, 01:37
  4. How install fonts with make install
    By jiveaxe in forum Qt Programming
    Replies: 1
    Last Post: 2nd January 2008, 20:38
  5. "make install" doesn't install binary
    By jiveaxe in forum Newbie
    Replies: 2
    Last Post: 2nd January 2008, 13:00

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.