<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nsis.sourceforge.io/mediawiki/index.php?action=history&amp;feed=atom&amp;title=FreeArc_plug-in</id>
	<title>FreeArc plug-in - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nsis.sourceforge.io/mediawiki/index.php?action=history&amp;feed=atom&amp;title=FreeArc_plug-in"/>
	<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=FreeArc_plug-in&amp;action=history"/>
	<updated>2026-04-27T08:32:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=FreeArc_plug-in&amp;diff=23189&amp;oldid=prev</id>
		<title>Muhammad Khalifa: Created page with &quot;== Description ==   FreeArc for NSIS.  Version: 1.0  This plugin provides basic FreeArc file archive extraction ability for NSIS scripts.  If you want to use this plug in you ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=FreeArc_plug-in&amp;diff=23189&amp;oldid=prev"/>
		<updated>2013-04-19T09:38:40Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Description ==   FreeArc for NSIS.  Version: 1.0  This plugin provides basic FreeArc file archive extraction ability for NSIS scripts.  If you want to use this plug in you ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Description ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
FreeArc for NSIS.&lt;br /&gt;
&lt;br /&gt;
Version: 1.0&lt;br /&gt;
&lt;br /&gt;
This plugin provides basic FreeArc file archive extraction ability for NSIS scripts.&lt;br /&gt;
&lt;br /&gt;
If you want to use this plug in you must compress your archive with FreeArc &lt;br /&gt;
http://freearc.org/&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Set target dir for FreeArc archive contents with SetOutPath, and call the plugin. &lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;&lt;br /&gt;
	SetOutPath &amp;quot;D:\TragetDir&amp;quot;   ;Target dir for extract.&lt;br /&gt;
	&lt;br /&gt;
	;The number after the archive name can be 1 or 0 &lt;br /&gt;
	;1 Display FreeArc DetailsPrint, 0 leave DetailsPrint to NSIS ( do nothing ). &lt;br /&gt;
	FreeArc::ExtractFreeArcArchive /NOUNLOAD &amp;quot;$EXEDIR\archive.arc&amp;quot; 1 &amp;quot;Installing %s...&amp;quot; &lt;br /&gt;
		&lt;br /&gt;
	Pop $R0 ; (Optional) returns 0 if success, non-zero value if fail.&lt;br /&gt;
&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
The plugin will showing something like &amp;quot;Installing ...&amp;quot; with DetailsPrint, &lt;br /&gt;
Use %s to insert extracting details like &amp;quot;(50 / 200 MB)&amp;quot; &lt;br /&gt;
&lt;br /&gt;
Don&amp;#039;t Delete the &amp;quot;Installing %s...&amp;quot; line, it wil raise an error, &lt;br /&gt;
&lt;br /&gt;
If you want to hide DetailsPrint change the value (after archive name) from 1 to 0.&lt;br /&gt;
&lt;br /&gt;
P.S&lt;br /&gt;
The plugin will move progress bar during unpack operation, to keep user notified on setup progress.&lt;br /&gt;
&lt;br /&gt;
== Download == &lt;br /&gt;
&amp;lt;attach&amp;gt;FreeArcPlugin.zip&amp;lt;/attach&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Credits ==&lt;br /&gt;
Based on FreeArc source code, &lt;br /&gt;
© Copyright 2004–2010, Bulat Ziganshin&lt;br /&gt;
&lt;br /&gt;
http://freearc.org/&lt;br /&gt;
&lt;br /&gt;
http://freearc.org/InnoSetup.aspx&lt;br /&gt;
&lt;br /&gt;
== Contacts and Copyright ==&lt;br /&gt;
FreeArc Pluing for NSIS is written by [[User:Muhammad Khailfa|Muhammad Khalifa]]&lt;br /&gt;
 &lt;br /&gt;
(Syrian Arab Republic) &lt;br /&gt;
&lt;br /&gt;
http://www.smart-arab.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;br /&gt;
[[Category:Compression]]&lt;/div&gt;</summary>
		<author><name>Muhammad Khalifa</name></author>
	</entry>
</feed>