I've developed an app from symbian. I need to create a sis symbian installer file along with qt framework in the same sis file. Right now i installed the framework separately which is like 12MB and the QTMobility which is around 2MB.
How to create a installer that has the required QT frameworks api and reduce the installer size. And the installer which can work offline.
I would try to embed the sis files of Qt and QtMobility in the sis file of the application.
Study the relevant part of the documentation of the Software Installation Toolkit:
Embedding SIS files within other SIS files:
How to create an install file containing embedded install files:
A SIS file can include other SIS files. To do this, in the PKG file, include the name and location of the embedded install file(s), and their package UID(s), prefixed with the @ symbol.