<?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: Creating an MCML Application for Windows Vista Media Center</title>
	<atom:link href="http://www.anpark.com/index.php/2006/10/14/creating-an-mcml-application-for-windows-vista-media-center/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anpark.com/index.php/2006/10/14/creating-an-mcml-application-for-windows-vista-media-center/</link>
	<description>Media Center, Software Development, Woodworking</description>
	<pubDate>Sat, 31 Jul 2010 12:06:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anthony Park</title>
		<link>http://www.anpark.com/index.php/2006/10/14/creating-an-mcml-application-for-windows-vista-media-center/comment-page-1/#comment-134</link>
		<dc:creator>Anthony Park</dc:creator>
		<pubDate>Wed, 30 May 2007 04:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://anpark.com/?p=43#comment-134</guid>
		<description>Adam,

Yes, the ImageURL can be done using this method for a setup project.  You can create a registry entry in the "Entry Points\GUID" section of the registry called "ImageURL".  In the value for this registry entry, put something like: "[TARGETDIR]Images\MyApp.png".

Just make sure that your setup project also puts the image on the machine in this location.

- Anthony</description>
		<content:encoded><![CDATA[<p>Adam,</p>
<p>Yes, the ImageURL can be done using this method for a setup project.  You can create a registry entry in the &#8220;Entry Points\GUID&#8221; section of the registry called &#8220;ImageURL&#8221;.  In the value for this registry entry, put something like: &#8220;[TARGETDIR]Images\MyApp.png&#8221;.</p>
<p>Just make sure that your setup project also puts the image on the machine in this location.</p>
<p>- Anthony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenichiro</title>
		<link>http://www.anpark.com/index.php/2006/10/14/creating-an-mcml-application-for-windows-vista-media-center/comment-page-1/#comment-131</link>
		<dc:creator>Kenichiro</dc:creator>
		<pubDate>Fri, 25 May 2007 07:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://anpark.com/?p=43#comment-131</guid>
		<description>Awesome content!
This is the best article that I've ever seen on AddIn installation.
Thank you very much!</description>
		<content:encoded><![CDATA[<p>Awesome content!<br />
This is the best article that I&#8217;ve ever seen on AddIn installation.<br />
Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.anpark.com/index.php/2006/10/14/creating-an-mcml-application-for-windows-vista-media-center/comment-page-1/#comment-127</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 02 May 2007 05:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://anpark.com/?p=43#comment-127</guid>
		<description>Hi there, and thanks a bunch for the information, it saved me a lot of trouble, and I'm loving developing in this new environment. One thing I can't seem to get working here (which does work when I use the registerMCEAPP method) is the image for the program. (referenced as ImageUrl in the registration.xml file.

Is there a way to do this using the setup project?

Cheers!</description>
		<content:encoded><![CDATA[<p>Hi there, and thanks a bunch for the information, it saved me a lot of trouble, and I&#8217;m loving developing in this new environment. One thing I can&#8217;t seem to get working here (which does work when I use the registerMCEAPP method) is the image for the program. (referenced as ImageUrl in the registration.xml file.</p>
<p>Is there a way to do this using the setup project?</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erwin</title>
		<link>http://www.anpark.com/index.php/2006/10/14/creating-an-mcml-application-for-windows-vista-media-center/comment-page-1/#comment-121</link>
		<dc:creator>Erwin</dc:creator>
		<pubDate>Tue, 24 Apr 2007 15:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://anpark.com/?p=43#comment-121</guid>
		<description>Hi Anthony,

Thanks a lot for your post! It was very useful!

I was wondering if you knew how I could add an application icon to my app using this method.

Thanks in advance,
Erwin</description>
		<content:encoded><![CDATA[<p>Hi Anthony,</p>
<p>Thanks a lot for your post! It was very useful!</p>
<p>I was wondering if you knew how I could add an application icon to my app using this method.</p>
<p>Thanks in advance,<br />
Erwin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Park</title>
		<link>http://www.anpark.com/index.php/2006/10/14/creating-an-mcml-application-for-windows-vista-media-center/comment-page-1/#comment-116</link>
		<dc:creator>Anthony Park</dc:creator>
		<pubDate>Fri, 06 Apr 2007 06:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://anpark.com/?p=43#comment-116</guid>
		<description>Jan,

Yes, this has always been one of the more tricky parts of registering an AddIn for me.  I have updated this blog post to contain the detail you are looking for.  I also specifically address your question here:

&lt;a href="http://www.anpark.com/index.php/2007/04/05/determing-the-strong-name-of-a-media-center-addin/" rel="nofollow"&gt;Determining the Strong Name of a Media Center AddIn&lt;/a&gt;

Thanks,
Anthony</description>
		<content:encoded><![CDATA[<p>Jan,</p>
<p>Yes, this has always been one of the more tricky parts of registering an AddIn for me.  I have updated this blog post to contain the detail you are looking for.  I also specifically address your question here:</p>
<p><a href="http://www.anpark.com/index.php/2007/04/05/determing-the-strong-name-of-a-media-center-addin/" rel="nofollow">Determining the Strong Name of a Media Center AddIn</a></p>
<p>Thanks,<br />
Anthony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://www.anpark.com/index.php/2006/10/14/creating-an-mcml-application-for-windows-vista-media-center/comment-page-1/#comment-115</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Thu, 05 Apr 2007 19:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://anpark.com/?p=43#comment-115</guid>
		<description>Dear Anthony,
thank you so much for such a great summary of the numerous tasks one has to do in order to register the application in Media Center.
I have, however, one question:
How do you actually construct the â€œAddInâ€ String which is in your case "AnthonyPark.MediaCenter.MCML.MCMLHelloWorld_Start, MCMLHelloWorld, Version=1.0.0.1, Culture=neutral, PublicKeyToken=163a3237539b1b96"?
What exactly are the two first attributes and how can I find them out?
Thanks a lot
Jan</description>
		<content:encoded><![CDATA[<p>Dear Anthony,<br />
thank you so much for such a great summary of the numerous tasks one has to do in order to register the application in Media Center.<br />
I have, however, one question:<br />
How do you actually construct the â€œAddInâ€ String which is in your case &#8220;AnthonyPark.MediaCenter.MCML.MCMLHelloWorld_Start, MCMLHelloWorld, Version=1.0.0.1, Culture=neutral, PublicKeyToken=163a3237539b1b96&#8243;?<br />
What exactly are the two first attributes and how can I find them out?<br />
Thanks a lot<br />
Jan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
