From ffdae843b4a9d0ca23bdc193e053cc1d36c00336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Fri, 27 Feb 2026 14:43:01 +0100 Subject: [PATCH] [BOOTCDREGTEST] Install ReactOS in C:\Windows on the testbots to cope with unreliable Winetests (#8693) ROSTESTS-416 More and more winetests we import from Wine hardcode the `C:\Windows` path and thus, are brittle (read: unreliable) whenever they are run on any other configuration where Windows (or ReactOS) is **NOT** installed in this path. Dedicated to Carl Bialorucki ;) --- boot/bootdata/bootcdregtest/unattend.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot/bootdata/bootcdregtest/unattend.inf b/boot/bootdata/bootcdregtest/unattend.inf index 6617f40b3a4..c58b6c8f90f 100644 --- a/boot/bootdata/bootcdregtest/unattend.inf +++ b/boot/bootdata/bootcdregtest/unattend.inf @@ -6,10 +6,10 @@ Signature = "$ReactOS$" ; no - unattend setup disabled UnattendSetupEnabled = yes -; Install to \Device\Harddisk0\Partition1\ReactOS +; Install to \Device\Harddisk0\Partition1\Windows for taming unreliable Winetests (ROSTESTS-416) DestinationDiskNumber = 0 DestinationPartitionNumber = 1 -InstallationDirectory=ReactOS +InstallationDirectory=Windows ; BootLoaderLocation=0 Skip installation ; BootLoaderLocation=1 Install on removable media (floppy)