SysRestore plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
mNo edit summary |
No edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{PageAuthor|JasonFriday13}} | |||
Plugin:<br> | == Links == | ||
Plugin package:<br> | |||
<attach>SysRestore.zip</attach> | <attach>SysRestore.zip</attach> | ||
[http://forums.winamp.com/showthread.php?s=&threadid=231133 Forum thread] | |||
== Description == | == 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 | 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 package contains the plugin (sysrestore.dll), documentation (readme.txt), and an example (example.nsi). Also includes source code in the Contrib\SysRestore folder. Just extract the contents to your nsis directory (usually 'C:\Program Files\NSIS'). | ||
[[Category:Plugins]] | [[Category:Plugins]] |
Latest revision as of 23:15, 1 June 2006
Author: JasonFriday13 (talk, contrib) |
Links
Plugin package:
SysRestore.zip (19 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 package contains the plugin (sysrestore.dll), documentation (readme.txt), and an example (example.nsi). Also includes source code in the Contrib\SysRestore folder. Just extract the contents to your nsis directory (usually 'C:\Program Files\NSIS').