Results 1 to 3 of 3

Thread: How to install a Qt-WinCE app on the device?

  1. #1
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Thanks
    8
    Thanked 133 Times in 128 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default How to install a Qt-WinCE app on the device?

    Hi..
    We have just ported our desktop application in Qt4.4 to Qt-WinCE (Windows mobile 5.0 poketpc).

    The size of our application(all the data files that is) is about 200MB and so it only can be
    installed on a memory card.

    Now we have to make an installer for our application. But all the info i find on the net says
    that you have to create a .cab file which the user will transfer to their device and install from there.

    the second method is to make a destop installer which will automate this process.

    in both cases i have to make a cab file. As u can imagine.... first copying 200mb cab file on the device and then unpaking it is a costly solution.

    so what i want is an installer that can run on desktop and directly copy files to memory card on the device and make a shortcut in start menu. that is it.

    One solution may be that we make a desktop installer that will copy the files on the memory card plugged into a card reader rather than device. and make a small utility that will create the shortcuts. but this does not looks professional and secondly it is not very user friendly especialy in our case coz our users are not tech savvy.

    so plz provide me with some solutions... thx...

  2. #2
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Thanks
    8
    Thanked 133 Times in 128 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: How to install a Qt-WinCE app on the device?

    common ppl.. has no one used Qt-WinCE yet???

  3. #3
    Join Date
    Jun 2008
    Location
    Germany/Belarus/Sweden
    Posts
    53
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: How to install a Qt-WinCE app on the device?

    Quote Originally Posted by MrDeath View Post
    common ppl.. has no one used Qt-WinCE yet???
    Have started for some dayes with qt-wince ....

    One solution may be that we make a desktop installer that will copy the files on the memory card plugged into a card reader rather than device. and make a small utility that will create the shortcuts. but this does not looks professional and secondly it is not very user friendly especialy in our case coz our users are not tech savvy.
    I think its the best way.... 200mb throught cab installer it can take infinity to install
    or maybe add to Your app First run check... and let users just copy unpacked packet to device and execute exe file... after that Your app checks if it runs first time, if yes create links registry entrys and so on... after that execute it self..........

Similar Threads

  1. How to install qtopia application on device.
    By namita in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 15th May 2008, 07:21
  2. No network when Modem Emulator connect to a real device
    By tommy_tang in forum Qt for Embedded and Mobile
    Replies: 3
    Last Post: 10th December 2007, 08:24
  3. Cannot Install KDEdevel packages on linux
    By wirajr in forum KDE Forum
    Replies: 12
    Last Post: 5th February 2006, 21:01

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.