diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-08-03 11:38:57 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-08-03 12:40:37 -0500 |
commit | 7e2a9522351c58c45c7185f9e97b3b2faf1f9c90 (patch) | |
tree | eb9a3448633916cd0e4ba9309ddc66a9ba886abb /src/test | |
parent | fa54ae44e565d4e8d273627f2fc73e670febeea2 (diff) | |
download | wix-7e2a9522351c58c45c7185f9e97b3b2faf1f9c90.tar.gz wix-7e2a9522351c58c45c7185f9e97b3b2faf1f9c90.tar.bz2 wix-7e2a9522351c58c45c7185f9e97b3b2faf1f9c90.zip |
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
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/burn/WixToolsetTest.BurnE2E/WixIuiBaTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
114 | // Manual test for InternalUIBundle: | 114 | // Manual test for InternalUIBundle: |
115 | // 1. Double click InternalUIBundle.exe on a machine that will prompt for elevation. | 115 | // 1. Double click InternalUIBundle.exe on a machine that will prompt for elevation. |
116 | // 2. Verify that the splash screen appeared but the prereq BA did not come up. | 116 | // 2. Verify that the splash screen appeared but the prereq BA did not come up. |
117 | // 3. Verify that the elevation prompt came up immediately instead of flashing on the taskbar. (This is currently broken) | 117 | // 3. Verify that the elevation prompt came up immediately instead of flashing on the taskbar. |
118 | // 4. Allow elevation. | 118 | // 4. Allow elevation. |
119 | // 5. Verify that the MSI UI came up and the splash screen disappeared. | 119 | // 5. Verify that the MSI UI came up and the splash screen disappeared. |
120 | // 6. Accept the two CA messages and click the install button. | 120 | // 6. Accept the two CA messages and click the install button. |