<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Johlero - Cardoen Lieven &#187; NSIS</title>
	<atom:link href="http://blog.johlero.eu/category/nsis/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.johlero.eu</link>
	<description>Software development</description>
	<lastBuildDate>Sun, 25 Jul 2010 16:52:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>NSIS &#8211; Localization Part I</title>
		<link>http://blog.johlero.eu/2007/12/01/nsis-localization-part-i/</link>
		<comments>http://blog.johlero.eu/2007/12/01/nsis-localization-part-i/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 08:52:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NSIS]]></category>
		<category><![CDATA[insertmacro]]></category>
		<category><![CDATA[language files]]></category>
		<category><![CDATA[localization]]></category>
		<category><![CDATA[macro]]></category>
		<category><![CDATA[nlf]]></category>
		<category><![CDATA[nsh]]></category>

		<guid isPermaLink="false">http://blog.johlero.eu/?p=19</guid>
		<description><![CDATA[This week I have been searching a lot on localization in NSIS. Normally we just used the standard dialogs with a default language depending on where the cd-rom would be used. If we made a cd-rom for French-speaking part of Belguim, then the language was French. If the cd-rom was for Dutch-speaking part of Belguim, [...]]]></description>
		<wfw:commentRss>http://blog.johlero.eu/2007/12/01/nsis-localization-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NSIS: Functions, the easy way</title>
		<link>http://blog.johlero.eu/2007/11/27/17/</link>
		<comments>http://blog.johlero.eu/2007/11/27/17/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 07:47:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NSIS]]></category>
		<category><![CDATA[${}]]></category>
		<category><![CDATA[define]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[macro]]></category>

		<guid isPermaLink="false">http://blog.johlero.eu/?p=17</guid>
		<description><![CDATA[Most functions in NSIS require that you push variables first and then call the function (Call function). However, there's another way that's more easy, but requires some preparation. This is the function: PLAIN TEXT CODE: Function Dump Exch $5 StrCpy $LogTemp "$LogTemp$\r$\n$5" FunctionEnd It concatenates a pushed variable (String in my case) with a variable [...]]]></description>
		<wfw:commentRss>http://blog.johlero.eu/2007/11/27/17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NSIS: Getting an unused drive letter</title>
		<link>http://blog.johlero.eu/2007/11/26/15/</link>
		<comments>http://blog.johlero.eu/2007/11/26/15/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 19:08:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NSIS]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[GetDrives]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[letter]]></category>

		<guid isPermaLink="false">http://blog.johlero.eu/?p=15</guid>
		<description><![CDATA[You'll need nsh.zip and extract it in your plugins directory of NSIS. A top of your NSIS script put this line of code : PLAIN TEXT CODE: #Custom Macros !insertmacro GetDrives Put following function in your code : PLAIN TEXT CODE: /** * Each time an existing drive is found (${GetDrives}, this function is called */ [...]]]></description>
		<wfw:commentRss>http://blog.johlero.eu/2007/11/26/15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
