Topic: Somebody please explain to me DriverPack_*_wnt5_x86-32.ini
OK I use 3rd party driverpacks that I personally make. Here are some questions I have:
- Do I need the INI file for my 3rd party packs?
- Whats the purpose of the INI file?
- Can somebody explain this in detail?
[DriverPack]
platform = "wnt5_x86-32"
name = "Chipset"
rootDir = "D\C"
; OPTIONAL
classes = "Infrared,Ports,System"
driverCount =
decompSize =
compSize =
; This exception removes some silly, useless HP/Compaq "eHelp" button (that actually is integrated into the chipset!) from the system.
[D]
; REQUIRED
exc_count = 1
; OPTIONAL
exc_1_tagFiles = 0
exc_1_+hwids = 1
exc_1_+hwid1 = "ACPI\MGMT180"
exc_1_-hwids = 0
exc_1_+infFiles = 0
exc_1_-infFiles = 0
exc_1_commands = 1
exc_1_command1 = "%SystemDrive%\devcon.exe remove ACPI\MGMT180"
Thanx...