Inno Setup Kill Process Before Install
May 13, 2008 How to close an instance of Application before Uninstall. I use Inno Setup which has an UninstallRun. That takes a command line param for the program to kill.


Inno Setup Examples
Components Name: a; Description: a Name: b; Description: b Tasks Name: p; Description: a or b; Components: a or b Name: q; Description: a and b; Components: a and b Name: r; Description: not a or b; Components: not a or b Name: s; Description: not (a or b); Components: not (a or b) Name: t; Description: a or b - old style; Components: a b. This syntax of function parameters in Check, BeforeInstall and AfterInstall parameters has changed to allow a list of multiple, comma separated, parameters and the use of Integer and Boolean parameter types besides String types. For example, you may now use.