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

Enregistré
- Postări: 23
- Thanks: 21
Re: Universal Intel Chipset Drivers Updater
acum 1 lună 1 săptămână - acum 1 lună 1 săptămână
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
Ultima editare: acum 1 lună 1 săptămână de către fademind.
Următorul utilizator(ori) v-au spus Mulțumesc: duttyend, FirstEver
Vă rugăm Autentificare sau Crează un cont să participaţi la discuţie.
- fikotr74
-
- Deconectat
- The Best Poster
-

Enregistré
- Postări: 142
- Thanks: 99
Re: Universal Intel Chipset Drivers Updater
acum 1 lună 1 săptămână - acum 1 lună 1 săptămână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.
Ultima editare: acum 1 lună 1 săptămână de către fikotr74.
Următorul utilizator(ori) v-au spus Mulțumesc: duttyend
Vă rugăm Autentificare sau Crează un cont să participaţi la discuţie.
- FirstEver
-
Autor Subiect
- Deconectat
- The Best Poster
-

Enregistré
- Postări: 116
- Thanks: 201
Re: Universal Intel Chipset Drivers Updater
acum 1 lună 1 săptămână - acum 1 lună 1 săptămână@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!
Ultima editare: acum 1 lună 1 săptămână de către FirstEver.
Următorul utilizator(ori) v-au spus Mulțumesc: duttyend, fikotr74
Vă rugăm Autentificare sau Crează un cont să participaţi la discuţie.
- FirstEver
-
Autor Subiect
- Deconectat
- The Best Poster
-

Enregistré
- Postări: 116
- Thanks: 201
Re: Universal Intel Chipset Drivers Updater
acum 1 lună 6 zile - acum 1 lună 5 zile
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.
Ultima editare: acum 1 lună 5 zile de către FirstEver.
Următorul utilizator(ori) v-au spus Mulțumesc: Tom, duttyend, fikotr74
Vă rugăm Autentificare sau Crează un cont să participaţi la discuţie.
- Tom
-
- Plecat
- The Best Poster
-

Enregistré
- Postări: 503
- Thanks: 672
Re: Universal Intel Chipset Drivers Updater
acum 1 lună 3 zileWorks exactly as expected.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.
Cheers
Tom
Următorul utilizator(ori) v-au spus Mulțumesc: duttyend
Vă rugăm Autentificare sau Crează un cont să participaţi la discuţie.
Timp creare pagină: 0.089 secunde

