-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
75 changed files
with
298 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* PROJECT: ReactOS Setup Library | ||
* PROJECT: Windivs Setup Library | ||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) | ||
* PURPOSE: Setup error codes | ||
* COPYRIGHT: Copyright 2007-2018 Johannes Anderwald <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* PROJECT: ReactOS Setup Library | ||
* PROJECT: Windivs Setup Library | ||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) | ||
* PURPOSE: Filesystem Format and ChkDsk support functions. | ||
* COPYRIGHT: Copyright 2003-2019 Casper S. Hornstrup ([email protected]) | ||
|
@@ -155,7 +155,7 @@ typedef struct _FILE_SYSTEM | |
PULIB_CHKDSK ChkdskFunc; | ||
} FILE_SYSTEM, *PFILE_SYSTEM; | ||
|
||
/* The list of file systems on which we can install ReactOS */ | ||
/* The list of file systems on which we can install Windivs */ | ||
static FILE_SYSTEM RegisteredFileSystems[] = | ||
{ | ||
/* NOTE: The FAT formatter will automatically | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* PROJECT: ReactOS Setup Library | ||
* PROJECT: Windivs Setup Library | ||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) | ||
* PURPOSE: Filesystem Format and ChkDsk support functions. | ||
* COPYRIGHT: Copyright 2003-2019 Casper S. Hornstrup ([email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* COPYRIGHT: See COPYING in the top level directory | ||
* PROJECT: ReactOS Setup Library | ||
* PROJECT: Windivs Setup Library | ||
* FILE: base/setup/lib/install.c | ||
* PURPOSE: Installation functions | ||
* PROGRAMMERS: Hervé Poussineau ([email protected]) | ||
|
@@ -32,7 +32,7 @@ LookupDirectoryById( | |
{ | ||
BOOL Success; | ||
|
||
// ReactOS-specific | ||
// Windivs-specific | ||
Success = SpInfFindFirstLine(InfHandle, L"Directories", DirId, InfContext); | ||
if (!Success) | ||
{ | ||
|
@@ -279,7 +279,7 @@ BuildFullDirectoryPath( | |
* respective directories. | ||
*/ | ||
/* | ||
* IMPORTANT NOTE: The INF file specification used for the .CAB in ReactOS | ||
* IMPORTANT NOTE: The INF file specification used for the .CAB in Windivs | ||
* is not compliant with respect to TXTSETUP.SIF syntax or the standard syntax. | ||
*/ | ||
static BOOLEAN | ||
|
@@ -611,7 +611,7 @@ PrepareCopyInfFile( | |
} | ||
|
||
/* Search for the 'Directories' section */ | ||
// ReactOS-specific | ||
// Windivs-specific | ||
if (!SpInfFindFirstLine(InfFile, L"Directories", NULL, &DirContext)) | ||
{ | ||
// Windows-compatible | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* COPYRIGHT: See COPYING in the top level directory | ||
* PROJECT: ReactOS Setup Library | ||
* PROJECT: Windivs Setup Library | ||
* FILE: base/setup/lib/install.c | ||
* PURPOSE: Installation functions | ||
* PROGRAMMERS: Hervé Poussineau ([email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* COPYRIGHT: See COPYING in the top level directory | ||
* PROJECT: ReactOS Setup Library | ||
* PROJECT: Windivs Setup Library | ||
* FILE: base/setup/lib/setuplib.c | ||
* PURPOSE: Setup Library - Main initialization helpers | ||
* PROGRAMMERS: Casper S. Hornstrup ([email protected]) | ||
|
@@ -73,9 +73,9 @@ CheckUnattendedSetup( | |
} | ||
|
||
/* Check 'Signature' string */ | ||
if (_wcsicmp(Value, L"$ReactOS$") != 0) | ||
if (_wcsicmp(Value, L"$Windivs$") != 0) | ||
{ | ||
DPRINT("Signature not $ReactOS$\n"); | ||
DPRINT("Signature not $Windivs$\n"); | ||
INF_FreeData(Value); | ||
goto Quit; | ||
} | ||
|
@@ -544,7 +544,7 @@ LoadSetupInf( | |
return ERROR_CORRUPT_TXTSETUPSIF; | ||
|
||
/* Check 'Signature' string */ | ||
if (_wcsicmp(Value, L"$ReactOS$") != 0 && | ||
if (_wcsicmp(Value, L"$Windivs$") != 0 && | ||
_wcsicmp(Value, L"$Windows NT$") != 0) | ||
{ | ||
INF_FreeData(Value); | ||
|
@@ -978,7 +978,7 @@ UpdateRegistry( | |
|
||
Success = SpInfFindFirstLine(pSetupData->SetupInf, L"HiveInfs.Fresh", NULL, &InfContext); // Windows-compatible | ||
if (!Success) | ||
Success = SpInfFindFirstLine(pSetupData->SetupInf, L"HiveInfs.Install", NULL, &InfContext); // ReactOS-specific | ||
Success = SpInfFindFirstLine(pSetupData->SetupInf, L"HiveInfs.Install", NULL, &InfContext); // Windivs-specific | ||
|
||
if (!Success) | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* COPYRIGHT: See COPYING in the top level directory | ||
* PROJECT: ReactOS Setup Library | ||
* PROJECT: Windivs Setup Library | ||
* FILE: base/setup/lib/fileqsup.c | ||
* PURPOSE: Interfacing with Setup* API File Queue support functions | ||
* PROGRAMMERS: Hermes Belusca-Maito ([email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* COPYRIGHT: See COPYING in the top level directory | ||
* PROJECT: ReactOS Setup Library | ||
* PROJECT: Windivs Setup Library | ||
* FILE: base/setup/lib/fileqsup.h | ||
* PURPOSE: Interfacing with Setup* API File Queue support functions | ||
* PROGRAMMERS: Casper S. Hornstrup ([email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* COPYRIGHT: See COPYING in the top level directory | ||
* PROJECT: ReactOS Setup Library | ||
* PROJECT: Windivs Setup Library | ||
* FILE: base/setup/lib/infsupp.h | ||
* PURPOSE: Interfacing with Setup* API .INF Files support functions | ||
* PROGRAMMERS: Hermes Belusca-Maito ([email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* COPYRIGHT: See COPYING in the top level directory | ||
* PROJECT: ReactOS Setup Library | ||
* PROJECT: Windivs Setup Library | ||
* FILE: base/setup/lib/spapisup.h | ||
* PURPOSE: Interfacing with Setup* API support functions | ||
* PROGRAMMERS: Hermes Belusca-Maito ([email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.