IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Scripts/Batch Discussion :

Install Pilote en ligne de commande


Sujet :

Scripts/Batch

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre averti
    Homme Profil pro
    Inscrit en
    Mars 2012
    Messages
    11
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Suisse

    Informations forums :
    Inscription : Mars 2012
    Messages : 11
    Par défaut Install Pilote en ligne de commande
    Bonjour,
    J'ai besoin d'installer un driver avec un fichier ".inf" via une ligne de commande.

    J'ai essayé : RUNDLL32.EXE SETUPAPI.DLL,InstallHinfSection DefaultInstall 128 C:\CHEMIN\FICHIER.inf

    Message d'erreur : L'installation a échoué

    Après plusieurs échec et recherche sur le net, il semblerait qu'aucun DefaultInstall n'est définit dans mon fichier .inf
    Mais je n'ai toujours pas trouvé de solution à ce problème.
    Pourriez-vous m'aider ?

    Structure du fichier :

    [Version]
    Signature="$WINDOWS NT$"
    Provider=%Intel%
    ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
    Class=Display
    CatalogFile=kit34379.cat

    DriverVer=04/10/2011,8.15.10.2361

    ;
    ; Package Info for Co-Installer
    ;

    [PackageInfo]
    Name=Graphics
    INFSource=%1%

    [DestinationDirs]
    DefaultDestDir = 11 ; system32
    igfx.Miniport = 12 ; drivers
    igfx.UserMode = 11 ; system32

    ;
    ; Driver information
    ;

    [Manufacturer]
    %Intel% = Intel.Mfg

    [Intel.Mfg]
    ;;W;;

    %iSNBGM1% = iSNBM0, PCI\VEN_8086&DEV_0106&SUBSYS_04AF1028;
    %iSNBGM2% = iSNBM0, PCI\VEN_8086&DEV_0116&SUBSYS_04AF1028;
    %iSNBGM2P% = iSNBM0, PCI\VEN_8086&DEV_0126&SUBSYS_04AF1028;

    [iILKM0]
    FeatureScore=E6
    DelFiles=CUI.DelFiles
    CopyFiles=igfx.Miniport, igfx.UserMode, MedKrnG575.Copy, Opm.Copy , CUI.Copy , CUISDK.Copy , Resource.Copy , OpenGL.Copy , DX10.Copy , CLK9.Copy
    AddReg = igfx_SoftwareDX10Settings
    AddReg = igfx_SoftwareCommonSettings
    DelReg = igfx_RemoveDeviceSettings

    [iILKM0.HW]
    AddReg = igfx_MSI_HardwareDeviceSettings

    [iILKD0]
    FeatureScore=E6
    DelFiles=CUI.DelFiles
    CopyFiles=igfx.Miniport, igfx.UserMode, MedKrnG575.Copy, Opm.Copy , CUI.Copy , CUISDK.Copy , Resource.Copy , OpenGL.Copy , DX10.Copy , CLK9.Copy

    [iILKD0.HW]
    AddReg = igfx_MSI_HardwareDeviceSettings

    [iSNBM0]
    FeatureScore=E6
    DelFiles=CUI.DelFiles
    CopyFiles=igfx.Miniport, igfx.UserMode, MedKrnG600.Copy, DDE.Copy, Opm.Copy , CUI.Copy , CUISDK.Copy , Resource.Copy , OpenGL.Copy , DX10.Copy , CLK9.Copy
    AddReg = igfx_SoftwareDX11Settings
    AddReg = igfx_SoftwareCommonSettings


    [iSNBM0.HW]
    AddReg = igfx_MSI_HardwareDeviceSettings

    [iSNBD0]
    FeatureScore=E6
    DelFiles=CUI.DelFiles
    CopyFiles=igfx.Miniport, igfx.UserMode, MedKrnG600.Copy, DDE.Copy, Opm.Copy , CUI.Copy , CUISDK.Copy , Resource.Copy , OpenGL.Copy , DX10.Copy , CLK9.Copy
    AddReg = igfx_SoftwareDX11Settings

    [iSNBD0.HW]
    AddReg = igfx_MSI_HardwareDeviceSettings

    [iILKM0.CoInstallers]
    AddReg = CoInst.AddReg
    CopyFiles = CoInst.CopyFiles

    [iILKD0.CoInstallers]
    AddReg = CoInst.AddReg
    CopyFiles = CoInst.CopyFiles

    [iSNBM0.CoInstallers]
    AddReg = CoInst.AddReg
    CopyFiles = CoInst.CopyFiles

    [iSNBD0.CoInstallers]
    AddReg = CoInst.AddReg
    CopyFiles = CoInst.CopyFiles

    [CoInst.AddReg]
    HKR,, CoInstallers32, %REG_MULTI_SZ%, "igfxCoIn_v2361.dll, CoDeviceInstall"

    [CoInst.CopyFiles]
    igfxCoIn_v2361.dll,igxpco32.dll,,0x00000010

    ;
    ; File sections
    ;
    [CUI.DelFiles]
    igfxres.dll,,,1

    [igfx.Miniport]
    igdkmd32.sys

    [igfx.UserMode]
    igdumd32.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
    igfxcmrt32.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
    IccLibDll.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME

    [Opm.Copy]
    iglhxs32.vp


    [MedKrnG575.Copy]
    igkrng575.bin,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME

    [MedKrnG600.Copy]
    igkrng600.bin,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME

    [DDE.Copy]
    igdde32.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME

    ;
    ; Start CUI Copy Sections
    ;
    [CUI.Copy]
    hccutils.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
    igfxsrvc.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME

    [CUISDK.Copy]
    igfxext.exe ; CUI SDK
    igfxexps.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME ; CUI SDK proxy stub

    [Resource.Copy]
    ; Language Resource files
    igfxrara.lrc ; Arabic
    igfxrchs.lrc ; Simplified Chinese
    ;
    ; End CUI Copy Sections
    ;

    [OpenGL.Copy]
    ig4icd32.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME

    [OpenGL.AddReg]
    HKR,, OpenGLDriverName, %REG_MULTI_SZ%, ig4icd32.dll

    [OpenGL.AddRegSmch.ILK]
    HKR,, _oglapp_etqw.exe, %REG_DWORD%, 0x00000001

    [OpenGL.AddRegSmch.SNB]
    HKR,, _oglapp_UT2004.exe, %REG_DWORD%, 0x00000001

    [OpenGL.DelRegSmch]
    HKR,, _oglapp_etqw.exe

    [DX10.Copy]
    igd10umd32.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
    d3dx10_40.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME

    [CLK9.Copy]
    igdumdx32.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME

    [igfx_RegisterDX10DLL]

    11,,igd10umd32.dll,1

    [igfx_RegisterDLLs]
    11,,igdumd32.dll,1

    [CUI.DelReg]
    HKLM,%CUIDeviceIndependentKey%

    [iILKM0.Services]
    AddService = igfx, 0x00000002, igfx_Service_Inst

    [iILKD0.Services]
    AddService = igfx, 0x00000002, igfx_Service_Inst

    [iSNBM0.Services]
    AddService = igfx, 0x00000002, igfx_Service_Inst

    [iSNBD0.Services]
    AddService = igfx, 0x00000002, igfx_Service_Inst

    [igfx_Service_Inst]
    ServiceType = 1 ; SERVICE_KERNEL_DRIVER
    ;
    ; DX10 Capable SKUS
    ;
    [igfx_SoftwareDX10Settings]

    HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, igdumdx32, igd10umd32
    HKR,, UserModeDriverName, %REG_MULTI_SZ%, igdumdx32.dll, igd10umd32.dll

    ;
    ; DX11 Capable SKUS
    ;
    [igfx_SoftwareDX11Settings]

    HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, igdumdx32, igd10umd32, igd10umd32
    HKR,, UserModeDriverName, %REG_MULTI_SZ%, igdumdx32.dll, igd10umd32.dll, igd10umd32.dll

    ;
    ;MBM Specific settings
    ;
    [ILKM_MBMSettings_AddSwSettings]
    HKR,, Display1_ENABLEMBM,%REG_DWORD%, 0
    HKR,, PrefCUIMBM,%REG_DWORD%, 0

    [ILKM_MBMSettings_DelSwSettings]
    HKR,, Display1_ENABLEMBM
    HKR,, PrefCUIMBM

    [SNBM_MBMSettings_AddSwSettings]
    HKR,, Display1_ENABLEMBM,%REG_DWORD%, 0
    HKR,, PrefCUIMBM,%REG_DWORD%, 0

    [SNBM_MBMSettings_DelSwSettings]
    HKR,, Display1_ENABLEMBM


    [igfx_TPV_AddSwSettings]
    HKR,, TPVSolutionEnabled, %REG_DWORD%, 1
    HKR,, MAXViews, %REG_DWORD%, 2

    [igfx_TPV_DelSwSettings]
    HKR,, TPVSolutionEnabled

    [igfx_SoftwareCommonSettings]
    HKR,, UserModeDriverGUID, %REG_SZ%, "{6C4BE3D5-831A-42ED-AA62-2AEB34C8CBA4}"
    HKR,, MultifunctionSupported, %REG_DWORD%, 1

    [igfx_MSI_HardwareDeviceSettings]
    ; MSI Support
    HKR, "Interrupt Management", 0x00000010

    [igfx_RemoveDeviceSettings]
    HKR,, VgaCompatible

    [Enable3DContexts_ILK_DT_DelSwSettings]

    HKR,, ~3DMarkVantage.exe
    HKR,, ~3DMarkVantageCmd.exe
    HKR,, ~RelicCoH.exe

    [NonEDIDMode_AddSwSettings]
    HKR,, TotalDTDCount, %REG_DWORD%, 0 ; This shows number of DTDs to be used. ; 0-->Disable the feature.
    ;Following keys have 20 bytes (18 byte DTD + 2 Byte flags).
    HKR,, DTD_1,%REG_BINARY%, 01,1D,80,18,71,1C,16,20,58,2C,1A,00,00,00,00,00,00,86,37,01 ;1920x1080@60...Interlaced
    HKR,, DTD_2, %REG_BINARY%, 01,1D,80,D0,72,1C,16,20,10,2C,1A,80,00,00,00,00,00,86,37, 01 ;1920x1080@50...Interlaced
    HKR,, DTD_3,%REG_BINARY%, 01,1D,00,BC,52,D0,1E,20,B8,28,25,40,00,00,00,00,00,04,37, 01 ;1280x720@50....Non-interlaced
    HKR,, DTD_4, %REG_BINARY%, 01,1D,00,72,51,D0,1E,20,6E,28,25,00,00,00,00,00,00,06,37,01 ;1280x720@60....Non-interlaced
    HKR,, DTD_5,%REG_BINARY%, 00, 00, 00 ,00, 00, 00,00, 00, 00,00, 00, 00,00, 00, 00,00, 00, 00,00, 00 ;Fifth DTD

    [NonEDIDMode_DelSwSettings]
    HKR,, TotalDTDCount
    HKR,, DTD_1
    HKR,, DTD_2
    HKR,, DTD_3
    HKR,, DTD_4
    HKR,, DTD_5

    [CRTHotPlugDefaultVrefVoltage_AddSwSettings]
    HKR,, Display1_EnableCRTHotPlugDefaultVrefVoltage, %REG_DWORD%, 1 ; 1 - Enable(Default Value) and 0 - Disable(Customized Value)

    [CRTHotPlugDefaultVrefVoltage_DelSwSettings]
    HKR,, Display1_EnableCRTHotPlugDefaultVrefVoltage

    [DynamicScaling_AddSwSettings]
    HKR,, Display1_EnableDynamicScaling,%REG_DWORD%, 0 ; 1 - Enable and 0 - Disable

    [DynamicScaling_DelSwSettings]
    HKR,, Display1_EnableDynamicScaling

    [eDPNoFLT_AddSwSettings]
    ;If this Registry is set to 1 then it will ignore the Fast Link Training and will always do Normal Link Training everytime
    HKR,, NoFastLinkTrainingForeDP, %REG_DWORD%, 0

    [eDPNoFLT_DelSwSettings]
    HKR,, NoFastLinkTrainingForeDP

    [DynamicClockGating_AddSwSettings]
    HKR,, EnableDynamicClockGating, %REG_DWORD%, 1 ;1 - Enable and 0 - Disable

    [DynamicClockGating_DelSwSettings]
    HKR,, EnableDynamicClockGating

    [DelayedDetectionForDP_AddSwSettings]
    HKR,, DelayedDetectionForDP,%REG_DWORD%, 500 ; Delay in ms Range - 0 - 1000

    [DelayedDetectionForDP_DelSwSettings]
    HKR,, DelayedDetectionForDP

    [DelayedDetectionForHDMI_AddSwSettings]
    HKR,, DelayedDetectionForHDMI,%REG_DWORD%, 1000 ; Delay in ms Range - 0 - 1000

    [DelayedDetectionForHDMI_DelSwSettings]
    HKR,, DelayedDetectionForHDMI

    [EnableInterlacedModeRemoval_AddSwSettings]
    HKR,, EnableInterlacedModeRemoval,%REG_DWORD%, 1 ; 1 - Enable and 0 - Disable

    [EnableInterlacedModeRemoval_DelSwSettings]
    HKR,, EnableInterlacedModeRemoval

    [ForceBorderForMAR_AddSwSettings]
    HKR,, ForceBorderForMAR,%REG_DWORD%, 0 ; 1 - Enable and 0 - Disable

    [ForceBorderForMAR_DelSwSettings]
    HKR,, ForceBorderForMAR

    [Gen6IntLVDSSwing_AddSwSettings]
    ;0x00 - Medium - Data and Clk Swing set to 298 mV
    ;0x01 - High - Data and Clk Swing set to 320 mV
    ;0x02 - Low1 - Data and Clk Swing set to 144 mV
    ;0x04 - Low2 - Data and Clk Swing set to 170 mV
    ;0x08 - Low3 - Data and Clk Swing set to 196 mV
    ;0x10 - Low4 - Data and Clk Swing set to 220 mV
    ;0x20 - Low5 - Data and Clk Swing set to 247 mV
    ;0x40 - Low6 - Data and Clk Swing set to 273 mV
    HKR,, IntLVDSSwingSetting,%REG_DWORD%, 0x00

    [Gen6IntLVDSSwing_DelSwSettings]
    HKR,, IntLVDSSwingSetting

    [RedBlankingPnl_AddSwSettings]
    HKR,, EnableReducedBlankingPnlWA,%REG_DWORD%, 0x00 ; 0x00- Disable, 0x01 - Enable

    [RedBlankingPnl_DelSwSettings]
    HKR,, EnableReducedBlankingPnlWA

    [AsyncFlips_AddSwSettings]
    HKR,, Display1_DisableAsyncFlips,%REG_DWORD%, 0 ; 1 - Disable and 0 - Enable

    [AsyncFlips_DelSwSettings]
    HKR,, Display1_DisableAsyncFlips

    [HDMICEATimings_AddSwSettings]
    HKR,, Display1_EnableHDMICEATimingsOnly,%REG_DWORD%, 0 ; 1 - Enable and 0 - Disable

    [HDMICEATimings_DelSwSettings]
    HKR,, Display1_EnableHDMICEATimingsOnly

    [SdvoDdcEdidRead_AddSwSettings]
    HKR,, Display1_DisableSdvoCrtEdidRead ,%REG_DWORD%, 0 ; 1 - Enable and 0 - Disable

    [SdvoDdcEdidRead_DelSwSettings]
    HKR,, Display1_DisableSdvoCrtEdidRead

    [MediaScaling_AddSwSettings]
    HKR,, Display1_EnableMediaScaling,%REG_DWORD%, 0 ; 1 - Enable and 0 - Disable

    [MediaScaling_DelSwSettings]
    HKR,, Display1_EnableMediaScaling

    ;To enable VBT override through INF
    [INFVBTOverride_AddSwSettings]
    HKR,, INF_VBT_Override_EnableFeature,%REG_DWORD%, 0

    [INFVBTOverride_DelSwSettings]
    HKR,, INF_VBT_Override_EnableFeature

    ; OPTIONS FOR HOTPLUG THROUGH INF
    ;2 - Apply selected logic selected in VBT
    ;0 - Disable Hot Plug
    ;1 - Enable Hot Plug
    ;NOTE: Enable "INF_VBT_Override_EnableFeature" flag to use below given INF entries

    [INFHotPlug_AddSwSettings]
    HKR,, HotPlug_DVO_SDVO,%REG_DWORD%, 2
    HKR,, HotPlug_CRT,%REG_DWORD%, 2

    [INFHotPlug_DelSwSettings]
    HKR,,HotPlug_DVO_SDVO
    HKR,,HotPlug_CRT

    [OEMStaticMode_AddSwSettings]
    HKR,, TotalStaticModes, %REG_DWORD%, 0 ; This shows number of Static modes to be used.
    ;TotalStaticModes = 0-->Disable the feature.
    ;Following keys have 8 bytes:
    ; 2B XRes + 2B YRes
    ; + 2B RRMask (Bit 0 - 60, 1 -70, 2 - 72, 3 - 75, 4 - 85,5 - 100,6 - 120,7-15 reserved)
    ; + 1B BppMask(Bit 0 - 8bpp,1 - 16bpp,2 - 32bpp, 3-7 reserved)
    ; + 1B reserved.
    ; all values in Hex; l->low byte, h->high byte
    ;Examples:
    ; xl xh yl yh rl rh bp Rv
    ;HKR,, STATIC_MODE_1,%REG_BINARY%, 20,03,58,02,03,00,07,0F ;8x6 60,70
    ;HKR,, STATIC_MODE_2,%REG_BINARY%, 20,03,58,02,20,00,04,0F ;8x6 100 : 32bpp

    [OEMStaticMode_DelSwSettings]
    ;HKR,, STATIC_MODE_1
    ;HKR,, STATIC_MODE_2

    [MediaSrcMode_AddSwSettings]
    HKR,, TotalMediaSrcModes, %REG_DWORD%, 0 ; This shows number of Media Source to be used.
    ;TotalMediaSrcModes = 0-->No Modes Added.
    ;Modes added must be < 10x7
    ;Following keys have 8 bytes:
    ; 2B XRes + 2B YRes
    ; + 1B reserved.
    ; all values in Hex; l->low byte, h->high byte
    ;Examples:
    ; xl xh yl yh Rv
    ;HKR,, MEDIA_MODE_1,%REG_BINARY%, D0,02,E0,01,0F ;720x480
    ;HKR,, MEDIA_MODE_2,%REG_BINARY%, 20,03,58,02,0F ;800x600

    [MediaSrcMode_DelSwSettings]
    ;HKR,, MEDIA_MODE_1
    ;HKR,, MEDIA_MODE_2

    [MediaRefreshRateMode_AddSwSettings]
    HKR,, MediaRefreshRateMask, %REG_DWORD%, 0 ; Mask to enable media refresh rates BIT0 - LFP BIT1-7 :Reserved

    [MediaRefreshRateMode_DelSwSettings]
    HKR,, MediaRefreshRateMask

    [BitBashingSupport_AddSwSettings]
    ; This is used to enable Bit Bashing instead of GMBUS to read monitor EDID for each
    ; Display Type.
    ; CRTType - BIT0, DFPType - BIT1, LFPType - BIT2, BIT[3:7] - Reserved.
    HKR,, BitBashingSupport, %REG_BINARY%, 0

    [BitBashingSupport_DelSwSettings]
    HKR,, BitBashingSupport

    [BitBashingForHDCP_AddSwSettings]
    ;This is to use BitBashing instead of GMBUS for HDCP
    HKR,, BitBashingForHDCP, %REG_BINARY%, 0

    [BitBashingForHDCP_DelSwSettings]
    HKR,, BitBashingForHDCP

    [CRTScaler_AddSwSettings]
    ; This is used to enable Scaler on CRT
    HKR,, EnableDynamicScalingWithHwScaler, %REG_DWORD%, 1

    [CRTScaler_DelSwSettings]
    HKR,, EnableDynamicScalingWithHwScaler

    [InternalScaler_AddSwSettings]
    ; This is used to enable Scaler on CRT
    HKR,, EnableInternalScalar, %REG_DWORD%, 0

    [InternalScaler_DelSwSettings]
    HKR,, EnableInternalScalar

    [PNM_AddSwSettings]
    HKR,, PNMClkDeviation, %REG_DWORD%, 0 ;Clock deviation value which is multiplied by 10.
    HKR,, PNMFlags, %REG_DWORD%, 0 ; Bit0ownward Deviation, Bit1: Upward Deviation. Bit2-31: Reserved.

    [PNM_DelSwSettings]
    HKR,, PNMClkDeviation
    HKR,, PNMFlags

    [SDVOHDMI_VSI_AddSwSettings]
    HKR,, SPDIFVendorName,%REG_SZ%, "Intel" ; max 8 characters
    HKR,, SPDIFVendorDesc,%REG_SZ%, "9xxxx" ; max 16 characters
    HKR,, SDVOHDMI_OptionalIFPriority,%REG_DWORD%, 0x21 ; default to priority 1 for SPD Infoframe and priority 2 for VS Infoframe
    HKR,, SDVOHDMI_SupportCEA861D,%REG_DWORD%, 0 ;To enable support for 861D spec, 1-Support IT Content and RGB Quantization, 0- No 861D support. Default to 0.

    [SDVOHDMI_VSI_DelSwSettings]
    HKR,, SPDIFVendorName
    HKR,, SPDIFVendorDesc
    HKR,, SDVOHDMI_OptionalIFPriority
    HKR,, SDVOHDMI_SupportCEA861D

    [PwrCons_ILK_AddSwSettings]
    HKR,, FeatureTestControl,%REG_DWORD%, 0xF840 ; Enable FBC, GSV, RC6, DPS, DPST5, Vista Backlight Control, GPMT, Turbo

    [PwrCons_ILK_DelSwSettings]
    HKR,, FeatureTestControl

    [PwrCons_SNB_AddSwSettings]
    HKR,, FeatureTestControl,%REG_DWORD%, 0xF840
    HKR,, RsDisableDeepRC6,%REG_DWORD%, 1
    HKR,, GsvApplyIACapForDesktop,%REG_DWORD%, 0
    HKR,, GsvApplyIACapForMobileAC,%REG_DWORD%, 0

    [PwrCons_SNB_DelSwSettings]
    HKR,, FeatureTestControl
    HKR,, RsDisableDeepRC6
    HKR,, GsvApplyIACapForDesktop
    HKR,, GsvApplyIACapForMobileAC

    [PwrCons_DPS_AddSwSettings]
    HKR,, DPSCheckboxDefault,%REG_DWORD%, 0x1
    HKR,, DPSBaseLoRRValue,%REG_DWORD%, 0x0
    HKR,, Display1_DPSPanel_Type,%REG_DWORD%, 0xFF ;Normal/Static DRRS = 0, Seamless = 2, or Disable INF option = 0xFF
    HKR,, DPSMotionArtifactMitigation,%REG_DWORD%, 0x1
    HKR,, SupportForStaticDRRS,%REG_DWORD%, 0x0

    [PwrCons_DPS_DelSwSettings]
    HKR,, DPSCheckboxDefault
    HKR,, DPSControlMode
    HKR,, DPSBaseLoRRValue
    HKR,, Display1_DPSPanel_Type
    HKR,, DPSMotionArtifactMitigation
    HKR,, SupportForStaticDRRS

    [HotPlug_AddSwSettings]
    HKR,, Display1_DVIHotPlugWAFlag,%REG_DWORD%, 0 ; 1 - Enable and 0 - Disable

    [HotPlug_DelSwSettings]
    HKR,, Display1_DVIHotPlugWAFlag

    [Underscan_AddSwSettings]
    ;INTTVOUT
    HKR,, Display1_UnderScanPercentageIntTvOut,%REG_DWORD%, 0 ; 0 - default 7.5% under scan and OEM's can give under scan like 8,9 an 10 ..upto 25
    ;HDMI
    HKR,, Display1_AddUnderscanPercentageHDMI,%REG_DWORD%, 0 ; 0 - default 7.5% under scan and OEM's can give under scan like 8,9 an 10 ..

    [Underscan_DelSwSettings]
    HKR,, Display1_UnderScanPercentageIntTvOut
    HKR,, Display1_AddUnderscanPercentageHDMI

    [General_AddSwSettings]
    HKR,, ModeEnumerationPreference,%REG_DWORD%, 0xFFFFFFFF ; BitMask for Displays. If Set to 1, it indicates OEM Mode is preferred over EDID.
    ; Default Value is OEM is preferred over EDID
    ; Bit 0- CRT:Bit 2- DFP:Bit 1 and 3 reserved.

    [General_DelSwSettings]
    HKR,, ModeEnumerationPreference

    [IncFixedSegWA_AddSwSettings]
    HKR,, IncreaseFixedSegment,%REG_DWORD%, 0 ; 0 - disabled, 1- enabled

    [IncFixedSegWA_DelSwSettings]
    HKR,, IncreaseFixedSegment

    [PanelFitterOnDP_AddSwSettings]
    HKR,, DisablePFonDP,%REG_DWORD%, 0x00 ; 0x00- Enable, 0x01 - Disable... Not applicable for eDP panels.

    [PanelFitterOnDP_DelSwSettings]
    HKR,, DisablePFonDP

    [UseEDIDTimingForCRTClone_AddSwSettings]
    HKR,, UseEDIDOnlyCRTMode,%REG_DWORD%, 0x00 ; 0x00- Disable, 0x01 - Enable. Use Only EDID Timing for CRT on Clone Mode

    [UseEDIDTimingForCRTClone_DelSwSettings]
    HKR,, UseEDIDOnlyCRTMode

    [XVYCCFeatture_AddSwSettings]
    HKR,, XVYCCFeatureEnable,%REG_DWORD%, 0x01 ; 0x00- Disable, 0x01 - Enable...
    ; When XVYCC feature is enabled, on corresponding display Hue and Saturation feature is disabled

    [XVYCCFeatture_DelSwSettings]
    HKR,, XVYCCFeatureEnable

    [DeepColorHDMI_AddSwSettings]
    HKR,, DeepColorHDMIDisable,%REG_DWORD%, 0 ; 0- Enable Deep Color, 1 - Disable Deep Color

    [DeepColorHDMI_DelSwSettings]
    HKR,, DeepColorHDMIDisable

    [WGFeature_AddSwSettings]
    HKR,, WideGamutFeatureEnable,%REG_DWORD%, 0x00 ; 0x01- Enable for LFP, 0x02 - Enable for DP, 0x04 - Enable for HDMI...
    ; When Wide Gamut feature is enabled, Hue and Saturation feature is disabled

    [WGFeature_DelSwSettings]
    HKR,, WideGamutFeatureEnable

    [PdTogglingTimer_AddSwSettings]
    HKR,, PdTogglingTimerValue,%REG_DWORD%, 0xBF ; Bug 3885162, increasing the delay value.

    [PdTogglingTimer_DelSwSettings]
    HKR,, PdTogglingTimerValue

    [Enable3DContexts_SNBD0_AddSwSettings]
    ; Workstation apps settings
    HKR,, @acad.exe, %REG_DWORD%, 1
    HKR,, @MstnBenchmark.exe, %REG_DWORD%, 1

    [Enable3DContexts_SNBD0_DelSwSettings]
    ; Workstation apps settings
    HKR,, @acad.exe
    HKR,, @MstnBenchmark.exe

    ; END DEVICE SPECIFIC INF SWITCHES

    [iILKM0.GeneralConfigData]
    MaximumNumberOfDevices = 2
    MaximumDeviceMemoryConfiguration = 512

    [iILKD0.GeneralConfigData]
    MaximumNumberOfDevices = 2
    MaximumDeviceMemoryConfiguration = 512

    [iSNBM0.GeneralConfigData]
    MaximumNumberOfDevices = 2
    MaximumDeviceMemoryConfiguration = 512

    [iSNBD0.GeneralConfigData]
    MaximumNumberOfDevices = 2
    MaximumDeviceMemoryConfiguration = 512

    ;
    ; Source file information
    ;

    [SourceDisksNames]
    1 = %DiskId%

    [SourceDisksFiles]


    [TVWizard.AddReg]

    [CUI.AddReg]
    ;Add INTEL/CUI keys
    HKLM,"Software\INTEL"

    [CUISDK.AddReg]


    [CUISDK.DelReg]
    HKR,Igfxext
    ;
    ; End CUI Registry Sections
    ;
    [PowerPlanSettings]
    ;Intel Graphics Power Plan
    Default = %GUID_MIN_POWER_SAVINGS%, %DC%, 2

    [Strings]
    ;DPPE
    GUID_MAX_POWER_SAVINGS = "{a1841308-3541-4fab-bc81-f71556f20b4a}"
    Et j'ai supprimé l'ensemble des lignes entre les balises.

    Merci d'avance !

  2. #2
    Membre Expert
    Inscrit en
    Avril 2010
    Messages
    1 495
    Détails du profil
    Informations forums :
    Inscription : Avril 2010
    Messages : 1 495
    Par défaut
    Salut,

    Ton fichier inf est incomplet, ou très allégé, tu aurais dû faire une pièce jointe.
    Il n'y a pas de section defaultinstall car le fichier est utilisé pour différente déclinaison d'un matériel, apparemment un processeur graphique (?).

    Le mieux est d'utiliser le fichier msi ou l'exe joint, qui souvent peuvent être lancés silencieusement en ligne de commande.
    La deuxième solution, avec rundll32... en remplacent defaultinstall par la section qui correspond à ton matériel (que tu as identifié au préalable) que tu trouves dans [Intel.Mfg], à savoir iIlKMO, iSNBMO, ect... mais tel que cité, c'est incomplet.
    Une troisième, avec l'utilitaire Devcon (voir l'aide en ligne pour plus de détails) qui permet d'installer un matériel à partir de son id.

  3. #3
    Membre averti
    Homme Profil pro
    Inscrit en
    Mars 2012
    Messages
    11
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Suisse

    Informations forums :
    Inscription : Mars 2012
    Messages : 11
    Par défaut
    Merci de ta réponse !
    Je n'ai pas de fichier msi dans mon repertoire et les exe ne donne aucun résultat lorsque je les lance..

    J'ai mis en pièce jointe mon fichier inf complet.

    Edit : J'ai beau avoir essayé l'ensemble des points ci-dessous dans mon paramètre de commande, toujours la même erreur.

    iILKGM0 = "Intel(R) HD Graphics"
    iILKG0 = "Intel(R) HD Graphics"
    iSNBGM1 = "Intel(R) HD Graphics Family"
    iSNBGD1 = "Intel(R) HD Graphics Family"
    iSNBGM2 = "Intel(R) HD Graphics Family"
    iSNBGD2 = "Intel(R) HD Graphics Family"
    iSNBGM2P = "Intel(R) HD Graphics Family"
    iSNBGD2P = "Intel(R) HD Graphics Family"
    iSNBGD3 = "Intel(R) HD Graphics Family"
    Fichiers attachés Fichiers attachés

  4. #4
    Membre Expert
    Inscrit en
    Avril 2010
    Messages
    1 495
    Détails du profil
    Informations forums :
    Inscription : Avril 2010
    Messages : 1 495
    Par défaut
    T'as essayé avec l'option install de devcon ? -> http://support.microsoft.com/kb/311272/fr

    Sinon, une alternative serait de télécharger la dernière version du driver de ta carte ou chip graphique. Il y a toujours un fichier msi ou setup avec. Bien sur, l'install nécessite des droits admin, et parfois la désactivation de l'antivirus (après t'être assuré que le package téléchargé est fiable).

  5. #5
    Membre averti
    Homme Profil pro
    Inscrit en
    Mars 2012
    Messages
    11
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Suisse

    Informations forums :
    Inscription : Mars 2012
    Messages : 11
    Par défaut
    Pour finir je suis aller rechercher le pilote sur le site du fabriquant et y'avait un setup.exe
    Merci de ton aide !

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Recherche installation groupée en ligne de commande
    Par alex89edu dans le forum Ubuntu
    Réponses: 1
    Dernier message: 23/10/2012, 22h15
  2. Installer pilote en ligne de commande ?
    Par e-miel dans le forum Scripts/Batch
    Réponses: 25
    Dernier message: 27/09/2012, 18h09
  3. [PHPUnit] Installation en ligne de commande
    Par geforce dans le forum Bibliothèques et frameworks
    Réponses: 2
    Dernier message: 06/03/2010, 17h54
  4. Editeur hexadécimal gratuit pilotable en ligne de commande
    Par J1 dans le forum Autres Logiciels
    Réponses: 4
    Dernier message: 19/03/2009, 15h49

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo