;******************************************************************************* ;* ** ;* 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 ** ;* ** ;******************************************************************************* ; ;******************************************************************************* ; PROSetup.inf ; $Revision: 16 $ ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; 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 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [ProsetInstallW2K] CopyFiles=Proset.copy.files, Proset.copyW2K.files, PROSetup.copy.files AddReg=Proset.Add.Reg, Proset.UninstallPnP.Reg DelFiles=Proset.legacy.del.files, Proset.legacy.driverW2K.del.files [ProsetInstall98] CopyFiles=Proset.copy.files, PROSetup.copy.files AddReg=Proset.Add.Reg, Proset.UninstallPnP.Reg DelFiles=Proset.legacy.del.files ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Install NMS ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [NMSInstallW2K] CopyFiles=NMSService.copy.files, NMSDriverNT.copy.files, RegSvr32.copy.files, \ ProsetDriverW2K.copy.files AddReg=NMS.Add.Reg [NMSInstall98] CopyFiles=NMSService.copy.files, NMSDriver9x.copy.files, RegSvr32.copy.files AddReg=NMS.Add.Reg ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Install PriorityPacket ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [PPInstallNT] CopyFiles=PPService.copy.files, RegSvr32.copy.files, \ PROSetup.copy.files AddReg=PP.Add.Reg DelFiles=PP.legacy.del.files DelReg=PP.Legacy.Del.Reg [PPInstall98] CopyFiles=PPService.copy.files, RegSvr32.copy.files, \ PROSetup.copy.files AddReg=PP.Add.Reg DelFiles=PP.legacy.del.files DelReg=PP.Legacy.Del.Reg ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; UnInstall Proset ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [ProsetUnInstallW2K] DelFiles=Proset.del.files, Proset.delW2K.files, PROSetup.del.files DelReg=Proset.Del.Reg, PROSet_Legacy.Del.Reg [ProsetUnInstall98] DelFiles=Proset.del.files, Proset.del9x.files, PROSetup.del.files DelReg=Proset.Del.Reg, PROSet_Legacy.Del.Reg ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; UnInstall NMS ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [NMSUnInstallW2K] DelFiles=NMSService.del.files, NMSDriverNT.del.files, ProsetDriverW2K.del.files DelReg=NMS.del.Reg AddReg=NMS.AddAfterUninstall.Reg [NMSUnInstall98] DelFiles=NMSService.del.files, NMSDriver9x.del.files, ProsetInf98.del.files, \ ProsetDriver98.del.files DelReg=NMS.del.Reg AddReg=NMS.AddAfterUninstall.Reg ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; UnInstall PriorityPacket ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [PPUnInstallNT] DelFiles=PPService.del.files, PPApi.del.files DelReg=PP.del.Reg [PPUnInstall98] DelFiles=PPService.del.files, PPApi.del.files DelReg=PP.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 II" HKLM,SOFTWARE\Intel\PROSet,Description,0,"Intel(R) Network Adapter Setup and Configuration Utility" HKLM,SOFTWARE\Intel\PROSet,MajorVersion,0x00010001,4 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 II",DisplayName, 0, "Intel(R) PROSet II" HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\"Intel(R) PROSet II",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 II",DisplayName,, HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\"Intel(R) PROSet II",UninstallString,, [PROSet_Legacy.Del.Reg] HKLM,System\CurrentControlSet\Services\PROSet [NMS.Add.Reg] HKLM,SOFTWARE\Intel\NETWORK_SERVICES\NMS,Name,0,"Intel(R) NIC Management Services" HKLM,SOFTWARE\Intel\NETWORK_SERVICES\NMS,Description,0,"Intel(R) NIC Management Services" HKLM,SOFTWARE\Intel\NETWORK_SERVICES\NMS,MajorVersion,0x00010001,1 HKLM,SOFTWARE\Intel\NETWORK_SERVICES\NMS,MinorVersion,0x00010001,0 HKLM,SOFTWARE\Intel\NETWORK_SERVICES\NMS,Manufacturer,0,Intel HKLM,SOFTWARE\Intel\NETWORK_SERVICES\NMS,Installed,0x00010001,1 [NMS.AddAfterUninstall.Reg] HKLM,SOFTWARE\Intel\NETWORK_SERVICES\NMS,Installed,0x00010001,0 [NMS.Del.Reg] HKLM,SOFTWARE\Intel\NETWORK_SERVICES\NMS,Name HKLM,SOFTWARE\Intel\NETWORK_SERVICES\NMS,Description HKLM,SOFTWARE\Intel\NETWORK_SERVICES\NMS,MajorVersion HKLM,SOFTWARE\Intel\NETWORK_SERVICES\NMS,MinorVersion HKLM,SOFTWARE\Intel\NETWORK_SERVICES\NMS,Manufacturer [PP.Add.Reg] HKLM,SOFTWARE\Intel\PriorityPacket,Name,0,"Intel(R) Priority Packet II" HKLM,SOFTWARE\Intel\PriorityPacket,Description,0,"Intel(R) Priority Packet II" HKLM,SOFTWARE\Intel\PriorityPacket,MajorVersion,0x00010001,2 HKLM,SOFTWARE\Intel\PriorityPacket,MinorVersion,0x00010001,0 HKLM,SOFTWARE\Intel\PriorityPacket,Manufacturer,0,"Intel" HKLM,SOFTWARE\Intel\PriorityPacket,Installed,0x00010001,1 HKLM,SOFTWARE\Intel\PriorityPacket,TargetPath,0,"%65600%" ; for add/remove programs applet HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PriorityPacket,DisplayName,0,"Intel(R) Priority Packet II" HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PriorityPacket,UninstallString,0,"%11%\PROComp.exe /u /PriorityPacket TARGET_PATH=""%65600%""" [PP.Del.Reg] HKLM,SOFTWARE\Intel\PriorityPacket HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PriorityPacket,"DisplayName",, HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PriorityPacket,"UninstallString",, [PP.Legacy.Del.Reg] HKLM,SOFTWARE\Intel\"Priority Packet" HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\"Priority Packet" ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; 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,,,,, PROSetp.hlp = 1,,,,, PROSetp.cnt = 1,,,,, PROMon.exe = 1,,,,, PRONtObj.dll = 1,,,,, IANSW2K.SYS = 1,,,,, ; NMS files nmssvc.exe = 1,,,,, nmssvcps.dll = 1,,,,, nmsapi.dll = 1,,,,, nmsmsg.dll = 1,,,,, nmscfg.sys = 1,,,,, nmsdd.sys = 1,,,,, nmscfg.vxd = 1,,,,, nmsdd.vxd = 1,,,,, ; PriorityPacket files pcnicctl.exe = 1,\PrtPkt,,,, priority.exe = 1,\PrtPkt,,,, pcnicps.dll = 1,\PrtPkt,,,, pcnicapi.dll = 1,\PrtPkt,,,, priority.reg = 1,\PrtPkt,,,, priority.cnt = 1,\PrtPkt,,,, priority.hlp = 1,\PrtPkt,,,, roboex32.dll = 1,\PrtPkt,,,, inetwh32.dll = 1,\PrtPkt,,,, ; RegSvr32 files regsvr32.exe = 1,,,,, ; Setup files PROSetup.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.delW2K.files = 11 Proset.del9x.files = 11 ProsetInf98.del.files = 17 ProsetDriverW2K.del.files = 12 ProsetDriver98.del.files = 11 Proset.legacy.del.files = 11 Proset.legacy.driverW2K.del.files = 12 Proset.copy.files = 11 Proset.copyW2K.files = 11 ProsetDriverW2K.copy.files= 12 NMSService.del.files = 11 NMSDriverNT.del.files = 12 NMSDriver9x.del.files = 11 NMSService.copy.files = 11 NMSDriverNT.copy.files = 12 NMSDriver9x.copy.files = 11 RegSvr32.copy.files = 11 PPService.del.files = 65600 PPApi.del.files = 11 PP.legacy.del.files = 11 PPService.copy.files = 65600 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 PROSetp.hlp PROSetp.cnt PROMon.exe [Proset.copyW2K.files] PRONtObj.dll [ProsetDriverW2K.copy.files] IANSW2K.SYS [NMSService.copy.files] nmssvc.exe nmssvcps.dll nmsapi.dll nmsmsg.dll [NMSDriverNT.copy.files] nmscfg.sys nmsdd.sys [NMSDriver9x.copy.files] nmscfg.vxd nmsdd.vxd [RegSvr32.copy.files] RegSvr32.exe,,,0x00000010 [PPService.copy.files] pcnicctl.exe priority.exe pcnicps.dll pcnicapi.dll priority.reg priority.cnt priority.hlp roboex32.dll inetwh32.dll [PROSetup.copy.files] PROSetup.inf PROComp.exe ; 0x00000001 - If the file is in use, to be deleted when the system is rebooted. [Proset.del.files] PROSetp.cpl,,,0x00000001 PROSetp.hlp,,,0x00000001 PROSetp.cnt,,,0x00000001 PROMon.exe,,,0x00000001 [Proset.delW2K.files] PRONtObj.dll,,,0x00000001 [Proset.del9x.files] IANSNDI.dll,,,0x00000001 [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 [Proset.legacy.driverW2K.del.files] prokddp.sys,,,0x00000001 prodd.sys,,,0x00000001 [ProsetInf98.del.files] ANSPW98.INF ANSMW98.INF [ProsetDriverW2K.del.files] IANSW2K.SYS,,,0x00000001 [ProsetDriver98.del.files] IANSW98.SYS,,,0x00000001 IANSW98E.SYS,,,0x00000001 [NMSService.del.files] nmssvc.exe,,,0x00000001 nmssvcps.dll,,,0x00000001 nmsapi.dll,,,0x00000001 nmsmsg.dll,,,0x00000001 [NMSDriverNT.del.files] nmscfg.sys,,,0x00000001 nmsdd.sys,,,0x00000001 [NMSDriver9x.del.files] nmscfg.vxd nmsdd.vxd [PP.legacy.del.files] priority.cpl priority.cnt priority.hlp pcnicps.dll [PPService.del.files] pcnicctl.exe,,,0x00000001 priority.exe,,,0x00000001 pcnicps.dll,,,0x00000001 pcnicapi.dll,,,0x00000001 priority.reg priority.cnt priority.hlp roboex32.dll inetwh32.dll [PPApi.del.files] pcnic.dll [PROSetup.del.files] PROSetup.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.