Relative Content

Tag Archive for .net-corewixbootstrapperburnwix4

WiX v4 bootstrapper process remains alive after installation ends

I have a WiX v4 managed BA that has many redistributables as prerequisites. The installation completes and everything is installed successfully, but frequently the 3 bootstrapper processes never terminate even after the UI is closed and Engine.Quit(0) is called. The redistributable installers exit successfully and there are no issues in their logs, so I assume the issue is coming from my BA.

WiX v4 bootstrapper process remains alive after installation ends

I have a WiX v4 managed BA that has many redistributables as prerequisites. The installation completes and everything is installed successfully, but frequently the 3 bootstrapper processes never terminate even after the UI is closed and Engine.Quit(0) is called. The redistributable installers exit successfully and there are no issues in their logs, so I assume the issue is coming from my BA.

Installing .NET Desktop Runtime causes bootstrapper process to remain alive after installation ends

I have a WiX v4 managed BA that has the .NET 6.0 desktop runtime redistributable as a prerequisite. The installation completes and everything is installed successfully, but if NET 6.0 is installed as a part of the chain, the bootstrapper process never terminates even after the UI is closed and Engine.Quit(0) is called. The NET 6.0 installer is exiting successfully and there are no issues in its logs, so I assume the issue is coming from my BA.