<?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>Add-in Express Blogs &#187; Deployment</title>
	<atom:link href="http://www.add-in-express.com/creating-addins-blog/tag/deployment/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.add-in-express.com/creating-addins-blog</link>
	<description>All about developing COM add-ins, smart tags and RTD servers in Visual Studio .NET, VSTO and Delphi + Add-in Express</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:25:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Video: Implementing a custom UI for Office add-ins with ClickOnce</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/09/22/office-addin-ui-clickonce/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/09/22/office-addin-ui-clickonce/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 12:00:32 +0000</pubDate>
		<dc:creator>Ty Anderson</dc:creator>
				<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[Video HowTo samples]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=4393</guid>
		<description><![CDATA[Sometimes I get on a roll. Currently that roll is "customizing deployment packages". Yesterday, I subjected you to a video that shows you how to customize a ClickTwice deployment to include a EULA (among other things). Today, I have some ClickOnce goodness for you]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/09/22/office-addin-ui-clickonce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video: Customizing a ClickTwice deployment package of your Office add-in</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/09/21/customize-clicktwice-deployment-package/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/09/21/customize-clicktwice-deployment-package/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 13:42:54 +0000</pubDate>
		<dc:creator>Ty Anderson</dc:creator>
				<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[Video HowTo samples]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=4383</guid>
		<description><![CDATA[When you build an Office add-in, your users' first impression will be based on the installation experience. I know…it isn't fair…but it's true. This fact means they will judge your app before they have encountered it. So you need to provide a quality installation experience
]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/09/21/customize-clicktwice-deployment-package/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to allow a user to choose target MS Office applications during installation</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/07/05/allow-user-choose-target-office-applications/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/07/05/allow-user-choose-target-office-applications/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 16:46:42 +0000</pubDate>
		<dc:creator>Pieter van der Westhuizen</dc:creator>
				<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=3631</guid>
		<description><![CDATA[In today's post I'll demonstrate how you can customize your add-in setup project to allow your users to select which Microsoft Office applications the add-in will be installed for. I am using Add-in Exprewss 2010 for Office and .net]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/07/05/allow-user-choose-target-office-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video: Fully featured setup projects for Office solutions</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/05/26/deployment-fully-featured-setup-video/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/05/26/deployment-fully-featured-setup-video/#comments</comments>
		<pubDate>Thu, 26 May 2011 14:14:10 +0000</pubDate>
		<dc:creator>Ty Anderson</dc:creator>
				<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=3550</guid>
		<description><![CDATA[It's well known that Add-in Express simplifies Office development via our support for multiple types of Office based solutions. But perhaps you don't know that one of our best features is how we simplify deployment via support of 4 base deployment technologies]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/05/26/deployment-fully-featured-setup-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redeploying Office extensions via ClickTwice</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/03/01/redeploying-office-extensions-clicktwice/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/03/01/redeploying-office-extensions-clicktwice/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 10:43:13 +0000</pubDate>
		<dc:creator>Renat Tlebaldziyeu</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[smart tags]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=3151</guid>
		<description><![CDATA[This is the final part of the series that describes all possible ways of deploying your Add-in Express-based Office extensions. I recommend that you begin from the very beginning: Step-by-step deployment of Office extensions: Overview. Or, if you are interested only in ClickTwice :) deployment, you can start right away with Deploying Office extensions via ClickTwice :)]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/03/01/redeploying-office-extensions-clicktwice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying Office extensions via ClickTwice</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/02/28/deploying-office-extensions-clicktwice/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/02/28/deploying-office-extensions-clicktwice/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 17:29:17 +0000</pubDate>
		<dc:creator>Renat Tlebaldziyeu</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[smart tags]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=3142</guid>
		<description><![CDATA[Part 7 of the deployment series explains how you can use your favorite installer software to deploy your Office extensions over the web; this is the essence of ClickTwice :). If you didn’t read the previous parts of the series, I'd advise that you start with Part 1 - a brief overview of the available deployment technologies]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/02/28/deploying-office-extensions-clicktwice/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Deploying per-user Office extensions via Group Policy</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/02/25/deploying-peruser-office-extensions-group-policy/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/02/25/deploying-peruser-office-extensions-group-policy/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 14:27:48 +0000</pubDate>
		<dc:creator>Renat Tlebaldziyeu</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=3108</guid>
		<description><![CDATA[This is part 6 of the deployment series that targets corporate deployment techniques and provides step-by-step instructions for deploying your per-machine Office extensions via Group Policy. I recommend that you start with reading Part 1 that gives a brief overview of all deployment technologies]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/02/25/deploying-peruser-office-extensions-group-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redeploying per-user Office extensions via ClickOnce</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/02/24/redeploying-peruser-office-extensions-clickonce/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/02/24/redeploying-peruser-office-extensions-clickonce/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 13:15:07 +0000</pubDate>
		<dc:creator>Renat Tlebaldziyeu</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[smart tags]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=3069</guid>
		<description><![CDATA[This is part 5 of the series of articles which describes all possible ways of deploying your Office extensions based on Add-in Express. I recommend you starting from the very beginning: Step-by-step deployment of Office extensions]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/02/24/redeploying-peruser-office-extensions-clickonce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying per-user Office extensions via ClickOnce</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/02/24/deploying-peruser-office-extensions-clickonce/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/02/24/deploying-peruser-office-extensions-clickonce/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 13:09:46 +0000</pubDate>
		<dc:creator>Renat Tlebaldziyeu</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[smart tags]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=3064</guid>
		<description><![CDATA[In part 4 of the deployment series I will show you how to deploy your per-user Office extension using ClickOnce. Before we proceed, I recommend that you read Part 1 for a brief overview of all deployment technologies]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/02/24/deploying-peruser-office-extensions-clickonce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying per-machine Office extensions via an MSI installer</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/02/22/deploying-permachine-office-extensions-msi-installer/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/02/22/deploying-permachine-office-extensions-msi-installer/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 17:45:42 +0000</pubDate>
		<dc:creator>Renat Tlebaldziyeu</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[smart tags]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=3045</guid>
		<description><![CDATA[This is part 3 of the deployment series that provides step-by-step instructions for deploying your per-machine Office extensions via an MSI installer. I recommend that you start with reading Part 1 that gives a brief overview of all deployment technologies]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/02/22/deploying-permachine-office-extensions-msi-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

