Message 1 of 9
Pascal Scripting with Inno Setup
Not applicable
08-22-2003
07:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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
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