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

Install Virtual NIC driver


1 reply to this topic

sherlhlms

sherlhlms
  • Full Members
  • 1 posts

Posted 20 December 2006 - 23:03

I am new to InstallShield and I am required to install a virtual NIC driver and a control panel app for that driver. What is the best way to do that? I tried to write my own function and call it from InstallShield, but when I try to use the DIFxAPI "DriverPackageInstall()" function along with the Legacy Mode flag but it always return a ERROR_NO_SUCH_DEVINST. Any help would be appreciate it. Thank you


aditko

aditko
  • Full Members
  • 6 posts

Posted 31 January 2007 - 15:34

The only way to install a virtual nic is to write a dll and use it in a CA. I tried to use the DifxApi, contacted Microsoft support and found that Difx doesn't support these types of virtual drivers.