Jump to content

How can I make a custom installer to install all visual C++ Redists

I have to install All Visual C++ Redists(2005-2017) one by one everytime I format my/someones PC.

Till now I used a batch file to open them one by one although it doesn't make that much of a difference.

I need to make a installer that will install all the C++ Redists at once
Instead of opening,next and next,finish 1 by 1 ,about 10 times ,I want to set just press next once and install all the things by themselves.What i need to do is make a installer that will install every Visual C++ Redists (from 2005 to 2017) just by one installer instead of installing one by one.

(Open the installer=>Press Next and Install=[Visual C++ Redists(2005-2017) Installing]>Finish)

Link to comment
Share on other sites

Link to post
Share on other sites

Create an installer with InnoSetup ... you write the script and then the installer does what you tell it to do.

Also look at command parameters for the redistributables and use those in the installer

 

image.png.db35ff4e28015d1e66e6c5113f201993.png

Link to comment
Share on other sites

Link to post
Share on other sites

Thanks for you help guys but I found a software called silent install builder that can install all the installers at once

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×