This page was last modified 06:29, 25 March 2008.
KIS000457 - The dependency option is not supported with embedded SIS packages
From Forum Nokia Wiki
The dependency option is not supported with embedded SIS packages
| KIS000457
|
Overview
| -
|
Reported against
| S60 3rd Edition, S60 3rd Edition FP1
|
Date identified
| November 22, 2006; updated March 25, 2008
|
Symptoms
| -
|
Detailed description
| In the S60 2nd Edition, the SISSYSTEM (SY) option in pkg file is supported for installing a shared/system component such as a DLL which may be used by multiple applications. A component of type SY will be removed when the last application using it is removed. In the S60 3rd Edition, the SISSYSTEM option is no longer supported. According to SDK documentation, declaring dependency to an embedded SIS can serve this purpose. SDK documentation states that an embedded sis is removed when the component within which it was embedded is removed, provided that no other component has a dependency upon it However, the dependency option for embedded SIS packages is not working. When the main application is removed, its embedded SIS package(s) are also removed, even if another installed component has declared dependency on the embedded SIS.
|
How to reproduce
| Create a SIS package A that contains an embedded SIS B, and install it. Create another package C, and declare a dependency to B in its pkg file. Install C, then uninstall A. B is also removed from the system.
|
Solution
| This problem is corrected in the latest software builds for S60 3rd Edition, FP1 and all FP2 devices.
|