Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VSTO 4.0 Runtime Download Missing from MS?

We have code that checks for the presence of the VSTO 4.0 runtime and downloads it, if missing. This has worked fine until today. It seems the VSTO runtime file has gone missing from MS. Does anyone know anything about this? Can we tell our clients it's an MS problem and will be cleared up shortly? Google doesn't find any comments about the file being removed.

Thanks.

like image 972
EoRaptor013 Avatar asked Sep 26 '11 18:09

EoRaptor013


People also ask

How do I know if VSTO is installed?

Generally speaking, the presence of a VSTO runtime can be established by checking if one of these registry keys is present: HKLM\SOFTWARE\Microsoft\VSTO Runtime Setup\v4R. HKLM\SOFTWARE\Microsoft\VSTO Runtime Setup\v4M.

What is Microsoft Visual Studio Tools for Office runtime?

The Visual Studio Tools for Office runtime includes several unmanaged DLLs that Office applications use to load the runtime and Office solutions.

Is Microsoft Visual Studio 2010 Tools for Office Runtime x64 still supported?

Visual Studio Tools for Office Runtime Lifecycle Policy | Microsoft Learn. This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.


1 Answers

Note: the latest update to the VSTO Runtime (from November 2012) has merged the VSTO Runtime packages from two files (x86 and x64) to just one file. The download location has also moved. Follow this link for the latest version of the download page: http://go.microsoft.com/fwlink/?LinkId=140384 (referenced by MSDN documentation, such as http://msdn.microsoft.com/en-us/library/ms178739(v=vs.110).aspx).

If you're looking for a persistent link to the latest version of the runtime, you can use the same link that's referenced by the VSTOR Bootstrapper (used by ClickOnce installation). That link is http://go.microsoft.com/fwlink/?LinkId=158918.

like image 95
Michael Zlatkovsky - Microsoft Avatar answered Oct 10 '22 01:10

Michael Zlatkovsky - Microsoft