Hello friends
I have some queries regarding Qt application deployment.
We got reply from ovi store that we need to make a wrapper sis file which will be the combination of our application sis file(unsigned) and Nokia smart installer.
and he gave me below links.
http://blogs.forum.nokia.com/blog/ov.../qt-content-qa
http://wiki.forum.nokia.com/index.php/Qt
link suggest the following steps
5. To package Nokia Smart Installer with your application and sign it:
a. Open the wrapper package in an editor. It will be named <myapp>_installer.pkg.
b. Replace the testing UID A000… with the reserved wrapper package UID 0x2002CCCF.
c. Replace the “c” in the install file destination path with a “!” and then save the file; eg:
"X:/proj/myapp/myapp.sis" – "c:\private\2002CCCE\import\myapp.sis"
"X:/proj/myapp/myapp.sis" - "!:\private\2002CCCE\import\myapp.sis"
d. Then enter the following command:
make installer_sis QT_SIS_CERTIFICATE=developer.cer QT_SIS_KEY=developer.key
e. A “wrapper” SIS is generated with a name like <myapp>_installer.sis
6. Submit this wrapper SIS file to Publish to Ovi.
I am done with the a,b,c part . Now in d they have used developer.cer and developer.key . I am confused which developer certificate should I use here?
We haven't used any developer certificate before while publishing our application on Ovi store.
So can you plz help me regarding this???
Thanking you in advance...





