mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-16 18:18:04 +02:00
App updates, update changelog for 2022-12-25 release
This commit is contained in:
128
CHANGELOG.md
Normal file
128
CHANGELOG.md
Normal file
@@ -0,0 +1,128 @@
|
||||
# Change Log
|
||||
|
||||
Notable changes to the PhoenixPE project.
|
||||
|
||||
## Release 2022-12-25
|
||||
|
||||
### Added
|
||||
- Added Acronis Cyber Protect Home Office script
|
||||
- Added an option in Explorer script to change the default folder icon view
|
||||
- Added the ability to login/switch to Administrator
|
||||
- Added ChrisR's SetWG.exe to reliably set the computer Workgroup for PhoenixPE
|
||||
* This is useful for things such as Switch to Admin, as we still need a workgroup set even if we don't run PENetwork.
|
||||
|
||||
### Changed
|
||||
- Added a comment to the Acronis True Image script that the program has been re-branded by the author
|
||||
- Modified the behavior of Explorer Win11 support. The default has been changed to use explorer.exe included with install.wim, as of Win11 22H2 explorer no longer results in a blackscreen on boot.
|
||||
- .Net6 updated to v6.0.10
|
||||
- Advanced IP Scanner updated to v2.5.4594.1
|
||||
- AgentRansack updated to v2022 build 3349
|
||||
- Aida64 updated to v6.85.6300
|
||||
- BeyondCompare updated to v4.4.4.27058
|
||||
- DesktopInfo updated to v3.8.1
|
||||
- DiskGenius updated to v5.4.6.1441
|
||||
- DISM Tool updated to v2.6.0
|
||||
- Driver Store Explorer updated to v0.11.79
|
||||
- FurMark updated to v1.32.1.0
|
||||
- Google Chrome updated to v108.0.5359.125
|
||||
- GPU-Z updated to 2.52.0
|
||||
- FastStone Image Viewer updated to v7.7
|
||||
- HWinfo updated to v7.34
|
||||
- IrfanView updated to v4.62
|
||||
- LibreOffice updated to v7.4.3
|
||||
- MPC-BE updated to v1.6.5.3
|
||||
- Notepad++ updated to v8.4.8.0
|
||||
- PowerShell Core updated to v7.3.1
|
||||
- Prime95 updated to v30.8b17
|
||||
- Updated Rufus to v3.21
|
||||
- Simplewall updated to v3.6.7
|
||||
- Ventoy updated to v1.0.81
|
||||
- WinMerge updated to v2.16.24
|
||||
- WinSCP updated to v5.21.6
|
||||
- WizTree updated to v4.12
|
||||
|
||||
### Fixed
|
||||
- Broken download link in OCCT script
|
||||
- Broken profile update URL in Simplewall script
|
||||
- A few more workarounds for buggy or missing PENetwork config
|
||||
- Fixed missing icons in Win11 (context menu, login screen, etc.) due to M$ font changes (SegoeIcons.ttf)
|
||||
- Fixed an issue with AcronisTrueImage that could occur if drivers already existed in the target.
|
||||
- Fixed an issue with AcronisCyberProtect that could occur if drivers already existed in the target.
|
||||
- Fixed an issue with the DiskCyptor script where drivers were not correctly renamed after extraction.
|
||||
|
||||
### Removed
|
||||
- Homepage link in Windows Login Unlocker script as the forum thread has been deleted :(
|
||||
|
||||
## Release 2022-08-16
|
||||
|
||||
**Script Breaking Change:** PhoenixPE now requires PEBakery v1.0.1 or greater due to the use of enhanced looping commands (ForEach, ForRange, While).
|
||||
|
||||
### Added
|
||||
|
||||
- Added an option in the PECMD script to register .wcs file extensions (PECMD scripts)
|
||||
- Added additional files needed for explorer shell in the latest Win11 insider build
|
||||
- Added Win11 explorer.exe workaround in Explorer script interface
|
||||
- Added the ability to extract explorer.exe from a Win10 ISO when building from a Win11 source
|
||||
- Added Certificate Management mmc snap-in and utils
|
||||
* provides the ability to import/export/manage user and computer certificates in WinPE via mmc or standalone utils (certutil.exe/certreq.exe) that may be needed for wireless access, internal servers, etc. in a corporate setting or to backup certificates from an offline system.
|
||||
- Added SpeedCrunch - an open source calculator app
|
||||
- Added LibreOffice application script
|
||||
|
||||
### Changed
|
||||
|
||||
- Enhanced FileDeleteEx and DirDeleteEx to allow unlimited retries instead of halting after 1 retry
|
||||
- Optimize various script loop operations
|
||||
- Optimized RequireFileEx, FileCopyEx and PinShortcut commands
|
||||
- Enhancements for Source Image selection in Config Source
|
||||
- Improvements to VMWare and VirtualBox test VM
|
||||
- enable HPET in VMWare to fix BSOD with multiple CPU's enabled
|
||||
- revised "Auto" cpu selection to balance guest/host performance
|
||||
- disable paravirtulization interface in VirtualBox to improve stability when more then one CPU is defined. This prevents the CPU from consuming all resources initializing multiple CPU's and hanging on boot
|
||||
- enable HPET and disable PAE in VirtualBox
|
||||
- IME Preliminary Japanese IME support (WIP)
|
||||
- IME Prevent ghost Old Hangul Korean IME from appearing
|
||||
- Tweaked some error messages
|
||||
- Misc minor fixes and tweaks
|
||||
- Updated .NET 6 to v6.0.8
|
||||
- Updated 7z to v22.00
|
||||
- Updated AgentRansack to v2022b3335
|
||||
- Updated AIDA64 to v6.75.6100
|
||||
- Updated Azul Zulu Java to v11.58.17
|
||||
- Updated Beyond Compare to v4.4.3.26655
|
||||
- Updated CPU-Z to v2.0.1
|
||||
- Updated DesktopInfo to v3.6.0
|
||||
- Updated FurMark to v1.31.0
|
||||
- Updated GPU-Z to v2.47.0
|
||||
- Updated HWinfo to v7.26
|
||||
- Updated ImDisk to v2.1.1
|
||||
- Updated LibreOffice to v7.3.5
|
||||
- Updated MPC to v1.6.3
|
||||
- Updated Notepad++ to 8.4.4.0
|
||||
- Updated OpenHashTab to 3.0.2
|
||||
- Updated OpenShell to v4.4.170
|
||||
- Updated PowerShell Core to v7.2.6
|
||||
- Updated Prime95 to v30.8b16
|
||||
- Updated Rufus to v3.20
|
||||
- Updated SumatraPDF to v3.4.6
|
||||
- Updated VC++ 12 to v12.0.40664
|
||||
- Updated VC++ 14 to v14.32.31332.0 including preliminary support for arm64
|
||||
- Updated Ventoy to v1.0.79
|
||||
- Updated WinMerge to v2.16.22
|
||||
- Updated WinNTSetup to 5.2.6
|
||||
- Updated WinSCP to v5.21.2
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed an issue with the Launch Program button in DesktopInfo script
|
||||
- Fix an issue where the WLAN service would not start
|
||||
- Fixed a bug in Acronis TrueImage affecting iSCISI registration
|
||||
- Fixed a bug in the SumatraPDF script that could prevent registry hives from being unloaded
|
||||
- Fixed a rare bug with the AddShortcut command
|
||||
|
||||
### Removed
|
||||
|
||||
None.
|
||||
|
||||
## Release 2022-05-22
|
||||
|
||||
Initial Public Release
|
@@ -30,18 +30,18 @@
|
||||
|
||||
[Main]
|
||||
Title=FurMark
|
||||
Description=(v1.31.0.0 x86) FurMark is a lightweight but very intensive GPU stress testing and OpenGL bench-marking application.
|
||||
Description=(v1.32.1.0 x86) FurMark is a lightweight but very intensive GPU stress testing and OpenGL bench-marking application.
|
||||
Author=Homes32
|
||||
Level=5
|
||||
Selected=False
|
||||
Mandatory=False
|
||||
Version=1.1.2.0
|
||||
Date=2022-08-12
|
||||
Version=1.1.3.0
|
||||
Date=2022-12-25
|
||||
|
||||
[Variables]
|
||||
%ProgramFolder%="FurMark"
|
||||
%ProgramExe%="FurMark.exe"
|
||||
%ProgramVer%=1.31.0.0
|
||||
%ProgramVer%=1.32.1.0
|
||||
%DownloadURL%=https://geeks3d.com/downloads/2022p/FurMark_%ProgramVer%_Setup.exe
|
||||
%SetupFile%="FurMark_Setup.exe"
|
||||
|
||||
|
@@ -35,13 +35,13 @@ Author=Homes32
|
||||
Level=5
|
||||
Selected=False
|
||||
Mandatory=False
|
||||
Version=1.0.5.1
|
||||
Date=2022-11-13
|
||||
Version=1.0.6.0
|
||||
Date=2022-12-25
|
||||
|
||||
[Variables]
|
||||
%ProgramFolder%="AgentRansack"
|
||||
%ProgramExe%="AgentRansack.exe"
|
||||
%ProgramVersion%=3341
|
||||
%ProgramVersion%=3349
|
||||
%DownloadURLx86%=https://download.mythicsoft.com/flp/%ProgramVersion%/agentransack_in_%ProgramVersion%.exe
|
||||
%DownloadURLx64%=https://download.mythicsoft.com/flp/%ProgramVersion%/agentransack_inx64_%ProgramVersion%.exe
|
||||
|
||||
|
@@ -30,18 +30,18 @@
|
||||
|
||||
[Main]
|
||||
Title=WinSCP
|
||||
Description=(v5.21.5) WinSCP is a popular SFTP client and FTP client for Microsoft Windows.
|
||||
Description=(v5.21.6) WinSCP is a popular SFTP client and FTP client for Microsoft Windows.
|
||||
Author=Homes32
|
||||
Level=5
|
||||
Selected=False
|
||||
Mandatory=False
|
||||
Version=1.0.8.1
|
||||
Date=2022-11-07
|
||||
Version=1.0.9.0
|
||||
Date=2022-12-25
|
||||
|
||||
[Variables]
|
||||
%ProgramFolder%="WinSCP"
|
||||
%ProgramExe%="WinSCP.exe"
|
||||
%ProgramVersion%=5.21.5
|
||||
%ProgramVersion%=5.21.6
|
||||
%SetupExe%="WinSCP-%ProgramVersion%-Setup.exe"
|
||||
%DownloadURL%=https://winscp.net/download/WinSCP-%ProgramVersion%-Setup.exe
|
||||
%LangMap%=1025|ar|1059|be|1026|bg|1027|ca|2052|ch|1028|chs|1029|cs|1030|da|1031|de|1032|el|1034|es|1061|et|1065|fa|1035|fi|1036|fr|1050|hr|1038|hu|1057|in|1039|is|1040|it|1041|jp|1042|ko|1063|lt|1086|ms|1043|nl|2068|no|1045|pl|1046|pt|2070|ptg|1048|ro|1049|ru|1051|sk|2074|srl|1053|sv|1055|tr|1058|uk|1066|vi|-181|xxk
|
||||
|
@@ -32,18 +32,18 @@
|
||||
Title=LibreOffice
|
||||
Author=Homes32
|
||||
Level=5
|
||||
Version=1.0.1.2
|
||||
Description=(v7.4.2) LibreOffice is a free and powerful office suite.
|
||||
Date=2022-11-13
|
||||
Version=1.0.2.0
|
||||
Description=(v7.4.3) LibreOffice is a free and powerful office suite.
|
||||
Date=2022-12-25
|
||||
Selected=False
|
||||
Mandatory=False
|
||||
|
||||
[Variables]
|
||||
%ProgramFolder%="LibreOffice"
|
||||
%ProgramVersion%=7.4.2
|
||||
%ProgramVersion%=7.4.3
|
||||
%ProgramExe%="program\soffice.exe"
|
||||
%DownloadURL-Std%=http://download.documentfoundation.org/libreoffice/portable/%ProgramVersion%/LibreOfficePortable_%ProgramVersion%_MultilingualStandard.paf.exe
|
||||
%DownloadURL-AllLang%=http://download.documentfoundation.org/libreoffice/portable/%ProgramVersion%/LibreOfficePortable_%ProgramVersion%_MultilingualStandard.paf.exe
|
||||
%DownloadURL-Std%=https://download.documentfoundation.org/libreoffice/portable/%ProgramVersion%/LibreOfficePortable_%ProgramVersion%_MultilingualStandard.paf.exe
|
||||
%DownloadURL-AllLang%=https://download.documentfoundation.org/libreoffice/portable/%ProgramVersion%/LibreOfficePortable_%ProgramVersion%_MultilingualStandard.paf.exe
|
||||
%SetupFile%="LibreOfficePortable-Std.paf.exe"
|
||||
%registrymodifications.xcu%="%TargetAppData%\%ProgramFolder%\user\registrymodifications.xcu"
|
||||
%StdLangList%=Arabic [ar]|Chinese (Simplified) [zh-CN]|Chinese (Traditional) [zh-TW]|English (United Kingdom) [en-GB]|English [en-US]|French [fr]|German [de]|Italian [it]|Japanese [ja]|Korean [ko]|Portuguese (Brazil) [pt-BR]|Portuguese [pt]|Russian [ru]|Spanish [es]
|
||||
|
@@ -30,19 +30,19 @@
|
||||
|
||||
[Main]
|
||||
Title=Notepad++
|
||||
Description=(v8.4.7.0) Notepad++ is a free and open source code editor and Notepad replacement that supports multiple languages.
|
||||
Description=(v8.4.8.0) Notepad++ is a free and open source code editor and Notepad replacement that supports multiple languages.
|
||||
Author=Homes32
|
||||
Level=5
|
||||
Selected=True
|
||||
Mandatory=False
|
||||
Version=1.4.1.5
|
||||
Date=2022-11-13
|
||||
Version=1.4.2.0
|
||||
Date=2022-12-25
|
||||
|
||||
[Variables]
|
||||
%ProgramFolder%="Notepad++"
|
||||
%ProgramExe%="notepad++.exe"
|
||||
%ShellExtDll%="NppShell_06.dll"
|
||||
%ProgramVersion%=8.4.7
|
||||
%ProgramVersion%=8.4.8
|
||||
%DownloadURLx86%=https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v%ProgramVersion%/npp.%ProgramVersion%.portable.7z
|
||||
%DownloadURLx64%=https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v%ProgramVersion%/npp.%ProgramVersion%.portable.x64.7z
|
||||
%aToolbarIconMap%=Fluent UI: small|small|Fluent UI: large|large|Filled Fluent UI: small|small2|Filled Fluent UI: large|large2|Standard icons: small|standard
|
||||
|
@@ -30,18 +30,18 @@
|
||||
|
||||
[Main]
|
||||
Title=AIDA64
|
||||
Description=(v6.80.6200) AIDA64 Extreme is an industry-leading system information tool. It provides extremely detailed information about both hardware and installed software, but also helps users diagnose issues and offers benchmarks to measure the performance of the computer.
|
||||
Description=(v6.85.6300) AIDA64 Extreme is an industry-leading system information tool. It provides extremely detailed information about both hardware and installed software, but also helps users diagnose issues and offers benchmarks to measure the performance of the computer.
|
||||
Author=Homes32
|
||||
Level=5
|
||||
Selected=False
|
||||
Mandatory=False
|
||||
Version=1.1.4.0
|
||||
Date=2022-11-13
|
||||
Version=1.1.5.0
|
||||
Date=2022-12-25
|
||||
|
||||
[Variables]
|
||||
%ProgramFolder%="Aida64"
|
||||
%ProgramExe%="aida64.exe"
|
||||
%ProgramVersion%=680
|
||||
%ProgramVersion%=685
|
||||
%ProgramIni%="aida64.ini"
|
||||
%DownloadURL-Extreme%=http://download.aida64.com/aida64extreme%ProgramVersion%.zip
|
||||
%DownloadURL-Engineer%=http://download.aida64.com/aida64engineer%ProgramVersion%.zip
|
||||
|
@@ -30,19 +30,19 @@
|
||||
|
||||
[Main]
|
||||
Title=DesktopInfo
|
||||
Description=(v3.8.0) A lightweight application that displays real-time system information on your desktop.
|
||||
Description=(v3.8.1) A lightweight application that displays real-time system information on your desktop.
|
||||
Author=Homes32
|
||||
Level=5
|
||||
Selected=False
|
||||
Mandatory=False
|
||||
Version=1.1.3.1
|
||||
Date=2022-11-13
|
||||
Version=1.1.4.0
|
||||
Date=2022-12-25
|
||||
|
||||
[Variables]
|
||||
%ProgramFolder%="DesktopInfo"
|
||||
%ProgramExe86%="DesktopInfo32.exe"
|
||||
%ProgramExe64%="DesktopInfo64.exe"
|
||||
%ProgramVersion%=3080
|
||||
%ProgramVersion%=3081
|
||||
%DownloadURL%=https://www.glenn.delahoy.com/downloads/desktopinfo/DesktopInfo%ProgramVersion%.zip
|
||||
%SetupFile%="DesktopInfo.zip"
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user