阅读:2027回复:10
怎样用snetcfg在xp下安装passthru?
我按照说明使用snetcfg -l d:\\sample\\netsf.inf -c s -i ms_passthru进行安装,可是仅仅只是拷贝了文件,我用device tree并没看到驱动起来。
如果我在控制面版里安装后,卸载,再用上面的命令,它就安装成功了。 xp有了什么改动? |
|
最新喜欢:okincn |
沙发#
发布于:2003-01-09 09:22
没人遇到这个问题,还是大家根本不用这个方法安装? :(
|
|
板凳#
发布于:2003-01-10 09:24
又加了10分,大家快来抢啊
|
|
地板#
发布于:2003-09-16 10:00
我也是碰到这个问题。你解决了吗?
|
|
地下室#
发布于:2003-09-18 15:05
好像以前碰到过这个问题,但改的是参数还是inf就记不起来了,现在我直接参照snetcfg写了一个自己的api,安装程序直接调用我的api了,其实你调试一下snetcfg就知道那个地方有问题了
|
|
5楼#
发布于:2003-10-11 16:47
我也遇到这个问题了, 有什么具体的解决方法么?
|
|
6楼#
发布于:2003-10-11 17:04
大致原因是 , 安装程序没有根据inf拷贝netsf_m.inf
你需要自己修改snetcfg程序, 安装netcf_m.inf Recently we ran into this issue with one of our customers. Sorry for not communicating to the group immediately. The problem is that the snetcfg uses SetupCopyOEMInf to copy the NetService INF into the INF directory and it doesn\'t copy the miniport INF. Because we thought the system would do so by following the CopyINF directive. This is not true. The \"CopyINF\" directive, by design, is only observed if the original INF is not yet in the INF directory. So to work around the problem, you have to update your installation app (snetcfg) to also copy the Net class (miniport) inf using SetupCopyOEMInf when it comes to installing IM drivers. Make sure you specify a fully qualified path of the INF in the SetupCopyOEMInf arguments. We will probably right a KB on this issue. |
|
7楼#
发布于:2003-10-11 17:29
好像有更好的方法
snetcfg -l .\\netsf.inf -c s -i ms_passthrus netcfg -l .\\netsf_m.inf -c s -i ms_passthru |
|
8楼#
发布于:2003-10-16 17:27
不给加分啊?:)
|
|
9楼#
发布于:2003-12-15 11:39
对不起各位,我前段时间很忙,没上网。过几天我测试了就给分。
不管通不通过我都给,以感谢各位的关注和支持。 谢谢! |
|
10楼#
发布于:2003-12-22 16:06
to:pkucoffee,卸载我这里有点问题,会黑屏。
|
|