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

Enregistré
- Posts: 21
- Thanks: 20
Re: Universal Intel Chipset Drivers Updater
1 day 19 hours ago - 1 day 19 hours ago
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: 1 day 19 hours ago by fademind.
The following user(s) said Thank You: duttyend, FirstEver
Please Log in or Create an account to join the conversation.
- fikotr74
-
- Offline
- The Best Poster
-

Enregistré
- Posts: 111
- Thanks: 83
Re: Universal Intel Chipset Drivers Updater
1 day 17 hours ago - 1 day 17 hours agoHi,
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: 1 day 17 hours ago by fikotr74.
The following user(s) said Thank You: duttyend
Please Log in or Create an account to join the conversation.
- FirstEver
-
Topic Author
- Offline
- The Best Poster
-

Enregistré
- Posts: 114
- Thanks: 193
Re: Universal Intel Chipset Drivers Updater
1 day 14 hours ago - 1 day 13 hours ago@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 day 13 hours ago by FirstEver.
The following user(s) said Thank You: duttyend
Please Log in or Create an account to join the conversation.
- FirstEver
-
Topic Author
- Offline
- The Best Poster
-

Enregistré
- Posts: 114
- Thanks: 193
Re: Universal Intel Chipset Drivers Updater
11 hours 35 minutes ago - 58 minutes ago
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: 58 minutes ago by FirstEver.
Please Log in or Create an account to join the conversation.
Time to create page: 0.081 seconds

