The SysRestore plug-in for NSIS packaging system forked and used by Npcap. This plug-in is used to create a system restore point during Npcap installation.
Visual Studio 2013 (it's static linked, so no need to distribute additional DLLs)
- Copy the built
ANSI x86
versionSysRestore.dll
to yourC:\Program Files (x86)\NSIS\Plugins
path (most people useANSI
by default). - Feel free to use
SysRestore::XXX
functions in your.nsi
script.