;******************************************************************************* ;* ** ;* I N T E L P R O P R I E T A R Y ** ;* ** ;* COPYRIGHT (c) 1999-2000 BY INTEL CORPORATION. ALL RIGHTS RESERVED. NO ** ;* PART OF THIS PROGRAM OR PUBLICATION MAY BE REPRODUCED, TRANSMITTED, ** ;* TRANSCRIBED, STORED IN A RETRIEVAL SYSTEM, OR TRANSLATED INTO ANY ** ;* LANGUAGE OR COMPUTER LANGUAGE IN ANY FORM OR BY ANY MEANS, ELECTRONIC, ** ;* MECHANICAL, MAGNETIC, OPTICAL, CHEMICAL, MANUAL, OR OTHERWISE, WITHOUT ** ;* THE PRIOR WRITTEN PERMISSION OF : ** ;* ** ;* INTEL CORPORATION ** ;* ** ;* 2200 MISSION COLLEGE BLVD ** ;* ** ;* SANTA CLARA, CALIFORNIA 95052-8119 ** ;* ** ;******************************************************************************* ; ;******************************************************************************* ; PROSet95.inf ; $Revision: 6 $ ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Version identifies style (WIN4) and class ; Class is usually used to get all infs for a ; product or driver type if an exe it giving ; users a list of things to install, for example ; all video drivers infs in the windows\inf directory ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [version] signature="$CHICAGO$" Compatible=1 SetupClass=BASE ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Install sections, these are the options ; for building the installation file lists ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Install Proset ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [ProsetInstall95] CopyFiles=Proset.copy.files, Proset.driver9x.copy.files, PROSetup.copy.files AddReg=Proset.Add.Reg, Proset.UninstallPnP.Reg DelFiles=Proset.legacy.del.files ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; UnInstall Proset ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [ProsetUnInstall95] DelFiles=Proset.del.files, Proset.driver9x.del.files, PROSetup.del.files DelReg=Proset.Del.Reg, PROSet_Legacy.Del.Reg ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Registry sections, used by different install ; sections above ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [Proset.Add.Reg] HKLM,Software\Microsoft\Windows\CurrentVersion\Run,Promon.exe, 0, "Promon.exe" HKLM,SOFTWARE\Intel\PROMonitor,Name,0,"Intel(R) PROMonitor" HKLM,SOFTWARE\Intel\PROSet,Name,0,"Intel(R) PROSet" HKLM,SOFTWARE\Intel\PROSet,Description,0,"Intel(R) Network Adapter Setup and Configuration Utility" HKLM,SOFTWARE\Intel\PROSet,MajorVersion,0x00010001,3 HKLM,SOFTWARE\Intel\PROSet,MinorVersion,0x00010001,0 HKLM,SOFTWARE\Intel\PROSet,Manufacturer,0,"Intel" [Proset.UninstallPnP.Reg] HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\"Intel(R) PROSet",DisplayName, 0, "Intel(R) PROSet" HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\"Intel(R) PROSet",UninstallString, 0, "%11%\PROComp.exe /u /PROSet" [Proset.Del.Reg] HKLM,Software\Microsoft\Windows\CurrentVersion\Run, Promon.exe HKLM,SOFTWARE\Intel\PROMonitor HKLM,SOFTWARE\Intel\PROSet HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\"Intel(R) PROSet",DisplayName,, HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\"Intel(R) PROSet",UninstallString,, [PROSet_Legacy.Del.Reg] HKLM,System\CurrentControlSet\Services\PROSet ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Disk lay out information, used by the CopyFiles lists ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; This is the source disk identifiers the number at the ; beginning maps to the SourceDisksFiles first parameter [SourceDisksNames] 1="Intel PRO Adapter CD-ROM or floppy disk","",1 ;;;;;;;;;;;;;;;;;; ; ; SourceDisksFiles - ; this must have ALL file names in any copyfiles section ; so that the default copyfile error callback dialog (browse,skip) ; can use the SourceDisksNames strings above to help find the file ; -- this infomation can also be put in a layout.inf ; ; filename_on_source = diskid,subdir,size,checksum,spare,spare ; [SourceDisksFiles] ; Proset files PROSetp.cpl = 1,\Win95,,,, PROSetfs.hlp = 1,\Win95,,,, PROSetfs.cnt = 1,\Win95,,,, PROMon.exe = 1,,,,, nmscfg.vxd = 1,,,,, nmsdd.vxd = 1,,,,, ; Setup files PROSet95.inf = 1,,,,, PROComp.exe = 1,,,,, [DestinationDirs] ; 11 is the Windows system directory ; 11,drivers is the Windows system\drivers directory DefaultDestDir = 11 Proset.del.files = 11 Proset.driver9x.del.files = 11 Proset.legacy.del.files = 11 Proset.copy.files = 11 Proset.driver9x.copy.files = 11 PROSetup.del.files = 11 PROSetup.copy.files = 11 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; These are the CopyFiles lists, here is where the files ; for each component are defined ; Note the last param (parm 4) is the CopyFlag for that ; File, for example 8 means copy on restart--see the doc for more ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; 0x00000010 - do not overwrite if file already exist. [Proset.copy.files] PROSetp.cpl PROSetfs.hlp PROSetfs.cnt PROMon.exe [Proset.driver9x.copy.files] nmscfg.vxd nmsdd.vxd [PROSetup.copy.files] PROSet95.inf PROComp.exe ; 0x00000001 - If the file is in use, to be deleted when the system is rebooted. [Proset.del.files] PROSetp.cpl,,,0x00000001 PROSetfs.hlp,,,0x00000001 PROSetfs.cnt,,,0x00000001 PROMon.exe,,,0x00000001 [Proset.driver9x.del.files] nmscfg.vxd nmsdd.vxd [Proset.legacy.del.files] PROSET.EXE,,,0x00000001 EP100DG.DLL,,,0x00000001 E100SET.HLP,,,0x00000001 557SET.HLP,,,0x00000001 EPRO100.DLL,,,0x00000001 PROSET.CPL,,,0x00000001 EPROPS.DLL,,,0x00000001 SPDO3DG.VXD,,,0x00000001 prokddp.vxd,,,0x00000001 prodd.vxd,,,0x00000001 [PROSetup.del.files] PROSet95.inf PROComp.exe,,,0x00000001 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Strings replace variable in percents above ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [Strings] README_DESC = "Read Me (Product)"Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.