mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-16 10:08:05 +02:00
update HWinfo version
This commit is contained in:
@@ -30,19 +30,19 @@
|
|||||||
|
|
||||||
[Main]
|
[Main]
|
||||||
Title=HWinfo
|
Title=HWinfo
|
||||||
Description=(v8.06) Comprehensive Hardware Analysis, Monitoring and Reporting.
|
Description=(v8.10) Comprehensive Hardware Analysis, Monitoring and Reporting.
|
||||||
Author=Homes32
|
Author=Homes32
|
||||||
Level=5
|
Level=5
|
||||||
Selected=False
|
Selected=False
|
||||||
Mandatory=False
|
Mandatory=False
|
||||||
Version=1.0.22.0
|
Version=1.0.23.0
|
||||||
Date=2024-07-24
|
Date=2024-09-13
|
||||||
|
|
||||||
[Variables]
|
[Variables]
|
||||||
%ProgramFolder%="HWinfo"
|
%ProgramFolder%="HWinfo"
|
||||||
%ProgramExe%="hwinfo32.exe"
|
%ProgramExe%="hwinfo32.exe"
|
||||||
%ProgramCfg%="hwinfo32.ini"
|
%ProgramCfg%="hwinfo32.ini"
|
||||||
%ProgramVersion%=806
|
%ProgramVersion%=810
|
||||||
%DownloadURL%=https://www.hwinfo.com/files/hwi_%ProgramVersion%.zip
|
%DownloadURL%=https://www.hwinfo.com/files/hwi_%ProgramVersion%.zip
|
||||||
%SetupFile%="hwinfo.zip"
|
%SetupFile%="hwinfo.zip"
|
||||||
|
|
||||||
|
@@ -212,7 +212,7 @@ If,Not,ExistDir,%ProjectTemp%,DirMake,%ProjectTemp%
|
|||||||
System,SaveLog,"%ProjectTemp%\BuildLog.html"
|
System,SaveLog,"%ProjectTemp%\BuildLog.html"
|
||||||
System,SaveLog,"%ProjectTemp%\BuildLog.log",Text
|
System,SaveLog,"%ProjectTemp%\BuildLog.log",Text
|
||||||
Set,%LogFile%,"%Timestamp%-%ProjectTitle%-Logs.7z"
|
Set,%LogFile%,"%Timestamp%-%ProjectTitle%-Logs.7z"
|
||||||
Set,%LogFileWrapper%,"%Timestamp%-%ProjectTitle%-Logs.zip"
|
Set,%LogFileWrapper%,"%Timestamp%-%ProjectTitle%-SupportBundle.zip"
|
||||||
|
|
||||||
// Compress our build log and our other logs into a 7-Zip archive.
|
// Compress our build log and our other logs into a 7-Zip archive.
|
||||||
Echo,"Archiving Support Log...."
|
Echo,"Archiving Support Log...."
|
||||||
|
@@ -2,6 +2,21 @@
|
|||||||
|
|
||||||
Notable changes to the PhoenixPE project.
|
Notable changes to the PhoenixPE project.
|
||||||
|
|
||||||
|
## Release UNRELEASED
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Update StartIsBack download URL and supported version. (Issue #104)
|
||||||
|
- HWinfo updated to v8.06
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- AttributeChanger added new language support breaking existing language codes. (Issue #104)
|
||||||
|
- Fixed space in path causes PhoenixAPI-DriveGetType to fail (Issue #107)
|
||||||
|
- Fixed an issue causing the support log compression to fail.
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
## Release 2024-08-17
|
## Release 2024-08-17
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@@ -23,7 +38,7 @@ Notable changes to the PhoenixPE project.
|
|||||||
- Changed usage of `StrFormat,Ctrim` to use `StrFormat,StartTrim` and `StrFormat,EndTrim` where appropriate. (Issue #96)
|
- Changed usage of `StrFormat,Ctrim` to use `StrFormat,StartTrim` and `StrFormat,EndTrim` where appropriate. (Issue #96)
|
||||||
- Windows Event Log Service startup now logs to PhoenixPE.log instead of %temp%.
|
- Windows Event Log Service startup now logs to PhoenixPE.log instead of %temp%.
|
||||||
- Added a informational message to PhoenixPE.log if booting in Forensic Mode (WinFE write-protect, etc.).
|
- Added a informational message to PhoenixPE.log if booting in Forensic Mode (WinFE write-protect, etc.).
|
||||||
- If running as Ventoy compatible choosing 'Remount Boot Media as Y:' from the PhoenixPE tray menu will also scan for and mount the ISO file if needed.
|
- If running as Ventoy compatible choosing 'Remount Boot Media as Y:' from the PhoenixPE tray menu will also scan for and mount the ISO file if needed.
|
||||||
- Optimized support log generation. In addition, the support log is now packed in a .zip file for easier uploading to github and forums that don't support .7z files.
|
- Optimized support log generation. In addition, the support log is now packed in a .zip file for easier uploading to github and forums that don't support .7z files.
|
||||||
- WordPad script will display a more friendly error message if the source is Win 11 build 26020 or greater. (MS discontinued)
|
- WordPad script will display a more friendly error message if the source is Win 11 build 26020 or greater. (MS discontinued)
|
||||||
- 7-Zip script and tools updated to v24.07
|
- 7-Zip script and tools updated to v24.07
|
||||||
@@ -31,7 +46,7 @@ Notable changes to the PhoenixPE project.
|
|||||||
- CPU-Z updated to v.2.10.0
|
- CPU-Z updated to v.2.10.0
|
||||||
- DesktopInfo updated to v3.14.0
|
- DesktopInfo updated to v3.14.0
|
||||||
- DiskCyptor updated to v1.3 beta signed
|
- DiskCyptor updated to v1.3 beta signed
|
||||||
- DiskGenius updated to v5.6.0.1565
|
- DiskGenius updated to v5.6.0.1565
|
||||||
- DMDE updated to v4.2.0.814
|
- DMDE updated to v4.2.0.814
|
||||||
- FastStone Capture updated to v10.6
|
- FastStone Capture updated to v10.6
|
||||||
- Google Chrome updated to v127.0.6533.100
|
- Google Chrome updated to v127.0.6533.100
|
||||||
|
Reference in New Issue
Block a user