Test Execute should be closed before continuing the installation
问题 I am trying to use Test Complete/Test Execute to install third party installs on a test machine. I have written a Python script that calls a PowerShell script and installs all .msi files located within a folder using msiexec . The command I use to call msiexec : Start-Process -FilePath msiexec.exe -ArgumentList ("/I "$fullPath "", "/qb", "ALLUSERS=TRUE", "/norestart") -Wait All but one of my installs work. The one that is not working properly opens up and displays the following message: I'm