[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 ;)
This commit is contained in:
Hermès Bélusca-Maïto
2026-02-27 14:43:01 +01:00
parent 03b1e240bf
commit ffdae843b4

View File

@@ -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)