Universal Intel Chipset Drivers Updater
- fademind
-
- Offline
- poster 5
-

Enregistré
- 文章: 21
- Thanks: 20
Re: Universal Intel Chipset Drivers Updater
2 天 3 小時 前 - 2 天 2 小時 前
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
Tree.log: pastebin.com/PYsZp2b0
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 天 2 小時 前 by fademind.
The following user(s) said Thank You: duttyend, FirstEver
Please 登錄 or 新增帳號 to join the conversation.
- fikotr74
-
- Offline
- The Best Poster
-

Enregistré
- 文章: 112
- Thanks: 86
Re: Universal Intel Chipset Drivers Updater
2 天 1 小時 前 - 2 天 1 小時 前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 天 1 小時 前 by fikotr74.
The following user(s) said Thank You: duttyend
Please 登錄 or 新增帳號 to join the conversation.
- FirstEver
-
Topic Author
- Offline
- The Best Poster
-

Enregistré
- 文章: 114
- Thanks: 197
Re: Universal Intel Chipset Drivers Updater
1 天 21 小時 前 - 1 天 21 小時 前@fademindPATH
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
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: 1 天 21 小時 前 by FirstEver.
The following user(s) said Thank You: duttyend, fikotr74
Please 登錄 or 新增帳號 to join the conversation.
- FirstEver
-
Topic Author
- Offline
- The Best Poster
-

Enregistré
- 文章: 114
- Thanks: 197
Re: Universal Intel Chipset Drivers Updater
18 小時 56 分鐘 前 - 8 小時 19 分鐘 前
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:
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:
Feedback and bug reports welcome — best via GitHub Issues.
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: 8 小時 19 分鐘 前 by FirstEver.
The following user(s) said Thank You: duttyend, fikotr74
Please 登錄 or 新增帳號 to join the conversation.
建立頁面時間:0.081 秒

