InstallLib fail on Vista 32 when reboot flag set.
Hi there!

I am developing an install script that installs vc++ redistributable which is needed for registering a dll. Even though the vc redist installer did not require restart on any system I have tested the install script so far, I accidentally set the reboot flag to true before registering the dll and the error flag gets set. So my question is:

Is InstallLib supposed to set the error flag when it needs to register a dll upon reboot because of the reboot flag being set?

Thank you!