I am using Microsoft Visual Studio 2010 to create a simple .MSI installer for my simple .EXE application.
The problem is that everything goes wrong (before rebooting) if you install the update while .EXE is still working.
I want the .MSI installer to complete my process before installing / upgrading.
Please, can someone tell me how to do this in Orc?
EDIT: I saw that this was due to using my .EXE, but I also saw it because the .CHM help file was also open during the update, so just finishing the process is not enough to solve this problem.
source share