Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

smaple inf file for virtual network driver


3 replies to this topic

lavinia

lavinia
  • Members
  • 29 posts

Posted 24 September 2001 - 22:03

Anyone has sample inf and sys file for virtual network driver that can be installed from Windows Installer Custom Action (Rundll.exe Setupali.dll,InstallHinfSection DefaultInstall 132 <path for inf>



jsp

jsp
  • Members
  • 96 posts

Posted 25 September 2001 - 08:27

What do you want exactly ?
Source code that launch this command to install drivers on your computer ?
Let me know, I often do these kind of actions.

lavinia

lavinia
  • Members
  • 29 posts

Posted 25 September 2001 - 15:56

Here is my problem:
I have a inf file to install a virtual network adapater but the inf file does not have [DefaultInstall] section.  I added the code into the inf but the setupapi.dll InstallHinfSection fuction still cannot install the driver properly.
That's why I am looking for some working inf file that can be installed from setupapi.dll to compare with or other methods that can simulate the Hardware wizard function calls.   Can you help me to debug and find out the where is the problem?  Thanks.

lavinia

lavinia
  • Members
  • 29 posts

Posted 27 September 2001 - 23:31

Found solution in NT DDK
ntddk/src/general/setup/install