Get installer PID
Posted: Thu Nov 13, 2014 2:28 am
by tzachk
Hi,
How can I get the PID (process identifier) of the currently running installer?
Regards,
T.
Re: Get installer PID
Posted: Thu Nov 13, 2014 12:46 pm
by FrancescoT
Dear Tzachk,
you may try to call "GetCurrentProcessId" winapi.
http://msdn.microsoft.com/en-us/library/ms683180(VS.85).aspxRegards
Re: Get installer PID
Posted: Mon Nov 17, 2014 3:25 am
by tzachk
Hi Francesco,
That was my original solution. I thought maybe there is a command of some sort.
Thanks,
Tzach