|
|
|
|
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"}
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.