How can I continue my installer after it reboots during installation of some package?
Actually, I have build an installer package of a project using WiX bundles (having different packages to install in a chain). But when it installs Microsoft Windows Installer 4.5 (.msi) it goes to reboot the PC. After it reboots, I want my installation to continue after that. How can I do that?
I guess we can do it with the use of the exit code, but I don't know how to use it in WiX bundles.
Yes, you are right. You need to use an exit code in the Bundle:
Once this has rebooted, it will continue on with the installation, assuming you are using the latest version. There was a bug where the bootstrapper wouldn't continue after a reboot.