Using Sentinel RMS Envelope

Sentinel RMS Envelope can be launched on a command-line prompt. To use:

1.Open the terminal.

2.Go to the directory that contains the Sentinel RMS Envelope command-line application and use the following command:

SentinelRMSEnvelope.exe [options] <infile> <outfile>

Where,

Item Description
options

The protection options are categorized into:

>Mandatory Protection Options: The necessary protection options.

>Optional Protection Options: The protection options that are not compulsory, and are further divided into:

Basic Protection Options

Advanced Protection Options

infile

The application/DLL that needs to be protected. If the application/DLL is not available in the Sentinel RMS Envelope directory, provide an absolute path of the application/DLL.

outfile The resulting protected file. If an absolute path is not specified for storing the application/DLL, the file is stored in the Sentinel RMS Envelope directory.

For example:

SentinelRMSEnvelope.exe -f:DOTS -v:1.0 -lib:<Absolute path to licensing library> toprotect.exe protected.exe