Autorun.ini Driver File Contents (9527022_9522927.exe)

//|
//| =========================================================================================
//| AutoRun Screen Configuration Section ======================================== AutoRun.ini
//| =========================================================================================
//|
//|	Autorun Section Keywords:
//|	-------------------------
//|		Launch
//|		Menu
//|		Choice
//|		QueryYesNo
//|		QueryCancel
//|		TraceEnable
//|		Checkbox
//|		Return
//|		Exit
//|
//|	Notes:
//|	------
//|	*	Comment indicators invalidate the entire line.
//|	*	Multiple tabs not permitted before an entry name. Single tab required.
//|
//|	*	The "Execution" keyword may be repeated 'n' times. Theses words are scanned until one 
//|		is found that references a valid file.
//|	*	If an item does not resolve with a usuable associated executable it is not included.
//|	*	Multiple entries can exist that only differ by "Execution" and "Tool_Tips". Only the
//|		satisfied entry will display.
//| -----------------------------------------------------------------------------------------
//|
//|
//|	Execution Keywords
//|	------------------
//|
//|	Execute64 - Default execution for 64-bit
//|	Execute32 - Default execution for 32-bit
//|	Execute95 - Exception for Win95
//|	ExecuteME - Exception for WinME
//|	Execute9X - Exception for Win9X (includes WinME)
//|	ExecuteNT - Exception for NT4
//|	Execute2K - Exception for Win2K
//|	ExecuteXP - Exception for WinXP
//|	ExecuteNet - Exception for Windows 32-bit .NET Server (obsolete...provided for backward compatibility)
//|	ExecuteNet32 - Exception for Windows 32-bit .NET Server (Windows Server 2003)
//|	ExecuteNet64 - Exception for Windows 64-bit .NET Server (Windows Server 2003)
//|
//|
//|	*	Execution keywords may be used with "Launch" and "Menu" keywords.
//|	*	If a specific OS execution is present then it overrides the default.
//|	*	If a default is not specified, then a specific OS action has to be present
//|		or no action will occur.  	
//| -----------------------------------------------------------------------------------------
//|

//|
//| =========================================================================================
//|
//|	Menu definitions follow. The first defined menu will be loaded as default
//|
//| =========================================================================================

//<MainMenu>
//	ScreenBmp = Autorun.bmp
//	Menu_Item = Wired
//	Menu_Item = Wireless
//	Menu_Item = TraceEnable
//	Menu_Item = Exit

<Wired>
	ScreenBmp = AutoWire.bmp
	Menu_Item = Install
	Menu_Item = Update
	Menu_Item = SNMP
	Menu_Item = MakeDisk
	Menu_Item = Doc
	Menu_Item = RNotes
	Menu_Item = Exit
//	Menu_Item = MainReturn

//<Wireless>
//	ScreenBmp = AutoWLAN.bmp
//	Menu_Item = InstallWLAN
//	Menu_Item = APAdminTools
//	Menu_Item = DocWLAN
//	Menu_Item = RNotesWLAN
//	Menu_Item = Exit
//	Menu_Item = MainReturn


//| =========================================================================================
//|
//|	Menu selection item definitions follow.
//|
//| =========================================================================================
[Wired]
	Operation =  Menu
	ButtonStr = #130
	Tool_Tips = #131
	Execute32 = <Wired>
	Execute64 = <Wired>

[Wireless]
	Operation =  Menu32
	ButtonStr = #132
	Tool_Tips = #133
	Execute32 = <Wireless>


[MainReturn]
	Operation =  Return
	ButtonStr = #129		// "Back"
	Tool_Tips = #137                // "Return to previous menu"
	Execute32 = <MainMenu>
	Execute64 = <MainMenu>

//| =========================================================================================
//|
//|	Menu item definitions follow. These may be included in any defined menu.  
//|	Descriptor names in [] must be unique.
//|
//| =========================================================================================

[Install]
	Operation = Launch
	ButtonStr = #120		// "Install Software"
	Tool_Tips = #141
	Execute9X = APPS\PROSet\WN98SEME\PROSet.exe
	Execute2K = APPS\PROSet\WIN2K\PROSet.exe
	ExecuteXP = APPS\PROSet\WS03XP32\PROSet.exe
	ExecuteNet = APPS\PROSet\WS03XP32\PROSet.exe
	Execute64 = APPS\PROSet\WS03XP64\PROSet.exe
	Warning95 = #110
	Message95 = #111

[InstallWLAN]
	Operation = Launch
	ButtonStr = #120		// "Install Software"
	Tool_Tips = #141
	Execute9X = APPS\PROSet\WN98SEME\PROSet.exe
	ExecuteNT = APPS\PROSet\WinNT4\WSetup.exe
	Execute2K = APPS\PROSet\WIN2K\PROSet.exe
	ExecuteXP = APPS\PROSet\WS03XP32\PROSet.exe
	Warning95 = #110
	Message95 = #111


[Update]
	Operation = QueryCancel
	ButtonStr = #121		// "Install Base Driver"
	Tool_Tips = #143
	Message_1 = #144
	Message_2 = #145
	Execute32 = APPS\SETUP\SetupBD\W98-WS32\SetupBD.exe,/autorun
	ExecuteNet = APPS\SETUP\SetupBD\W98-WS32\SetupBD.exe,/autorun
	Execute64 = APPS\SETUP\SetupBD\WS03XP64\Setupbd.exe,/autorun
	Warning95 = #110
	Message95 = #111


[MakeDisk]
	Operation = Launch
	ButtonStr = #122		// "Create Install Disk"
	Tool_Tips = #146
	Execute32 = APPS\MAKEDISK\dcreate.exe,/wired
	ExecuteNet = APPS\MAKEDISK\dcreate.exe,/wired
	Execute64 = APPS\MAKEDISK\dcreate.exe,/wired

[SNMP]
	Operation = Launch
	ButtonStr = #125		// "Install SNMP"
	Tool_Tips = #148
	ExecuteNT = APPS\SNMP\Agent\NT4\Setup.exe
	Execute2K = APPS\SNMP\Agent\W2K-WS32\SNMPAg32.msi
	ExecuteXP = APPS\SNMP\Agent\W2K-WS32\SNMPAg32.msi
	ExecuteNet = APPS\SNMP\Agent\W2K-WS32\SNMPAg32.msi
	Execute64 = APPS\SNMP\Agent\WS03XP64\SNMPAg64.msi

[Doc]
	Operation = Launch
	ButtonStr = #126		// "View User Guides"
	Tool_Tips = #153
	Execute32 = PRO100\DOCS\index.htm
	Execute64 = PRO100\DOCS\index.htm

[DocWLAN]
	Operation = Launch
	ButtonStr = #126		// "View User Guides"
	Tool_Tips = #153
	Execute9X = PROW7100\DOCS\UG\UgLaunch.exe
	ExecuteNT = PROW7100\DOCS\UG\UgLaunch.exe
	Execute2K = PROW7100\DOCS\UG\UgLaunch.exe
	ExecuteXP = PROW7100\DOCS\UG\UgLaunch.exe


[RNotes]
	Operation =  Launch
	ButtonStr = #127		// "View Release Notes"
	Tool_Tips = #154
	Execute32 =  PRO100\DOCS\wiredpci.txt
	Execute64 =  PRO100\DOCS\wiredpci.txt

[RNotesWLAN]
	Operation =  Launch
	ButtonStr = #127		// "View Release Notes"
	Tool_Tips = #154
	Execute9X =  PROW7100\DOCS\wireless.txt
	ExecuteNT =  PROW7100\DOCS\wireless.txt
	Execute2K =  PROW7100\DOCS\wireless.txt
	ExecuteXP =  PROW7100\DOCS\wireless.txt


[APAdminTools]
	Operation = Launch
	ButtonStr = #157
	Tool_Tips = #159
	Execute9X = APPS\APADMIN\WIN98-2K\APAdInst.exe
	ExecuteNT = APPS\APADMIN\WIN98-2K\APAdInst.exe
	Execute2K = APPS\APADMIN\WIN98-2K\APAdInst.exe
	ExecuteXP = APPS\APADMIN\WIN98-2K\APAdInst.exe


[Exit]
	Operation =  Exit
	ButtonStr = #128		// "EXIT"
	Tool_Tips = #136                // "Exit Program"


//|
//|	#110 - "This installation program supports Windows* 98 and later."
//|	#111 - "To install Intel(R) PROSet+ on Windows 95, start setup.exe from the Windows\PROSet2\IA32\PROSet+ directory." 
//|
//| #120 - "Install Software"
//|	#121 - "Install Base Driver"
//|	#122 - "Create Install Disk"
//|	#123 - "PCI or Cardbus Adapter"
//|	#124 - "Wireless Adapter"
//|	#125 - "Install SNMP"
//|	#126 - "View User Guides"
//|	#127 - "View Release Notes"
//|	#128 - "EXIT"
//|	#129 - "Back"
//|
//|	#140 - "Install Intel(R) PROSet and drivers for your adapter." 
//|	#141 - "Install Intel(R) PROSet software, used to manage Intel PRO adapters."
//|	#142 - "Do you also want to update drivers for Intel PRO/100 and PRO/1000 adapters?"
//|	#143 - "Install or update the minimum drivers for Intel(R) PRO/100 and PRO/1000 adapters." 
//|	#144 - "Install or updates drivers for Intel(R) PRO/100 and PRO/1000 adapters installed on this computer." 
//| #145 - "Windows 98 and Windows NT 4: You must restart the computer before drivers become active."
//|	#146 - "Create driver install disk for Intel(R) PRO/100 and PRO/1000 adapters."
//|	#147 - "Create a driver installation floppy disk for installing base drivers on a computer with no CD ROM or network connection."
//|	#148 - "Install Intel(R) SNMP software. Requires that Microsoft SNMP service be installed."
//|	#149 - "The Install Disk Utility enables you to create a floppy disk for base driver installation. This utility is useful if you only want to install adapter drivers on a computer or if a computer does not have a CD-ROM."
//| #150 - "Adapter type"
//| #151 - "Description"
//| #152 - "Create install disk for a Wireless adapter."
//| #153 - "View information about how to set up and configure your adapter."
//| #154 - "View information about this release."
//|
Download Driver Pack

How To Update Drivers Manually

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.

server: web4, load: 1.03