<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Innovative Software Solutions</title>
	<atom:link href="http://blog.ksoftware.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ksoftware.net</link>
	<description></description>
	<lastBuildDate>Fri, 02 Dec 2011 03:25:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Exporting your Code Signing Certificate to a PFX File (From FireFox) by Mitchell Vincent</title>
		<link>http://blog.ksoftware.net/2011/07/exporting-your-code-signing-certificate-to-a-pfx-file-from-firefox/comment-page-1/#comment-5655</link>
		<dc:creator>Mitchell Vincent</dc:creator>
		<pubDate>Fri, 02 Dec 2011 03:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ksoftware.net/?p=87#comment-5655</guid>
		<description>Updated with some new screenshots and a tip about the location of the &quot;Options&quot; window if you don&#039;t have the &quot;Tools&quot; menu.</description>
		<content:encoded><![CDATA[<p>Updated with some new screenshots and a tip about the location of the &#8220;Options&#8221; window if you don&#8217;t have the &#8220;Tools&#8221; menu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Automate Code Signing with InnoSetup (and kSign) by Richard Andresen</title>
		<link>http://blog.ksoftware.net/2011/07/how-to-automate-code-signing-with-innosetup-and-ksign/comment-page-1/#comment-5654</link>
		<dc:creator>Richard Andresen</dc:creator>
		<pubDate>Wed, 16 Nov 2011 04:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ksoftware.net/?p=142#comment-5654</guid>
		<description>Hi Mitchell,
try a command prompt window with something like this (I&#039;m using Windows 7)

&quot;C:\Program Files\kSign\kSignCMD.exe&quot; /f “C:\Users\Richard Andresen\Documents\CodeSigningCert2011_rpa.pfx” /p mypassword /d &quot;5Spice_Install&quot; /du &quot;http://www.5Spice.com/&quot; &quot;C:\Users\Richard Andresen\Documents\FileToSign.exe&quot;

error msg: The filename, directory name, or volume label syntax is incorrect

notes: Windows 7 seems to accept &quot;Documents&quot; and &quot;My Documents&quot; as equivalent in User path names. I tried both. If the path to the .exe file is incorrect I get a different error msg.</description>
		<content:encoded><![CDATA[<p>Hi Mitchell,<br />
try a command prompt window with something like this (I&#8217;m using Windows 7)</p>
<p>&#8220;C:\Program Files\kSign\kSignCMD.exe&#8221; /f “C:\Users\Richard Andresen\Documents\CodeSigningCert2011_rpa.pfx” /p mypassword /d &#8220;5Spice_Install&#8221; /du &#8220;http://www.5Spice.com/&#8221; &#8220;C:\Users\Richard Andresen\Documents\FileToSign.exe&#8221;</p>
<p>error msg: The filename, directory name, or volume label syntax is incorrect</p>
<p>notes: Windows 7 seems to accept &#8220;Documents&#8221; and &#8220;My Documents&#8221; as equivalent in User path names. I tried both. If the path to the .exe file is incorrect I get a different error msg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Automate Code Signing with InnoSetup (and kSign) by Mitchell Vincent</title>
		<link>http://blog.ksoftware.net/2011/07/how-to-automate-code-signing-with-innosetup-and-ksign/comment-page-1/#comment-5653</link>
		<dc:creator>Mitchell Vincent</dc:creator>
		<pubDate>Tue, 15 Nov 2011 15:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ksoftware.net/?p=142#comment-5653</guid>
		<description>Hi Richard - I just tested the kSignCMD with the PFX file in a folder with spaces and it worked well for me. Are you getting some sort of error message? Is it just through Inno, or are you seeing the same problem when you run it manually?</description>
		<content:encoded><![CDATA[<p>Hi Richard &#8211; I just tested the kSignCMD with the PFX file in a folder with spaces and it worked well for me. Are you getting some sort of error message? Is it just through Inno, or are you seeing the same problem when you run it manually?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Automate Code Signing with InnoSetup (and kSign) by Richard Andresen</title>
		<link>http://blog.ksoftware.net/2011/07/how-to-automate-code-signing-with-innosetup-and-ksign/comment-page-1/#comment-5652</link>
		<dc:creator>Richard Andresen</dc:creator>
		<pubDate>Tue, 15 Nov 2011 04:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ksoftware.net/?p=142#comment-5652</guid>
		<description>1. I find that kSignCMD.exe does not tolerate spaces in the path to the .pfx file, even when file and path are enclosed with quotes. Spaces are OK in the path to the file to be signed when file and path are enclosed in quotes.

2. Further the pfx file and its path must not be enclosed with quotes with Inno Setup 5.4.2 unicode version in Windows 7 32bit.
But you must enclose with quotes with Inno Setup 5.4.2 ansi version in Windows XP  (even though you can’t actually use spaces or kSign fails)! Weird.

3. I may be confused but it seemed necessary to explicitly set SignedUnInstaller=yes in the Setup section of the Inno install file to get things to run the first time. Then seems I can comment this line out. Anyone know exactly what is happening here?</description>
		<content:encoded><![CDATA[<p>1. I find that kSignCMD.exe does not tolerate spaces in the path to the .pfx file, even when file and path are enclosed with quotes. Spaces are OK in the path to the file to be signed when file and path are enclosed in quotes.</p>
<p>2. Further the pfx file and its path must not be enclosed with quotes with Inno Setup 5.4.2 unicode version in Windows 7 32bit.<br />
But you must enclose with quotes with Inno Setup 5.4.2 ansi version in Windows XP  (even though you can’t actually use spaces or kSign fails)! Weird.</p>
<p>3. I may be confused but it seemed necessary to explicitly set SignedUnInstaller=yes in the Setup section of the Inno install file to get things to run the first time. Then seems I can comment this line out. Anyone know exactly what is happening here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Automate Code Signing with InnoSetup (and kSign) by Gabriel Zastawnik</title>
		<link>http://blog.ksoftware.net/2011/07/how-to-automate-code-signing-with-innosetup-and-ksign/comment-page-1/#comment-5650</link>
		<dc:creator>Gabriel Zastawnik</dc:creator>
		<pubDate>Tue, 27 Sep 2011 19:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ksoftware.net/?p=142#comment-5650</guid>
		<description>Great software and also a great idea to combine your tool with Inno Setup which is one of the most powerfull software for developers. Great duo :)
Keep developing your tool!</description>
		<content:encoded><![CDATA[<p>Great software and also a great idea to combine your tool with Inno Setup which is one of the most powerfull software for developers. Great duo <img src='http://blog.ksoftware.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Keep developing your tool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Automate Code Signing with InnoSetup (and kSign) by Jeff Leigh</title>
		<link>http://blog.ksoftware.net/2011/07/how-to-automate-code-signing-with-innosetup-and-ksign/comment-page-1/#comment-5643</link>
		<dc:creator>Jeff Leigh</dc:creator>
		<pubDate>Thu, 15 Sep 2011 20:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ksoftware.net/?p=142#comment-5643</guid>
		<description>Wish I new this before I bought a cert from Comodo directly. Now I have to figure out how to auto-sign without the hard way. Our builds run on a schedule automatically (who&#039;s going to close all those nag page instances of FF).</description>
		<content:encoded><![CDATA[<p>Wish I new this before I bought a cert from Comodo directly. Now I have to figure out how to auto-sign without the hard way. Our builds run on a schedule automatically (who&#8217;s going to close all those nag page instances of FF).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Automate Code Signing with InnoSetup (and kSign) by Mitchell Vincent</title>
		<link>http://blog.ksoftware.net/2011/07/how-to-automate-code-signing-with-innosetup-and-ksign/comment-page-1/#comment-5637</link>
		<dc:creator>Mitchell Vincent</dc:creator>
		<pubDate>Thu, 25 Aug 2011 14:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ksoftware.net/?p=142#comment-5637</guid>
		<description>Jeremy : Thanks for that, I&#039;ll edit the article to make that more clear.</description>
		<content:encoded><![CDATA[<p>Jeremy : Thanks for that, I&#8217;ll edit the article to make that more clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Automate Code Signing with InnoSetup (and kSign) by Mitchell Vincent</title>
		<link>http://blog.ksoftware.net/2011/07/how-to-automate-code-signing-with-innosetup-and-ksign/comment-page-1/#comment-5636</link>
		<dc:creator>Mitchell Vincent</dc:creator>
		<pubDate>Thu, 25 Aug 2011 14:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ksoftware.net/?p=142#comment-5636</guid>
		<description>Przemek : That should only happen if you&#039;re not using a certificate you purchased through us. The utility still works for certificates issued from other CAs but the &quot;nag&quot; is that it brings you back to the website. 

Drop me an email if you are signing with a certificate you got here and we&#039;ll figure out what&#039;s going on. If you are using a cert from another CA, still email me and I&#039;ll convince you with a generous discount coupon to get one from K Soft! ;-)</description>
		<content:encoded><![CDATA[<p>Przemek : That should only happen if you&#8217;re not using a certificate you purchased through us. The utility still works for certificates issued from other CAs but the &#8220;nag&#8221; is that it brings you back to the website. </p>
<p>Drop me an email if you are signing with a certificate you got here and we&#8217;ll figure out what&#8217;s going on. If you are using a cert from another CA, still email me and I&#8217;ll convince you with a generous discount coupon to get one from K Soft! <img src='http://blog.ksoftware.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Automate Code Signing with InnoSetup (and kSign) by Jeremy North</title>
		<link>http://blog.ksoftware.net/2011/07/how-to-automate-code-signing-with-innosetup-and-ksign/comment-page-1/#comment-5627</link>
		<dc:creator>Jeremy North</dc:creator>
		<pubDate>Tue, 16 Aug 2011 01:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ksoftware.net/?p=142#comment-5627</guid>
		<description>If the path to your certificate doesn&#039;t contain spaces, then the quotes should not be added. Signing won&#039;t work if there are unnecessary quotes.</description>
		<content:encoded><![CDATA[<p>If the path to your certificate doesn&#8217;t contain spaces, then the quotes should not be added. Signing won&#8217;t work if there are unnecessary quotes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Automate Code Signing with InnoSetup (and kSign) by Przemek</title>
		<link>http://blog.ksoftware.net/2011/07/how-to-automate-code-signing-with-innosetup-and-ksign/comment-page-1/#comment-5600</link>
		<dc:creator>Przemek</dc:creator>
		<pubDate>Wed, 03 Aug 2011 12:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ksoftware.net/?p=142#comment-5600</guid>
		<description>Thanks for the guide and the software. Is it possible to disable opening your website everytime kSignCmd.exe is used? It&#039;s a bit annoying as the page opens twice whenever I compile setup package.</description>
		<content:encoded><![CDATA[<p>Thanks for the guide and the software. Is it possible to disable opening your website everytime kSignCmd.exe is used? It&#8217;s a bit annoying as the page opens twice whenever I compile setup package.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

