mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-16 18:18:04 +02:00
App updates & minor tweaks
- bump download url fro LibreOffice - Update WinNTSetup.script - VMWare/Virtual box now default to 4096 RAM - Updated 7z binaries to v22.0.0
This commit is contained in:
@@ -131,17 +131,17 @@ Set,%SourceDir%,%fb_SrcPath%,PERMANENT
|
||||
If,%cmb_BaseWim%,Equal,"WinRE.wim",Begin
|
||||
// WinRE selected as base.
|
||||
// Note that we don't check if WinRE exists here or enum. it's images, as it may not have been extract yet. (210-Core.script)
|
||||
Set,%SourceBaseWimName%,WinRE.wim,PERMANENT
|
||||
Set,%SourceBaseWim%,%ProjectCache%\WinRE.wim,PERMANENT
|
||||
Set,%SourceBaseWimName%,"WinRE.wim",PERMANENT
|
||||
Set,%SourceBaseWim%,"%ProjectCache%\WinRE.wim",PERMANENT
|
||||
Set,%SourceBaseWimImage%,1,PERMANENT
|
||||
WriteInterface,Items,%ScriptFile%,Interface,cmb_SrcBaseImage,"1 - Microsoft Windows Recovery Environment"
|
||||
WriteInterface,Value,%ScriptFile%,Interface,cmb_SrcBaseImage,"1 - Microsoft Windows Recovery Environment"
|
||||
End
|
||||
Else,If,%cmb_BaseWim%,Equal,"Boot.wim",Begin
|
||||
// Boot.wim selected as base
|
||||
If,ExistFile,%SourceDir%\Sources\Boot.wim,Begin
|
||||
Set,%SourceBaseWimName%,Boot.wim,PERMANENT
|
||||
Set,%SourceBaseWim%,%SourceDir%\Sources\Boot.wim,PERMANENT
|
||||
If,ExistFile,"%SourceDir%\Sources\Boot.wim",Begin
|
||||
Set,%SourceBaseWimName%,"Boot.wim",PERMANENT
|
||||
Set,%SourceBaseWim%,"%SourceDir%\Sources\Boot.wim",PERMANENT
|
||||
// Get the number of images in the wim file.
|
||||
WimInfo,%SourceBaseWim%,0,ImageCount,%imgCount%
|
||||
Set,%imgIndexList%,""
|
||||
@@ -156,20 +156,20 @@ Else,If,%cmb_BaseWim%,Equal,"Boot.wim",Begin
|
||||
WriteInterface,Value,%ScriptFile%,Interface,cmb_SrcBaseImage,%indexSelected%
|
||||
End
|
||||
Else,Begin
|
||||
Message,"Invalid Source!#$x#$x %SourceDir%\Sources\Boot.wim#$x#$xcould not be found."
|
||||
Message,"Invalid Source!#$x#$x %SourceDir%\Sources\Boot.wim#$x#$xcould not be found.",ERROR
|
||||
Halt
|
||||
End
|
||||
End
|
||||
Else,Halt,"LOGIC ERROR: Invalid Base Wim selected."
|
||||
Else,Halt,"INTERNAL LOGIC ERROR: Invalid Base Wim selected."
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
// Install.wim
|
||||
|
||||
If,ExistFile,%SourceDir%\Sources\Install.wim,Begin
|
||||
Set,%SourceInstallWim%,%SourceDir%\Sources\Install.wim,PERMANENT
|
||||
If,ExistFile,"%SourceDir%\Sources\Install.wim",Begin
|
||||
Set,%SourceInstallWim%,"%SourceDir%\Sources\Install.wim",PERMANENT
|
||||
End
|
||||
Else,If,ExistFile,%SourceDir%\Sources\Install.esd,Begin
|
||||
Set,%SourceInstallWim%,%SourceDir%\Sources\Install.esd,PERMANENT
|
||||
Else,If,ExistFile,"%SourceDir%\Sources\Install.esd",Begin
|
||||
Set,%SourceInstallWim%,"%SourceDir%\Sources\Install.esd",PERMANENT
|
||||
Message,"Warning:#$xYou have selected a source with [Install.esd] present.#$x.esd files MAY be encrypted. If you encounter problems building please select a different source which contains an unencrypted Install.esd or Install.wim",Warning
|
||||
End
|
||||
Else,Begin
|
||||
|
@@ -30,7 +30,7 @@
|
||||
|
||||
[Main]
|
||||
Title=Recuva
|
||||
Description=(v1.53.1087) Recuva recovers lost and deleted files from your hard-drive, recycle bin, digital camera card, or MP3 player!
|
||||
Description=(v1.53.x) Recuva recovers lost and deleted files from your hard-drive, recycle bin, digital camera card, or MP3 player!
|
||||
Author=Homes32
|
||||
Level=5
|
||||
Selected=False
|
||||
|
@@ -88,6 +88,8 @@ RequireFileEx,ExtractList
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
// Settings
|
||||
|
||||
// registrymodifications.xcu uses a convoluted XML schema that makes using XPATH extremely difficult, so we are using TXTReplace to append to the end of the file in those instances where we know the entry doesn't already exist
|
||||
|
||||
Echo,"Configuring LibreOffice..."
|
||||
|
||||
// Configure our settings folder. Note: Use UNIX style path!
|
||||
|
@@ -30,7 +30,7 @@
|
||||
|
||||
[Main]
|
||||
Title=Speccy
|
||||
Description=(v1.32.26.740) A fast, lightweight, system information tool.
|
||||
Description=(v1.32.x) A fast, lightweight, system information tool.
|
||||
Author=Homes32
|
||||
Level=5
|
||||
Selected=False
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -40,7 +40,7 @@ Date=2020-07-12
|
||||
|
||||
[Variables]
|
||||
// Minimum PEBakery version that has the command/feature set that is compatible with PhoenixPE.
|
||||
%MinEngineVersion%=0.9.7
|
||||
%MinEngineVersion%=1.0.1
|
||||
|
||||
[Process]
|
||||
Echo,"Starting Pre-Flight Check..."
|
||||
|
@@ -32,12 +32,12 @@
|
||||
Title=VMware
|
||||
Author=Homes32
|
||||
Description=Run your ISO in VMware Player/Workstation
|
||||
Version=1.1.1.0
|
||||
Version=1.1.2.0
|
||||
Level=9
|
||||
Selected=False
|
||||
Mandatory=False
|
||||
NoWarning=False
|
||||
Date=2021-11-28
|
||||
Date=2022-08-16
|
||||
|
||||
[Variables]
|
||||
%VMPath%=%ProjectTemp%\VMware
|
||||
@@ -345,7 +345,7 @@ Else,WriteInterface,Visible,%ScriptFile%,Interface,fb_VirtualHDD,False
|
||||
// ===============================================================================================================================
|
||||
[SetDefaultOptions]
|
||||
WriteInterface,Value,%ScriptFile%,Interface,cmb_numProc,"Auto"
|
||||
WriteInterface,Value,%ScriptFile%,Interface,cmb_MemSize,2048
|
||||
WriteInterface,Value,%ScriptFile%,Interface,cmb_MemSize,4096
|
||||
WriteInterface,Value,%ScriptFile%,Interface,cmb_Audio,"Intel HD Audio"
|
||||
WriteInterface,Value,%ScriptFile%,Interface,cmb_NetworkAdapter,"Intel 82545EM"
|
||||
WriteInterface,Value,%ScriptFile%,Interface,cmb_NetworkMode,"NAT"
|
||||
@@ -443,7 +443,7 @@ bvl_vmOptions="Virtual Machine Settings",1,12,5,50,257,265,8,Bold
|
||||
cmb_numProc=Auto,1,4,140,67,112,21,Auto,1,2,3,4,5,6,7,8
|
||||
lbl_numProc="Number of Processors:",1,1,15,74,117,16,8,Normal
|
||||
lbl_AllocMem="Allocated Memory (MB):",1,1,15,101,123,16,8,Normal
|
||||
cmb_MemSize=2048,1,4,140,95,112,21,1024,2048,4096,8192,16384,32768,65536
|
||||
cmb_MemSize=4096,1,4,140,95,112,21,1024,2048,4096,8192,16384,32768,65536
|
||||
lbl_Audio="Audio Device:",1,1,15,129,73,16,8,Normal
|
||||
cmb_Audio="Intel HD Audio",1,4,140,123,112,21,Disabled,"Creative ES1371","Intel HD Audio"
|
||||
lbl_Network="Network Adapter:",1,1,15,184,91,16,8,Normal
|
||||
|
@@ -32,12 +32,12 @@
|
||||
Title=VirtualBox
|
||||
Author=Homes32
|
||||
Description=Run your ISO in Oracle VirtualBox
|
||||
Version=1.0.1.0
|
||||
Version=1.0.2.0
|
||||
Level=9
|
||||
Selected=False
|
||||
Mandatory=False
|
||||
NoWarning=False
|
||||
Date=2021-04-25
|
||||
Date=2022-08-16
|
||||
|
||||
[Variables]
|
||||
%vmName%=%ProjectTitle%
|
||||
@@ -308,7 +308,7 @@ Else,WriteInterface,Visible,%ScriptFile%,Interface,fb_VirtualHDD,False
|
||||
// ===============================================================================================================================
|
||||
[SetDefaultOptions]
|
||||
WriteInterface,Value,%ScriptFile%,Interface,cmb_numProc,"Auto"
|
||||
WriteInterface,Value,%ScriptFile%,Interface,cmb_MemSize,2048
|
||||
WriteInterface,Value,%ScriptFile%,Interface,cmb_MemSize,4096
|
||||
WriteInterface,Value,%ScriptFile%,Interface,cmb_Audio,"Intel HD Audio"
|
||||
WriteInterface,Value,%ScriptFile%,Interface,cmb_NetworkAdapter,"Intel PRO/1000 MT"
|
||||
WriteInterface,Value,%ScriptFile%,Interface,cmb_NetworkMode,"NAT"
|
||||
@@ -404,7 +404,7 @@ bvl_vmOptions="Virtual Machine Settings",1,12,5,50,257,242,8,Bold
|
||||
cmb_numProc=Auto,1,4,140,67,112,21,Auto,1,2,3,4,5,6,7,8
|
||||
lbl_numProc="Number of Processors:",1,1,15,74,117,16,8,Normal
|
||||
lbl_AllocMem="Allocated Memory (MB):",1,1,15,101,123,16,8,Normal
|
||||
cmb_MemSize=2048,1,4,140,95,112,21,1024,2048,4096,8192,16384,32768,65536
|
||||
cmb_MemSize=4096,1,4,140,95,112,21,1024,2048,4096,8192,16384,32768,65536
|
||||
lbl_Audio="Audio Device:",1,1,15,129,73,16,8,Normal
|
||||
cmb_Audio="Intel HD Audio",1,4,140,123,112,21,Disabled,"ICH AC'97","Intel HD Audio"
|
||||
lbl_Network="Network Adapter:",1,1,15,184,91,16,8,Normal
|
||||
|
BIN
Projects/PhoenixPE/Tools/arm64/7z.dll
Normal file
BIN
Projects/PhoenixPE/Tools/arm64/7z.dll
Normal file
Binary file not shown.
BIN
Projects/PhoenixPE/Tools/arm64/7z.exe
Normal file
BIN
Projects/PhoenixPE/Tools/arm64/7z.exe
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -304,6 +304,10 @@ RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\CTF\TIP\{A028AE76-01B1-46C2-99
|
||||
// Author.........: Homes32
|
||||
// joveler - Disable Old Hangul IME, cleanup en-US reg keys
|
||||
// Remarks........: WARNING: Hanja/Special character input only works on v1809 or lower.
|
||||
//
|
||||
// Old Hangul IME is disabled in StartCTFMon.cmd.
|
||||
// - `regsvr32` call generates Old Hangul IME registry key, "HKCU\SOFTWARE\Microsoft\CTF\TIP\{a1e2b86b-924a-4d43-80f6-8a820df7190f}".
|
||||
// - The key is deleted with `REG DELETE` to disable Old Hangul IME.
|
||||
// Related........: Called from [Process]
|
||||
// ===============================================================================================================================
|
||||
[Process-ko-KR]
|
||||
@@ -368,10 +372,6 @@ RegWrite,HKLM,0x4,"Tmp_System\Software\Microsoft\CTF\Assemblies\0x00000412\{3474
|
||||
RegWrite,HKLM,0x1,"Tmp_System\Software\Microsoft\CTF\HiddenDummyLayouts",00000412,00000412
|
||||
RegWrite,HKLM,0x4,"Tmp_System\Software\Microsoft\CTF\TIP\{A028AE76-01B1-46C2-99C4-ACD9858AE02F}\LanguageProfile\0x00000412\{B5FE1F02-D5F2-4445-9C03-C568F23C99A1}","Enable",1
|
||||
|
||||
// Disable Old Hangul IME in StartCTFMon.cmd.
|
||||
// - `regsvr32` call generates Old Hangul IME registry key, "HKCU\SOFTWARE\Microsoft\CTF\TIP\{a1e2b86b-924a-4d43-80f6-8a820df7190f}".
|
||||
// - The key is deleted with `REG DELETE` to disable Old Hangul IME.
|
||||
|
||||
[#Process-zh-CN#]
|
||||
// ===============================================================================================================================
|
||||
// Name...........: Process-zh-CN
|
||||
@@ -684,7 +684,6 @@ Logo=WIRELESS_KBD_80.png
|
||||
lines=0
|
||||
0=/Td6WFoAAATm1rRGBMCMA8MEIQEWAAAAAAAAAHajaTLgAkIBhF0AHWB8pGUx/g6oiqbPs2Y14X+dU4RgEN5Pv+bVOgT4AUztpY3kbtoXNJP92h1GctZyFMjSCoPK1v5M8p29WQoGQS9nOyKetm/SIGcXXs5juhQuTBsQjuEV118vD/VXbYbpQiS2lT6UQ7XcworaqReZBRKP3WHseUdtYB2yMmweZBwY95pf0T/rzFJaY4gjy73g9xCAhmuUvFtdv5QpEomz8IKQHviG7r7UgkV0uvkGjW5gDnhl5G8DPDltTvl/vAAsnTu9X6UmA99DA7Hcx1wuTgcZ0W+LeQaD/6S0lr2H5qmshx+MZbhwZIUxh5l+wdSn88xL7O69DxMR9E6QGbkop2kjR38MKo/B4N5L4bpJruWB/asA9kIl8Enpx4ljM7aUDjlY0oVoNdlWUgkjSxdKszQBg9ijApOW1f60UYTadglKbYyNiqbgXDgpch/t3OhtN7F+rxkvmUcj91xyznqIdoMampZWWweJqlELtztJyLETXRIcTi454ivp1PqH2GnTdOS4QAAxpgBnCo/QUQABqAPDBAAAutRLErHEZ/sCAAAAAARZWnic4w8uSSwqcQ5x883P00vOTWEYBSMKODNB6DOM2OXPZpy7wsQGAORGCXhkE8YnAQAAAAIAAAArAAAAzAEAAAAAAAABAAAAAAAAAAAAAAA
|
||||
|
||||
|
||||
[EncodedFile-InterfaceEncoded-WinRTRemarks.rtf]
|
||||
lines=0
|
||||
0=eJxVUMFuGkEM7RmJf/C5UtHMQtoiTgmqSoqaQxKpB5yDmfUuUwZ7NTNLVCH+vcOGHHKxLPv5ved3wpgbiyTJD8V17Xw2x5qbxqBo750eOsqXQSBprZlO3/uGrZlVJ2xUct6G0hhsxAds3I5i4mxgqZI0UFqcz+PRCZ0GjQUKC4xcVzc32EZmMbgNPZvFgPmMLQtHyhrh0btdwRmwZmImdm5m9oxHz697L/UMe2dhPMKOYo2JKmMwherb11IPfcgWXXlsO7hKlcHB/nf4c/v4cP/wsyyLbJl6YXjSA8P97x8JdnRk8Cn1nEAFjna+slCcBMocIWkfHU8uiuPRZq2RSS53L280X+COSoKwKkp9gPyv89LCq8Z9mrwjyu4vAUkNTx07TwGWJSxyF3ovXZ+LOmyj7lmuN5tf1JFw4g9Kz2/kXmBNQnDQmqHW4lo0D5JXlyXTT/8BIYCmbnic4w3PzAsKCU8sytMrKkljGAUjDDxhhNBRjNjl535csoOBDQC7xwkk+j+LUgEAAAACAAAAKQAAAFoBAAAAAAAAAQAAAAAAAAAAAAAA
|
||||
|
@@ -27,7 +27,7 @@
|
||||
|
||||
[Main]
|
||||
Title=PhoenixPE
|
||||
Description=PhoenixPE is a rescue and recovery environment based on Win10.
|
||||
Description=PhoenixPE is a fully customizable rescue and recovery environment.
|
||||
Author=Homes32
|
||||
Version=1.0.2.0
|
||||
PathSetting=False
|
||||
@@ -346,7 +346,7 @@ lbl_Documentation=Documentation,1,1,465,331,78,16,8,Bold
|
||||
web_Wiki="PhoenixPE Wiki",1,10,467,346,73,18,https://github.com/PhoenixPE/PhoenixPE/wiki
|
||||
lbl_CommunitySupport="Community Support",1,1,453,375,103,16,8,Bold
|
||||
web_Discord="PhoenixPE Discord",1,10,461,390,88,18,https://discord.com/channels/642440817138597908/642751078399606815
|
||||
web_TheOven="The Oven",1,10,485,408,45,18,https://theoven.org
|
||||
web_TheOven="The Oven",1,10,485,408,45,18,https://theoven.org/viewforum.php?f=17
|
||||
web_Reboot=reboot.pro,1,10,483,425,51,18,http://reboot.pro/index.php?showforum=147
|
||||
|
||||
[EncodedFolders]
|
||||
|
Reference in New Issue
Block a user