InstallAware for Windows Installer Header Image Windows Installer without Rocket Science
InstallAware for Windows Installer
 

Check Process

This command checks for a running processes on the system.

Process Name

Enter the name of the process to look for here. Process names are their executable file names, including the file extension, but without any path information. For instance, to check if Windows Explorer is running, enter explorer.exe in this field.

Return Result in Variable

Enter an existing or new variable name in this field. The variable will hold TRUE if the named process is running, FALSE otherwise.

 Notes