makesis.exe
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
.
The command line syntax for creating a sis
file is as follows:
makesis
[-v
] [-h
] [-s
] [-d
directory
] [-p
password] source
[destination
]
If the sis
file is to be digitally signed then the Installation File Generator will prompt for a password to access the private key file if required.
EPOC uses stub files to determine the files associated with installed applications. The facility to produce stub files is needed only by ROM builders — to prevent users from installing low build number versions of an application over a higher build number version in ROM.
|