
The Joys of Life without Microsoft Client
Quote:
> Has anyone ever tackled the challenge of installing the
> "Client for Microsoft Networks" via a vbscript on a W2K Pro(SP1)
> machine before.
> I am not sure where to start and the really depressing thing is that
> we have 8000+ desktops to update, so any pointers or help is
> appreciated.
Hi
If all your computers are SP1, you are out of luck I think. With SP2 or SP3
installed, Snetcfg.exe would have made this an easy install. My experience is
that Snetcfg.exe does not work very well with Win2k pre-SP2.
Snetcfg is a sample tool in the Microsoft Windows Driver Development Kit
(...\src\network\config\netcfg) that must be compiled into an exe from the
source (C/C++?) before it can be used.
The finished compiled Win2k version can be downloaded from
http://www.jsiinc.com/reghack.htm. See Tip 4700 for this (WinXP needs the
version that comes with the WinXP DDK).
Install of "Client for Microsoft Networks" on a Win2k SP2/SP2 computer:
C:\>snetcfg -v -c c -i ms_msclient
Trying to install 'ms_msclient'...
...done
*** You need to reboot your computer for this change to take effect ***
Install of "Client for Microsoft Networks" on a Win2k SP1 computer:
C:\>snetcfg.exe -v -c c -i ms_msclient
Trying to install 'ms_msclient'...
..failed. Error code: 0x80070002
--
torgeir