reactos/dll/win32/syssetup
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
..
lang [TRANSLATION] Polish translation update 2018-10-20 21:26:07 +02:00
resources Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
classinst.c [SYSETUP] Implement the CriticalDeviceCoInstaller 2018-09-30 17:23:38 +02:00
CMakeLists.txt [SYSETUP] Add property page provider stubs and register them 2018-04-21 14:15:23 +02:00
COPYING Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
dllmain.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
globals.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
install.c [SYSSETUP] Fix handling of the status message window 2018-08-20 22:10:04 +02:00
logfile.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
precomp.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
proppage.c [SYSSETUP] Close the device key after the property sheet page has been released. 2018-04-29 15:41:38 +02:00
resource.h [SYSSETUP] Add the property sheet page and initialize it 2018-04-22 14:26:11 +02:00
security.c [SYSSETUP] Fix an issue that may be caused by a missing security settings file 2018-05-29 12:49:24 +02:00
syssetup.rc [SYSSETUP] Don't load ISOLATIONAWARE_MANIFEST_RESOURCE_ID manually 2018-02-07 01:15:49 +02:00
syssetup.spec [SYSETUP] Add property page provider stubs and register them 2018-04-21 14:15:23 +02:00
wizard.c [SYSSETUP] Use a $winnt$.inf file to retrieve setup information for the 2nd-stage setup. 2018-10-27 18:13:38 +02:00