InstallShield 杀掉进程
生活随笔
收集整理的这篇文章主要介绍了
InstallShield 杀掉进程
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
将运行中进程杀掉:
卸载时使用(调用CMD命令):
szApplicationPath = WINSYSDIR^"taskkill.exe ";
szApplicationCmdLine = "APP.exe";
LongPathToQuote( szApplicationPath, TRUE );
szCmdLine = szApplicationPath + " " + "/f" + " " + "/im" + " " + "\"" + szApplicationCmdLine + "\"";
LaunchAppAndWait ("", szCmdLine, WAIT);
转载于:https://blog.51cto.com/evely/1377054
总结
以上是生活随笔为你收集整理的InstallShield 杀掉进程的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: Linux 小知识翻译 - 「Linux
- 下一篇: Mongodb -(3) replica