<?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>VS2005 SP1 version of Visual C++ Redistributable Package is available for download.</title><link>http://blogs.msdn.com/nikolad/archive/2007/04/23/vs2005-sp1-version-of-visual-c-redistributable-package-is-available-for-download.aspx</link><description>Actually it has been available for download for several days now, but I was looking on Orcas features and completely forgot to mention it on my blog. Here they are: Visual C++ 2005 SP1 Redistributable Package (x64) Visual C++ 2005 SP1 Redistributable</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Workaround for using VS2005 SP1 version of VCRedist.EXE within a boostrapper (setup.exe)</title><link>http://blogs.msdn.com/nikolad/archive/2007/04/23/vs2005-sp1-version-of-visual-c-redistributable-package-is-available-for-download.aspx#2253941</link><pubDate>Tue, 24 Apr 2007 05:00:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2253941</guid><dc:creator>Nikola Dudar's WebLog</dc:creator><description>&lt;p&gt;A reader of the previous post on my blog has posted two questions about using SP1 version of VCRedist.EXE&lt;/p&gt;
</description></item><item><title>re: VS2005 SP1 version of Visual C++ Redistributable Package is available for download.</title><link>http://blogs.msdn.com/nikolad/archive/2007/04/23/vs2005-sp1-version-of-visual-c-redistributable-package-is-available-for-download.aspx#2256468</link><pubDate>Tue, 24 Apr 2007 09:27:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2256468</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;People, it would be nice if in the future you'll do it same time with releasing of Service Pack. &lt;/p&gt;
&lt;p&gt;Tx.&lt;/p&gt;</description></item><item><title>Microsoft Visual C++ 2005 SP1 再頒布可能パッケージがリリースされたようです。</title><link>http://blogs.msdn.com/nikolad/archive/2007/04/23/vs2005-sp1-version-of-visual-c-redistributable-package-is-available-for-download.aspx#2256665</link><pubDate>Tue, 24 Apr 2007 09:55:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2256665</guid><dc:creator>ひろえむの日々是勉強</dc:creator><description>&lt;p&gt;Microsoft Visual C++ 2005 SP1 再頒布可能パッケージがリリースされたようです。&lt;/p&gt;
</description></item><item><title>Microsoft Visual C++ 2005 SP1 再頒布可能パッケージがリリースされたようです。</title><link>http://blogs.msdn.com/nikolad/archive/2007/04/23/vs2005-sp1-version-of-visual-c-redistributable-package-is-available-for-download.aspx#2256721</link><pubDate>Tue, 24 Apr 2007 10:08:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2256721</guid><dc:creator>ひろえむの日々是勉強</dc:creator><description>&lt;p&gt;Microsoft Visual C++ 2005 SP1 再頒布可能パッケージがリリースされたようです。&lt;/p&gt;
</description></item><item><title>re: VS2005 SP1 version of Visual C++ Redistributable Package is available for download.</title><link>http://blogs.msdn.com/nikolad/archive/2007/04/23/vs2005-sp1-version-of-visual-c-redistributable-package-is-available-for-download.aspx#2269586</link><pubDate>Wed, 25 Apr 2007 12:03:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2269586</guid><dc:creator>Fanou51</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;How do I determine by program which is the latest version of the MFC 8 installed ?&lt;/p&gt;
&lt;p&gt;FAnou &lt;/p&gt;</description></item><item><title>re: VS2005 SP1 version of Visual C++ Redistributable Package is available for download.</title><link>http://blogs.msdn.com/nikolad/archive/2007/04/23/vs2005-sp1-version-of-visual-c-redistributable-package-is-available-for-download.aspx#3445636</link><pubDate>Thu, 21 Jun 2007 19:51:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3445636</guid><dc:creator>Luc Claustres</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I'd like to emulate the installation of the Redistributable Package (x86)&lt;/p&gt;
&lt;p&gt;to distribute an application on a machine without Visual Studio installed.&lt;/p&gt;
&lt;p&gt;Indeed, we'd like to avoid intrusive softwares, which require administrator&lt;/p&gt;
&lt;p&gt;privilege to be executed.&lt;/p&gt;
&lt;p&gt;Previously, we simply have to copy the Redistributable dlls + manifest&lt;/p&gt;
&lt;p&gt;in the local application directory and all was fine. But since the SP1 version,&lt;/p&gt;
&lt;p&gt;this strategy does not work anymore. Looking around I found some posts that&lt;/p&gt;
&lt;p&gt;suggerated to create an application config file in order to rebind any previous&lt;/p&gt;
&lt;p&gt;version to the new version of the dlls (i.e. the SP1 Redistributable dlls&lt;/p&gt;
&lt;p&gt;located in the local application folder).&lt;/p&gt;
&lt;p&gt;Here is my executable config file (application.exe.config), which rebinds old versions to the new dlls (SP1) :&lt;/p&gt;
&lt;p&gt;&amp;lt;configuration&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;windows&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;assemblyBinding xmlns=&amp;quot;urn:schemas-microsoft-com:asm.v1&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dependentAssembly&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;assemblyIdentity type=&amp;quot;win32&amp;quot; name=&amp;quot;Microsoft.VC80.CRT&amp;quot; processorArchitecture=&amp;quot;x86&amp;quot; publicKeyToken=&amp;quot;1fc8b3b9a1e18e3b&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;bindingRedirect oldVersion=&amp;quot;8.0.41204.256-8.0.50608.0&amp;quot; newVersion=&amp;quot;8.0.50727.762&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;bindingRedirect oldVersion=&amp;quot;8.0.50727.42-8.0.50727.762&amp;quot; newVersion=&amp;quot;8.0.50727.762&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dependentAssembly&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/assemblyBinding&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/windows&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/configuration&amp;gt;&lt;/p&gt;
&lt;p&gt;Without the config file the application does not start, and with the config file&lt;/p&gt;
&lt;p&gt;it starts but crashes... I drag the application to Dependency Walker and it shows&lt;/p&gt;
&lt;p&gt;that the new dlls are correctly referenced by all modules.&lt;/p&gt;
&lt;p&gt;I've tested the application on a machine with the package installed and it worked fine.&lt;/p&gt;
&lt;p&gt;I looked to the WinSxS folder and found a similar rebinding in the policy files.&lt;/p&gt;
&lt;p&gt;Maybe the Redistributable Package makes something more that allows the application&lt;/p&gt;
&lt;p&gt;to run correctly (registry edition, ...) ?&lt;/p&gt;
&lt;p&gt;Any help is welcome.&lt;/p&gt;</description></item><item><title>re: VS2005 SP1 version of Visual C++ Redistributable Package is available for download.</title><link>http://blogs.msdn.com/nikolad/archive/2007/04/23/vs2005-sp1-version-of-visual-c-redistributable-package-is-available-for-download.aspx#4277613</link><pubDate>Tue, 07 Aug 2007 18:34:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4277613</guid><dc:creator>Garth</dc:creator><description>&lt;p&gt;The Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.ATL.manifest Doesn't seem to have been updated to the latest version &amp;quot;8.0.50727.762&amp;quot;.&lt;/p&gt;
&lt;p&gt;But don't Worry it's updated in Orcas!&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=276628"&gt;http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=276628&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>