-winpe installs TCP/IP, NetBIOS and Microsoft Client for Windows preinstallat
ion envrionment
-l provides the location of INF
-c provides the class of the component to be installed (p == Protocol, s ==
Service, c == Client)
-i provides the component ID
The arguments must be passed in the order shown.
Examples:
netcfg -l c:\oemdir\foo.inf -c p -i foo
...installs protocol 'foo' using c:\\oemdir\\foo.inf