The following information applies to:
- Microsoft Windows operating system versions 3.1, 3.11
- Microsoft Windows for Workgroups versions 3.1, 3.11
SUMMARY
This article lists the steps needed to install a video driver from the
Microsoft Download Service (MSDL) on a network installation of Windows or
Windows for Workgroups.
NOTES
- In this example, the SETUP /A (the network administrative setup) is
set up to F:\WINSHARE and the SETUP /N (network node setup) is set up
to the user's local hard disk in the C:\WIN31 directory and the video
driver from the MSDL is S3.EXE. Replace these directory names and
driver names with the names specific to your installation.
- This procedure does NOT apply to network MSDL printer driver
installations.
MORE INFORMATION
- Log on as Supervisor or Administrator (or an equivalent with
FULL rights) to the workstation that requires the upgraded video
driver.
- Go to the WINSHARE directory on drive F.
- Create a subdirectory called S3 and then change to that
subdirectory.
- Copy the file S3.EXE to the S3 subdirectory (F:\WINSHARE\S3), type
"S3" (without the quotation marks) to extract the files, then delete
the file S3.EXE.
- Ensure that the PATH statement in the AUTOEXEC.BAT file (or in your
login script) is correct. It should be similar to the following:
path=c:\win31;f:\winshare;c:\dos
- Use the EXPAND command in the Windows directory to decompress all
the files in the S3 subdirectory by typing:
expand -r *.*
- Delete the uncompressed files by typing:
del *.??_
- Rename the expanded files by typing the following (in the given
order), pressing ENTER after each line:
ren *.fo *.fon
ren *.lg *.lgo
ren *.38 *.386
ren *.rl *.rle
ren *.?g *.?gr
ren *.dr *.drv
- Copy the OEMSETUP.INF file to the root directory of drive C and
delete the OEMSETUP.INF file in the S3 subdirectory.
- Change to the WINSHARE subdirectory and remove the read-only
attribute on the files in the WINSHARE subdirectory by typing the
following at the F:\WINSHARE prompt:
attrib -r *.*
NOTE: It may also be necessary to take off any network-specific flags.
- Change to the S3 subdirectory and copy all the files from the S3
subdirectory to the WINSHARE subdirectory as follows:
copy *.* \winshare
- Delete the files in the S3 subdirectory with the following
command:
del *.*
- Type the following command:
copy c:\oemsetup.inf f:\winshare\s3
- Type the following command:
del c:\oemsetup.inf
- Change to the WINSHARE subdirectory and make the files in the
WINSHARE subdirectory read-only by typing the following:
attrib +r *.*
NOTE: It may also be necessary to replace any network-specific flags.
- Change to the WIN31 subdirectory.
- Run Setup and choose Display, then select "Other (Requires Disk
Provided by a Hardware Manufacturer)." When prompted for the location
of the files, type "f:\winshare" (without the quotation marks) and
choose the appropriate driver from the list that appears.
This ends Setup, returns you to the C:\WIN31 directory, and creates
an OEM0.INF file. If you install more than one MSDL driver, the
OEM<#>.INF file is incremented (for example, OEM1.INF, OEM2.INF,
and so on).
- Restart Windows.
|