<?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>{ Code: Impossible } &#187; post-build</title>
	<atom:link href="http://codeimpossible.com/tag/post-build/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeimpossible.com</link>
	<description>this = HowI.Roll();</description>
	<lastBuildDate>Thu, 09 Sep 2010 15:45:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Build Inno Setup Script When In Release Mode</title>
		<link>http://codeimpossible.com/2008/12/15/build-inno-setup-script-when-in-release-mode/</link>
		<comments>http://codeimpossible.com/2008/12/15/build-inno-setup-script-when-in-release-mode/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 18:44:18 +0000</pubDate>
		<dc:creator>Jared</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[batch files]]></category>
		<category><![CDATA[inno-setup]]></category>
		<category><![CDATA[post-build]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://codeimpossible.com/?p=286</guid>
		<description><![CDATA[I use Inno Setup as an installer for all my windows-based projects. Often-times I want to build the installer when I build the project from within Visual Studio but only when I build the &#8220;Release&#8221; configuration.
Here is the post-build script that will accomplish this:
c:
cd\
IF Release==$(ConfigurationName) "C:\Program Files\Inno Setup 5\Compil32.exe" /cc &#60;PATH_TO_ISS_FILE&#62;

]]></description>
			<content:encoded><![CDATA[<p>I use Inno Setup as an installer for all my windows-based projects. Often-times I want to build the installer when I build the project from within Visual Studio but only when I build the &#8220;Release&#8221; configuration.</p>
<p>Here is the post-build script that will accomplish this:</p>
<p><code>c:<br />
cd\<br />
IF Release==$(ConfigurationName) "C:\Program Files\Inno Setup 5\Compil32.exe" /cc &lt;PATH_TO_ISS_FILE&gt;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://codeimpossible.com/2008/12/15/build-inno-setup-script-when-in-release-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
