Ok, so I think I have this working. At least the part of dynamically updating the installer message to reflect the version of the EXE we just built and are packaging. I also am updating the installer target folder to reflect the EXE version. This way you get a new folder every time you build the installer. So, no more clobbering the previous build output. Now I need to rename the EXE target folder based on the version. This will be harder since I will need to point the installer to the new folder each time. For now, this seems to work well. Let me know what you think.
Project Version Demo.zip
-John
Yep, the Instance close? filter event is the right one.
If you don't close withing N seconds, the user will be shown a 'This app is not responding, end now?' function.
What was the reason you didn't directly looked for this event?
For future references, here's a snippet of the event.
Ton