Can anyone tell me the step by step procedure to integrate smartinstaller to my application.
As i am new to qt, i didn't know how to install smartinstaller.
Please provide step by step procedure.
Can anyone tell me the step by step procedure to integrate smartinstaller to my application.
As i am new to qt, i didn't know how to install smartinstaller.
Please provide step by step procedure.
Read this article : Nokia Smart Installer for Symbian
Also read this discussion : [ Discussion]
Not really a step by step, but here's a good page to start: http://doc.qt.nokia.com/smart-installer/index.html (Creating Smart Installer Packages).
I think the other method is to do the packaging using Qt Creator: http://doc.qt.nokia.com/qtcreator-sn...i-symbian.html where the .sis file is automatically packaged with the smart installer.
Edit: I had the reply page open so long that I didn't see that rahulvala already pointed you to the right direction. You should read the suggested article to get full understanding of how the smart installer work![]()
Last edited by jetrix74; 2011-12-18 at 13:21.
Thanx
Hope i could get it
will know u if i am successful
What UID i hav to put here
"symbianEPLOYMENT.installer_header = ????????"
its comes with 0x2002CCCF uid. Does we have to use this UID or which one i got from ovi publisher?????
# Smart Installer package's UID
# This UID is from the protected range and therefore the package will
# fail to install if self-signed. By default qmake uses the unprotected
# range value if unprotected UID is defined for the application and
# 0x2002CCCF value if protected UID is given to the application
symbianEPLOYMENT.installer_header = 0x2002CCCF