开发者

NSIS: Detecting in uninstaller is a program working

开发者 https://www.devze.com 2023-01-18 18:42 出处:网络
Is it possible to determine in uninstaller script is a program 开发者_如何学编程(that should be uninstalled) working?If you want to detect if your program is still running, you can use your knowledge

Is it possible to determine in uninstaller script is a program 开发者_如何学编程(that should be uninstalled) working?


If you want to detect if your program is still running, you can use your knowledge of the programs internals to detect either a special window class or a mutex used by the program.

If you don't have anything other than exe name to go on, use one of the nsis plugins:

  • http://nsis.sourceforge.net/LockedList_plug-in
  • http://nsis.sourceforge.net/KillProc_plug-in
  • http://nsis.sourceforge.net/Processes_plug-in
  • http://nsis.sourceforge.net/FindProcDLL_plug-in
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号