Require WIX Bootstrapper to reboot after .NET Framework installation and skip application launch
问题 Thanks to Andrei's answer here: Install .NET Framework 4.7.2 (if needed) with WIX installer I check to see if .NETFramework 4.7.2 is installed and install it. I have one slight problem remaining though... My main app has a post install action that launches the app. One can't launch the app until 4.7.2 has been installed AND the system has been rebooted. I could simply remove this post install action code from my apps installer, but it would be nice if it did launch the app if 4.7.2 was