Recently we had to add the VS C++ 2017 redistributable to our installer (thanks for the version checking on that, Friedrich).

Odd thing is, it forced a reboot on a user's machine while I was watching it. It runs early in our install and rebooted them right out of it - because they clicked "sure, reboot it" before I could stop them.

I opened the SBI for this include and noticed it had /norestart on the command line.

My question is - why would the reboot prompt appear given that the 2017 C++ SBI has /q and /restart?

Mark