How to avoid running multiple instances of the installer
| Author: BitRock Support Date: February 24, 2009 21:07 Tags: |
Installation
Actions Action list |
You can do so by enabling the following in your project file
<singleInstanceCheck>1</singleInstanceCheck>
|
Alternatively, you can do the following:
<preInstallationActionList> <throwError> <text>Customized error</text> <ruleList> <singleInstanceCheck logic="is_running" /> </ruleList> </throwError> </preInstallationActionList> |