How can you programmatically check if MSIEXEC.EXE is in use? We have a local application that silently installs all of our MSIs, but sometimes installs are pushed to the workstation through other ...
I script the installation of a few different programs via MSI. Example: msiexec.exe /i program.msi. The problem I'm having is the command returns right away instead of returning when the installation ...