Details
-
Task
-
Resolution: Done
-
P1: Critical
-
None
-
None
-
tested on N95 and 5800 express music
Description
A very nasty bug in the SIS installer today which leads to every other installation of qt.sis fail so that apps using QtWebkit will not run , but return -1 (KErrNotFound).
We have sqlite3.dll as part of our package. We do a conditional installation since it can exists on ROM in some devices.
1. Installer picks up the conditional, notices that sqlite3.dll is in device.
2. uninstalls the previous version of qt.sis and thus deletes the sqlite3.dll that was on the phone.
3. installs the new version of qt.sis, but now the conditional is true and won't deploy sqlite3.dll
This should happen also on any application using SQL, we might have additional bug there.