Start-process no wait

Hi,
I am launching a setup.exe with “Execute-process”. During the installation, the setup start a dialog box as a different process/child window. Because of this window, the serup.exe hang until I close the child window. Since I was planning on deploying via SCCM, psadt is simply not working since the setup never terminate.
How can I package that setup using psadt?
Thanks

There’s a -nowait parameter in Execute-Process.

2 Likes