Start-ADTMSIProcess question regarding capturing STDOUT/STDERR

When running the Start-ADTMSIProcess command and trying to capture the results to a variable I get a message in the logs: "[Install] :: CreateNoWindow not specified, StdOut/StdErr streams will not be available." under the component Start-ADTProcess.

But the -CreateNoWindow switch does not appear to be accepted when running the Start-ADTMSIProcess command, only when running Start-ADTProcess. I just wanted to check and see if I'm missing something here. I feel like I should be able to pass that along when running Start-ADTMSIProcess just as I can with Start-ADTProcess so I can capture the STDOUT/STDERR results. It's entirely possible that I'm just missing something simple here, but a quick search didn't give me any results to this issue.

msiexec.exe is a GUI application, so there's no stdio to capture.

1 Like

Ahhh that makes more sense. Had not realized that before.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.