Skip to content

Commit

Permalink
Windows 11 23H2 Updates
Browse files Browse the repository at this point in the history
Added support for Windows 11 23H2
  • Loading branch information
maurice-daly committed Feb 25, 2024
1 parent 595768f commit a115740
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 3 deletions.
Binary file modified Content/DriverAutomationTool.exe
Binary file not shown.
1 change: 1 addition & 0 deletions Content/DriverAutomationTool.exe.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bcd6785c50bcc99f9195a7e8d5a28f3e0e652ebc9e755c5d7309ae838d5a20e3
Binary file added Current Branch/7.2.3/DriverAutomationTool.exe
Binary file not shown.
13 changes: 13 additions & 0 deletions Current Branch/7.2.3/DriverAutomationTool.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" />
<supportedRuntime version="v2.0" />
</startup>
<appSettings>
<add key="EnableWindowsFormsHighDpiAutoResizing" value="true"/>
</appSettings>
<runtime>
<AppContextSwitchOverrides value="Switch.System.IO.BlockLongPaths=false;Switch.System.IO.UseLegacyPathHandling=false"/>
</runtime>
</configuration>
1 change: 1 addition & 0 deletions Current Branch/7.2.3/DriverAutomationTool.exe.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bcd6785c50bcc99f9195a7e8d5a28f3e0e652ebc9e755c5d7309ae838d5a20e3
6 changes: 6 additions & 0 deletions Data/DriverAutomationToolNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ IMPORTANT
- DAT Downloads have been moved to GitHub - https://github.com/maurice-daly/DriverAutomationTool
- Latest build EXEs available from - https://github.com/maurice-daly/DriverAutomationTool/tree/master/Current%20Branch

Version 7.2.3
New: Added support for Windows 11 23H2. Microsoft Surface download links for 23H2 to follow. Lenovo and HP supported at present, Dell retains Windows 11 only driver packages

Version 7.2.2
Fix: BUG Fixes

Version 7.2.1
Fix: Dell BIOS packages not being added to the summary output CSV

Expand Down
2 changes: 1 addition & 1 deletion Data/DriverAutomationToolRev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.2.1
7.2.3
2 changes: 1 addition & 1 deletion Data/OEMLinks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Link Type="CatalogSource" URL="https://downloads.dell.com/catalog/CatalogPC.cab"></Link>
</Manufacturer>
<Manufacturer Name="HP" >
<Link Type="XMLCabinetSource" URL="https://ftp.hp.com/pub/caps-softpaq/cmit/HPClientDriverPackCatalog.cab"></Link>
<Link Type="XMLCabinetSource" URL="https://hpia.hpcloud.hp.com/downloads/driverpackcatalog/HPClientDriverPackCatalog.cab"></Link>
<Link Type="SoftPaqSource" URL="https://ftp.hp.com/pub/softpaq/"></Link>
<Link Type="PlatFormList" URL="https://ftp.hp.com/pub/caps-softpaq/cmit/imagepal/ref/platformList.cab"></Link>
<Link Type="SoftPaqCab" URL="https://hpia.hpcloud.hp.com/downloads/sccmcatalog/HpCatalogForSms.latest.cab"></Link>
Expand Down
Binary file modified Driver Automation Tool.msi
Binary file not shown.
2 changes: 1 addition & 1 deletion Driver Automation Tool.msi.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5853d426fd53eaf94524923f64b80515b9829d155cc628a481d4be449f543619
2fad2ac23837e4393f277203ff8abd1e303af7db6d52817157535940bf6cb3de
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ All source code and installers will be maintained here from 11-March-2020.
7.2.0 - (2022-02-12) Mostly bug fixes and Windows 10 22H2 support
7.2.1 - (2022-20-12) Added fix for Dell BIOS packages not showing in the CSV summary output
7.2.2 - (2023-10-01) Bug fixes
7.2.3 - (2024-25-02) Added support for Windows 11 23H2. Please note that Microsoft Surface links for 23H2 will follow in the next update
Minor bug fixes


Expand Down

0 comments on commit a115740

Please sign in to comment.