Integrate latest Nvidia drivers

Discussion in 'Windows 7' started by asundrus, Feb 23, 2013.

  1. asundrus

    asundrus MDL Member

    Apr 24, 2012
    129
    31
    10
    Hi, i've searched, but didn't really find an answer, maybe my searchskills are low though, but could some one point me to a direction on how to integrate latest Nvidia drivers?

    Running Windows 7 Ultimate x64.
     
  2. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,503
    720
    60
    #2 NICK@NUMBER11, Feb 24, 2013
    Last edited by a moderator: Apr 20, 2017
    Create a folder say called Inject, then within this folder x64-drivers

    c:\inject
    c:\injectx64-drivers

    unpack the nvidea files and place them within the x64-drivers.. now copy the code and paste into notepad and then save as inject.cmd. copy your install.wim to the inject folder and run code...

    Code:
    dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:4 /MountDir:%~dp0MOUNT
    Dism.exe /image:%~dp0MOUNT /Add-Driver /Driver:"%~dp0x64-Drivers" /Recurse
    Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit
     
  3. asundrus

    asundrus MDL Member

    Apr 24, 2012
    129
    31
    10
    So are you saying that the method mentioned aint "healthy"?
     
  4. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,503
    720
    60
    i have done this for the past 5 years, no issues with visa, windows 7, windows 8 or window 2000
    100% error free! :rolleyes:
     
  5. urie

    urie Moderator
    Staff Member

    May 21, 2007
    9,039
    3,388
    300
  6. tnx

    tnx MDL Expert

    Sep 2, 2008
    1,695
    267
    60
    There is one method which works well. But quite long winded..

    I have Nvidia drivers and could not intergrate them into the install.wim.
    After doing a fresh install I did NOT install the Nvidia drivers but let windows update find the correct drivers and install them.

    Using "Behond Compare" i found out the exact folder Windows stored these new drivers.
    I then saved them.
    I then used thse M.Soft drivers and succesfully intergrated them into the install.wim and succesfully installed them with a new fresh windows install.

    I suppose it comes down to how many installs you do. Also each and every time M>soft updates the Nvidia drivers and installs new ones you could find that folder and save the newest files for the next time you want to make a new updated disc ???
     
  7. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,962
    904
    60
    I think your better off just installing it manually. New drivers all the time. Also, if it's injected you only get the driver, no tools, physx software etc....
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. asundrus

    asundrus MDL Member

    Apr 24, 2012
    129
    31
    10
    Thanks for the replies guys.