I am currently developing a setup (MSI) and a bootstrapper project with Windows Installer XML. The bootstrapper must install three additional drivers too.
These Drivers are EXE packages that want to restart after installation. I know that three restarts are unnecessary - only one at the end is required.
Is it possible to disable the restart for packages in my chain?