hsluoyz / SysRestore

The SysRestore plug-in for NSIS packaging system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SysRestore

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.

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

About

The SysRestore plug-in for NSIS packaging system.

License:MIT License


Languages

Language:C 75.8%Language:C++ 16.2%Language:NSIS 8.0%