In INNO setup I'd like to abort setup if AutoCAD is running. I would like to use the function "FindWindowByWindowName(const WindowName: String): Longint;" to determine whether AutoCAD is running in the InitializeSetup() function. Does anyone know what window name to use for AutoCAD? Theres also a FindWindowByClassName(const ClassName: String): Longint;" function if anyone knows the class name. Does anyone have any better suggestions? Thanks, D.M. Levesque