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

发布于 2024-07-26 15:52:35 字数 54 浏览 8 评论 0原文

我有一个声卡驱动程序,我需要在 Windows 上自动安装它。 有什么办法可以实现这一点吗?

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

东京女 2024-08-02 15:52:35

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

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).

泪是无色的血 2024-08-02 15:52:35

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

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

初见你 2024-08-02 15:52:35

这个问题应该在服务器故障时提出。
无论如何,我假设您的意思是希望它与您的操作系统一起安装。
一种方法是将驱动程序集成到 Windows 操作系统安装程序中。
一个很好的指南是:

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


(先进的)
http://unattend.msfn.org/unattended.xp

如果不是,请说明具体情况。

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:

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

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

If not please specify the situation.

一直在等你来 2024-08-02 15:52:35

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

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文