reactos/sdk
Hermès Bélusca-Maïto c8d37c1a0d
[SYSSETUP] Use a $winnt$.inf file to retrieve setup information for the 2nd-stage setup.
Following r75518, we use the $winnt$.inf file (created in System32
by the 1st-stage installer) as the setup information file for the
2nd-stage setup for:

- retrieving the installation source media path;
- retrieving the unattended information that was copied from the
  unattend.inf file from the installation source media.

The installation source media path is converted from NT format to
Win32 format for usage with Win32 functions and storage in the registry:
this is done by GetInstallSourceWin32(), which replaces the hackish
GetRosInstallCD() function.

The $winnt$.inf file is also updated, and the registry values "SourcePath"
and "ServicePackSourcePath" are created / updated in:
HKLM\Software\Microsoft\Windows\CurrentVersion\Setup .

svn path=/branches/setup_improvements/; revision=75524
2018-10-27 18:13:38 +02:00
..
cmake [SDK] Update baseaddresses 2018-10-25 06:59:45 +02:00
include [SYSSETUP] Use a $winnt$.inf file to retrieve setup information for the 2nd-stage setup. 2018-10-27 18:13:38 +02:00
lib [VFATLIB] Don't attempt to fix volume if not allowed 2018-10-21 11:12:10 +02:00
tools [MKHIVE] Minor code rearrangement. 2018-10-20 19:52:07 +02:00