/build/static/layout/Breadcrumb_cap_w.png

Microsoft Visual C++ Redistribuable 2017

Version: v14

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 19k  |  Created: 06/13/2018 by: cyclonite

Average Rating: 0
Visual C++ Redistribuable 2017 has 1 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (1)

Most Common Setup Type
Legacy Setup with command line support
Average Package Difficulty Rating
Rated 1 / 5 (Very Easy) based on 1 ratings
Most Commonly Reported Deployment Method
Vendor Provided Command Line (switch driven)
0
Command Line

Command lines to install and uninstall silently the VC++ 2017 Redistribuables


Silent installation 

x86 : vc_redist.x86.exe /install /quiet /log "%temp%\Install_vc_redist_2017_x86.log"
x64: vc_redist.x64.exe /install /quiet /log "%temp%\Install_vc_redist_2017_x64.log"

Silent uninstallation (using the source EXE)

x86 : vc_redist.x86.exe /uninstall /quiet /log "%temp%\Uninstall_vc_redist_2017_x86.log"
x64: vc_redist.x64.exe /uninstall /quiet /log "%temp%\Uninstall_vc_redist_2017_x64.log"

Silent uninstallation (using the package cache folder)

x86 : "C:\ProgramData\Package Cache\{2019b6a0-8533-4a04-ac0e-b2c10bdb9841}\VC_redist.x86.exe" /uninstall /quiet
x64 : "C:\ProgramData\Package Cache\{80586c77-db42-44bb-bfc8-7aebbb220c00}\VC_redist.x64.exe" /uninstall /quiet
Note : the Package GUID will differ depending of the exact version of the VC++ Redist downloaded
validate by browsing your registry to HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\ and looking for a QuietUninstallString 

How to identify if a specific version is installed 


Version 2017 v14.14.26429.4 x64

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\VisualStudio\14.0\VC\Runtimes\x64]
"Version"="v14.14.26429.4"
"Installed"=dword:00000001

Version 2017 v14.14.26429.4 x86

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\VisualStudio\14.0\VC\Runtimes\x86]
"Version"="v14.14.26429.4"
"Installed"=dword:00000001

Direct download links 

x86 : vc_redist.x86.exe 
x64 : vc_redist.x64.exe 
Setup Information:
Setup Type: Legacy Setup with command line support
Deployment Method Used: Vendor Provided Command Line (switch driven)
Deployment Difficulty: Very Easy
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Visual C++ Redistribuable 2017

Version

v14.12.25810.00

Questions & Answers (0)

Questions & Answers related to Microsoft Visual C++ Redistribuable 2017

Blogs (0)

Blog posts related to Microsoft Visual C++ Redistribuable 2017

Reviews (0)

Reviews related to Microsoft Visual C++ Redistribuable 2017

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ