Nokia Smart Installer for Symbian on Nokia Qt SDK v1.0.1en
Hi
Sorry for bad english, Im ukrainian.
The problem is that it seems to in SDK 1.0.1 is not included Nokia Smart Installer as it was in version 1.0.0.
When I trying to wrap my sis with installer I as before typing "make installer_sis" under Qt for Symbian command prompt. It produces there output:
[CODE]
make installer_sis
make -s -f Makefile ok_installer_sis
Processing cineman_installer.pkg...
Error : Cannot open file : C:/NokiaQtSDK/Symbian/SDK/smartinstaller.sis
cineman_installer.pkg(33) : error: file I/O fault.
file I/O fault, cannot open cineman_installer_unsigned.sis.
SIS creation failed!
[/CODE]
Please help, what I should do for this working.
Re: Nokia Smart Installer for Symbian on Nokia Qt SDK v1.0.1en
[QUOTE=FedeX;780473]Hi
Sorry for bad english, Im ukrainian.
The problem is that it seems to in SDK 1.0.1 is not included Nokia Smart Installer as it was in version 1.0.0.
When I trying to wrap my sis with installer I as before typing "make installer_sis" under Qt for Symbian command prompt. It produces there output:
[CODE]
make installer_sis
make -s -f Makefile ok_installer_sis
Processing cineman_installer.pkg...
Error : Cannot open file : C:/NokiaQtSDK/Symbian/SDK/smartinstaller.sis
cineman_installer.pkg(33) : error: file I/O fault.
file I/O fault, cannot open cineman_installer_unsigned.sis.
SIS creation failed!
[/CODE]
Please help, what I should do for this working.[/QUOTE]
Hi, The unsigned sis is deleted you need to recreate one.
You need to add a "custom step" to you build process to get an unsigned version output
see the link at [URL="http://wiki.forum.nokia.com/index.php/How_to_install_and_use_the_Nokia_Qt_SDK_Remote_Compiler#Generating_a_Symbian_unsigned_sis"]Generating a Symbian unsigned sis file[/URL]
Click project on the left side to get started
Thanks,
Jim
Re: Nokia Smart Installer for Symbian on Nokia Qt SDK v1.0.1en
>The unsigned sis is deleted you need to recreate one.
But error in command prompt started after "Error : Cannot open file : C:/NokiaQtSDK/Symbian/SDK/smartinstaller.sis" - sounds like Nokias smartinstaller not found..
Anyway I add signsis with params to build steps, but this not helps.. Now i have cineman_unsigned.sis produced by signsis tool, but command prompt after calling "make installer_sis" the same.
Re: Nokia Smart Installer for Symbian on Nokia Qt SDK v1.0.1en
Yeah, it looks like the build process isn't finding the files it needs to include in the SI package. Could be a simple matter of not running from the right directory, or some sort of setup error. (But setup errors are extremely rare in Qt development environments, right?)
Re: Nokia Smart Installer for Symbian on Nokia Qt SDK v1.0.1en
Please check if you have the sis file at the indicated location. If not, you must be affected by [url]http://bugreports.qt.nokia.com/browse/QTSDK-212[/url]
The smart installer sis file is available for download from [url]http://tinyurl.com/SmartInstaller[/url] so just make sure to copy it at the location specified above and you are ready to go.
Re: Nokia Smart Installer for Symbian on Nokia Qt SDK v1.0.1en
>If not, you must be affected by
Yes it is my situation, but I already downgrade my NokiaQTSDK to 1.0.0 and then upgrade it to 1.0.1 by builtin Updater. The old version of SmartInstaller is preserved. But anyway thank you, it seems by your link is placed the new version.
Re: Nokia Smart Installer for Symbian on Nokia Qt SDK v1.0.1en
[QUOTE=ltomuta;782944]Please check if you have the sis file at the indicated location. If not, you must be affected by [url]http://bugreports.qt.nokia.com/browse/QTSDK-212[/url]
The smart installer sis file is available for download from [url]http://tinyurl.com/SmartInstaller[/url] so just make sure to copy it at the location specified above and you are ready to go.[/QUOTE]
btw, do we need client-side smartinstaller.sis update to make installing on N8 works?
what is the latest version of SI?
2topicstarter: I'm ukrainian too, so welcome on board :)
Re: Nokia Smart Installer for Symbian on Nokia Qt SDK v1.0.1en
Hi vladest,
We are currently testing a new version of the smart installer and will release an update as soon as the tests are passed successfully. You might see it pop-up in some Nokia Qt SDK update, or, if you are receiving notifications about the wiki page, you will see when the zip file there will be updated. The latest public version is 0.24.0.
Please note that in fact the "smart" component of the smart installer is not deployed with your application, but fetched on install from the Smart Installer servers, being therefore always up-to-date. Also, adding a new device means most of the time simply a change in an XML config file.