Forum Discussion
Darron Broadhurst
Mar 15, 2018Copper Contributor
Installing driver on hyper-v 2016 core
Hi All
I am looking for a way to install a RAID Controller driver on a Dell PowerEdge R530. the driver is a EXE file and usually is loaded through the GUI
Although I have Hyper-V 2016 Core an...
adam_d
Mar 29, 2018Copper Contributor
Taking a look at the exe with /?, you can extract the contents using /s /e=path
Inside the payload folder contains the inf,cat and sys files for the driver that you should be able to point to.
Inside the payload folder contains the inf,cat and sys files for the driver that you should be able to point to.