LiteFirewall Plugin: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
Alazyrabbit (talk | contribs) No edit summary |
Alazyrabbit (talk | contribs) |
||
Line 2: | Line 2: | ||
[http://liangsun.info/portfolio/nsis-plugin-litefirewall/ liteFirewall Plugin Homepage] | [http://liangsun.info/portfolio/nsis-plugin-litefirewall/ liteFirewall Plugin Homepage] | ||
==Background== | ==Background== | ||
There have been 3 firewall plugin for NSIS: Firewall-Disabler Plugin, NSIS Simple Firewall Plugin and NsisFirewall Plugin. But all of them has some shortcomings, so I just write one: liteFirewall. | There have been 3 firewall plugin for NSIS: Firewall-Disabler Plugin, NSIS Simple Firewall Plugin and NsisFirewall Plugin. But all of them has some shortcomings, so I just write one: liteFirewall. It's based on nsisFirewall. Thanks to it's author. | ||
*[http://nsis.sourceforge.net/Firewall-Disabler_plug-in Firewall-Disbler plugin]: No one will use it. | *[http://nsis.sourceforge.net/Firewall-Disabler_plug-in Firewall-Disbler plugin]: No one will use it. | ||
Line 8: | Line 8: | ||
*[http://nsis.sourceforge.net/NSIS_Simple_Firewall_Plugin NSIS Simple Firewall Plugin]: It doesn’t support Unicode NSIS. | *[http://nsis.sourceforge.net/NSIS_Simple_Firewall_Plugin NSIS Simple Firewall Plugin]: It doesn’t support Unicode NSIS. | ||
*[http://nsis.sourceforge.net/LiteFirewall_Plugin liteFirewall plug-in]: It support both Unicode NSIS and firewall profiles. | *[http://nsis.sourceforge.net/LiteFirewall_Plugin liteFirewall plug-in]: It support both Unicode NSIS and firewall profiles. | ||
==Presentation== | ==Presentation== | ||
==Usage== | ==Usage== | ||
==Sample== | ==Sample== | ||
==Download== | ==Download== |
Revision as of 02:31, 22 July 2011
Link
Background
There have been 3 firewall plugin for NSIS: Firewall-Disabler Plugin, NSIS Simple Firewall Plugin and NsisFirewall Plugin. But all of them has some shortcomings, so I just write one: liteFirewall. It's based on nsisFirewall. Thanks to it's author.
- Firewall-Disbler plugin: No one will use it.
- NsisFirewall plug-in: It doesn’t support firewall profiles (private, domain or public) on Vista/Windows 7.
- NSIS Simple Firewall Plugin: It doesn’t support Unicode NSIS.
- liteFirewall plug-in: It support both Unicode NSIS and firewall profiles.