Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



MakeSIS - Installation file generator syntax


Purpose

MakeSIS creates unsigned software installation packages (SIS files) based on the information provided in package (PKG) files. SIS files can subsequently be signed using SignSIS. Alternatively, CreateSIS is a wrapper around MakeSIS and SignSIS.

[Top]


Diagram

The following diagram shows how makesis is used to construct an install package (SIS file) from component files, using instructions contained 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 [-h] [-i] [-s] [-v] [-d directory] pkgfile [sisfile]

where

Argument Description

-h

shows PKG file format

-i

shows Open SSL licence

-s

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

-v

verbose output to screen

-d directory

specify a directory path to search

pkgfile

name of the PKG file

sisfile

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

[Top]


Notes

[Top]


Also see