在Windows XP上自动安装驱动程序

时间:2021-08-10 13:02:47

I have a sound card driver and I need to automate the installation of it on windows. Is there any way to achieve this.

我有一个声卡驱动程序,我需要在Windows上自动安装它。有没有办法实现这一目标。

4 个解决方案

#1


This is a question for Server Fault, but many driver install files offer switches that can be used for a silent or unattended install. You could run the program with the /? switch or contact the device manufacturer for more information. Once you have that information, you could schedule the command using Scheduled Tasks in XP or the registry (RunOnce key).

这是服务器故障的问题,但许多驱动程序安装文件提供可用于静默或无人参与安装的交换机。你可以使用/运行程序吗?切换或联系设备制造商以获取更多信息。获得该信息后,可以使用XP中的计划任务或注册表(RunOnce密钥)来安排命令。

#2


Actually you probably want to read the driver installation section on msdn. (For I am not sure what you mean by "automating".)

实际上你可能想阅读msdn上的驱动程序安装部分。 (因为我不确定“自动化”是什么意思。)

#3


This question should be asked at server fault. Anyways, I assume you mean to want it to be installed with your OS. One way is to slipstream the driver into your Windows OS Installer. A good guide is:

应该在服务器故障时询问此问题。无论如何,我认为你的意思是希望它与你的操作系统一起安装。一种方法是将驱动程序整合到Windows操作系统安装程序中。一个好的指南是:

Using Nlite (Simple) : http://www.nliteos.com/

使用Nlite(简单):http://www.nliteos.com/

or (Advanced) http://unattended.msfn.org/unattended.xp

或(高级)http://unattended.msfn.org/unattended.xp

If not please specify the situation.

如果没有,请说明情况。

#4


nLite (http://www.nliteos.com/) should have the solution you need.

nLite(http://www.nliteos.com/)应该有您需要的解决方案。

#1


This is a question for Server Fault, but many driver install files offer switches that can be used for a silent or unattended install. You could run the program with the /? switch or contact the device manufacturer for more information. Once you have that information, you could schedule the command using Scheduled Tasks in XP or the registry (RunOnce key).

这是服务器故障的问题,但许多驱动程序安装文件提供可用于静默或无人参与安装的交换机。你可以使用/运行程序吗?切换或联系设备制造商以获取更多信息。获得该信息后,可以使用XP中的计划任务或注册表(RunOnce密钥)来安排命令。

#2


Actually you probably want to read the driver installation section on msdn. (For I am not sure what you mean by "automating".)

实际上你可能想阅读msdn上的驱动程序安装部分。 (因为我不确定“自动化”是什么意思。)

#3


This question should be asked at server fault. Anyways, I assume you mean to want it to be installed with your OS. One way is to slipstream the driver into your Windows OS Installer. A good guide is:

应该在服务器故障时询问此问题。无论如何,我认为你的意思是希望它与你的操作系统一起安装。一种方法是将驱动程序整合到Windows操作系统安装程序中。一个好的指南是:

Using Nlite (Simple) : http://www.nliteos.com/

使用Nlite(简单):http://www.nliteos.com/

or (Advanced) http://unattended.msfn.org/unattended.xp

或(高级)http://unattended.msfn.org/unattended.xp

If not please specify the situation.

如果没有,请说明情况。

#4


nLite (http://www.nliteos.com/) should have the solution you need.

nLite(http://www.nliteos.com/)应该有您需要的解决方案。