<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nsis.sourceforge.io/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alazyrabbit</id>
	<title>NSIS Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://nsis.sourceforge.io/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alazyrabbit"/>
	<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/Special:Contributions/Alazyrabbit"/>
	<updated>2026-05-17T15:25:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=Talk:NsisFirewall_plug-in&amp;diff=20584</id>
		<title>Talk:NsisFirewall plug-in</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=Talk:NsisFirewall_plug-in&amp;diff=20584"/>
		<updated>2011-07-26T00:37:12Z</updated>

		<summary type="html">&lt;p&gt;Alazyrabbit: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This plugin doesn&#039;t have the function to add a rule to firewall for Vista/Windows7.&lt;br /&gt;
&lt;br /&gt;
[http://nsis.sourceforge.net/LiteFirewall_Plugin liteFirewall] supports Vista/Windows7.&lt;/div&gt;</summary>
		<author><name>Alazyrabbit</name></author>
	</entry>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=Talk:NSIS_Simple_Firewall_Plugin&amp;diff=20583</id>
		<title>Talk:NSIS Simple Firewall Plugin</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=Talk:NSIS_Simple_Firewall_Plugin&amp;diff=20583"/>
		<updated>2011-07-26T00:35:39Z</updated>

		<summary type="html">&lt;p&gt;Alazyrabbit: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This plugin seems not compatible with Unicode NSIS.&lt;br /&gt;
&lt;br /&gt;
[http://nsis.sourceforge.net/LiteFirewall_Plugin liteFirewall] supports Unicode NSIS.&lt;/div&gt;</summary>
		<author><name>Alazyrabbit</name></author>
	</entry>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=Talk:NSIS_Simple_Firewall_Plugin&amp;diff=20582</id>
		<title>Talk:NSIS Simple Firewall Plugin</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=Talk:NSIS_Simple_Firewall_Plugin&amp;diff=20582"/>
		<updated>2011-07-26T00:34:13Z</updated>

		<summary type="html">&lt;p&gt;Alazyrabbit: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This plugin seems not compatible with Unicode NSIS.&lt;br /&gt;
[http://nsis.sourceforge.net/LiteFirewall_Plugin liteFirewall] supports Unicode NSIS.&lt;/div&gt;</summary>
		<author><name>Alazyrabbit</name></author>
	</entry>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=LiteFirewall_Plugin&amp;diff=20545</id>
		<title>LiteFirewall Plugin</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=LiteFirewall_Plugin&amp;diff=20545"/>
		<updated>2011-07-23T15:44:57Z</updated>

		<summary type="html">&lt;p&gt;Alazyrabbit: /* Download */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Link==&lt;br /&gt;
[http://blog.liangsun.org/portfolio/nsis-plugin-litefirewall/ liteFirewall Plugin Homepage]&lt;br /&gt;
&lt;br /&gt;
==Background==&lt;br /&gt;
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&#039;s based on nsisFirewall. Thanks to it&#039;s author.&lt;br /&gt;
&lt;br /&gt;
*[http://nsis.sourceforge.net/Firewall-Disabler_plug-in Firewall-Disbler plugin]: No one will use it.&lt;br /&gt;
*[http://nsis.sourceforge.net/NsisFirewall_plug-in NsisFirewall plug-in]: It doesn’t support firewall profiles (private, domain or public) on Vista/Windows 7.&lt;br /&gt;
*[http://nsis.sourceforge.net/NSIS_Simple_Firewall_Plugin NSIS Simple Firewall Plugin]: It doesn’t support Unicode NSIS.&lt;br /&gt;
*[http://nsis.sourceforge.net/LiteFirewall_Plugin liteFirewall plug-in]: It support both Unicode NSIS and firewall profiles.&lt;br /&gt;
&lt;br /&gt;
==Presentation==&lt;br /&gt;
liteFirewall is based on nsisFirewall, and it also allows you to perform easily 2 tasks:&lt;br /&gt;
&lt;br /&gt;
*Add an application to Windows Firewall exception list&lt;br /&gt;
*Remove an application from Windows Firewall exception list&lt;br /&gt;
The advantage of liteFirewall compared to nsisFirewall is it can automatically figure out the current profile of windows firewall, and add a corresponding rule for your application.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;&lt;br /&gt;
liteFirewall::AddRule &amp;quot;&amp;lt;application path&amp;gt;&amp;quot; &amp;quot;&amp;lt;rule name&amp;gt;&amp;quot;&lt;br /&gt;
liteFirewall::RemoveRule &amp;quot;&amp;lt;application path&amp;gt;&amp;quot; &amp;quot;&amp;lt;rule name&amp;gt;&amp;quot; &lt;br /&gt;
&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&amp;lt;application path&amp;gt;is the full path to the application you want to be authorized to access the network (or accept incoming connections). &amp;lt;rule name&amp;gt;is the title that will be given to this exception entry in the firewall control panel list.&lt;br /&gt;
&lt;br /&gt;
==Sample==&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;&lt;br /&gt;
 ; Add NOTEPAD to the authorized list&lt;br /&gt;
liteFirewall::AddRule &amp;quot;$WINDIR\Notepad.exe&amp;quot; &amp;quot;liteFirewall Test&amp;quot;&lt;br /&gt;
Pop $0&lt;br /&gt;
; Remove NOTEPAD from the authorized list&lt;br /&gt;
liteFirewall::RemoveRule &amp;quot;$WINDIR\Notepad.exe&amp;quot; &amp;quot;liteFirewall Test&amp;quot;&lt;br /&gt;
Pop $0 &lt;br /&gt;
&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
[http://blog.liangsun.org/portfolio/nsis-plugin-litefirewall/ liteFirewall Plugin Homepage]&lt;br /&gt;
&lt;br /&gt;
ZIP archive contains the plug-in DLL as well as documentation, source code and sample script.&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>Alazyrabbit</name></author>
	</entry>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=LiteFirewall_Plugin&amp;diff=20544</id>
		<title>LiteFirewall Plugin</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=LiteFirewall_Plugin&amp;diff=20544"/>
		<updated>2011-07-23T15:43:37Z</updated>

		<summary type="html">&lt;p&gt;Alazyrabbit: /* Link */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Link==&lt;br /&gt;
[http://blog.liangsun.org/portfolio/nsis-plugin-litefirewall/ liteFirewall Plugin Homepage]&lt;br /&gt;
&lt;br /&gt;
==Background==&lt;br /&gt;
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&#039;s based on nsisFirewall. Thanks to it&#039;s author.&lt;br /&gt;
&lt;br /&gt;
*[http://nsis.sourceforge.net/Firewall-Disabler_plug-in Firewall-Disbler plugin]: No one will use it.&lt;br /&gt;
*[http://nsis.sourceforge.net/NsisFirewall_plug-in NsisFirewall plug-in]: It doesn’t support firewall profiles (private, domain or public) on Vista/Windows 7.&lt;br /&gt;
*[http://nsis.sourceforge.net/NSIS_Simple_Firewall_Plugin NSIS Simple Firewall Plugin]: It doesn’t support Unicode NSIS.&lt;br /&gt;
*[http://nsis.sourceforge.net/LiteFirewall_Plugin liteFirewall plug-in]: It support both Unicode NSIS and firewall profiles.&lt;br /&gt;
&lt;br /&gt;
==Presentation==&lt;br /&gt;
liteFirewall is based on nsisFirewall, and it also allows you to perform easily 2 tasks:&lt;br /&gt;
&lt;br /&gt;
*Add an application to Windows Firewall exception list&lt;br /&gt;
*Remove an application from Windows Firewall exception list&lt;br /&gt;
The advantage of liteFirewall compared to nsisFirewall is it can automatically figure out the current profile of windows firewall, and add a corresponding rule for your application.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;&lt;br /&gt;
liteFirewall::AddRule &amp;quot;&amp;lt;application path&amp;gt;&amp;quot; &amp;quot;&amp;lt;rule name&amp;gt;&amp;quot;&lt;br /&gt;
liteFirewall::RemoveRule &amp;quot;&amp;lt;application path&amp;gt;&amp;quot; &amp;quot;&amp;lt;rule name&amp;gt;&amp;quot; &lt;br /&gt;
&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&amp;lt;application path&amp;gt;is the full path to the application you want to be authorized to access the network (or accept incoming connections). &amp;lt;rule name&amp;gt;is the title that will be given to this exception entry in the firewall control panel list.&lt;br /&gt;
&lt;br /&gt;
==Sample==&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;&lt;br /&gt;
 ; Add NOTEPAD to the authorized list&lt;br /&gt;
liteFirewall::AddRule &amp;quot;$WINDIR\Notepad.exe&amp;quot; &amp;quot;liteFirewall Test&amp;quot;&lt;br /&gt;
Pop $0&lt;br /&gt;
; Remove NOTEPAD from the authorized list&lt;br /&gt;
liteFirewall::RemoveRule &amp;quot;$WINDIR\Notepad.exe&amp;quot; &amp;quot;liteFirewall Test&amp;quot;&lt;br /&gt;
Pop $0 &lt;br /&gt;
&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
[http://liangsun.info/portfolio/nsis-plugin-litefirewall/ liteFirewall Plugin Homepage]&lt;br /&gt;
&lt;br /&gt;
ZIP archive contains the plug-in DLL as well as documentation, source code and sample script.&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>Alazyrabbit</name></author>
	</entry>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=LiteFirewall_Plugin&amp;diff=20504</id>
		<title>LiteFirewall Plugin</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=LiteFirewall_Plugin&amp;diff=20504"/>
		<updated>2011-07-22T02:42:27Z</updated>

		<summary type="html">&lt;p&gt;Alazyrabbit: /* Download */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Link==&lt;br /&gt;
[http://liangsun.info/portfolio/nsis-plugin-litefirewall/ liteFirewall Plugin Homepage]&lt;br /&gt;
==Background==&lt;br /&gt;
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&#039;s based on nsisFirewall. Thanks to it&#039;s author.&lt;br /&gt;
&lt;br /&gt;
*[http://nsis.sourceforge.net/Firewall-Disabler_plug-in Firewall-Disbler plugin]: No one will use it.&lt;br /&gt;
*[http://nsis.sourceforge.net/NsisFirewall_plug-in NsisFirewall plug-in]: It doesn’t support firewall profiles (private, domain or public) on Vista/Windows 7.&lt;br /&gt;
*[http://nsis.sourceforge.net/NSIS_Simple_Firewall_Plugin NSIS Simple Firewall Plugin]: It doesn’t support Unicode NSIS.&lt;br /&gt;
*[http://nsis.sourceforge.net/LiteFirewall_Plugin liteFirewall plug-in]: It support both Unicode NSIS and firewall profiles.&lt;br /&gt;
&lt;br /&gt;
==Presentation==&lt;br /&gt;
liteFirewall is based on nsisFirewall, and it also allows you to perform easily 2 tasks:&lt;br /&gt;
&lt;br /&gt;
*Add an application to Windows Firewall exception list&lt;br /&gt;
*Remove an application from Windows Firewall exception list&lt;br /&gt;
The advantage of liteFirewall compared to nsisFirewall is it can automatically figure out the current profile of windows firewall, and add a corresponding rule for your application.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;&lt;br /&gt;
liteFirewall::AddRule &amp;quot;&amp;lt;application path&amp;gt;&amp;quot; &amp;quot;&amp;lt;rule name&amp;gt;&amp;quot;&lt;br /&gt;
liteFirewall::RemoveRule &amp;quot;&amp;lt;application path&amp;gt;&amp;quot; &amp;quot;&amp;lt;rule name&amp;gt;&amp;quot; &lt;br /&gt;
&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&amp;lt;application path&amp;gt;is the full path to the application you want to be authorized to access the network (or accept incoming connections). &amp;lt;rule name&amp;gt;is the title that will be given to this exception entry in the firewall control panel list.&lt;br /&gt;
&lt;br /&gt;
==Sample==&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;&lt;br /&gt;
 ; Add NOTEPAD to the authorized list&lt;br /&gt;
liteFirewall::AddRule &amp;quot;$WINDIR\Notepad.exe&amp;quot; &amp;quot;liteFirewall Test&amp;quot;&lt;br /&gt;
Pop $0&lt;br /&gt;
; Remove NOTEPAD from the authorized list&lt;br /&gt;
liteFirewall::RemoveRule &amp;quot;$WINDIR\Notepad.exe&amp;quot; &amp;quot;liteFirewall Test&amp;quot;&lt;br /&gt;
Pop $0 &lt;br /&gt;
&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
[http://liangsun.info/portfolio/nsis-plugin-litefirewall/ liteFirewall Plugin Homepage]&lt;br /&gt;
&lt;br /&gt;
ZIP archive contains the plug-in DLL as well as documentation, source code and sample script.&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>Alazyrabbit</name></author>
	</entry>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=LiteFirewall_Plugin&amp;diff=20503</id>
		<title>LiteFirewall Plugin</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=LiteFirewall_Plugin&amp;diff=20503"/>
		<updated>2011-07-22T02:40:52Z</updated>

		<summary type="html">&lt;p&gt;Alazyrabbit: /* Download */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Link==&lt;br /&gt;
[http://liangsun.info/portfolio/nsis-plugin-litefirewall/ liteFirewall Plugin Homepage]&lt;br /&gt;
==Background==&lt;br /&gt;
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&#039;s based on nsisFirewall. Thanks to it&#039;s author.&lt;br /&gt;
&lt;br /&gt;
*[http://nsis.sourceforge.net/Firewall-Disabler_plug-in Firewall-Disbler plugin]: No one will use it.&lt;br /&gt;
*[http://nsis.sourceforge.net/NsisFirewall_plug-in NsisFirewall plug-in]: It doesn’t support firewall profiles (private, domain or public) on Vista/Windows 7.&lt;br /&gt;
*[http://nsis.sourceforge.net/NSIS_Simple_Firewall_Plugin NSIS Simple Firewall Plugin]: It doesn’t support Unicode NSIS.&lt;br /&gt;
*[http://nsis.sourceforge.net/LiteFirewall_Plugin liteFirewall plug-in]: It support both Unicode NSIS and firewall profiles.&lt;br /&gt;
&lt;br /&gt;
==Presentation==&lt;br /&gt;
liteFirewall is based on nsisFirewall, and it also allows you to perform easily 2 tasks:&lt;br /&gt;
&lt;br /&gt;
*Add an application to Windows Firewall exception list&lt;br /&gt;
*Remove an application from Windows Firewall exception list&lt;br /&gt;
The advantage of liteFirewall compared to nsisFirewall is it can automatically figure out the current profile of windows firewall, and add a corresponding rule for your application.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;&lt;br /&gt;
liteFirewall::AddRule &amp;quot;&amp;lt;application path&amp;gt;&amp;quot; &amp;quot;&amp;lt;rule name&amp;gt;&amp;quot;&lt;br /&gt;
liteFirewall::RemoveRule &amp;quot;&amp;lt;application path&amp;gt;&amp;quot; &amp;quot;&amp;lt;rule name&amp;gt;&amp;quot; &lt;br /&gt;
&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&amp;lt;application path&amp;gt;is the full path to the application you want to be authorized to access the network (or accept incoming connections). &amp;lt;rule name&amp;gt;is the title that will be given to this exception entry in the firewall control panel list.&lt;br /&gt;
&lt;br /&gt;
==Sample==&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;&lt;br /&gt;
 ; Add NOTEPAD to the authorized list&lt;br /&gt;
liteFirewall::AddRule &amp;quot;$WINDIR\Notepad.exe&amp;quot; &amp;quot;liteFirewall Test&amp;quot;&lt;br /&gt;
Pop $0&lt;br /&gt;
; Remove NOTEPAD from the authorized list&lt;br /&gt;
liteFirewall::RemoveRule &amp;quot;$WINDIR\Notepad.exe&amp;quot; &amp;quot;liteFirewall Test&amp;quot;&lt;br /&gt;
Pop $0 &lt;br /&gt;
&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
[http://liangsun.info/portfolio/nsis-plugin-litefirewall/ liteFirewall Plugin Homepage]&lt;br /&gt;
ZIP archive contains the plug-in DLL as well as documentation, source code and sample script.&lt;/div&gt;</summary>
		<author><name>Alazyrabbit</name></author>
	</entry>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=LiteFirewall_Plugin&amp;diff=20502</id>
		<title>LiteFirewall Plugin</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=LiteFirewall_Plugin&amp;diff=20502"/>
		<updated>2011-07-22T02:39:06Z</updated>

		<summary type="html">&lt;p&gt;Alazyrabbit: /* Sample */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Link==&lt;br /&gt;
[http://liangsun.info/portfolio/nsis-plugin-litefirewall/ liteFirewall Plugin Homepage]&lt;br /&gt;
==Background==&lt;br /&gt;
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&#039;s based on nsisFirewall. Thanks to it&#039;s author.&lt;br /&gt;
&lt;br /&gt;
*[http://nsis.sourceforge.net/Firewall-Disabler_plug-in Firewall-Disbler plugin]: No one will use it.&lt;br /&gt;
*[http://nsis.sourceforge.net/NsisFirewall_plug-in NsisFirewall plug-in]: It doesn’t support firewall profiles (private, domain or public) on Vista/Windows 7.&lt;br /&gt;
*[http://nsis.sourceforge.net/NSIS_Simple_Firewall_Plugin NSIS Simple Firewall Plugin]: It doesn’t support Unicode NSIS.&lt;br /&gt;
*[http://nsis.sourceforge.net/LiteFirewall_Plugin liteFirewall plug-in]: It support both Unicode NSIS and firewall profiles.&lt;br /&gt;
&lt;br /&gt;
==Presentation==&lt;br /&gt;
liteFirewall is based on nsisFirewall, and it also allows you to perform easily 2 tasks:&lt;br /&gt;
&lt;br /&gt;
*Add an application to Windows Firewall exception list&lt;br /&gt;
*Remove an application from Windows Firewall exception list&lt;br /&gt;
The advantage of liteFirewall compared to nsisFirewall is it can automatically figure out the current profile of windows firewall, and add a corresponding rule for your application.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;&lt;br /&gt;
liteFirewall::AddRule &amp;quot;&amp;lt;application path&amp;gt;&amp;quot; &amp;quot;&amp;lt;rule name&amp;gt;&amp;quot;&lt;br /&gt;
liteFirewall::RemoveRule &amp;quot;&amp;lt;application path&amp;gt;&amp;quot; &amp;quot;&amp;lt;rule name&amp;gt;&amp;quot; &lt;br /&gt;
&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&amp;lt;application path&amp;gt;is the full path to the application you want to be authorized to access the network (or accept incoming connections). &amp;lt;rule name&amp;gt;is the title that will be given to this exception entry in the firewall control panel list.&lt;br /&gt;
&lt;br /&gt;
==Sample==&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;&lt;br /&gt;
 ; Add NOTEPAD to the authorized list&lt;br /&gt;
liteFirewall::AddRule &amp;quot;$WINDIR\Notepad.exe&amp;quot; &amp;quot;liteFirewall Test&amp;quot;&lt;br /&gt;
Pop $0&lt;br /&gt;
; Remove NOTEPAD from the authorized list&lt;br /&gt;
liteFirewall::RemoveRule &amp;quot;$WINDIR\Notepad.exe&amp;quot; &amp;quot;liteFirewall Test&amp;quot;&lt;br /&gt;
Pop $0 &lt;br /&gt;
&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;/div&gt;</summary>
		<author><name>Alazyrabbit</name></author>
	</entry>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=LiteFirewall_Plugin&amp;diff=20501</id>
		<title>LiteFirewall Plugin</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=LiteFirewall_Plugin&amp;diff=20501"/>
		<updated>2011-07-22T02:37:57Z</updated>

		<summary type="html">&lt;p&gt;Alazyrabbit: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Link==&lt;br /&gt;
[http://liangsun.info/portfolio/nsis-plugin-litefirewall/ liteFirewall Plugin Homepage]&lt;br /&gt;
==Background==&lt;br /&gt;
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&#039;s based on nsisFirewall. Thanks to it&#039;s author.&lt;br /&gt;
&lt;br /&gt;
*[http://nsis.sourceforge.net/Firewall-Disabler_plug-in Firewall-Disbler plugin]: No one will use it.&lt;br /&gt;
*[http://nsis.sourceforge.net/NsisFirewall_plug-in NsisFirewall plug-in]: It doesn’t support firewall profiles (private, domain or public) on Vista/Windows 7.&lt;br /&gt;
*[http://nsis.sourceforge.net/NSIS_Simple_Firewall_Plugin NSIS Simple Firewall Plugin]: It doesn’t support Unicode NSIS.&lt;br /&gt;
*[http://nsis.sourceforge.net/LiteFirewall_Plugin liteFirewall plug-in]: It support both Unicode NSIS and firewall profiles.&lt;br /&gt;
&lt;br /&gt;
==Presentation==&lt;br /&gt;
liteFirewall is based on nsisFirewall, and it also allows you to perform easily 2 tasks:&lt;br /&gt;
&lt;br /&gt;
*Add an application to Windows Firewall exception list&lt;br /&gt;
*Remove an application from Windows Firewall exception list&lt;br /&gt;
The advantage of liteFirewall compared to nsisFirewall is it can automatically figure out the current profile of windows firewall, and add a corresponding rule for your application.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;&lt;br /&gt;
liteFirewall::AddRule &amp;quot;&amp;lt;application path&amp;gt;&amp;quot; &amp;quot;&amp;lt;rule name&amp;gt;&amp;quot;&lt;br /&gt;
liteFirewall::RemoveRule &amp;quot;&amp;lt;application path&amp;gt;&amp;quot; &amp;quot;&amp;lt;rule name&amp;gt;&amp;quot; &lt;br /&gt;
&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&amp;lt;application path&amp;gt;is the full path to the application you want to be authorized to access the network (or accept incoming connections). &amp;lt;rule name&amp;gt;is the title that will be given to this exception entry in the firewall control panel list.&lt;br /&gt;
&lt;br /&gt;
==Sample==&lt;br /&gt;
==Download==&lt;/div&gt;</summary>
		<author><name>Alazyrabbit</name></author>
	</entry>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=LiteFirewall_Plugin&amp;diff=20500</id>
		<title>LiteFirewall Plugin</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=LiteFirewall_Plugin&amp;diff=20500"/>
		<updated>2011-07-22T02:37:33Z</updated>

		<summary type="html">&lt;p&gt;Alazyrabbit: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Link==&lt;br /&gt;
[http://liangsun.info/portfolio/nsis-plugin-litefirewall/ liteFirewall Plugin Homepage]&lt;br /&gt;
==Background==&lt;br /&gt;
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&#039;s based on nsisFirewall. Thanks to it&#039;s author.&lt;br /&gt;
&lt;br /&gt;
*[http://nsis.sourceforge.net/Firewall-Disabler_plug-in Firewall-Disbler plugin]: No one will use it.&lt;br /&gt;
*[http://nsis.sourceforge.net/NsisFirewall_plug-in NsisFirewall plug-in]: It doesn’t support firewall profiles (private, domain or public) on Vista/Windows 7.&lt;br /&gt;
*[http://nsis.sourceforge.net/NSIS_Simple_Firewall_Plugin NSIS Simple Firewall Plugin]: It doesn’t support Unicode NSIS.&lt;br /&gt;
*[http://nsis.sourceforge.net/LiteFirewall_Plugin liteFirewall plug-in]: It support both Unicode NSIS and firewall profiles.&lt;br /&gt;
&lt;br /&gt;
==Presentation==&lt;br /&gt;
liteFirewall is based on nsisFirewall, and it also allows you to perform easily 2 tasks:&lt;br /&gt;
&lt;br /&gt;
*Add an application to Windows Firewall exception list&lt;br /&gt;
*Remove an application from Windows Firewall exception list&lt;br /&gt;
The advantage of liteFirewall compared to nsisFirewall is it can automatically figure out the current profile of windows firewall, and add a corresponding rule for your application.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;&lt;br /&gt;
liteFirewall::AddRule &amp;quot;&amp;lt;application path&amp;gt;&amp;quot; &amp;quot;&amp;lt;rule name&amp;gt;&amp;quot;&lt;br /&gt;
liteFirewall::RemoveRule &amp;quot;&amp;lt;application path&amp;gt;&amp;quot; &amp;quot;&amp;lt;rule name&amp;gt;&amp;quot; &lt;br /&gt;
&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Sample==&lt;br /&gt;
==Download==&lt;/div&gt;</summary>
		<author><name>Alazyrabbit</name></author>
	</entry>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=LiteFirewall_Plugin&amp;diff=20499</id>
		<title>LiteFirewall Plugin</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=LiteFirewall_Plugin&amp;diff=20499"/>
		<updated>2011-07-22T02:36:35Z</updated>

		<summary type="html">&lt;p&gt;Alazyrabbit: /* Presentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Link==&lt;br /&gt;
[http://liangsun.info/portfolio/nsis-plugin-litefirewall/ liteFirewall Plugin Homepage]&lt;br /&gt;
==Background==&lt;br /&gt;
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&#039;s based on nsisFirewall. Thanks to it&#039;s author.&lt;br /&gt;
&lt;br /&gt;
*[http://nsis.sourceforge.net/Firewall-Disabler_plug-in Firewall-Disbler plugin]: No one will use it.&lt;br /&gt;
*[http://nsis.sourceforge.net/NsisFirewall_plug-in NsisFirewall plug-in]: It doesn’t support firewall profiles (private, domain or public) on Vista/Windows 7.&lt;br /&gt;
*[http://nsis.sourceforge.net/NSIS_Simple_Firewall_Plugin NSIS Simple Firewall Plugin]: It doesn’t support Unicode NSIS.&lt;br /&gt;
*[http://nsis.sourceforge.net/LiteFirewall_Plugin liteFirewall plug-in]: It support both Unicode NSIS and firewall profiles.&lt;br /&gt;
&lt;br /&gt;
==Presentation==&lt;br /&gt;
liteFirewall is based on nsisFirewall, and it also allows you to perform easily 2 tasks:&lt;br /&gt;
&lt;br /&gt;
*Add an application to Windows Firewall exception list&lt;br /&gt;
*Remove an application from Windows Firewall exception list&lt;br /&gt;
The advantage of liteFirewall compared to nsisFirewall is it can automatically figure out the current profile of windows firewall, and add a corresponding rule for your application.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
==Sample==&lt;br /&gt;
==Download==&lt;/div&gt;</summary>
		<author><name>Alazyrabbit</name></author>
	</entry>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=LiteFirewall_Plugin&amp;diff=20498</id>
		<title>LiteFirewall Plugin</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=LiteFirewall_Plugin&amp;diff=20498"/>
		<updated>2011-07-22T02:31:56Z</updated>

		<summary type="html">&lt;p&gt;Alazyrabbit: /* Background */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Link==&lt;br /&gt;
[http://liangsun.info/portfolio/nsis-plugin-litefirewall/ liteFirewall Plugin Homepage]&lt;br /&gt;
==Background==&lt;br /&gt;
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&#039;s based on nsisFirewall. Thanks to it&#039;s author.&lt;br /&gt;
&lt;br /&gt;
*[http://nsis.sourceforge.net/Firewall-Disabler_plug-in Firewall-Disbler plugin]: No one will use it.&lt;br /&gt;
*[http://nsis.sourceforge.net/NsisFirewall_plug-in NsisFirewall plug-in]: It doesn’t support firewall profiles (private, domain or public) on Vista/Windows 7.&lt;br /&gt;
*[http://nsis.sourceforge.net/NSIS_Simple_Firewall_Plugin NSIS Simple Firewall Plugin]: It doesn’t support Unicode NSIS.&lt;br /&gt;
*[http://nsis.sourceforge.net/LiteFirewall_Plugin liteFirewall plug-in]: It support both Unicode NSIS and firewall profiles.&lt;br /&gt;
&lt;br /&gt;
==Presentation==&lt;br /&gt;
==Usage==&lt;br /&gt;
==Sample==&lt;br /&gt;
==Download==&lt;/div&gt;</summary>
		<author><name>Alazyrabbit</name></author>
	</entry>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=LiteFirewall_Plugin&amp;diff=20497</id>
		<title>LiteFirewall Plugin</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=LiteFirewall_Plugin&amp;diff=20497"/>
		<updated>2011-07-22T02:30:33Z</updated>

		<summary type="html">&lt;p&gt;Alazyrabbit: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Link==&lt;br /&gt;
[http://liangsun.info/portfolio/nsis-plugin-litefirewall/ liteFirewall Plugin Homepage]&lt;br /&gt;
==Background==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
*[http://nsis.sourceforge.net/Firewall-Disabler_plug-in Firewall-Disbler plugin]: No one will use it.&lt;br /&gt;
*[http://nsis.sourceforge.net/NsisFirewall_plug-in NsisFirewall plug-in]: It doesn’t support firewall profiles (private, domain or public) on Vista/Windows 7.&lt;br /&gt;
*[http://nsis.sourceforge.net/NSIS_Simple_Firewall_Plugin NSIS Simple Firewall Plugin]: It doesn’t support Unicode NSIS.&lt;br /&gt;
*[http://nsis.sourceforge.net/LiteFirewall_Plugin liteFirewall plug-in]: It support both Unicode NSIS and firewall profiles.&lt;br /&gt;
==Presentation==&lt;br /&gt;
==Usage==&lt;br /&gt;
==Sample==&lt;br /&gt;
==Download==&lt;/div&gt;</summary>
		<author><name>Alazyrabbit</name></author>
	</entry>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=LiteFirewall_Plugin&amp;diff=20496</id>
		<title>LiteFirewall Plugin</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=LiteFirewall_Plugin&amp;diff=20496"/>
		<updated>2011-07-21T15:54:41Z</updated>

		<summary type="html">&lt;p&gt;Alazyrabbit: Created page with &amp;quot;liteFirewall&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;liteFirewall&lt;/div&gt;</summary>
		<author><name>Alazyrabbit</name></author>
	</entry>
</feed>