Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Talk discussion resolved

...

Info

Modules can have dependency files which are specified in the Manifest file. Dependency files are files that a module requires in order to function. Specifying a dependency in a manifest file does several things:

  • It ensures the file is protected against tampering by placing an MD5 a hash of the file inside the signed manifest file. It ensures that the If the hash in the manifest doesn't match the hash of the file on disk, the module won't load.
  • It controls whether a file is synchronised between the WinGate Engine and WinGate Management Console. See Package Synchronisation for more information.

...