/build/static/layout/Breadcrumb_cap_w.png

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: 5.2k  |  Created: 10/21/2011

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

Deployment Tips (2)

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

Other options are:

/l <logname.txt>   = Name of verbose msi log

/lang <xxxx>   = 4-digit language code

/q   = Quiet install mode

/qu   = Quiet uninstall mdoe

/?   = show the usage dialog box (this box)
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
  • If i start the Silent Install with /q, the .exe is started and runs for ages without doing anything O.o - EbrithilBowser 10 years ago
0
Command Line

For silent install, I use vs_setup.msi. To get it is a bit tricky, here's how you do it:

1. Download vc_web.exe from microsoft.com

2. Unpack vc_web.exe

3. Open baseline.dat with any text editor

4. Under [vs_setup.dll] you find the URL-Paramter (something like that: URL=fwlink/?LinkId=165113

5. Go to go.microsoft.com\fwlink\?LinkId=165113 (switch 165113 for the correct ID from the baseline.dat)

6. Download ixpvb.exe

7. Unpack it and use vs_setup.msi for silent installation

Necessary Parameters:

vsextui=1 (makes the .msi think it has been run from the .exe. Without this, you get an error)

PIDKEY= (you need this to give your Registration Key to the Installer

This also works for all other Instances of Microsoft Visual Studio Express

If you cannot open .NET 4.0 or 4.5 Projects, you also have to install Microsoft .NET Framework 4 Multi-Targeting Pack

msiexec /i NetFx_DTP.msi EXTUI=1

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
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.

Versions

Visual C++

Version

11.0.40825

Uninstall String

MsiExec.exe /X{4ED79F61-3556-3F85-9D39-B5F4ACF33254}

Questions & Answers (5)

Questions & Answers related to Microsoft Visual C++

Blogs (0)

Blog posts related to Microsoft Visual C++

Reviews (0)

Reviews related to Microsoft Visual C++

 
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