It appears that Compal has written a setup.exe which reads data from an INI, then runs the appropriate command once it finds a HwID from the list. Your keyword here is "dedrvldr" which doesn't return much usefull in Google except a bunch of non-English lenovo websites. You can get this EXE and INI from Lenovo's Windows 7 Camera driver.
http://consumersuppo...ategoryID=35057
Extract the IN1CAM10WW5.exe with WinRar or 7zip.
Here is an example of the cmdrvldr.ini which I used to install WLAN and BT:
[DeDrvLdrInfo]
VendorCount = 2
[VendorInfo1]
Interface = USB
VenName = Motorola
VenID = Vid_0A12
PID = Pid_0001
SetupFileRootDir = \Motorola\V3.0.12.285 (Logo)
SetupFileName = BluetoothSetup.exe /VERYSILENT /SUPPRESSMSGBOXES
[VendorInfo2]
Interface = PCI
VenName = Realtek 8188CE
VenID = Ven_10EC
DevID = Dev_8176
Subsys = Subsys_917610EC
SetupFileRootDir = \Realtek RTL8188CE\V1005.8.1101.2010 (Logo)
SetupFileName = Setup.exe /S /v/qn
So using this program will let you do a wide-range of hardware detection, or use it to install multiple things like I have.
Also, I checked the actual program (CmDrvLdr.exe) real quick (honestly I didn't try too hard) and it doesn't seem to use switches. In fact, when I did a test of
CmDrvLdr.exe /?
it did install both programs but then rebooted the system.



Help
Back to top









