Universal Intel Chipset Drivers Updater​

Re: Universal Intel Chipset Drivers Updater​

2 วัน 10 ชั่วโมง ที่ผ่านมา - 2 วัน 10 ชั่วโมง ที่ผ่านมา
#
PATH
SetupChipset.exe\48.ChipsetInstaller.exe\2.zip\Drivers\
Open the file EXE directly in 7zFM.exe (not context menu 7z/nanazip opts)

1. files.catbox.moe/h3eqxp.png
2. files.catbox.moe/e9qlu6.png
3. files.catbox.moe/894ljb.png
4. files.catbox.moe/mgf2ni.png

Something like 
Code:
NanaZipC x -t# "SetupChipset.exe" -o"D:\stp\1" NanaZipC x -t# "D:\stp\1\48.ChipsetInstaller.exe" -o"D:\stp\2" NanaZipC x "D:\stp\2\2.zip" -o"D:\stp\3"

Tree.log:  pastebin.com/PYsZp2b0
Last edit: 2 วัน 10 ชั่วโมง ที่ผ่านมา by fademind.
สมาชิกต่อไปนี้บอกขอบคุณ: duttyend, FirstEver

กรุณา เข้าสู่ระบบ หรือ สมัครสมาชิกใหม่ เพื่อเข้าร่วมวงสนทนา

Re: Universal Intel Chipset Drivers Updater​

2 วัน 8 ชั่วโมง ที่ผ่านมา - 2 วัน 8 ชั่วโมง ที่ผ่านมา
#
Hi,
If anyone here has a device with the Intel Smart Sound Technology (SST) audio driver, could you please post a screenshot from the updater – specifically the detection and installation screens? I'd like to verify that everything is being detected correctly.

Thanks in advance!
Marcin


Dear @FirstEver, I'd like to help. However, I didn't quite understand what you're asking for. Perhaps it's due to my lack of software knowledge.

My computer is an old HP laptop with an 11th_Gen_Intel(R)_Core(TM)_i3-1115G4_@_3.00GHz\_1 processor.
Last edit: 2 วัน 8 ชั่วโมง ที่ผ่านมา by fikotr74.
สมาชิกต่อไปนี้บอกขอบคุณ: duttyend

กรุณา เข้าสู่ระบบ หรือ สมัครสมาชิกใหม่ เพื่อเข้าร่วมวงสนทนา

  • FirstEver
  • รูปประจำตัวของ FirstEver ผู้เขียนหัวข้อ
  • ออฟไลน์
  • The Best Poster
  • The Best Poster
    Enregistré
  • จำนวนโพสต์: 114
  • Thanks: 197

Re: Universal Intel Chipset Drivers Updater​

2 วัน 5 ชั่วโมง ที่ผ่านมา - 2 วัน 4 ชั่วโมง ที่ผ่านมา
#
PATH
SetupChipset.exe\48.ChipsetInstaller.exe\2.zip\Drivers\
Open the file EXE directly in 7zFM.exe (not context menu 7z/nanazip opts)

1. files.catbox.moe/h3eqxp.png
2. files.catbox.moe/e9qlu6.png
3. files.catbox.moe/894ljb.png
4. files.catbox.moe/mgf2ni.png

Something like 

Code:
NanaZipC x -t# "SetupChipset.exe" -o"D:\stp\1" NanaZipC x -t# "D:\stp\1\48.ChipsetInstaller.exe" -o"D:\stp\2" NanaZipC x "D:\stp\2\2.zip" -o"D:\stp\3"


Tree.log:  pastebin.com/PYsZp2b0



 
@fademind
Thank you for sharing the method for unpacking the SetupChipset.exe archive and extracting the INF/CAT files.
This is a much better method than " digging out " those files using Driver Store Explorer in VM.

I will update my thread on GitHub .

Thanks again!
Last edit: 2 วัน 4 ชั่วโมง ที่ผ่านมา by FirstEver.
สมาชิกต่อไปนี้บอกขอบคุณ: duttyend, fikotr74

กรุณา เข้าสู่ระบบ หรือ สมัครสมาชิกใหม่ เพื่อเข้าร่วมวงสนทนา

  • FirstEver
  • รูปประจำตัวของ FirstEver ผู้เขียนหัวข้อ
  • ออฟไลน์
  • The Best Poster
  • The Best Poster
    Enregistré
  • จำนวนโพสต์: 114
  • Thanks: 197

Re: Universal Intel Chipset Drivers Updater​

1 วัน 2 ชั่วโมง ที่ผ่านมา - 15 ชั่วโมง 58 นาที ที่ผ่านมา
#
Additional Tool
Universal Intel Chipset INF Extractor

Today, I am releasing a new, fully automated tool called Universal Intel Chipset INF Extractor (universal-intel-chipset-inf-extractor.ps1).
It is capable of unpacking any Intel Chipset Device Software installer - from version 10.0.13.0 up to the latest ones, such as 10.1.20658.8883.

This tool will be able to:
  • Scan (for example) all .exe files in a specified directory (including subdirectories).
  • Detect Intel Chipset Device Software installers, and then extract them all in a single pass.
 

Update
Universal Intel Chipset INF Extractor — released 2026.08.0001

A tool for extracting INF/CAT driver files from Intel Chipset Device Software installers (SetupChipset.exe) — supports both old-style installers (via the classic /s /extract switch) and the newer ones (from 10.1.20378.8757 onward) that no longer include a built-in extraction option — these are unpacked automatically using NanaZip.

Script:
github.com/FirstEverTech/Universal-Intel...et-inf-extractor.ps1

README (usage guide):
github.com/FirstEverTech/Universal-Intel...set-inf-extractor.md

Highlights:
  • Works with a single file, a directory (recursive scan), or no arguments at all — scans the folder the script is run from
  • Automatic SHA256 verification on startup (warns you if the file differs from the official version in the repo)
  • Batch mode: a failure on one installer doesn't stop the rest of the batch
  • Full run log: C:\ProgramData\INF_Extractor.log
  • Output: C:\INF_Extractor<version>\

Feedback and bug reports welcome — best via GitHub Issues.
Last edit: 15 ชั่วโมง 58 นาที ที่ผ่านมา by FirstEver.
สมาชิกต่อไปนี้บอกขอบคุณ: duttyend, fikotr74

กรุณา เข้าสู่ระบบ หรือ สมัครสมาชิกใหม่ เพื่อเข้าร่วมวงสนทนา

เวลาที่ใช้ในการสร้างหน้าเว็บ: 0.081 วินาที
ขับเคลื่อนโดย ระบบฟอรัม Kunena