mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2026-08-13 13:04:08 -07:00
Updates for RequireFile messages
This commit is contained in:
@@ -60,7 +60,7 @@ If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,
|
||||
// Extract
|
||||
Run,%ScriptFile%,ExtractProgram,"%TargetPrograms%\%ProgramFolder%"
|
||||
|
||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Building a list of required files..."
|
||||
RequireFileEx,AppendList,\Windows\System32\devenum.dll
|
||||
RequireFileEx,AppendList,\Windows\System32\dsound.dll
|
||||
RequireFileEx,AppendList,\Windows\System32\dxva2.dll
|
||||
|
||||
@@ -62,7 +62,7 @@ If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,
|
||||
// Extract
|
||||
Run,%ScriptFile%,ExtractProgram,"%TargetPrograms%\%ProgramFolder%"
|
||||
|
||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Building a list of required files..."
|
||||
|
||||
RequireFileEx,AppendList,\Windows\System32\devenum.dll
|
||||
RequireFileEx,AppendList,\Windows\System32\evr.dll
|
||||
|
||||
@@ -47,7 +47,7 @@ Mandatory=False
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
// Build Files List
|
||||
|
||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Building a list of required files..."
|
||||
|
||||
If,%SourceArch%,Equal,x86,Begin
|
||||
RequireFileEx,AppendList,\Program Files\Microsoft.NET
|
||||
|
||||
@@ -43,7 +43,7 @@ Interface=Interface
|
||||
[Variables]
|
||||
|
||||
[Process]
|
||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Building a list of required files..."
|
||||
|
||||
RequireFileEx,AppendList,\Windows\System32\*Bluetooth.dll
|
||||
RequireFileEx,AppendList,\Windows\System32\Bluetooth*.*
|
||||
|
||||
@@ -72,7 +72,7 @@ End
|
||||
// Related........: Called from [Process]
|
||||
// ===============================================================================================================================
|
||||
[ExtractFiles]
|
||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Building a list of required files..."
|
||||
|
||||
RequireFileEx,AppendList,\Windows\WMSysPr9.prx
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@ If,%cb_PinToStartMenu%,Equal,True,PinShortcut,StartMenu,Auto,"%ProgramFolder%\%P
|
||||
// Related........: Called from [Process]
|
||||
// ===============================================================================================================================
|
||||
[ExtractFiles]
|
||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Building a list of required files..."
|
||||
|
||||
RequireFileEx,AppendList,\Windows\INF\bda.inf,NOMUI
|
||||
RequireFileEx,AppendList,\Windows\INF\ks.inf,NOMUI
|
||||
|
||||
@@ -167,7 +167,7 @@ End
|
||||
// Related........:
|
||||
// ===============================================================================================================================
|
||||
[ExtractProgram]
|
||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Building a list of required files..."
|
||||
|
||||
RequireFileEx,AppendList,\Windows\inf\wvmic_ext.inf
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ Mandatory=False
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
// Collect Files
|
||||
|
||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Building a list of required files..."
|
||||
|
||||
// Microsoft Management Control (MMC)
|
||||
RequireFileEx,AppendList,\windows\system32\apphelp.dll
|
||||
|
||||
@@ -42,7 +42,7 @@ Mandatory=False
|
||||
[Variables]
|
||||
|
||||
[Process]
|
||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Building a list of required files..."
|
||||
|
||||
RequireFileEx,AppendList,\Windows\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-WPD-UltimatePortableDeviceFeature-Feature-Package~*.cat
|
||||
If,%SourceVer%,Bigger,10.0.19000.0,RequireFileEx,AppendList,\Windows\system32\Microsoft-Windows-Portable-Devices-merged-Package~*.cat
|
||||
|
||||
@@ -147,7 +147,7 @@ If,%cb_PinToStartMenu%,Equal,True,PinShortcut,StartMenu,Auto,"%ProgramFolder%\%P
|
||||
// Related........: Called from [Process]
|
||||
// ===============================================================================================================================
|
||||
[ExtractFiles]
|
||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Building a list of required files..."
|
||||
|
||||
RequireFileEx,AppendList,\Windows\System32\cngcredui.dll
|
||||
RequireFileEx,AppendList,\Windows\System32\CredentialUIBroker.exe
|
||||
@@ -215,7 +215,7 @@ RegCopy,HKLM,"Tmp_Install_System\ControlSet001\Control\Terminal Server",HKLM,"Tm
|
||||
RegWrite,HKLM,REG_DWORD,"Tmp_Software\Policies\Microsoft\Windows NT\Terminal Services","fEnableWddmDriver",0
|
||||
RegWrite,HKLM,REG_DWORD,"Tmp_System\ControlSet001\Control\Terminal Server","fDenyTSConnections",0
|
||||
|
||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Building a list of required files..."
|
||||
RequireFileEx,AppendList,\Windows\System32\SessEnv.dll
|
||||
RequireFileEx,AppendList,\Windows\System32\termsrv.dll
|
||||
RequireFileEx,AppendList,\Windows\System32\umrdp.dll
|
||||
|
||||
@@ -50,7 +50,7 @@ RunFromRam
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
// Extract
|
||||
|
||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Building a list of required files..."
|
||||
|
||||
RequireFileEx,AppendList,\Windows\System32\WindowsPowerShell
|
||||
If,ExistFile,"%TargetSystem32%\wow64.dll",RequireFileEx,AppendList,\Windows\SysWOW64\WindowsPowerShell
|
||||
|
||||
@@ -230,15 +230,13 @@ System,EndLocal
|
||||
// ===============================================================================================================================
|
||||
[SuperchargeBootWim]
|
||||
|
||||
Echo,"Supercharging boot.wim...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Supercharging boot.wim..."
|
||||
|
||||
RequireFileEx,AppendList,\Windows\BrowserCore
|
||||
// Undocked Update Stack (UUS) is required for some Reset/Image Recover/System Restore options in Win11
|
||||
If,%SourceVer%,>=,10.0.22000,RequireFileEx,AppendList,\Windows\UUS
|
||||
|
||||
// Inf
|
||||
RequireDriver,netnwifi.inf
|
||||
|
||||
// Inf (netnwifi.ini) are copied in Network.script
|
||||
// L2Schemas are copied in Network.script
|
||||
|
||||
// PLA
|
||||
|
||||
@@ -69,7 +69,7 @@ RegHiveUnload,Tmp_Install_Software
|
||||
// ===============================================================================================================================
|
||||
[ExtractFiles-Full]
|
||||
|
||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Building a list of required files..."
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
// Core WoW64 Emulation Layer
|
||||
@@ -100,7 +100,7 @@ WimExtract,%SourceInstallWim%,%SourceInstallWimImage%,\Windows\SysWOW64,%TargetW
|
||||
// ===============================================================================================================================
|
||||
[ExtractFiles-Lite]
|
||||
|
||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Building a list of required files..."
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
// Core WoW64 Emulation Layer
|
||||
|
||||
@@ -76,7 +76,7 @@ RegHiveUnload,Tmp_Install_System
|
||||
AddAutoRun,PreShell,HideWait,"Loading display drivers...","#$pWinDir#$p\System32\Drvload.exe","#$pWinDir#$p\inf\basicdisplay.inf"
|
||||
|
||||
[ExtractFiles]
|
||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Building a list of required files..."
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
// Basic Display Drivers
|
||||
|
||||
@@ -248,7 +248,7 @@ RegHiveUnload,Tmp_Install_Drivers
|
||||
// Related........:
|
||||
// ===============================================================================================================================
|
||||
[ExtractDrivers]
|
||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Building a list of required files..."
|
||||
|
||||
// Driver Files to Extract
|
||||
If,%SourceArch%,Equal,"x64",Begin
|
||||
|
||||
@@ -582,7 +582,7 @@ Else,RegWrite,HKLM,REG_DWORD,"Tmp_Default\Software\Microsoft\Windows\CurrentVers
|
||||
// ===============================================================================================================================
|
||||
[ExtractFiles]
|
||||
|
||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Building a list of required files..."
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
// Misc Windows Files
|
||||
|
||||
@@ -137,7 +137,7 @@ RegWrite,HKLM,REG_BINARY,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\
|
||||
// ===============================================================================================================================
|
||||
[ExtractFiles]
|
||||
|
||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Building a list of required files..."
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
// Support Files
|
||||
|
||||
@@ -133,7 +133,7 @@ Else,RegWrite,HKLM,REG_DWORD,"Tmp_Default\Software\Microsoft\CTF\LangBar","Label
|
||||
// Related........: Called from [Process]
|
||||
// ===============================================================================================================================
|
||||
[Process-Common]
|
||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Building a list of required files..."
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
// Common IME Files
|
||||
@@ -269,7 +269,7 @@ End
|
||||
|
||||
Echo,"Processing Japanese IME components..."
|
||||
|
||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Building a list of required files..."
|
||||
|
||||
RequireFileEx,AppendList,\Windows\System32\tsf3gip.dll
|
||||
RequireFileEx,AppendList,\Windows\IME\IMEJP\DICTS
|
||||
@@ -327,7 +327,7 @@ RegWrite,HKLM,REG_DWORD,"Tmp_Default\Software\Microsoft\CTF\TIP\{A028AE76-01B1-4
|
||||
[Process-ko-KR]
|
||||
Echo,"Processing Korean IME components..."
|
||||
|
||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Building a list of required files..."
|
||||
|
||||
// Included in ko-KR Winre.wim: \Windows\Fonts\gulim.ttc, \Windows\Fonts\malgun.ttf
|
||||
|
||||
@@ -401,7 +401,7 @@ RegWrite,HKLM,REG_DWORD,"Tmp_System\Software\Microsoft\CTF\TIP\{A028AE76-01B1-46
|
||||
[Process-zh-CN]
|
||||
Echo,"Processing Simplified Chinese IME components..."
|
||||
|
||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Building a list of required files..."
|
||||
|
||||
RequireFileEx,AppendList,\Windows\InputMethod\CHS\ChsPinyin.lex
|
||||
RequireFileEx,AppendList,\Windows\InputMethod\CHS\ChsPinyin.lm
|
||||
@@ -496,7 +496,7 @@ RegWrite,HKLM,REG_DWORD,"Tmp_Default\Software\Microsoft\InputMethod\Settings\CHS
|
||||
|
||||
Echo,"Processing Traditional Chinese IME components..."
|
||||
|
||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||
Echo,"Building a list of required files..."
|
||||
|
||||
// Common zh-TW
|
||||
RequireFileEx,AppendList,\Windows\System32\MSWB70404.dll
|
||||
|
||||
Reference in New Issue
Block a user