How to check with Inno Setup, if a process is running at a Windows 2008 R2 64bit?

前端 未结 5 979
说谎
说谎 2020-12-09 05:08

I\'ve read the following post. My Code looks exactly the same, but does not work:
Inno Setup Checking for running process

I copied the example from http://www.vi

5条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-09 05:44

    A simple solution could be to try to delete the exe file. I assume that you are going to replace or uninstall it anyway. If the file exists and deleting it fails then it is probably running.

提交回复
热议问题