Symbian
 Developer Library

SYMBIAN OS SDK V8.1A

[Index] [Previous] [Next]



Installation file generator: makesis.exe


Purpose

The installation file generator creates software installation packages (SIS files) based on information and file locations on the source PC or target phone, defined in a package (PKG) file.

See also

Package file format

[Top]


Diagram

The following diagram shows how the PC based tool (makesis) is used to construct an install package (SIS file) from the component files, private key and certificates using instructions detailed in a PKG file.

[Top]


Command-line syntax

From an MSDOS command-line prompt (or batch file) the syntax for using makesis is as follows:

makesis [-v] [-h] [-s] [-p password] source [destination]

where

ArgumentDescription

-v

verbose output to screen

-h

shows help page

-s

creates a stub file (advanced feature, see notes below)

-p password

specify password when an encrypted private key file is used to digitally sign the SIS file

source

name of the PKG file

destination

if not specified, will be derived from the name of the PKG file, but with a SIS file extension


Notes