/build/static/layout/Breadcrumb_cap_w.png

Best way to deploy Visual C++ 2010 & 2012

I have to deploy Microsoft visual C++ 2010 & 2012 Redistribute packages as part of a prerequisite for another program I have.  My problem is that both C++ programs are .exe and not .msi installers.  Are there msi packages available or what is the best practice to deploy these two exe files?

0 Comments   [ + ] Show comments

Answers (3)

Posted by: dedenker 9 years ago
3rd Degree Black Belt
1
Just make the package with command line:
vcredist.exe /q  /norestart

And for 2012, here I found a how to:
http://www.applepie.se/extract-msi-from-visual-c-2012-redistributable

Comments:
  • Thanks, appreciate your assistance. - usa.plaietta 9 years ago
Posted by: Badger 9 years ago
Red Belt
0
you can normally extract them with either a /c or /extract.
/C was for the 'older ones' but for some unknown reason some of the newer ones use it. But its one or the other. Then you have the MSI's that you can deploy silently.
Posted by: EdT 9 years ago
Red Belt
0
As is pretty general with all EXE installers from Microsoft, running the exe from the command line with /? as the argument will give you a dialogue box displaying the available switches to use with the EXE.

Comments:
  • Thanks, appreciate your assistance. - usa.plaietta 9 years ago

Don't be a Stranger!

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

Sign up! or login

Share

 
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