I have problem with Test Complete software, and WiX software. When we build installer(MSI file) from pipeline (or locally) after running installer we see two different processes (on screenshot).
When we try to detect "next" button on installer (or any other button) Test Complete detect button sometimes in 1st process, sometimes in 2nd process: 1ex.: Sys.Process("msiexec", 2).Window("MsiDialogCloseClass", "INSTALLERNAME", 1).Window("Button", "&Back", 3)
2ex.: Sys.Process("msiexec").Window("MsiDialogCloseClass", "INSTALLERNAME", 1)
That generates problem cause Test Complete in 50% test fall. It search button in 1st process when we have installer window i 2nd process...
How to change installer build to have just only one process for installation?
Documentation ow Wix did not given any clue. And - Before we migrated to Wix - we used Installshield.