<?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 on: Intro to WSPBuilder</title>
	<atom:link href="http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/</link>
	<description></description>
	<lastBuildDate>Fri, 23 Dec 2011 02:13:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Niels</title>
		<link>http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/comment-page-1/#comment-106</link>
		<dc:creator>Niels</dc:creator>
		<pubDate>Thu, 18 Aug 2011 12:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=143#comment-106</guid>
		<description>Thanks for this Introduction to WSPBuilder.

@joeller and anyone else running into trouble here
- make sure stsadm.exe is in your PATH
- even with stsadm.exe in my PATH, I had an error with the given command on Windows 7 ... surrounding the filename with quotes does the trick for me:

stsadm.exe –o addsolution –filename &quot;WSPBuilderDemo.wsp&quot;</description>
		<content:encoded><![CDATA[<p>Thanks for this Introduction to WSPBuilder.</p>
<p>@joeller and anyone else running into trouble here<br />
- make sure stsadm.exe is in your PATH<br />
- even with stsadm.exe in my PATH, I had an error with the given command on Windows 7 &#8230; surrounding the filename with quotes does the trick for me:</p>
<p>stsadm.exe –o addsolution –filename &#8220;WSPBuilderDemo.wsp&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Bowersox</title>
		<link>http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/comment-page-1/#comment-32</link>
		<dc:creator>Michael Bowersox</dc:creator>
		<pubDate>Sat, 29 May 2010 13:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=143#comment-32</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-31&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-31&quot; rel=&quot;nofollow&quot;&gt;joeller&lt;/a&gt; :&lt;/strong&gt;
          The command line command “stsadm –o addsolution –filename WSPBuilderDemo.wsp” merely produces the error “command line error”, then lists all the possible operations for the command.  “stsadm.exe –o addsolution –filename WSPBuilderDemo.wsp” and “stsadm.exe -help” produce the same thing.
         &lt;/blockquote&gt;

This is the correct syntax.  Please see the following technet page: http://technet.microsoft.com/en-us/library/cc288721(office.12).aspx - Is your WSP file name WSPBuilderDemo.wsp?</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-31"><p>
<strong><a href="#comment-31" rel="nofollow">joeller</a> :</strong><br />
          The command line command “stsadm –o addsolution –filename WSPBuilderDemo.wsp” merely produces the error “command line error”, then lists all the possible operations for the command.  “stsadm.exe –o addsolution –filename WSPBuilderDemo.wsp” and “stsadm.exe -help” produce the same thing.
         </p></blockquote>
<p>This is the correct syntax.  Please see the following technet page: <a href="http://technet.microsoft.com/en-us/library/cc288721(office.12).aspx" rel="nofollow">http://technet.microsoft.com/en-us/library/cc288721(office.12).aspx</a> &#8211; Is your WSP file name WSPBuilderDemo.wsp?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joeller</title>
		<link>http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/comment-page-1/#comment-31</link>
		<dc:creator>joeller</dc:creator>
		<pubDate>Tue, 25 May 2010 17:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=143#comment-31</guid>
		<description>The command line command &quot;stsadm –o addsolution –filename WSPBuilderDemo.wsp&quot; merely produces the error &quot;command line error&quot;, then lists all the possible operations for the command.  &quot;stsadm.exe –o addsolution –filename WSPBuilderDemo.wsp&quot; and &quot;stsadm.exe -help&quot; produce the same thing.</description>
		<content:encoded><![CDATA[<p>The command line command &#8220;stsadm –o addsolution –filename WSPBuilderDemo.wsp&#8221; merely produces the error &#8220;command line error&#8221;, then lists all the possible operations for the command.  &#8220;stsadm.exe –o addsolution –filename WSPBuilderDemo.wsp&#8221; and &#8220;stsadm.exe -help&#8221; produce the same thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Executing Code in Assemblies with SharePoint CustomActions &#171; www.michaelbowersox.com</title>
		<link>http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/comment-page-1/#comment-28</link>
		<dc:creator>Executing Code in Assemblies with SharePoint CustomActions &#171; www.michaelbowersox.com</dc:creator>
		<pubDate>Fri, 26 Mar 2010 01:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=143#comment-28</guid>
		<description>[...] (If you have never used WSPBuilder before, feel free to look over my Intro to WSPBuilder post.) Use the following for feature [...]</description>
		<content:encoded><![CDATA[<p>[...] (If you have never used WSPBuilder before, feel free to look over my Intro to WSPBuilder post.) Use the following for feature [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Create a Basic SharePoint Web Part &#171; www.michaelbowersox.com</title>
		<link>http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/comment-page-1/#comment-24</link>
		<dc:creator>How To Create a Basic SharePoint Web Part &#171; www.michaelbowersox.com</dc:creator>
		<pubDate>Fri, 15 Jan 2010 20:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=143#comment-24</guid>
		<description>[...] menu as well.  (If you need more information or guidance on using WSPBuilder, please visit my Intro to WSPBuilder [...]</description>
		<content:encoded><![CDATA[<p>[...] menu as well.  (If you need more information or guidance on using WSPBuilder, please visit my Intro to WSPBuilder [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sharepoint developer resources &#187; WSPbuilder documentation</title>
		<link>http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/comment-page-1/#comment-14</link>
		<dc:creator>sharepoint developer resources &#187; WSPbuilder documentation</dc:creator>
		<pubDate>Mon, 20 Jul 2009 14:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=143#comment-14</guid>
		<description>[...] Intro to WSPBuilder http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Intro to WSPBuilder <a href="http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/" rel="nofollow">http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Good WSPBuilder tutorial &#171; SharePoint WTF Moments</title>
		<link>http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/comment-page-1/#comment-9</link>
		<dc:creator>Good WSPBuilder tutorial &#171; SharePoint WTF Moments</dc:creator>
		<pubDate>Wed, 10 Jun 2009 17:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=143#comment-9</guid>
		<description>[...] http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/" rel="nofollow">http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

