import to Nbf.sys

G

Guest

I have installed NetBEUI on win XP.
Now I am trying to do import Nbf.sys, and Netnbf.inf files in the Designer
component.
The Netnbf.inf has been imported, but when I am trying to import Nbf.sys, I
get an error :
"File import failed while processing file. The file type does not supported
or the file does not exist" .(and it is exsist).
How can I import it?

Thank you,
 
K

KM

It is possible to get NetBEUI working on XPe and even create a component for it but you are doing that wrong way. There is
absolutely no need to import .sys file (and you can't do that with XPe tools!) but only INF.

Also, another trick to install the protocol properly is to use snetcfg.exe utility.
Read here on how to accomplish that:
http://groups.google.com/group/micr...=UTF-8&rnum=2&prev=/groups?q#3b990380846fa016

In short, you will have to create a component that executes the following generic command during FBA:
- Arguments: -l %17%\NETNBF.INF -c p -i MS_NetBEUI
- ErrorControl: 0
- FilePath: %11%\snetcfg.exe
- Flags: 0
- Phase: 3601
- Reboot: FALSE
- Start: 1
- TimeOut: 0
- Type: 1
Used files are netnbf.inf (%17%) and nbf.sys (%12%)

Good luck.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top