Symbian
Symbian OS Library

SYMBIAN OS V9.2

[Index] [Spacer] [Previous] [Next]



Vendor


Localised vendor name(s)

Specifies one or more localised vendor names (corresponding to language). Localised vendor names are used in various installation dialogs displayed to the user.

The syntax for a localised vendor item is as follows:

%{"Vendor-EN", ..., "Vendor-GE"}

For example:

%{"Vendor", "Vendeur", "Verkaufer"}

[Top]


Non-localised vendor name

Specifies a single non-localised (global) vendor name. This is used in addition to the package UID to determine whether a package is a valid upgrade. For a package to be a valid upgrade, both the package UID and the non-localised vendor name must match those of an existing package.

The syntax for a non-localised vendor item is as follows:

:"Unique vendor name"

For example:

:"Symbian Software Limited"

When installing upgrade packages, if the original package was signed, the upgrade must also be signed before a comparison of non-localised vendor names can be made.

[Top]


Example