Announcement

Collapse
No announcement yet.

How to condition the execution of an .exe file?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to condition the execution of an .exe file?

    Hi guys, how can I make an application run only if it finds X file in the system? For example something like check if system32.dll exists, execute, if not cancel

  • #2
    Place the code for searching for the required file in the On Startup event script, and exit the application, if so desired before the first page is displayed on the screen. Here is an example:

    Click image for larger version  Name:	SCRN-2021-12-03-01.png Views:	0 Size:	39.6 KB ID:	307908

    Ulrich

    Comment


    • #3
      Originally posted by Ulrich View Post
      Place the code for searching for the required file in the On Startup event script, and exit the application, if so desired before the first page is displayed on the screen. Here is an example:

      Click image for larger version Name:	SCRN-2021-12-03-01.png Views:	0 Size:	39.6 KB ID:	307908

      Ulrich
      Thank you sooooooo much

      Comment

      Working...
      X