<?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; Sergey Grischenko</title>
	<atom:link href="http://www.add-in-express.com/creating-addins-blog/author/sergey-grischenko/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>Insight of Add-in Express Loader</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/07/23/loader-insight/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/07/23/loader-insight/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 11:25:28 +0000</pubDate>
		<dc:creator>Sergey Grischenko</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Internet Explorer]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[IE add-ons]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=2181</guid>
		<description><![CDATA[Add-in Express Loader is an unmanaged dll developed with the Visual C++ Active Template Library (ATL). It acts as a proxy between a host application and the real .NET library. The loader itself is never registered and it shouldn’t be. It is just specified as a dll to be loaded for managed classes
]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/07/23/loader-insight/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>MS Office toolbar and Ribbon UI images style guide</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/06/07/images-office-applications/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/06/07/images-office-applications/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 17:06:19 +0000</pubDate>
		<dc:creator>Sergey Grischenko</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[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=1829</guid>
		<description><![CDATA[Add-in Express for Office and .net supports several types of images on controls of Microsoft Office applications. These are bmp, png and ico formats. But not all the formats can be used in all versions of Microsoft Office]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/06/07/images-office-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add-in Express 2010 MSI-based web deployment: Managing updates, part 3</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/04/16/msi-based-web-deploymentmanaging-updates/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/04/16/msi-based-web-deploymentmanaging-updates/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 10:01:28 +0000</pubDate>
		<dc:creator>Sergey Grischenko</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Internet Explorer]]></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[IE add-ons]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=1397</guid>
		<description><![CDATA[This is the third and the final part of my series about ClickTwice -  MSI-based web deployment technology introduced in Add-in Express 2010. In the first article of this series I covered the basics of our MSI-based web deployment, and gave you a step-by-step guidance on creating a new setup project. And now we are going to have a close look at managing your application updates]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/04/16/msi-based-web-deploymentmanaging-updates/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add-in Express 2010 MSI-based web deployment: Publishing the application, part 2</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/04/15/msi-deployment-publishing-application/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/04/15/msi-deployment-publishing-application/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 12:15:30 +0000</pubDate>
		<dc:creator>Sergey Grischenko</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Internet Explorer]]></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[IE add-ons]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=1380</guid>
		<description><![CDATA[In the first article of this series I covered the basics of our Add-in Express 2010 MSI-based web deployment, also known as ClickTwice :) and gave you a step-by-step guidance on creating a new setup project. Now we are going to look at the main aspects of publishing the application using this deployment technology]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/04/15/msi-deployment-publishing-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add-in Express 2010 MSI-based web deployment &#8211; ClickTwice :)</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/04/09/clicktwice-msi-web-deployment/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/04/09/clicktwice-msi-web-deployment/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 16:25:36 +0000</pubDate>
		<dc:creator>Sergey Grischenko</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Internet Explorer]]></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[IE add-ons]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=1352</guid>
		<description><![CDATA[Add-in Express provides two basic strategies for deploying its projects: publishing an application via the ClickOnce technology, or deploying it with a traditional setup using the Windows Installer. In case of ClickOnce deployment, your application is published to some centralized location, e.g. a network share, and the user installs it from that location]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/04/09/clicktwice-msi-web-deployment/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

