<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>VSTO Power tool: SharePoint Workflow package generator</title><link>http://blogs.msdn.com/nikhil/archive/2008/03/03/vsto-power-tool-sharepoint-workflow-package-generator.aspx</link><description>We announced the release of VSTO power tools at Office Developer Conference (ODC). Of the many tools that we released, I will discuss the SharePoint Workflow Package Generator. Workflow package generator is a tool that creates a WSP file from a VS 2008</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Sharepoint Workflow package generator</title><link>http://blogs.msdn.com/nikhil/archive/2008/03/03/vsto-power-tool-sharepoint-workflow-package-generator.aspx#8022406</link><pubDate>Tue, 04 Mar 2008 11:41:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8022406</guid><dc:creator>STEFANO DEMILIANI</dc:creator><description>&lt;p&gt;Sharepoint Workflow package generator&lt;/p&gt;
</description></item><item><title>re: VSTO Power tool: SharePoint Workflow package generator</title><link>http://blogs.msdn.com/nikhil/archive/2008/03/03/vsto-power-tool-sharepoint-workflow-package-generator.aspx#8349063</link><pubDate>Wed, 02 Apr 2008 01:00:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8349063</guid><dc:creator>David Marshall</dc:creator><description>&lt;p&gt;As weel as the workflow dll and feature files, can I use this tool to package all the artifacts of my workflow?&lt;/p&gt;
&lt;p&gt;- TaskContent Feature Files&lt;/p&gt;
&lt;p&gt;- ASP.NET Association, Initiation and Task forms&lt;/p&gt;
</description></item><item><title>re: VSTO Power tool: SharePoint Workflow package generator</title><link>http://blogs.msdn.com/nikhil/archive/2008/03/03/vsto-power-tool-sharepoint-workflow-package-generator.aspx#8349088</link><pubDate>Wed, 02 Apr 2008 01:12:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8349088</guid><dc:creator>Nikhil Khandelwal</dc:creator><description>&lt;p&gt;Hi David,&lt;/p&gt;
&lt;p&gt;Anything that you reference as &amp;quot;ElementFile&amp;quot; in the workflow feature.xml will automatically be copied - so if you reference your asp.net form as an &amp;quot;elementfile&amp;quot; it should be packaged in the WSP. However, the tool does not support content type feature files to be deployed.&lt;/p&gt;
&lt;p&gt;Hope this helps!&lt;/p&gt;
&lt;p&gt;-Nikhil&lt;/p&gt;
</description></item><item><title>re: VSTO Power tool: SharePoint Workflow package generator</title><link>http://blogs.msdn.com/nikhil/archive/2008/03/03/vsto-power-tool-sharepoint-workflow-package-generator.aspx#8374321</link><pubDate>Thu, 10 Apr 2008 11:19:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8374321</guid><dc:creator>Joseph</dc:creator><description>&lt;p&gt;Hi Nikhil,&lt;/p&gt;
&lt;p&gt;I have tried using the tool. i am having a problem when i use it to deploy on another server.&lt;/p&gt;
&lt;p&gt;Ex.&lt;/p&gt;
&lt;p&gt;1. I develop the solution in Server A.&lt;/p&gt;
&lt;p&gt;2. I create the .wsp using the tool.&lt;/p&gt;
&lt;p&gt;3. Copy all the files (manifest.xml, workflow1.wsp, package.ddf,setup.inf, setup.rpt) to Server B.&lt;/p&gt;
&lt;p&gt;4. Deployed the solution.&lt;/p&gt;
&lt;p&gt;5. After i deployed it and run it in Server B, it seems it is (still) pointing to Server A. How do i know? &lt;/p&gt;
&lt;p&gt;a. I changed all the &amp;quot;GUID&amp;quot; in the project with the GUID in Server B, but it says &amp;quot; can't find the list in the web ... &amp;quot;&lt;/p&gt;
&lt;p&gt;b. then i tried to deploy in Server A, it works. &lt;/p&gt;
&lt;p&gt;do you know why?&lt;/p&gt;
&lt;p&gt;it might be irrelevant with this blog entry. Sorry.&lt;/p&gt;
</description></item><item><title>re: VSTO Power tool: SharePoint Workflow package generator</title><link>http://blogs.msdn.com/nikhil/archive/2008/03/03/vsto-power-tool-sharepoint-workflow-package-generator.aspx#8396572</link><pubDate>Tue, 15 Apr 2008 08:06:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8396572</guid><dc:creator>Nikhil Khandelwal</dc:creator><description>&lt;p&gt;Joseph,&lt;/p&gt;
&lt;p&gt;What do you mean by &amp;quot;it seems it is (still) pointing to Server A&amp;quot;? The WSP itself does not have reference to any server locations.&lt;/p&gt;
&lt;p&gt;-Nikhil&lt;/p&gt;
</description></item><item><title>re: VSTO Power tool: SharePoint Workflow package generator</title><link>http://blogs.msdn.com/nikhil/archive/2008/03/03/vsto-power-tool-sharepoint-workflow-package-generator.aspx#8422878</link><pubDate>Fri, 25 Apr 2008 01:20:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8422878</guid><dc:creator>Peter Lang</dc:creator><description>&lt;p&gt;Nikhil, &amp;nbsp;We're working on some Infopath based workflows using VS2008. &amp;nbsp;In the MSDN tutorial steps written for VS2005, &amp;nbsp;it has a step for using a &amp;quot;GUID Generator&amp;quot; off the Tools menu. &amp;nbsp; In 2008, &amp;nbsp;i cannot locate this functionality. &amp;nbsp;Is it needed ? &amp;nbsp;If so, &amp;nbsp;where is it lcoated now?&lt;/p&gt;
&lt;p&gt;thanks!&lt;/p&gt;
</description></item><item><title>re: VSTO Power tool: SharePoint Workflow package generator</title><link>http://blogs.msdn.com/nikhil/archive/2008/03/03/vsto-power-tool-sharepoint-workflow-package-generator.aspx#8539291</link><pubDate>Fri, 23 May 2008 16:36:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8539291</guid><dc:creator>Tom Van Gaever</dc:creator><description>&lt;p&gt;It seems like the path to the wsp generator is changed:&lt;/p&gt;
&lt;p&gt;now they use:&lt;/p&gt;
&lt;p&gt;C:\Program Files\Microsoft VSTO Power Tools 1.0\Workflow Package Generator&lt;/p&gt;
&lt;p&gt;if you edit this the tool will succesfully build the wsp file..&lt;/p&gt;
&lt;p&gt;thanks for this tool, nice work!&lt;/p&gt;
</description></item><item><title>re: VSTO Power tool: SharePoint Workflow package generator</title><link>http://blogs.msdn.com/nikhil/archive/2008/03/03/vsto-power-tool-sharepoint-workflow-package-generator.aspx#8623016</link><pubDate>Thu, 19 Jun 2008 23:33:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8623016</guid><dc:creator>Cory</dc:creator><description>&lt;p&gt;A welcome tool - good work.&lt;/p&gt;
&lt;p&gt;One nice addition would be an optional refresh of the wsp - it appears that invoking the tool a second time re-guids (id's) the solution.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Cory&lt;/p&gt;
</description></item><item><title>re: VSTO Power tool: SharePoint Workflow package generator</title><link>http://blogs.msdn.com/nikhil/archive/2008/03/03/vsto-power-tool-sharepoint-workflow-package-generator.aspx#8646168</link><pubDate>Tue, 24 Jun 2008 10:45:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8646168</guid><dc:creator>Nikhil Khandelwal</dc:creator><description>&lt;p&gt;Hi Cory,&lt;/p&gt;
&lt;p&gt;You can use the SolutionId attribute on the feature.xml to ensure that it does not re-generate the solutionID. SolutionID is docmented here: &lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/ms436075.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms436075.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps!&lt;/p&gt;
&lt;p&gt;-Nilkhil&lt;/p&gt;
</description></item><item><title>re: VSTO Power tool: SharePoint Workflow package generator</title><link>http://blogs.msdn.com/nikhil/archive/2008/03/03/vsto-power-tool-sharepoint-workflow-package-generator.aspx#9047880</link><pubDate>Thu, 06 Nov 2008 12:03:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9047880</guid><dc:creator>Oscar</dc:creator><description>&lt;p&gt;To recover the &amp;quot;Create GUID&amp;quot; tool under the Tools menu, just do this:&lt;/p&gt;
&lt;p&gt;1 - Go to Tools menu / External Tools...&lt;/p&gt;
&lt;p&gt;2 - On title text put : Create GUID&lt;/p&gt;
&lt;p&gt;3 - On command put the location of guidgen.exe&lt;/p&gt;
&lt;p&gt;by default is located on: &amp;quot;C:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools\guidgen.exe&amp;quot;&lt;/p&gt;
&lt;p&gt;4 - Click Ok.&lt;/p&gt;
&lt;p&gt;Then you'll see that now you have a new submenu under Tools menu named &amp;quot;Create GUID&amp;quot; that opens the GUID generation tool.&lt;/p&gt;
&lt;p&gt;Hope this help!!&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
</description></item><item><title>re: VSTO Power tool: SharePoint Workflow package generator</title><link>http://blogs.msdn.com/nikhil/archive/2008/03/03/vsto-power-tool-sharepoint-workflow-package-generator.aspx#9234879</link><pubDate>Thu, 18 Dec 2008 10:25:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9234879</guid><dc:creator>Sam</dc:creator><description>&lt;p&gt;Hi Nikhil&lt;/p&gt;
&lt;p&gt;This is a great post by U.&lt;/p&gt;
&lt;p&gt;but I want to know that &lt;/p&gt;
&lt;p&gt;&amp;quot;How can I Package the Blank site with Lists,Workflow,EventHandlers ...etc ?&amp;quot;&lt;/p&gt;
&lt;p&gt;so that whenever I deploy that wsp package to any server directly that site is started with workflows and lists.....&lt;/p&gt;
&lt;p&gt;Thanx...&lt;/p&gt;
</description></item><item><title>re: VSTO Power tool: SharePoint Workflow package generator</title><link>http://blogs.msdn.com/nikhil/archive/2008/03/03/vsto-power-tool-sharepoint-workflow-package-generator.aspx#9236775</link><pubDate>Thu, 18 Dec 2008 22:00:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9236775</guid><dc:creator>Nikhil Khandelwal</dc:creator><description>&lt;P&gt;Unfortunately, in VS 2008 we have not gotten to the state of being able to do that. You should check out VSEWSS for that.&lt;/P&gt;
&lt;P&gt;-Nikhil&lt;/P&gt;</description></item><item><title>re: VSTO Power tool: SharePoint Workflow package generator</title><link>http://blogs.msdn.com/nikhil/archive/2008/03/03/vsto-power-tool-sharepoint-workflow-package-generator.aspx#9856200</link><pubDate>Mon, 03 Aug 2009 15:45:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9856200</guid><dc:creator>Jonathan</dc:creator><description>&lt;p&gt;So where is it getting the assembly? When I rebuild the solution it packages up the old assembly. Even after I add and remove the dll from the GAC it uses the old assembly. It takes about 15 minutes before I can get it to build with the new assembly. Is it pulling it from some GAC cache or from a SharePoint / IIS cache?&lt;/p&gt;
</description></item><item><title>re: VSTO Power tool: SharePoint Workflow package generator</title><link>http://blogs.msdn.com/nikhil/archive/2008/03/03/vsto-power-tool-sharepoint-workflow-package-generator.aspx#9856418</link><pubDate>Mon, 03 Aug 2009 21:15:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9856418</guid><dc:creator>Nikhil Khandelwal</dc:creator><description>&lt;p&gt;This is the order in which it will try to search for an assembly:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1. Look in the directory that is passed in for feature.xml/current directory&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2. Look in the bin\Release folder relative to the feature.xml.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3. Look in the bin\Debug folder relative to the feature.xml&lt;/p&gt;
</description></item><item><title>re: VSTO Power tool: SharePoint Workflow package generator</title><link>http://blogs.msdn.com/nikhil/archive/2008/03/03/vsto-power-tool-sharepoint-workflow-package-generator.aspx#9894048</link><pubDate>Fri, 11 Sep 2009 09:48:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9894048</guid><dc:creator>Syed Yahya</dc:creator><description>&lt;p&gt;I have been developing sharepoint workflow for the past one year and have always used the traditional method to deploy workflows.&lt;/p&gt;
&lt;p&gt;In combination with your SharePoint Workflow Package Generator and the SharePoint Solution Installer (&lt;a rel="nofollow" target="_new" href="http://sharepointinstaller.codeplex.com/"&gt;http://sharepointinstaller.codeplex.com/&lt;/a&gt;) I have been able to deploy my workflows faster and easier.&lt;/p&gt;
&lt;p&gt;I would like to thank you for sharing with us the solution. &lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;
</description></item></channel></rss>