mirror of
https://github.com/reactos/reactos.git
synced 2026-06-22 01:12:52 +08:00
CORE-20661, CORE-13525 The GUI-mode setup was asking the user for device configuration and installation destination partition, even when upgrading or repairing an existing installation. It doesn't make sense to ask: e.g. you shouldn't be able to upgrade an installation in C: to D: partition; and the setup ignores what the user chooses: e.g. if your installation is using a 1024x768 resolution, choosing another resolution during the SETUP won't change the resolution. Thus, the setup should skip these pages without asking anything from user. This is also consistent with USETUP's behavior. - Set `InstallPartition` and `InstallationDirectory` to selected repair/upgrade target volume and directory. - Jump to the Summary page from the Install type/upgrade pages. - Return to the Install type/upgrade page when navigating backward from the Summary page. - Return to the Installation type page when navigating backward from the Device page. Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>