39 pSetupData->SourcePath.Buffer,
L"unattend.inf");
41 DPRINT(
"UnattendInf path: '%S'\n", UnattendInfPath);
45 DPRINT(
"Does not exist: %S\n", UnattendInfPath);
53 pSetupData->LanguageId,
57 DPRINT(
"SpInfOpenInfFile() failed\n");
64 DPRINT(
"SpInfFindFirstLine() failed for section 'Unattend'\n");
71 DPRINT(
"INF_GetData() failed for key 'Signature'\n");
78 DPRINT(
"Signature not $ReactOS$\n");
88 DPRINT(
"Can't find key 'UnattendSetupEnabled'\n");
94 DPRINT(
"Can't read key 'UnattendSetupEnabled'\n");
100 DPRINT(
"Unattend setup is disabled by 'UnattendSetupEnabled' key!\n");
110 DPRINT(
"SpInfFindFirstLine() failed for key 'DestinationDiskNumber'\n");
116 DPRINT(
"SpInfGetIntField() failed for key 'DestinationDiskNumber'\n");
120 pSetupData->DestinationDiskNumber = (
LONG)IntValue;
125 DPRINT(
"SpInfFindFirstLine() failed for key 'DestinationPartitionNumber'\n");
131 DPRINT(
"SpInfGetIntField() failed for key 'DestinationPartitionNumber'\n");
135 pSetupData->DestinationPartitionNumber = (
LONG)IntValue;
143 ARRAYSIZE(pSetupData->InstallationDirectory),
149 DPRINT(
"INF_GetData() failed for key 'InstallationDirectory'\n");
154 DPRINT(
"Running unattended setup\n");
160 pSetupData->BootLoaderLocation = IntValue;
167 pSetupData->FormatPartition = IntValue;
174 pSetupData->AutoPartition = IntValue;
194 pSetupData->FsType = IntValue;
213 CHAR CrLf[] = {
'\r',
'\n'};
246 IniAddKey(IniSection,
L"UnattendedInstall", PathBuffer);
251 L"\"%s\"",
L"winnt");
252 IniAddKey(IniSection,
L"ProductType", PathBuffer);
255 L"\"%s\\\"", pSetupData->SourceRootPath.Buffer);
256 IniAddKey(IniSection,
L"SourcePath", PathBuffer);
265 pSetupData->SourcePath.Buffer,
L"unattend.inf");
268 DPRINT(
"Does not exist: %S\n", UnattendInfPath);
275 DPRINT1(
"Cannot load %S as an INI file!\n", UnattendInfPath);
283 pSetupData->DestinationPath.Buffer,
L"System32\\$winnt$.inf");
290 pSetupData->DestinationPath.Buffer,
L"System32\\$winnt$.inf");
296 pSetupData->SourcePath.Buffer,
L"unattend.inf");
299 DPRINT(
"Does not exist: %S\n", UnattendInfPath);
317 DPRINT1(
"Cannot load %S as an INI file!\n", PathBuffer);
329 DPRINT(
"NtQueryInformationFile() failed (Status %lx)\n",
Status);
342 DPRINT1(
"Cannot load %S !\n", UnattendInfPath);
400 RtlInitEmptyUnicodeString(InstallSourcePath,
448 DPRINT1(
"NtOpenSymbolicLinkObject(%wZ) failed with Status 0x%08lx\n",
453 RtlInitEmptyUnicodeString(&SystemRootPath,
455 sizeof(SystemRootBuffer));
471 InstallSourcePath = &SystemRootPath;
509 pSetupData->SourcePath.Buffer,
L"txtsetup.sif");
513 pSetupData->SetupInf =
517 pSetupData->LanguageId,
544 pSetupData->RequiredPartitionDiskSpace = ~0;
550 pSetupData->RequiredPartitionDiskSpace = (
ULONG)IntValue;
593 pSetupData->InstallationDirectory[0] = 0;
601 ARRAYSIZE(pSetupData->InstallationDirectory),
642 DPRINT1(
"We are using a different system partition!!\n");
656 OldActivePart =
NULL;
705#define IS_PATH_SEPARATOR(c) ((c) == L'\\' || (c) == L'/')
724 for (
p = InstallDir; *
p; ++
p)
733 for (
p = InstallDir; *
p;)
738 BOOLEAN IsNameLegal, SpacesInName;
766 if (
Length > 1 && *(
p - 2) !=
L'.' && *(
p - 1) ==
L'.')
777 SpacesInName =
FALSE;
781 if (!IsNameLegal || SpacesInName)
783 DPRINT(
"'%wZ' is %s 8.3 filename %s spaces\n",
785 (IsNameLegal ?
"a valid" :
"an invalid"),
786 (SpacesInName ?
"with" :
"without"));
812 L"%s\\",
Volume->Info.DeviceName);
815 DPRINT1(
"RtlStringCchPrintfW() failed with status 0x%08lx\n",
Status);
823 DPRINT1(
"RtlCreateUnicodeString() failed with status 0x%08lx\n",
Status);
827 DPRINT(
"DestinationRootPath: %wZ\n", &pSetupData->DestinationRootPath);
830 if (!InstallationDir)
831 InstallationDir = pSetupData->InstallationDirectory;
843 L"multi(0)disk(0)rdisk(%lu)partition(%lu)\\",
848 L"multi(%lu)disk(%lu)rdisk(%lu)partition(%lu)\\",
854 DPRINT1(
"Fixed disk found by BIOS, using MULTI ARC path '%S'\n", PathBuffer);
859 L"scsi(%u)disk(%u)rdisk(%u)partition(%lu)\\",
864 DPRINT1(
"Fixed disk not found by BIOS, using SCSI ARC path '%S'\n", PathBuffer);
871 L"multi(0)disk(0)rdisk(%lu)partition(%lu)\\",
873 DPRINT1(
"Removable disk, using MULTI ARC path '%S'\n", PathBuffer);
876 L"signature(%08x)disk(%u)rdisk(%u)partition(%lu)\\",
881 DPRINT1(
"Removable disk, using SIGNATURE ARC path '%S'\n", PathBuffer);
887 DPRINT1(
"RtlStringCchPrintfW() failed with status 0x%08lx\n",
Status);
896 DPRINT1(
"ConcatPaths() failed with status 0x%08lx\n",
Status);
905 DPRINT1(
"RtlCreateUnicodeString() failed with status 0x%08lx\n",
Status);
914 pSetupData->DestinationRootPath.Buffer, InstallationDir);
918 DPRINT1(
"CombinePaths() failed with status 0x%08lx\n",
Status);
928 DPRINT1(
"RtlCreateUnicodeString() failed with status 0x%08lx\n",
Status);
940 DPRINT1(
"RtlCreateUnicodeString() failed with status 0x%08lx\n",
Status);
962 pSetupData->ErrorRoutine =
NULL;
994 &pSetupData->SourceRootPath,
995 &pSetupData->SourceRootDir);
998 DPRINT1(
"GetSourcePaths() failed (Status 0x%08lx)\n",
Status);
1007 DPRINT1(
"SourcePath (1): '%wZ'\n", &pSetupData->SourcePath);
1008 DPRINT1(
"SourceRootPath (1): '%wZ'\n", &pSetupData->SourceRootPath);
1009 DPRINT1(
"SourceRootDir (1): '%wZ'\n", &pSetupData->SourceRootDir);
1012 pSetupData->DestinationDiskNumber = 0;
1013 pSetupData->DestinationPartitionNumber = 1;
1014 pSetupData->BootLoaderLocation = 2;
1015 pSetupData->FormatPartition = 0;
1016 pSetupData->AutoPartition = 0;
1017 pSetupData->FsType = 0;
1023 DPRINT1(
"LoadSetupInf() failed (Error 0x%lx)\n",
Error);
1026 DPRINT1(
"SourcePath (2): '%wZ'\n", &pSetupData->SourcePath);
1027 DPRINT1(
"SourceRootPath (2): '%wZ'\n", &pSetupData->SourceRootPath);
1028 DPRINT1(
"SourceRootDir (2): '%wZ'\n", &pSetupData->SourceRootDir);
1034#if defined(SARCH_XBOX)
1052 if (pSetupData->ComputerList !=
NULL)
1055 pSetupData->ComputerList =
NULL;
1059 if (pSetupData->DisplayList !=
NULL)
1062 pSetupData->DisplayList =
NULL;
1066 if (pSetupData->KeyboardList !=
NULL)
1069 pSetupData->KeyboardList =
NULL;
1073 if (pSetupData->LayoutList !=
NULL)
1076 pSetupData->LayoutList =
NULL;
1080 if (pSetupData->LanguageList !=
NULL)
1083 pSetupData->LanguageList =
NULL;
1102 IN WCHAR DestinationDriveLetter,
1119 DPRINT1(
"TODO: Updating / repairing the registry is not completely implemented yet!\n");
1125 DPRINT1(
"VerifyRegistryHives failed, Status 0x%08lx\n",
Status);
1126 ShouldRepairRegistry =
FALSE;
1128 if (!ShouldRepairRegistry)
1129 DPRINT1(
"No need to repair the registry\n");
1142 DPRINT1(
"RegInitializeRegistry() failed\n");
1172 DPRINT1(
"SpInfFindFirstLine() failed\n");
1189 DPRINT1(
"No update needed for the registry!\n");
1229 pSetupData->LanguageId,
Delete))
1249 ASSERT(pSetupData->DisplayType);
1285 ASSERT(pSetupData->LayoutId);
1344 ShouldRepairRegistry =
FALSE;
PRTL_UNICODE_STRING_BUFFER Path
#define OBJ_NAME_PATH_SEPARATOR
#define FILE_NON_DIRECTORY_FILE
static BOOL ImportRegistryFile(HWND hWnd)
WCHAR FileNameBuffer[MAX_PATH]
BOOL Delete(LPCTSTR ServiceName)
VOID RegCleanupRegistry(IN PUNICODE_STRING NtSystemRoot)
NTSTATUS RegInitializeRegistry(IN PUNICODE_STRING NtSystemRoot)
NTSTATUS VerifyRegistryHives(IN PUNICODE_STRING NtSystemRoot, OUT PBOOLEAN ShouldRepairRegistry)
BOOLEAN SetDefaultPagefile(_In_ WCHAR Drive)
BOOLEAN ProcessKeyboardLayoutRegistry(_In_ PCWSTR pszLayoutId, _In_ PCWSTR LanguageId)
BOOLEAN ProcessDisplayRegistry(_In_ HINF InfFile, _In_ PCWSTR DisplayType)
BOOLEAN SetGeoID(_In_ GEOID GeoId)
BOOLEAN ProcessLocaleRegistry(_In_ PCWSTR LanguageId)
struct _GENENTRY * PGENENTRY
static FSVOL_OP CALLBACK FsVolCallback(_In_opt_ PVOID Context, _In_ FSVOLNOTIFY FormatStatus, _In_ ULONG_PTR Param1, _In_ ULONG_PTR Param2)
PPARTENTRY InstallPartition
PPARTENTRY SystemPartition
NTSYSAPI BOOLEAN NTAPI RtlCreateUnicodeString(PUNICODE_STRING DestinationString, PCWSTR SourceString)
IN PUNICODE_STRING IN POBJECT_ATTRIBUTES ObjectAttributes
#define NT_SUCCESS(StatCode)
#define INVALID_HANDLE_VALUE
static const WCHAR Cleanup[]
UNICODE_STRING * PUNICODE_STRING
struct _UNICODE_STRING UNICODE_STRING
enum _ERROR_NUMBER ERROR_NUMBER
@ ERROR_SIGNATURE_TXTSETUPSIF
@ ERROR_CORRUPT_TXTSETUPSIF
@ ERROR_UPDATE_LOCALESETTINGS
@ ERROR_INITIALIZE_REGISTRY
@ ERROR_UPDATE_DISPLAY_SETTINGS
@ ERROR_UPDATE_KBSETTINGS
struct _FileName FileName
NTSTATUS CombinePaths(OUT PWSTR PathBuffer, IN SIZE_T cchPathSize, IN ULONG NumberOfPathComponents, IN ...)
NTSTATUS OpenAndMapFile(_In_opt_ HANDLE RootDirectory, _In_ PCWSTR PathNameToFile, _Out_opt_ PHANDLE FileHandle, _Out_opt_ PULONG FileSize, _Out_ PHANDLE SectionHandle, _Out_ PVOID *BaseAddress, _In_ BOOLEAN ReadWriteAccess)
Opens and maps a file in memory.
NTSTATUS ConcatPaths(IN OUT PWSTR PathBuffer, IN SIZE_T cchPathSize, IN ULONG NumberOfPathComponents, IN ...)
#define UnMapAndCloseFile(FileHandle, SectionHandle, BaseAddress)
#define DoesFileExist(RootDirectory, FileName)
_Must_inspect_result_ _In_opt_ PFLT_INSTANCE _Out_ PHANDLE FileHandle
#define FILE_SYNCHRONOUS_IO_NONALERT
_Must_inspect_result_ _Out_ PLARGE_INTEGER FileSize
_Must_inspect_result_ _In_ PFSRTL_PER_STREAM_CONTEXT Ptr
_Check_return_ long __cdecl wcstol(_In_z_ const wchar_t *_Str, _Out_opt_ _Deref_post_z_ wchar_t **_EndPtr, _In_ int _Radix)
_Check_return_ unsigned long __cdecl wcstoul(_In_z_ const wchar_t *_Str, _Out_opt_ _Deref_post_z_ wchar_t **_EndPtr, _In_ int _Radix)
_CRTIMP size_t __cdecl wcslen(_In_z_ const wchar_t *_Str)
#define OBJ_CASE_INSENSITIVE
BOOLEAN NTAPI RtlIsNameLegalDOS8Dot3(_In_ PUNICODE_STRING Name, _Inout_opt_ POEM_STRING OemName, _Inout_opt_ PBOOLEAN NameContainsSpaces)
pSpInfFindNextLine SpInfFindNextLine
pSpInfGetIntField SpInfGetIntField
pSpInfFindFirstLine SpInfFindFirstLine
FORCEINLINE VOID INF_FreeData(IN PCWSTR InfData)
pSpInfOpenInfFile SpInfOpenInfFile
pSpInfCloseInfFile SpInfCloseInfFile
VOID IniCacheDestroy(_In_ PINICACHE Cache)
NTSTATUS IniCacheLoad(PINICACHE *Cache, PWCHAR FileName, BOOLEAN String)
PINI_SECTION IniAddSection(_In_ PINICACHE Cache, _In_ PCWSTR Name)
NTSTATUS IniCacheSave(PINICACHE Cache, PWCHAR FileName)
PINICACHE IniCacheCreate(VOID)
PINI_KEYWORD IniAddKey(_In_ PINI_SECTION Section, _In_ PCWSTR Name, _In_ PCWSTR Data)
GEOID MUIGetGeoID(IN PCWSTR LanguageId)
BOOLEAN AddCodePage(IN PCWSTR LanguageId)
BOOLEAN AddKeyboardLayouts(IN PCWSTR LanguageId)
BOOLEAN INF_GetDataField(IN PINFCONTEXT Context, IN ULONG FieldIndex, OUT PCWSTR *Data)
BOOLEAN INF_GetData(IN PINFCONTEXT Context, OUT PCWSTR *Key, OUT PCWSTR *Data)
VOID DestroyGenericList(IN OUT PGENERIC_LIST List, IN BOOLEAN FreeData)
PGENERIC_LIST_ENTRY GetCurrentListEntry(IN PGENERIC_LIST List)
PVOID GetListEntryData(IN PGENERIC_LIST_ENTRY Entry)
static const char const char const char PIMAGEHLP_STATUS_ROUTINE StatusRoutine
static OUT PIO_STATUS_BLOCK IoStatusBlock
#define InitializeObjectAttributes(p, n, a, r, s)
NTSYSAPI NTSTATUS NTAPI NtOpenFile(OUT PHANDLE phFile, IN ACCESS_MASK DesiredAccess, IN POBJECT_ATTRIBUTES ObjectAttributes, OUT PIO_STATUS_BLOCK pIoStatusBlock, IN ULONG ShareMode, IN ULONG OpenMode)
#define SYMBOLIC_LINK_QUERY
NTSYSAPI NTSTATUS NTAPI NtWriteFile(IN HANDLE hFile, IN HANDLE hEvent OPTIONAL, IN PIO_APC_ROUTINE IoApcRoutine OPTIONAL, IN PVOID IoApcContext OPTIONAL, OUT PIO_STATUS_BLOCK pIoStatusBlock, IN PVOID WriteBuffer, IN ULONG WriteBufferLength, IN PLARGE_INTEGER FileOffset OPTIONAL, IN PULONG LockOperationKey OPTIONAL)
NTSYSAPI VOID NTAPI RtlInitUnicodeString(PUNICODE_STRING DestinationString, PCWSTR SourceString)
#define NtCurrentProcess()
NTSYSAPI NTSTATUS NTAPI NtQueryInformationFile(IN HANDLE hFile, OUT PIO_STATUS_BLOCK pIoStatusBlock, OUT PVOID FileInformationBuffer, IN ULONG FileInformationBufferLength, IN FILE_INFORMATION_CLASS FileInfoClass)
NTSTATUS NTAPI NtClose(IN HANDLE Handle)
NTSYSAPI VOID NTAPI RtlFreeUnicodeString(PUNICODE_STRING UnicodeString)
#define RTL_NUMBER_OF_FIELD(type, field)
_In_ ULONG _In_ ULONG _In_ ULONG Length
NTSTATUS NTAPI NtQueryInformationProcess(_In_ HANDLE ProcessHandle, _In_ PROCESSINFOCLASS ProcessInformationClass, _Out_ PVOID ProcessInformation, _In_ ULONG ProcessInformationLength, _Out_opt_ PULONG ReturnLength)
#define STATUS_NOT_IMPLEMENTED
NTSTRSAFEAPI RtlStringCchCopyW(_Out_writes_(cchDest) _Always_(_Post_z_) NTSTRSAFE_PWSTR pszDest, _In_ size_t cchDest, _In_ NTSTRSAFE_PCWSTR pszSrc)
NTSTRSAFEVAPI RtlStringCchPrintfW(_Out_writes_(cchDest) _Always_(_Post_z_) NTSTRSAFE_PWSTR pszDest, _In_ size_t cchDest, _In_ _Printf_format_string_ NTSTRSAFE_PCWSTR pszFormat,...)
NTSTATUS NTAPI NtQuerySymbolicLinkObject(IN HANDLE LinkHandle, OUT PUNICODE_STRING LinkTarget, OUT PULONG ResultLength OPTIONAL)
NTSTATUS NTAPI NtOpenSymbolicLinkObject(OUT PHANDLE LinkHandle, IN ACCESS_MASK DesiredAccess, IN POBJECT_ATTRIBUTES ObjectAttributes)
#define FileStandardInformation
_Check_return_ _CRTIMP int __cdecl _wcsicmp(_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2)
@ FSVOLNOTIFY_PARTITIONERROR
FSVOL_OP(CALLBACK * PFSVOL_CALLBACK)(_In_opt_ PVOID Context, _In_ FSVOLNOTIFY FormatStatus, _In_ ULONG_PTR Param1, _In_ ULONG_PTR Param2)
BOOLEAN SetMountedDeviceValues(_In_ PPARTLIST List)
BOOLEAN CreatePartition(_In_ PPARTLIST List, _Inout_ PPARTENTRY PartEntry, _In_opt_ ULONGLONG SizeBytes, _In_opt_ ULONG_PTR PartitionInfo)
BOOLEAN SetActivePartition(IN PPARTLIST List, IN PPARTENTRY PartEntry, IN PPARTENTRY OldActivePart OPTIONAL)
PPARTENTRY FindSupportedSystemPartition(IN PPARTLIST List, IN BOOLEAN ForceSelect, IN PDISKENTRY AlternativeDisk OPTIONAL, IN PPARTENTRY AlternativePart OPTIONAL)
NTSTATUS InitDestinationPaths(_Inout_ PUSETUP_DATA pSetupData, _In_ PCWSTR InstallationDir, _In_ PVOLENTRY Volume)
BOOLEAN InitSystemPartition(_In_ PPARTLIST PartitionList, _In_ PPARTENTRY InstallPartition, _Out_ PPARTENTRY *pSystemPartition, _In_opt_ PFSVOL_CALLBACK FsVolCallback, _In_opt_ PVOID Context)
Find or set the active system partition.
ERROR_NUMBER LoadSetupInf(IN OUT PUSETUP_DATA pSetupData)
VOID FinishSetup(IN OUT PUSETUP_DATA pSetupData)
BOOLEAN IsValidInstallDirectory(_In_ PCWSTR InstallDir)
Verify whether the given directory is suitable for ReactOS installation. Each path component must be ...
VOID CheckUnattendedSetup(IN OUT PUSETUP_DATA pSetupData)
ERROR_NUMBER UpdateRegistry(IN OUT PUSETUP_DATA pSetupData, IN BOOLEAN RepairUpdateFlag, IN PPARTLIST PartitionList, IN WCHAR DestinationDriveLetter, IN PCWSTR SelectedLanguageId, IN PREGISTRY_STATUS_ROUTINE StatusRoutine OPTIONAL, IN PFONTSUBSTSETTINGS SubstSettings OPTIONAL)
NTSTATUS GetSourcePaths(OUT PUNICODE_STRING SourcePath, OUT PUNICODE_STRING SourceRootPath, OUT PUNICODE_STRING SourceRootDir)
#define IS_PATH_SEPARATOR(c)
VOID InstallSetupInfFile(IN OUT PUSETUP_DATA pSetupData)
ERROR_NUMBER InitializeSetup(IN OUT PUSETUP_DATA pSetupData, IN ULONG InitPhase)
#define ERROR_SYSTEM_PARTITION_NOT_FOUND
#define IS_VALID_INSTALL_PATH_CHAR(c)
Defines the class of characters valid for the installation directory.
VOID(__cdecl * PREGISTRY_STATUS_ROUTINE)(IN REGISTRY_STATUS,...)
BOOLEAN IsUnattendedSetup
PULONG MinorVersion OPTIONAL
base of all file and directory entries
PDRIVE_LAYOUT_INFORMATION LayoutBuffer
struct _DISKENTRY * DiskEntry
ULONG OnDiskPartitionNumber
PPARTENTRY SystemPartition
BOOL DoRegistryFontFixup(PFONTSUBSTSETTINGS pSettings, LANGID LangID)
#define RTL_CONSTANT_STRING(s)
#define RtlZeroMemory(Destination, Length)
static PPARTLIST PartitionList
static BOOLEAN RepairUpdateFlag
PCWSTR SelectedLanguageId
_In_ WDFCHILDLIST _In_ PWDF_CHILD_LIST_ITERATOR Iterator
_Must_inspect_result_ _In_ PWDFDEVICE_INIT _In_opt_ PCUNICODE_STRING DeviceName
_In_ WDFIOTARGET _In_ _Strict_type_match_ WDF_IO_TARGET_SENT_IO_ACTION Action
_In_ WDFMEMORY _Out_opt_ size_t * BufferSize
_Must_inspect_result_ _In_ WDFKEY _In_ PCUNICODE_STRING _Out_opt_ PUSHORT _Inout_opt_ PUNICODE_STRING Value
_At_(*)(_In_ PWSK_CLIENT Client, _In_opt_ PUNICODE_STRING NodeName, _In_opt_ PUNICODE_STRING ServiceName, _In_opt_ ULONG NameSpace, _In_opt_ GUID *Provider, _In_opt_ PADDRINFOEXW Hints, _Outptr_ PADDRINFOEXW *Result, _In_opt_ PEPROCESS OwningProcess, _In_opt_ PETHREAD OwningThread, _Inout_ PIRP Irp Result)(Mem)) NTSTATUS(WSKAPI *PFN_WSK_GET_ADDRESS_INFO