Share via


How to Install vc++ redistributable package silently

Question

Thursday, March 7, 2019 4:01 PM

Hi,

I am trying to install a vc++ redistributable package silently, but I am getting a dialog prompt

msiexec /I vc_redist.x64.exe /qn ALLUSERS=1 REBOOT=ReallySuppress  /L*V "C:\temp\example.log"

but it keeps on prompt a pop box with options. So, how do I install this pack without any interruptions.

Thanks,

Dinesh

All replies (2)

Thursday, March 7, 2019 6:05 PM | 1 vote

Well, running vc_redist.x64.exe /? on the command line gave me the window:

So try vc_redist.x64.exe /install /quiet /norestart as your command line?

This is a signature. Any samples given are not meant to have error checking or show best practices. They are meant to just illustrate a point. I may also give inefficient code or introduce some problems to discourage copy/paste coding. This is because the major point of my posts is to aid in the learning process.


Tuesday, March 12, 2019 2:15 AM

Hi Dinesh,

Welcome to the MSDN forum.

Do you have any updates? If this issue persists, please feel free to let us know.

To perform a silent installation, we can use the parameter: /q /norestart. For more detail information, please check this blog.

Best regards,

Sara

MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact [email protected]