Skip to main content

Posts

Showing posts with the label VSTO

Silent Installation of Microsoft Visual Studio 2010 Tools for Office Runtime

What is It? Microsoft  Visual Studio 2010 Tools for Office Runtime   is  required to run Microsoft Office based solutions built using Microsoft Visual Studio 2010, 2012, 2013 and 2015. The source is ava ilab le for dow nload  here . How to Install Silently? To Install: Step 1:  Download the source from  web  and get the installer "vstor_redist.exe" Step 2:  Run following command: "vstor_redist.exe"  /q /norestart                  /q: silent install with no user interface                 /norestart: suppresses any reboot prompt along-with hard reboot itself To Uninstall: Run following command: "msiexec.exe" /x {7C0242A3-8B66-35D1-9FE0-13B426ACB609}  /qn /norestart Additional Notes: Above mentioned install/uninstall instructions are created based on version 2010 (or 10.0.60729) of Microsoft Visual Stu...