mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-17 02:28:09 +02:00
added log rotation to project options
This commit is contained in:
@@ -316,14 +316,14 @@ System,EndLocal
|
||||
// Return values..: ExitCode provided by the DISM application
|
||||
// Author.........: Homes32
|
||||
// Remarks........: This command is provided as compatibility shim to allow using DISM on Win10 images from a Win7 Host.
|
||||
// The version of DISM provided with Win7 does not recognize Win10 imagines when using the /image: argument.
|
||||
// The version of DISM provided with Win7 does not recognize Win10 images when using the /image: argument.
|
||||
// In order to work around this limitation and allow DISM operations (Localization, driver integration, etc) on Win7
|
||||
// we use DISM from Win10 AIK tools, downloaded using JFX's GetWaikTools.exe during Pre-Flight Check.
|
||||
// * Win10+ - Executes DISM.exe from the HostOS
|
||||
// * Win7/8 - Executes Win10 AIK DISM.exe
|
||||
//
|
||||
// Eventually GetWaikTools will no longer be able to download an AIK that works on Win7, at which time it will no
|
||||
// longer be possible to build PhoenixPE on Win7. What do you expect running an unsupported OS? ;-)
|
||||
// Eventually GetWaikTools will no longer be able to download an AIK that works on Win7, at which time it will
|
||||
// no longer be possible to build PhoenixPE on Win7. What do you expect running an unsupported OS? ;-)
|
||||
//
|
||||
// Related........: Depends on %Tools%\%HostArch%\GWT.exe
|
||||
// ===============================================================================================================================
|
||||
|
Reference in New Issue
Block a user