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 and no GUI.
Does anyone have any suggestions on how I do this. I have tried a couple of powershell commands but they did not work
Thanks
4 Replies
Sort By
- Deleted
How about extracting the exe on another machine? Then you can try to install locally or remotely via Windows Admin Center (somehow Honolulu sounded more exciting)?
- adam_dCopper ContributorTaking 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. - AbedEl-Hamid Al-WahidyCopper Contributor
this link may be help you :
https://www.itworld.com/article/2857002/install-gui-apps-on-windows-hyper-v-server-and-windows-server-core.html