Multiple instance problems
Posted: Mon Aug 28, 2006 10:11 am
Our testers have raised an issue that it's possible to run multiple instances of the installer at the same time. Is there a way to expose this condition early on in the installation process and exit cleanly?
I've tried to do this using the Check Process command
but this doesn't look like it's working like I expect it to.
Anyone else tried to solve this?
I've tried to do this using the Check Process command
Code: Select all
Check for Process "Installer", get result into variable INSTALLER_RUNNING
if Variable INSTALLER_RUNNING Equals TRUE
Terminate Installation
end
but this doesn't look like it's working like I expect it to.
Anyone else tried to solve this?