Autorun.ini Driver File Contents (Intel_Network_Drivers.zip)

//|
//| =========================================================================================
//| 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 for DMIX
//|	------------------------------
//|
//|    Old Keywords    |  New Keywords          |  OS supported
//|   -----------------+------------------------+-----------------
//|    ExecuteVista32  |  ExecuteNDIS_32        |  Vista      32
//|                    |                        |  Longhorn   32
//|   -----------------+------------------------+-----------------
//|    ExecuteVista32e |  ExecuteNDIS_x64       |  Vista     x64
//|                    |                        |  Longhorn  x64
//|   -----------------+------------------------+-----------------
//|    ExecuteWS0864   |  ExecuteNDIS_64        |  Longhorn   64
//|   -----------------+------------------------+-----------------
//|    ExecuteWin732   |  ExecuteNDIS_32        |  Windows 7  32
//|   -----------------+------------------------+-----------------
//|    ExecuteWin732e  |  ExecuteNDIS_x64       |  Windows 7 x64
//|   -----------------+------------------------+-----------------
//|    ExecuteWin764   |  ExecuteNDIS_64        |  Windows 7  64
//|
//|	Execution Keywords for User Guide, Release Notes, web site
//|	-------------------------------------------------------------
//|
//|    Old Keywords    |  New Keywords      
//|   -----------------+------------------------+-----------------
//|    Execute32       |  ExecuteGeneric_32     |  All 32  OSs
//|                    |                        |
//|   -----------------+------------------------+-----------------
//|    Execute32e      |  ExecuteGeneric_x64    |  All x64 OSs
//|                    |                        |
//|   -----------------+------------------------+-----------------
//|    Execute64       |  ExecuteGeneric_64     |  All 64  OSs
//|                    |                        |
//|
//|
//|	*	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>
	Menu_Item = Update
	Menu_Item = Install
	Menu_Item = SNMP
	Menu_Item = MakeDisk
	Menu_Item = Doc
	Menu_Item = RNotes
	Menu_Item = Web
	Menu_Item = Exit



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

[Update]
	Operation = Launch
	ButtonStr = #138             // "Install Drivers"
	Tool_Tips = #139             // "Update Intel(R) PRO drivers, with options to install Intel PROSet"
	ExecuteNDIS_32  	= APPS\PROSETDX\win32\DXSETUP.EXE
	ExecuteNDIS_x64 	= APPS\PROSETDX\winx64\DXSETUP.EXE
	Warning95 = #110
	Message95 = #111

[Install]
	Operation = Launch
	ButtonStr = #120	// "Install Software"
	Tool_Tips = #141 	// "Install software for advanced adapter teaming and VLANs"
	Warning95 = #110
	Message95 = #111
	MessageTitle = #179

[Doc]
	Operation = Launch
	ButtonStr = #126		// "View User Guides"
	Tool_Tips = #153
	ExecuteGeneric_32  = index.htm
	ExecuteGeneric_x64 = index.htm
	ExecuteGeneric_64  = index.htm

[RNotes]
	Operation =  Launch
	ButtonStr = #127		// "View Release Notes"
	Tool_Tips = #154
	ExecuteGeneric_32  =  readme.txt
	ExecuteGeneric_64  =  readme.txt
	ExecuteGeneric_x64 =  readme.txt

[Web]
	Operation = Launch
	ButtonStr = #102
	Tool_Tips = #164
	ExecuteGeneric_32  = webnet.htm
	ExecuteGeneric_64  = webnet.htm
	ExecuteGeneric_x64 = webnet.htm


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

//|	#102 - "Networking at Intel.com"
//|
//|	#110 - "This installation program supports Windows* 98 and later."
//|
//| 	#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." 
//|	#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."
//|	#164 - “View networking information at www.intel.com”
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: web3, load: 1.91