<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - How To Develop C++ Applications for Windows 2008 R2, Server Core</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/philpenn/How-To-Develop-C-Applications-for-Windows-2008-R2-Server-Core/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/458987_100x75.jpg</url>
		<title>Channel 9 - How To Develop C++ Applications for Windows 2008 R2, Server Core</title>
		<link></link>
	</image>
	<description>Leverage Windows Server 2008 R2 &amp;quot;Server Core&amp;quot; as an Application Server!

There are several&amp;nbsp;configuration options to consider&amp;nbsp;when&amp;nbsp;developing native-code applications to run on a Server Core installation of Windows Server 2008 R2.&amp;nbsp;&amp;nbsp;&amp;nbsp;Watch&amp;nbsp;this&amp;nbsp;demo and read more detailed information at the following MSDN Code Gallery project page.

http://code.msdn.microsoft.com/R2CoreApps&amp;nbsp;&amp;nbsp;
</description>
	<link></link>
	<language>en</language>
	<pubDate>Tue, 18 Jun 2013 05:15:55 GMT</pubDate>
	<lastBuildDate>Tue, 18 Jun 2013 05:15:55 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: How To Develop C++ Applications for Windows 2008 R2, Server Core</title>
		<description>
			<![CDATA[<font class="Apple-style-span" face="Times" size="3">
<div>Hello All,&nbsp;
<div><br>
</div>
<div>Just wanted to update you on a recent change regarding the WoW64 on Windows Server 2008 R2 Server Core. &nbsp;The screencast mentions that by default WOW64 is not enabled by default - which is the the case in the beta build.</div>
<div><br>
</div>
<div>Based on customer feedback, the WOW64 will be&nbsp;<b>enabled</b>&nbsp;by default on a Server Core install of Windows Server 2008 R2 when it ships. &nbsp;This will allow 32-bit apps to run in a default Server Core install without a problem. &nbsp;If you feel like you have
 no use for the WOW64, you are free to remove this feature.</div>
<div><br>
</div>
<div>Hope this helps! <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></div>
</div>
</font><p>posted by csaborio</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/philpenn/How-To-Develop-C-Applications-for-Windows-2008-R2-Server-Core#c633716075430000000</link>
		<pubDate>Mon, 02 Mar 2009 16:19:03 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/philpenn/How-To-Develop-C-Applications-for-Windows-2008-R2-Server-Core#c633716075430000000</guid>
		<dc:creator>csaborio</dc:creator>
	</item>
	<item>
		<title>Re: How To Develop C++ Applications for Windows 2008 R2, Server Core</title>
		<description>
			<![CDATA[Great screencast. But your suggestion of installing the vcredist goes against the vc&#43;&#43; team's deployment guidelines.&nbsp; They only recommend using the vcredist for click-once applications.&nbsp; I think the preferred install should be running
<b>msiexec /i Microsoft_VC80_CRT_x86_x64.msm /q</b><br>
In reality though, I see everyone just installing the vcredist this way.<br>
<br>
Ben L.<br>
<br>
<br>
<p>posted by benyaboy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/philpenn/How-To-Develop-C-Applications-for-Windows-2008-R2-Server-Core#c633717000660000000</link>
		<pubDate>Tue, 03 Mar 2009 18:01:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/philpenn/How-To-Develop-C-Applications-for-Windows-2008-R2-Server-Core#c633717000660000000</guid>
		<dc:creator>benyaboy</dc:creator>
	</item>
	<item>
		<title>Re: How To Develop C++ Applications for Windows 2008 R2, Server Core</title>
		<description>
			<![CDATA[Hi Ben,<br>
<br>
You are correct...&nbsp;&nbsp;the preferred method of installing application dependencies is via install merge modules.&nbsp;&nbsp; There are numerous considerations.&nbsp;&nbsp; Consequently, we've added a &quot;Notes On Manifests&quot; document to the Code Gallery project associated with this topic.&nbsp;&nbsp;
 Viewers may find it within the &quot;Downloads&quot; tab of the page at <a href="http://code.msdn.microsoft.com/R2CoreApps">
http://code.msdn.microsoft.com/R2CoreApps</a>.<br>
<br>
Thanks,<br>
Phil<p>posted by philpenn</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/philpenn/How-To-Develop-C-Applications-for-Windows-2008-R2-Server-Core#c633724094150000000</link>
		<pubDate>Wed, 11 Mar 2009 23:03:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/philpenn/How-To-Develop-C-Applications-for-Windows-2008-R2-Server-Core#c633724094150000000</guid>
		<dc:creator>philpenn</dc:creator>
	</item>
	<item>
		<title>Re: How To Develop C++ Applications for Windows 2008 R2, Server Core</title>
		<description>
			<![CDATA[
<p>This is a very informative video.</p>
<p>posted by Satyabrata M</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/philpenn/How-To-Develop-C-Applications-for-Windows-2008-R2-Server-Core#c634134194240000000</link>
		<pubDate>Tue, 29 Jun 2010 14:43:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/philpenn/How-To-Develop-C-Applications-for-Windows-2008-R2-Server-Core#c634134194240000000</guid>
		<dc:creator>Satyabrata M</dc:creator>
	</item>
</channel>
</rss>