mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2026-08-13 13:04:08 -07:00
Bump max supported Win11 source to 25H2
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
// Additional 3rd party tools, encoded files, and programs used by the project are the property
|
||||
// of their respective authors and may be subject to their own license agreement.
|
||||
//
|
||||
// Copyright (c) 2014-2025 Jonathan Holmgren (Homes32)
|
||||
// Copyright (c) 2014-2026 Jonathan Holmgren (Homes32)
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
// of this software and associated documentation files (the "Software"), to deal
|
||||
@@ -503,7 +503,7 @@ lbl_ImageInfo="Image Info:",1,1,64,274,60,16,8,Normal
|
||||
lbl_ImgInfo=,1,1,131,274,474,16,8,Bold
|
||||
bvl_DestCfg_Basic="Configure Destination",1,12,5,313,625,65,8,Bold
|
||||
bvl_DestCfg_Advanced="Configure Destination",0,12,5,313,625,140,8,Bold
|
||||
cb_RunFromWim="Run all programs from RAM (Boot.wim)",1,3,15,342,215,18,False,"__Select this option to pack all programs into Boot.wim regardless of individual script settings.#$x#$xRequired for PXE/Network boot, wimboot, etc."
|
||||
cb_RunFromWim="Run all programs from RAM (Boot.wim)",1,3,15,342,215,18,False,"__Select this option to pack all programs into Boot.wim regardless of individual script settings.#$x#$xRequired for PXE/Network boot, wimboot, recovery partition, etc."
|
||||
txt_YProgramsDirName="Programs folder:",0,0,394,342,200,21,Programs,"__The name of the 'Programs' folder on the final media Y: drive (CD/DVD/USB).#$x#$xChanging the name of the Programs folder can be useful if you run more then one WinPE#$xfrom a single USB drive and need to keep your programs separated.#$x#$xChanges will take effect on the next build."
|
||||
lbl_OutputDir="Output Dir:",0,1,17,389,70,16,8,Bold
|
||||
fb_OutputDir=%BaseDir%\Output\%ProjectTitle%\,0,13,94,383,525,20,dir,"Title=Select the directory where the final build will be saved","__The directory where the final build will be saved. (eg. BOOT.WIM, Programs, etc.)"
|
||||
|
||||
@@ -293,7 +293,7 @@ If,ExistFile,"%TargetSystem32%\AudioSrvPolicyManager.dll",Begin
|
||||
End
|
||||
|
||||
// Warn if AudioSrvPolicyManager.dll version is unverified, as the patch will most likely fail to find a match
|
||||
If,%AudioSrvPolicyManagerVersion%,Bigger,10.0.2600.6584,Echo,"WARNING: [%TargetSystem32%\AudioSrvPolicyManager.dll] version [%AudioSrvPolicyManagerVersion%] has not been verified to work with this patch. Audio may not be available under the SYSTEM session. Please check the log for details.",WARN
|
||||
If,%AudioSrvPolicyManagerVersion%,Bigger,10.0.26200.6584,Echo,"WARNING: [%TargetSystem32%\AudioSrvPolicyManager.dll] version [%AudioSrvPolicyManagerVersion%] has not been verified to work with this patch. Audio may not be available under the SYSTEM session. Please check the log for details.",WARN
|
||||
|
||||
[#ToggleStartupSound#]
|
||||
// ===============================================================================================================================
|
||||
|
||||
@@ -291,6 +291,7 @@ DirDeleteEx,"%Tools%\x64\BCDBOOT"
|
||||
// 22H2 10.0.22621 09/20/2022 Sun Valley 2 Verified
|
||||
// 23H2 10.0.22631 10/31/2023 Sim Valley 3 Verified (v1)
|
||||
// 24H2 10.0.26100 10/01/2024 Hudson Valley Verified (boot.wim only)
|
||||
// 25H2 10.0.26200 09/30/2025 Verified (boot.wim only)
|
||||
//
|
||||
// Syntax.........:
|
||||
// Parameters.....:
|
||||
@@ -307,7 +308,7 @@ Echo,"Checking source version against known working builds..."
|
||||
Set,%MinimumSourceVer%,"10.0.16299.0"
|
||||
|
||||
// Supported Sources (x.x.x - do not include SPbuild)
|
||||
Set,%aSupportedVersions%,10.0.17634|10.0.17763|10.0.18362|10.0.18363|10.0.19041|10.0.22621|10.0.22631|10.0.26100
|
||||
Set,%aSupportedVersions%,10.0.17634|10.0.17763|10.0.18362|10.0.18363|10.0.19041|10.0.22621|10.0.22631|10.0.26100|10.0.26200
|
||||
|
||||
// Latest Verified Source - This string is used in the warning message if the user is attempting to use an unverified source.
|
||||
Set,%PreferredSources%,"* Win10: 10.0.19041 - May 2020 Update (20H1) 2004#$x* Win11: 10.0.22621 - 22H2"
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1509,7 +1509,7 @@ System,EndLocal
|
||||
// - Errors - 1
|
||||
// Author.........: Homes32
|
||||
// Remarks........: Registry hives Tmp_Install_Drivers, Tmp_Install_System, Tmp_Drivers, Tmp_System must be loaded before calling.
|
||||
// Related........: Depends on %Tools%\A3x\PhoenixAPI-RegCopyDriver.a3x
|
||||
// Related........: Depends on %Tools%\a3x\PhoenixAPI-RegCopyDriver.a3x
|
||||
// ===============================================================================================================================
|
||||
[_PhoenixAPI_RegCopyDriver]
|
||||
System,SetLocal
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user