SysRestore plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{p-author|JasonFriday13}} | |||
== Download Links == | == Download Links == | ||
Line 10: | Line 12: | ||
The System Restore Plugin was conceived after noticing other installers created restore points while installing, so I went about writing a plugin for nsis. The pakage contains the plugin (sysrestore.dll), documentation (readme.txt), and an example (example.nsi). Just extract the contents to your nsis directory (usually 'C:\program files\nsis'). | The System Restore Plugin was conceived after noticing other installers created restore points while installing, so I went about writing a plugin for nsis. The pakage contains the plugin (sysrestore.dll), documentation (readme.txt), and an example (example.nsi). Just extract the contents to your nsis directory (usually 'C:\program files\nsis'). | ||
[[Category:Plugins]] | [[Category:Plugins]] |
Revision as of 12:34, 16 February 2006
Author: JasonFriday13 (talk, contrib) |
Download Links
Plugin:
SysRestore.zip (19 KB)
Source code:
SysRestore-src.zip (26 KB)
Description
The System Restore Plugin was conceived after noticing other installers created restore points while installing, so I went about writing a plugin for nsis. The pakage contains the plugin (sysrestore.dll), documentation (readme.txt), and an example (example.nsi). Just extract the contents to your nsis directory (usually 'C:\program files\nsis').