Hi,

I'm triggering an installer (setup.exe) through VBA, and I need to monitor when it's completed running.

The process is running from a USB Flash Drive (E:\), and I can see it through Task Manager.

I thought the following function would tell me if the process was running, but it's not in this list:
Please Login or Register  to view this content.
I'm not very familiar with WMI and what it can query (ex. win32_process), so any insight into this method or a different way of determining what is running would be appreciated.