Skip to main content

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 available for download 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 Studio Tools for Office Runtime in 64-bit machine.
Note: This can be taken care by a new feature introduced from SCCM 1702 onwards. "Install Behavior" option under "Deployment Method" enables process kill before install process executes. So, people using SCCM latest version, can use this feature rather than Taskkill in Windows.
  • Command executions are based on SCCM platform or used with tools like PsExec, to make them run in System Context only.
  • Suggested detection Method in SCCM:
Setting Type: Windows Installer
Product Code: {7C0242A3-8B66-35D1-9FE0-13B426ACB609}
MSI Property: Version
Operator: Equals
Value: 10.0.60729

Comments

  1. This comment has been removed by the author.

    ReplyDelete
  2. Nice! you are sharing such helpful and easy to understandable blog. i have no words for say i just say thanks because it is helpful for me.



    Dot Net Training in Chennai | Dot Net Training in anna nagar | Dot Net Training in omr | Dot Net Training in porur | Dot Net Training in tambaram | Dot Net Training in velachery






    ReplyDelete

Post a Comment