This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TM4C123GH6PM: Install INF file through rundll32 setupapi,InstallHinfSection

Part Number: TM4C123GH6PM

Hi, 

We are using TM4C series MCU as USB controller. We are using windows_drivers provided by texas in tm4c series library package.

 I am trying to install driver using INF file from command line using rundll32.exe. Following is the command which I am using:

    rundll32 setupapi, InsatllHinfSection DefaultInstall 132 usb_dev_bulk.inf

    But it is failing consistantly with message box "Installation Failed". If I right-click on the same INF file and "Install", then driver is installed properly.

 

After searching DefaultInstall paramteter needs when INF file contain DefaultInstall section

The usb_dev_bulk.inf file of a driver package does not contain an INF DefaultInstall section.

Where is the default section for usb_dev_bulk.inf file ?

How can i install INF file through rundll32 setupapi,InstallHinfSection ?

Am I doing something wrong? Please help me out in this. Thanks in advance.