How can I install Visual C++ 2008 without rebooting the target PC?

  • Thread starter Thread starter minema
  • Start date Start date
M

minema

Guest
I am making installers of my company's product.

Now, I want to install Visual C++ 2008 to Windows10 1803(ver.17134.1) without rebooting the target PC.

"Without rebooting" is important for us.


The following options are shown When I execute this command: "vcredist_x86.exe /?"

/l <longname.txt> to output msi log

/lang <xxxx> language code

/q quiet install mode

/qu quiet uninstall mode

I saw there aren't any option that means "norestart".


How can I install Visual C++ 2008 without rebooting the target PC?

Or is this impossible to do that?

Continue reading...
 
Back
Top