iProInst.ini Driver File Contents (FE3_DRIVERS.ZIP)

//| =========================================================================
//| INI file for iProInst.exe                        Generic API Version 5.06
//| -------------------------------------------------------------------------

//| =========================================================================
//|
//| Configurable keywords 
//|
//| =========================================================================
<Config>
    DebugMode           = True
    DebugDump           = False
    // ----------------------------------------------------------------------
    //  Mandatory settings
    // ----------------------------------------------------------------------
    FamilyCode          = 5.40              
    PFilesOffset        = "Intel\Wireless" 
    //
    // ----------------------------------------------------------------------
    //  Default over-rides
    // ----------------------------------------------------------------------
    Autorun             = FALSE         // default - FALSE
    InstallMode         = FULL          // default - FULL  [FULL | SILENT | REDUCED]
    SilentReboot        = FALSE         // default - FALSE
    ErrorMode           = ROLLBACK      // default - CONTINUE  [ROLLBACK | HALT | CONTINUE]
    Language            = ALL           // default - ALL   [ALL | ENU | FRA | ... | SVE] 
    DowngradeLegal      = FALSE         // default - FALSE  
    ExtendedSupport     = FALSE         // default - TRUE 
    SetPathEnv          = TRUE          // default - FALSE
    BatteryLevel        = 25            // default - 25
    ProfileSave         = 0             // default - 10 [ 0 | 9 | 10 ]
    // ----------------------------------------------------------------------
    //  Macro over-rides
    // ----------------------------------------------------------------------
    HideTrayIcon        = FALSE         // default - FALSE   
    Disable11A          = FALSE         // default - FALSE
    NoWirelessRadio     = FALSE         // default - FALSE
    NoEAPSIMM           = FALSE         // default - FALSE
    PAC                 = TRUE          // default - TRUE
    CCxv4	        = TRUE          // default - TRUE
    CCXv4FeaturesEnabled        = TRUE          // default - TRUE
    //
    //
    // ----------------------------------------------------------------------
    //  Qualification section
    // ----------------------------------------------------------------------
    AllowedAdapter  = NULL, CW1_BG, CW2_BG, CX2_BG, CX2_ABG, GOL_ABG, GOL_V 
    AllowedUpgrade  = {05.xx - Installer FamilyCode Version}    // Golan
    AllowedUpgrade  = {04.xx - Installer FamilyCode Version}    // Not Defined
    AllowedUpgrade  = {03.xx - Installer FamilyCode Version}    // Not Defined (was CW2)          
    AllowedUpgrade  = {02.xx - Installer FamilyCode Version}    // MUROC 9.0.2
    AllowedUpgrade  = {01.xx - Installer FamilyCode Version}    // MUROC 9.0.0, 9.0.1
    BlockedUpgrade  = {D01A9DBE-A56C-44EE-8418-2FDAF57074E1}    // CASWELL1
    AllowedUpgrade  = {6ECD30AA-38EE-43D0-9B93-439DFCF50525}    // MASTER_INSTALL
    AllowedUpgrade  = {286A5A7B-E0AB-481E-B451-2E9EAC3F32B2}    // COMBINED (Or ProSafe)
    AllowedUpgrade  = {642C4071-3526-443B-8D0D-4FCC1ABBC748}    // WIRELESS_SPLIT (Or WlsSafe)
    AllowedUpgrade  = {6BEEE79A-0FD3-40E8-8A4C-F98B1D4468BA}    // SEBRING_API

//| =========================================================================
//|
//| Feature display selection: '-' DeSelected by default
//|                            '+' Selected by default
//|
//| =========================================================================
<Win2K>
    MSI_Data   = +, Lev0, Driver        
    MSI_Data   = +, Lev0, WirelessCore

<WinXP> 
    MSI_Data   = +, Lev0, Driver        
    MSI_Data   = +, Lev0, WirelessCore

//| =========================================================================
//|
//| MSI data definitions follow.
//|
//| =========================================================================
[Driver]
    FeatureTitle    = [1130]
    Description     = [1131]
    RelativePath    = "iProData\mDriver.msi", "DOINSTALL=Yes SETUPWLD_SILENT=/Silent"

[WirelessCore]
    FeatureTitle    = [1010]
    Description     = [1011]
    RelativePath    = "iProData\mCore.msi"  
    ConfigureLink   = FeatureSet2
    ConfigureLink   = Disable11A        
    ConfigureLink   = NoWirelessRadio   
    ConfigureLink   = PAC
    ConfigureLink   = CCxv4
    ComponentLink   = ProSafe
    ComponentLink   = WlsSafe
    ComponentLink   = MHInstaller
    ComponentLink   = ProfileManager

[ProSafe]
    FeatureTitle    = "ProSafe"
    Description     = "ProSafe"
    RelativePath    = "iProData\mProSafe.msi"   

[WlsSafe]
    FeatureTitle    = "WlsSafe"
    Description     = "WlsSafe"
    RelativePath    = "iProData\mWlsSafe.msi"   

[MHInstaller]
    FeatureTitle    = [1150]
    Description     = [1150]
    RelativePath    = "iProData\mMHouse.msi"    

[XMLSupport]
    FeatureTitle    = "XML Support"
    Description     = "XML Support"
    RelativePath    = "iProData\mXML.msi"   

[ProfileManager]
    FeatureTitle    = [1060]
    Description     = [1061]
    RelativePath    = "iProData\mPfMgr.msi" 
    DependantLink   = XMLSupport

//| =========================================================================
//|
//| Registry/ Directory definitions.
//|
//| =========================================================================
{FeatureSet2}
    KeyName         = FeatureSet2
    KeyPath         = "SOFTWARE\Intel\Wireless\GuiConfiguration\" 
    Type            = REG_DWORD
    IData           = 000000FF

{PAC}
    KeyName         = FeatureSet2
    KeyPath         = "SOFTWARE\Intel\Wireless\GuiConfiguration\" 
    Type            = REG_BINARY
    IData           = xxxx xxxx xxxx xx1x xxxx xxxx xxxx xxxx  
    RData           = xxxx xxxx xxxx xx0x xxxx xxxx xxxx xxxx  
    Enabled         = TRUE

{CCxv4}
    KeyName         = FeatureSet2
    KeyPath         = "SOFTWARE\Intel\Wireless\GuiConfiguration\" 
    Type            = REG_BINARY
    IData           = xxxx xxxx xxxx 1xxx xxxx xxxx xxxx xxxx
    RData           = xxxx xxxx xxxx 0xxx xxxx xxxx xxxx xxxx 
    Enabled         = TRUE

{NoWirelessRadio}
    KeyName         = FeatureSet1
    KeyPath         = "SOFTWARE\Intel\Wireless\GuiConfiguration\" 
    Type            = REG_BINARY
    IData           = xxxx xxxx 1xxx xxxx xxxx xxxx xxxx xxxx  
    Enabled         = FALSE

{Disable11A}        
    RelativePath    = [AllUsersWireless], ITSttngs.ini
    Section         = CHICKEN_BITS
    KeyName         = Intel11aRadio
    IData           = 0
    Type            = INI_FILE_SETTING
    Enabled         = FALSE

{CCXv4FeaturesEnabled}  
    RelativePath    = [AllUsersWireless], ITSttngs.ini
    Section         = CHICKEN_BITS
    KeyName         = CCXv4FeaturesEnabled
    IData           = 1
    Type            = INI_FILE_SETTING
    Enabled         = TRUE

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: 0.75