...
Package
A package consists of the files required for the package to function , and a cryptographically signed manifest file which is used to validate package files. Typically a package represents an entire product or system of functionality such as Web Proxy Filter product, Script Engine or Logging. Packages typically contain executable module files (DLLs), help files, and/or other ancilliary files.
...
Modules can be loaded either in the WinGate Engine process (system service on Windows), or in the WinGate Management Console process, or both.
Info | ||||||
---|---|---|---|---|---|---|
|
Info |
---|
Modules can have dependency files which are specified in the Manifest file. Specifying a dependency in a manifest file does several things:
|
Component
Within a module you have components which are sets of common functionality that you register with WinGate. Although in practice there is normally only one component registered for each module, a module can register any number of components.
...