Uninstalling while application still running
Posted: Mon Jul 23, 2007 10:31 am
Hi.
As part of my InstallAware evaluation, I performed the following tests:
1) Built an InstallAware installer around our existing product
2) Installed the product
3) Launched product (EXE and DLLs)
4) Uninstalled with product still running
(This causes our current installer problems, and required quite a few hacks to get correct prompts and/or shutdown). The result was that the InstallAware uninstaller ran without warning that EXE/DLLs were in use and then deleted the installation folder (including the binaries).
What tools do I have at my disposal to make sure the installer can identify and gracefully handle such ‘application in-use’ situations?
To my knowledge, the normal method is to check for existence of a named mutex. I have not found any relevant scripting command to do this. Is there one?
Also, I have found an unanswered post about forcing users to scroll to the bottom of the license agreement:
http://www.installaware.com/forum/viewt ... ght=scroll
Please can you know whether this feature is likely to be implemented? It could become a deal-breaker for us, and InstallShield boasts this feature.
Thanks for your time,
Ben
As part of my InstallAware evaluation, I performed the following tests:
1) Built an InstallAware installer around our existing product
2) Installed the product
3) Launched product (EXE and DLLs)
4) Uninstalled with product still running
(This causes our current installer problems, and required quite a few hacks to get correct prompts and/or shutdown). The result was that the InstallAware uninstaller ran without warning that EXE/DLLs were in use and then deleted the installation folder (including the binaries).
What tools do I have at my disposal to make sure the installer can identify and gracefully handle such ‘application in-use’ situations?
To my knowledge, the normal method is to check for existence of a named mutex. I have not found any relevant scripting command to do this. Is there one?
Also, I have found an unanswered post about forcing users to scroll to the bottom of the license agreement:
http://www.installaware.com/forum/viewt ... ght=scroll
Please can you know whether this feature is likely to be implemented? It could become a deal-breaker for us, and InstallShield boasts this feature.
Thanks for your time,
Ben