Hello,

Quote Originally Posted by testuser View Post
In previous reply mistakenly I wrote only "One more, I was checking/testing the SetupBuilder for core-prerequisite Microsoft Visual C++ 2015-19 Redistributable Package (x64)." actually I wanted to ask, when I was checking core-prerequisite of Microsoft Visual C++ 2015-19 Redistributable Package (x64), then while installing output exe, setup does install Microsoft Visual C++ 2015-19 Redistributable Package (x64) but it immediately restart the user machine without asking to user and after restart it shows finish screen of setup installation. how to tackle this, we can not allow our setup to immediately restart the user machine without asking to user.
If a standard SetupBuilder installer reboots a machine, it always asks the user. Do you have a silent install? If this is the case, please set "General Information" -> "Advanced Settings" -> Reboot Message during Silent Install to YES.

And in Line 158 of the "rt_vc2019redist_x86.sbi" you can disable a requested (from the Microsoft redistributable!) reboot request.

A SetupBuilder standard install itself will NEVER reboot without asking.

Friedrich