Announcement

Collapse
No announcement yet.

Slipstreaming 7 drivers.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Slipstreaming 7 drivers.

    Hello,

    Quick question. How do you guys slipstream drivers onto a 7 disc? I tried this:

    Code:
    dism /image:c:\test\install /add-driver /driver:c:\test\drivers /recurse
    Which seemed to work for one of the drivers (the modem). However, stuff like video card, didn't get installed. It's an ATI Xpress 1150. I've downloaded the latest from AMD (which is old). When I go to manually install it, it prompts halfway through the installation. It says:
    Windows Security
    Would you like to install this device software?
    Name: ATI Technologies Inc. Display adapters
    blah

    [ ] Always trust software from "ATI Technologies, Inc."
    Install Don't Install

    I'm guessing it's not properly signed? Is there anyways to force these drivers to be installed without disabling driver signature enforcement?

    Or does anyone have any other suggestions on other ways to slipstream the drivers? Thanks!
    -- Law of Expanding Memory: Applications Will Also Expand Until RAM Is Full

    #2
    Re: Slipstreaming 7 drivers.

    I think I figured it out. If I pass the /ForceUnsigned option to Dism, I bet it'll work.
    -- Law of Expanding Memory: Applications Will Also Expand Until RAM Is Full

    Comment

    Working...
    X