I have used the property REBOOT:
Is the property REBOOT=ReallySuppress solves the problem with rebooting the target machine?
ManagedProject project = new ManagedProject("TestMsiAgent",
new Property("REBOOT", "ReallySuppress") {IsDeferred = true},
...);
and it seems to work!Is the property REBOOT=ReallySuppress solves the problem with rebooting the target machine?