The download includes both x86 and x64 runtimes, is available at the Microsoft download page, and is for XP, VISTA, 7, and 8
Later,
Installed the newer version in Win7 Ultimate 64bit w/SP1 and edited vsto05se_enu.apm to make the following changes:
[DetectionRegistry]
RegistryPath=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7E587F58-50BE-3557-89F6-14D99CB5FB2A}
KeyName=DisplayVersion
KeyValue=10.0.40307
[DetectionFile]
FilePath=commonfiles:\Microsoft Shared\VSTO\10.0
FileName=VSTOLoader.dll
FileVersion=>10.0.40302.0
FileMD5=1E35B13493C2F02947424DFEC04357F9
FileDate=ANY
Booted into Win7 Ultimate 32bit w/SP1 and had to edit the same APM file to detect the update; added the following:
[DetectionRegistry]
RegistryPath=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{97BA2B90-AF72-35CF-BFDC-E06531811B20}
KeyName=DisplayVersion
KeyValue=10.0.40307
[DetectionFile]
FilePath=commonfiles:\Microsoft Shared\VSTO\10.0
FileName=VSTOLoader.dll
FileVersion=>10.0.40302.0
FileMD5=BC3361B828F058B4C8EBCC49761AD0C9
FileDate=ANY
Edited by DesertJerry, 12 November 2012 - 11:31 PM.













