mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
c8d37c1a0d
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 |
||
---|---|---|
.. | ||
asm | ||
c++ | ||
crt | ||
ddk | ||
dxsdk | ||
GL | ||
host | ||
ndk | ||
psdk | ||
reactos | ||
xdk |