Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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:
You can use the to install SP1 versions of VC++ libraries on computers that do not have Visual Studio installed. You need SP1 version of VC++ libraries for applications that you build with VC++ Express SP1 or Visual Studio 2005 SP1.
BTW it does not require Windows Installer 3.0, it works just fine with Windows Installer 2.0. And yes, it can be installed on Windows Vista. I guess they are re-using old templates I have been created for RTM release of VCRedist.EXE. I will have to check with VC Release folks on that.
Anonymous
April 23, 2007
A reader of the previous post on my blog has posted two questions about using SP1 version of VCRedist.EXE
Anonymous
April 23, 2007
People, it would be nice if in the future you'll do it same time with releasing of Service Pack.
Tx.
Anonymous
April 23, 2007
Microsoft Visual C++ 2005 SP1 再頒布可能パッケージがリリースされたようです。
Anonymous
April 23, 2007
Microsoft Visual C++ 2005 SP1 再頒布可能パッケージがリリースされたようです。
Anonymous
April 24, 2007
Hello,
How do I determine by program which is the latest version of the MFC 8 installed ?
FAnou
Anonymous
June 21, 2007
Hello,
I'd like to emulate the installation of the Redistributable Package (x86)
to distribute an application on a machine without Visual Studio installed.
Indeed, we'd like to avoid intrusive softwares, which require administrator
privilege to be executed.
Previously, we simply have to copy the Redistributable dlls + manifest
in the local application directory and all was fine. But since the SP1 version,
this strategy does not work anymore. Looking around I found some posts that
suggerated to create an application config file in order to rebind any previous
version to the new version of the dlls (i.e. the SP1 Redistributable dlls
located in the local application folder).
Here is my executable config file (application.exe.config), which rebinds old versions to the new dlls (SP1) :
<configuration>
<windows>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.VC80.CRT" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"/>
<bindingRedirect oldVersion="8.0.41204.256-8.0.50608.0" newVersion="8.0.50727.762"/>
<bindingRedirect oldVersion="8.0.50727.42-8.0.50727.762" newVersion="8.0.50727.762"/>
</dependentAssembly>
</assemblyBinding>
</windows>
</configuration>
Without the config file the application does not start, and with the config file
it starts but crashes... I drag the application to Dependency Walker and it shows
that the new dlls are correctly referenced by all modules.
I've tested the application on a machine with the package installed and it worked fine.
I looked to the WinSxS folder and found a similar rebinding in the policy files.
Maybe the Redistributable Package makes something more that allows the application
to run correctly (registry edition, ...) ?
Any help is welcome.
Anonymous
August 07, 2007
The Microsoft Visual Studio 8VCredistx86Microsoft.VC80.ATL.manifest Doesn't seem to have been updated to the latest version "8.0.50727.762".
But don't Worry it's updated in Orcas!
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=276628
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in