<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: writing an installer class for a visual studio.net addin</title>
	<atom:link href="http://hurtsmybrains.wordpress.com/2008/02/22/writing-an-installer-class-for-a-visual-studionet-addin/feed/" rel="self" type="application/rss+xml" />
	<link>http://hurtsmybrains.wordpress.com/2008/02/22/writing-an-installer-class-for-a-visual-studionet-addin/</link>
	<description>The Adventures of a Pragmatic Misanthropist</description>
	<lastBuildDate>Wed, 28 Oct 2009 03:05:59 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: abusement</title>
		<link>http://hurtsmybrains.wordpress.com/2008/02/22/writing-an-installer-class-for-a-visual-studionet-addin/#comment-83</link>
		<dc:creator>abusement</dc:creator>
		<pubDate>Wed, 28 Oct 2009 03:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://hurtsmybrains.wordpress.com/?p=12#comment-83</guid>
		<description>Hey Tim,

This sounds like an issue where you don&#039;t have permission to create/overwrite the file.  You should try the installation as administrator and see if that resolves your issue.</description>
		<content:encoded><![CDATA[<p>Hey Tim,</p>
<p>This sounds like an issue where you don&#8217;t have permission to create/overwrite the file.  You should try the installation as administrator and see if that resolves your issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: colin</title>
		<link>http://hurtsmybrains.wordpress.com/2008/02/22/writing-an-installer-class-for-a-visual-studionet-addin/#comment-36</link>
		<dc:creator>colin</dc:creator>
		<pubDate>Thu, 19 Feb 2009 22:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://hurtsmybrains.wordpress.com/?p=12#comment-36</guid>
		<description>everything worked well... until i missed this part...
=========
Under -&gt; Custom Actions 
Select -&gt; &quot;Install action&quot;
In -&gt; Properties
Select -&gt; CustomActionData
Set to:
/AssemblyPath=&quot;[AssemblyPath]&quot;</description>
		<content:encoded><![CDATA[<p>everything worked well&#8230; until i missed this part&#8230;<br />
=========<br />
Under -&gt; Custom Actions<br />
Select -&gt; &#8220;Install action&#8221;<br />
In -&gt; Properties<br />
Select -&gt; CustomActionData<br />
Set to:<br />
/AssemblyPath=&#8221;[AssemblyPath]&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://hurtsmybrains.wordpress.com/2008/02/22/writing-an-installer-class-for-a-visual-studionet-addin/#comment-34</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 30 Jan 2009 07:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://hurtsmybrains.wordpress.com/?p=12#comment-34</guid>
		<description>Sorry, forgot the &quot;Access to the path is denied&quot; part at the beginning of that error.</description>
		<content:encoded><![CDATA[<p>Sorry, forgot the &#8220;Access to the path is denied&#8221; part at the beginning of that error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://hurtsmybrains.wordpress.com/2008/02/22/writing-an-installer-class-for-a-visual-studionet-addin/#comment-33</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 30 Jan 2009 07:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://hurtsmybrains.wordpress.com/?p=12#comment-33</guid>
		<description>I&#039;ve tried this in an installer and I get the following error trying to write the file in the overridden &quot;Install&quot; method - &#039;e:\Program Files\test\bin&#039; is denied.

How do you get around this to write the xml to your .addin file?

Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried this in an installer and I get the following error trying to write the file in the overridden &#8220;Install&#8221; method &#8211; &#8216;e:\Program Files\test\bin&#8217; is denied.</p>
<p>How do you get around this to write the xml to your .addin file?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SAM's Wiki: Software Development links</title>
		<link>http://hurtsmybrains.wordpress.com/2008/02/22/writing-an-installer-class-for-a-visual-studionet-addin/#comment-32</link>
		<dc:creator>SAM's Wiki: Software Development links</dc:creator>
		<pubDate>Mon, 22 Sep 2008 09:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://hurtsmybrains.wordpress.com/?p=12#comment-32</guid>
		<description>[...] debug Visual Studio .NET 2005 add-ins Nice add-in example How to add a menu How to use custom icons Writing an installer HOWTO: Create command names without [...]</description>
		<content:encoded><![CDATA[<p>[...] debug Visual Studio .NET 2005 add-ins Nice add-in example How to add a menu How to use custom icons Writing an installer HOWTO: Create command names without [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SmartK8</title>
		<link>http://hurtsmybrains.wordpress.com/2008/02/22/writing-an-installer-class-for-a-visual-studionet-addin/#comment-31</link>
		<dc:creator>SmartK8</dc:creator>
		<pubDate>Tue, 12 Aug 2008 15:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://hurtsmybrains.wordpress.com/?p=12#comment-31</guid>
		<description>Hi.. as you expected the localized version doesn&#039;t work (FIY).. It will fail while searching for the path in &quot;Application Data&quot; (&quot;Data aplikace&quot; in czech language). I guess this is the case for other languages as well. So much for the quiet and warm happy place. :D

regards,
Kate</description>
		<content:encoded><![CDATA[<p>Hi.. as you expected the localized version doesn&#8217;t work (FIY).. It will fail while searching for the path in &#8220;Application Data&#8221; (&#8220;Data aplikace&#8221; in czech language). I guess this is the case for other languages as well. So much for the quiet and warm happy place. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>regards,<br />
Kate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Bakker</title>
		<link>http://hurtsmybrains.wordpress.com/2008/02/22/writing-an-installer-class-for-a-visual-studionet-addin/#comment-30</link>
		<dc:creator>Michael Bakker</dc:creator>
		<pubDate>Sun, 10 Aug 2008 11:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://hurtsmybrains.wordpress.com/?p=12#comment-30</guid>
		<description>Clear, concise and exactly what i needed! Thanks a lot...</description>
		<content:encoded><![CDATA[<p>Clear, concise and exactly what i needed! Thanks a lot&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Ross</title>
		<link>http://hurtsmybrains.wordpress.com/2008/02/22/writing-an-installer-class-for-a-visual-studionet-addin/#comment-28</link>
		<dc:creator>Tim Ross</dc:creator>
		<pubDate>Sun, 06 Jul 2008 10:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://hurtsmybrains.wordpress.com/?p=12#comment-28</guid>
		<description>Great article, thanks!</description>
		<content:encoded><![CDATA[<p>Great article, thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
