No. It's not a problem. I referred the symptoms you observe as an intended (while not intuitive) behavior of MSI. And this has nothing to do with Wix#. The best way to verify this is to check the generated by Wix# wxs file. You will see that there is no any reboot scheduling there. Reboot is somehow scheduled by MSI implicitly as the result of system runtime changes that require reboot (e.g. driver isntallation).
RebootSupressing is a special 'magic' property that MSI is using to allow finer reboot control. Wix# simply adds it the XML element and tat's it:
> ...i could not find any property "project.RebootSupressing" in it. ...
Not sure what is happening in your environment as you can see it's there :)
![Image]()
RebootSupressing is a special 'magic' property that MSI is using to allow finer reboot control. Wix# simply adds it the XML element and tat's it:
<PropertyId="REBOOT"Value="ReallySuppress"/>
Not sure what is happening in your environment as you can see it's there :)
