forked from reactos/reactos
-
Notifications
You must be signed in to change notification settings - Fork 0
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
12 changed files
with
73 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,8 @@ | |
* PROJECT: ReactOS Setup Library | ||
* FILE: base/setup/lib/install.c | ||
* PURPOSE: Installation functions | ||
* PROGRAMMERS: Hervé Poussineau ([email protected]) | ||
* PROGRAMMERS: Eric Kohl | ||
* Hervé Poussineau ([email protected]) | ||
* Hermes Belusca-Maito ([email protected]) | ||
*/ | ||
|
||
|
@@ -539,7 +540,7 @@ PrepareCopyInfFile( | |
|
||
/* Add specific files depending of computer type */ | ||
if (!ProcessComputerFiles(InfFile, pSetupData->ComputerList, &AdditionalSectionName)) | ||
return FALSE; | ||
return FALSE; // return ERROR_LOAD_COMPUTER; | ||
|
||
if (AdditionalSectionName && | ||
!AddSectionToCopyQueue(pSetupData, InfFile, | ||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* PROJECT: ReactOS Setup Library | ||
* FILE: base/setup/lib/registry.c | ||
* PURPOSE: Registry creation functions | ||
* PROGRAMMERS: ... | ||
* PROGRAMMERS: Eric Kohl | ||
* 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 |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* PROJECT: ReactOS Setup Library | ||
* FILE: base/setup/lib/registry.h | ||
* PURPOSE: Registry creation functions | ||
* PROGRAMMERS: ... | ||
* PROGRAMMERS: Eric Kohl | ||
* 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,8 @@ | |
* PROJECT: ReactOS Setup Library | ||
* FILE: base/setup/lib/fileqsup.h | ||
* PURPOSE: Interfacing with Setup* API File Queue support functions | ||
* PROGRAMMERS: Casper S. Hornstrup ([email protected]) | ||
* PROGRAMMERS: Eric Kohl | ||
* Casper S. Hornstrup ([email protected]) | ||
* 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 |
---|---|---|
|
@@ -2,7 +2,8 @@ | |
* PROJECT: ReactOS Setup Library | ||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) | ||
* PURPOSE: File support functions. | ||
* COPYRIGHT: Casper S. Hornstrup ([email protected]) | ||
* COPYRIGHT: Eric Kohl | ||
* Casper S. Hornstrup ([email protected]) | ||
* Copyright 2017-2018 Hermes Belusca-Maito | ||
*/ | ||
|
||
|
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 |
---|---|---|
|
@@ -3,6 +3,8 @@ | |
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) | ||
* PURPOSE: File support functions. | ||
* COPYRIGHT: Casper S. Hornstrup ([email protected]) | ||
* COPYRIGHT: Eric Kohl | ||
* Casper S. Hornstrup ([email protected]) | ||
* Copyright 2017-2018 Hermes Belusca-Maito | ||
*/ | ||
|
||
|
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 |
---|---|---|
|
@@ -21,7 +21,8 @@ | |
* PROJECT: ReactOS text-mode setup | ||
* FILE: base/setup/lib/fileqsup.c | ||
* PURPOSE: Interfacing with Setup* API File Queue support functions | ||
* PROGRAMMERS: Casper S. Hornstrup ([email protected]) | ||
* PROGRAMMERS: Eric Kohl | ||
* Casper S. Hornstrup ([email protected]) | ||
* 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 |
---|---|---|
|
@@ -21,7 +21,8 @@ | |
* PROJECT: ReactOS text-mode setup | ||
* FILE: base/setup/usetup/usetup.c | ||
* PURPOSE: Text-mode setup | ||
* PROGRAMMERS: Casper S. Hornstrup ([email protected]) | ||
* PROGRAMMERS: Eric Kohl | ||
* Casper S. Hornstrup ([email protected]) | ||
* 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