Integrate NVIDIA drivers

Discussion in 'Windows 7' started by nortti, Oct 16, 2009.

  1. nortti

    nortti MDL Novice

    Oct 10, 2009
    2
    0
    0
    How to integrate newest Nvidia display driver on windows 7 ?
    Driver integrate good, but control panel aplet not.

    I use DISM /add-driver... method.
     
  2. Lawk

    Lawk MDL Novice

    Oct 9, 2009
    10
    0
    0
    I don't understand why this would make sense, a windows installation is something you do once, and then probably a year will pass until you re-format.
    During that time there will be many new drivers....thus your integrated drivers would be outdated.
     
  3. tommy_vercetti

    tommy_vercetti MDL Member

    Apr 3, 2008
    158
    17
    10
    #3 tommy_vercetti, Oct 16, 2009
    Last edited by a moderator: Apr 20, 2017
    I read this somewhere, extract the driver files to a folder then run this cmd file from within that folder

    Contents of the cmd file
    Code:
    
    md expanded
    expand *.*_ expanded
    del /Q *.*_
    cd expanded
    ren *.dl_ *.dll
    ren *.tv_ *.tvp
    ren *.sy_ *.sys
    ren *.ex_ *.exe
    ren *.cf_ *.cfg
    ren *.hl_ *.hlp
    ren *.cp_ *.cpl
    ren *.xm_ *.xml
    ren *.bi_ *.bin
    move /Y *.* ..
    cd ..
    rd expanded
    del setup.skin
    del setup.iss
    del setup.inx
    del setup.ini
    del setup.ibt
    del setup.exe
    del setup.bmp
    del layout.bin
    del engine32.cab
    del data2.cab
    del data1.cab
    del data1.hdr
    
    

    After doing the above you will be able to integrate it, mind you, you will lose the nVidia Control Panel
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. byghtn3

    byghtn3 MDL Junior Member

    Jun 10, 2009
    84
    0
    0
    Driver integration

    I would like to integrate all of the MB Drivers such as OnBoard Sound, OnBoard Lan, Raid Controller, ETC. These drivers do not change much and might still be applicable a year from now.