|
|
#1 |
|
Junior Member
Join Date: Mar 2007
Posts: 5
|
Runn apps and get process ID
Hello,
Changed the topic and my post - thinks this should be easier to answer. How can I call an external .exe and get the process ID it is running under? I would like to do something of this kinde: Exec "C:\myapp\doit.exe" Pop $processID ; do something else... ; on installer-exit: KillProcess $processID Thanks in advance! Last edited by G.Schuster; 3rd March 2007 at 11:45. |
|
|
|
|
|
#2 |
|
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
If running application has window title and/or window class, you may use this function.
Also check FCT plugin and nsProcess plugin. Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Mar 2007
Posts: 5
|
Thank you so far, I will look into this.
But isn't there any "internal" variable/function that holds the procesid for processes started by Exec? |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|