Information
It is possible to install drivers using command-line tools available in Windows Server core. This article describes how to install network driver.
Resolution
-
Mount Parallels Tools ISO to the affected virtual machine:
prlctl installtools VMNAME -
Inside virtual machine change directory to the optical drive:
D: -
Launch installation to unpack MSI files:
Setup.exe -
Make temporary directory:
mkdir dump -
Unpack MSI:
msiexec.exe /a setup-parallels-tools.msi /qb TARGETDIR=C:\windows\temp\dump -
Install needed drivers:
Pnputil.exe -i -a c:\windows\temp\dump\program files\parallels\parallelstools\drivers\prl_eth5\prl_eth5.inf
No
Yes