From 7e2a9522351c58c45c7185f9e97b3b2faf1f9c90 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 3 Aug 2022 11:38:57 -0500 Subject: Make the clean room process replace the splash screen with its own. This is required to get Windows to automatically transfer foreground focus so that the BA's window or the elevation prompt is automatically activated. Fixes 6836 --- src/test/burn/WixToolsetTest.BurnE2E/WixIuiBaTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test') diff --git a/src/test/burn/WixToolsetTest.BurnE2E/WixIuiBaTests.cs b/src/test/burn/WixToolsetTest.BurnE2E/WixIuiBaTests.cs index 18dd41db..3e7e3ded 100644 --- a/src/test/burn/WixToolsetTest.BurnE2E/WixIuiBaTests.cs +++ b/src/test/burn/WixToolsetTest.BurnE2E/WixIuiBaTests.cs @@ -114,7 +114,7 @@ namespace WixToolsetTest.BurnE2E // Manual test for InternalUIBundle: // 1. Double click InternalUIBundle.exe on a machine that will prompt for elevation. // 2. Verify that the splash screen appeared but the prereq BA did not come up. - // 3. Verify that the elevation prompt came up immediately instead of flashing on the taskbar. (This is currently broken) + // 3. Verify that the elevation prompt came up immediately instead of flashing on the taskbar. // 4. Allow elevation. // 5. Verify that the MSI UI came up and the splash screen disappeared. // 6. Accept the two CA messages and click the install button. -- cgit v1.2.3-55-g6feb