I have a Visual Studio Installer project for my C# application. It's been set up to uninstall any previous versions of my app, install the new version and then run the app once it's been installed. It works as expected up to the very end where it sits on the final 'Please Wait' stage:
At this point, the new version of my app has has been installed and it is running quite happily, however the above screenshot just sits there (fully responsive) and it will only move onto the "Installation Complete" window once I've manually closed down the newly installed version of my application.
Have I done something wrong with the config of my Installer project? I don't want people to have to close the app down just to complete the install process, only to then have to manually run the app again! That's why I set up the installer to auto run the new version once it's been installed!