I've got a InstallScript MSI project. And the very end of the installation, I need to force the user to restart the machine. I've seen a few ways I could do this.set BATCH_INSTALL = true;calling System(SYS_BOOTWIN)setting the MsiProperty("REBOOT_REQU...