<?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=R-grant</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=R-grant"/>
	<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/Special:Contributions/R-grant"/>
	<updated>2026-05-13T15:00:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=DumpLog_plug-in&amp;diff=9998</id>
		<title>DumpLog plug-in</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=DumpLog_plug-in&amp;diff=9998"/>
		<updated>2006-04-05T09:17:06Z</updated>

		<summary type="html">&lt;p&gt;R-grant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PageAuthor|Instructor}}&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
Download v1.0:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;attach&amp;gt;DumpLog.zip&amp;lt;/attach&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
This plugin will dump the log of the installer (installer details)&lt;br /&gt;
to a file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It is plugin version of [[User:KiCHiK|KiCHiK]]&#039;s function &amp;quot;[[Dump_log_to_file]]&amp;quot;.&lt;br /&gt;
The main difference it is the speed of the dumping.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
Place dumplog.dll inside the {NSIS INSTALL DIR}\Plugins directory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;&lt;br /&gt;
dumplog::DumpLog &amp;quot;$INSTDIR\log.txt&amp;quot; .r0&lt;br /&gt;
MessageBox MB_OK &amp;quot;$0&amp;quot;&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The output variable reference is &#039;&#039;&#039;necessary&#039;&#039;&#039;. The installer will crash without it. It should return 0 if nothing went wrong. Do not use a variable name - e.g: &lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;$0&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use a reference to that variable name - e.g:&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;.0&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>R-grant</name></author>
	</entry>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=DumpLog_plug-in&amp;diff=9995</id>
		<title>DumpLog plug-in</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=DumpLog_plug-in&amp;diff=9995"/>
		<updated>2006-04-03T15:21:33Z</updated>

		<summary type="html">&lt;p&gt;R-grant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PageAuthor|Instructor}}&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
Download v1.0:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;attach&amp;gt;DumpLog.zip&amp;lt;/attach&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
This plugin will dump the log of the installer (installer details)&lt;br /&gt;
to a file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It is plugin version of [[User:KiCHiK|KiCHiK]]&#039;s function &amp;quot;[[Dump_log_to_file]]&amp;quot;.&lt;br /&gt;
The main difference it is the speed of the dumping.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
Place dumplog.dll inside the {NSIS INSTALL DIR}\Plugins directory. Use the following sytax:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;DumpLog::Dumplog file_to_log_to user_var(status)&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
e.g.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;Push $0&lt;br /&gt;
DumpLog::DumpLog &amp;quot;$INSTDIR\log.txt&amp;quot; $0&lt;br /&gt;
MessageBox MB_OK &amp;quot;$0&amp;quot;&lt;br /&gt;
Pop $0&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The output variable is &#039;&#039;&#039;necessary&#039;&#039;&#039;. The installer will crash without it. It should return 0 if nothing went wrong.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>R-grant</name></author>
	</entry>
</feed>