Hi,
we are using your great software (version 8.0.2) for about 1,5 years now to build Installers for our java software product and we are also using the updater mechanics to keep
the software up-to-date.
The default beahaviour of the update process is like follows:
The updater checks at software startup (with the /checknow parameter) if we have any new installer on the server (using a updates.ini).
If we have a new version the user gets notified and can agree to install it.
To do so, the running software must be terminated. Until now this works really great with the auto close parameters in the updates.ini set to:
AutoCloseApplication=[APPDIR]MySoftware.exe|[APPDIR]MySoftware.exe;Photo Software
But unfortunately we now have problems with our last update. Somehow the updater.exe is not always able to close the software.
in about 6 out of 10 cases the software is not closed and thus the installation of the new version fails.
I try to figure out what could be the problem. The main awt frame of our java application has the window title set to "Photo Software" and implements a windowlistener
which listens to win closing events and closes the software.
Somehow the event gets not send to our application.
Do you have an idea what could be the problem? What is the correct way to listen for your wm:_close events in a java application?
Thanks in advance and best regards
Sebastian