这样做的过程被称为“软件第一安装”方法。意思是在硬件插入之前安装驱动程序。驱动程序和其他相关文件放在适当的位置,当设备***入时,它自动绑定到驱动程序。这就是你要找的吗?
为了这个微软提供了一堆工具,
驱动程序安装框架WIX安装程序首先需要创建MSI或其他安装程序,并使用DIFX API或WIX并合并安装文件来安装驱动程序。
以上来自于百度翻译
以下为原文
The procesdure to do this is called "Software First Install" method. Meaning you install the driver before your hardware is plugged in. The driver and other associated files are put in appropriate location and when the device is plugged it automatically binds to the driver. Is this what you are looking for?
In order to this Microsoft providea a bunch of tools,
- DIFX - Driver installation Framework
- WIX Installer
First you need to create an MSI or other installer and used DIFX API or WIX and merge the installation files to install the driver.
这样做的过程被称为“软件第一安装”方法。意思是在硬件插入之前安装驱动程序。驱动程序和其他相关文件放在适当的位置,当设备***入时,它自动绑定到驱动程序。这就是你要找的吗?
为了这个微软提供了一堆工具,
驱动程序安装框架WIX安装程序首先需要创建MSI或其他安装程序,并使用DIFX API或WIX并合并安装文件来安装驱动程序。
以上来自于百度翻译
以下为原文
The procesdure to do this is called "Software First Install" method. Meaning you install the driver before your hardware is plugged in. The driver and other associated files are put in appropriate location and when the device is plugged it automatically binds to the driver. Is this what you are looking for?
In order to this Microsoft providea a bunch of tools,
- DIFX - Driver installation Framework
- WIX Installer
First you need to create an MSI or other installer and used DIFX API or WIX and merge the installation files to install the driver.
举报