|
||
SignSIS
- Installation file signer syntax
SignSIS
is a tool that digitally signs software
installation (SIS) files using a certificate and private key. The public key
certificate and private key are specified as command line arguments to
SignSIS
(see Command-line syntax
below).
From an MSDOS command-line prompt (or batch file) the syntax for using
SignSIS
is as follows:
SignSIS [-?] [-c...] [-i] [-r] [-s] [-u] [-v] sis_input [sis_output [certificate key [passphrase] ] ]
where
Argument | Description |
---|---|
|
Output this help information |
|
Sign using a DSA algorithm |
|
Sign using an RSA algorithm |
|
Output licence information |
|
Report on content of SIS file (after any other operation) |
|
Sign SIS file (requires SIS file, certificate, key and passphrase) |
|
Remove most recent signature from SIS file |
|
Verbose output |
|
The SIS file to be signed, unsigned or investigated |
|
The SIS file generated by signing or unsigning |
|
The certificate file used for signing |
|
The certificate's private key file |
|
The certificate's private key file's passphrase |
Before digitally signing a SIS file, SignSIS
may
prompt for a password to access the private key file if required.