https://github.com/hsluoyz/sysrestore
The SysRestore plug-in for NSIS packaging system.
https://github.com/hsluoyz/sysrestore
npcap nsis nsis-packaging sysrestore
Last synced: about 1 year ago
JSON representation
The SysRestore plug-in for NSIS packaging system.
- Host: GitHub
- URL: https://github.com/hsluoyz/sysrestore
- Owner: hsluoyz
- License: mit
- Created: 2016-03-02T01:29:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-06T00:58:03.000Z (about 10 years ago)
- Last Synced: 2025-01-20T21:49:14.651Z (over 1 year ago)
- Topics: npcap, nsis, nsis-packaging, sysrestore
- Language: C
- Size: 21.5 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SysRestore
The SysRestore plug-in for NSIS packaging system forked and used by [Npcap](https://github.com/nmap/npcap). This plug-in is used to create a system restore point during [Npcap](https://github.com/nmap/npcap) installation.
# Build
Visual Studio 2013 (it's static linked, so no need to distribute additional DLLs)
# Usage
1. Copy the built ``ANSI x86`` version ``SysRestore.dll`` to your ``C:\Program Files (x86)\NSIS\Plugins`` path (most people use ``ANSI`` by default).
2. Feel free to use ``SysRestore::XXX`` functions in your ``.nsi`` script.
# Releases
https://github.com/hsluoyz/SysRestore/releases
# Original Official Site
http://nsis.sourceforge.net/SysRestore_plug-in