Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Installation File Generator syntax: makesis.exe


Purpose

The Installation File Generator creates software installation packages based on source PC/target EPOC file locations defined in a pkg, package file. Unless explicitly specified, the name of the new installation file will be the same as the package file, but with the extension sis.


See also

Package file format .pkg

[Top]


Command line syntax

The command line syntax for creating a sis file is as follows:

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


Note:


Arguments

-v

Verbose. Prints output from the Installation File Generator to the screen

-h

Help Page. Shows the Installation File Generator usage information

-s

Stub. Generates a residual sis file for each language defined in the package file. The extension is .sxx, where xx is the number of the language, e.g. .s10.

-p password

Password. Specifies the password when an encrypted private key file is used to digitally sign the sis file.

-d directory

Search directory. This is the directory that is searched for source file if its full path is not specified.

source

The name of the pkg file.

destination

The name of the destination file. If not specified, this is derived from the name of the pkg file, but with a sis file extension.