Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



The Installation File Generator


Overview

Installation files are created using the Installation File Generator, based on a specification defined in a package control file. This documentation provides an overview of the information specified in the package file, and of the installation file creation process.

[Top]


Package files

Package control files (extension .pkg) define the files to be packaged in a sis installation file. The information defined in the package file includes:

A link to the canonical definition of the package file format is given below.


See also

Package file format .pkg, The Certification Generator

[Top]


The process

The diagram below provides a brief overview of how the Installation File Generator is used, and shows some of the file types which might be bundled in an EPOC sis installation file. The types of files included are dependent on the programming language, and on the nature of the application. Installation files may also include other installation files.

The Installation File Generator package file (pkg) defines the location of source component files on the PC, the target EPOC path and filename, and other installation information. The process of preparing components for installation is therefore:

  1. Develop an application using any of the EPOC SDKs.

  2. Debug/test application on EPOC emulator.

  3. Ensure that all components of the application are in native EPOC format, see sections on font, image and sound file utilities.

  4. Create a package file.

  5. Run the Installation File Generator on the package file.


See also

Package file format .pkg, Installation File Generator syntax makesis.exe