added log rotation to project options

This commit is contained in:
Homes32
2022-05-11 19:03:46 -05:00
parent 42e4f7fa02
commit 69a575a0af
3 changed files with 19 additions and 12 deletions

View File

@@ -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
// ===============================================================================================================================