Namespaces
Variants
Actions

Archived:Creating a dependency to embedded SIS files

Jump to: navigation, search
Archived.png
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.


Article Metadata

Compatibility
Platform(s): S60 3rd Edition, S60 3rd Edition, FP1

Article
Created: User:Technical writer 2 (25 Apr 2007)
Last edited: hamishwillee (14 Jun 2012)

Overview

When using embedded SIS packages, the (parent) SIS package should also declare a dependency to the embedded SIS, if it is required to run the application.

Description

Embedding a SIS file does not automatically create a dependency to it. Without the dependency, the system will not warn the user when trying to remove the embedded component via the Application Manager.
With the dependency, the user is shown the following warning:
"Removal may stop other applications from working. Continue anyway?"

Solution

If the embedded component is required to run the application, add a dependency  to it in the application .pkg file:
; Embedded sis
@"depend.sis",(0x23456789)
; Dependency and required version
(0x23456789), 1, 30, 0, {"RequiredComponentName"}

This page was last modified on 14 June 2012, at 10:09.
129 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved