diff --git a/README.md b/README.md index a0a41e3..52b0f0e 100644 --- a/README.md +++ b/README.md @@ -244,11 +244,7 @@ quickemu --vm windows-11.conf ``` * Complete the installation as you normally would. - * Post-install: - * Download and install [spice-webdavd](https://www.spice-space.org/download/windows/spice-webdavd/spice-webdavd-x64-latest.msi) - * Enables file sharing between the host and guest. - * Download and install [UsbDk](https://www.spice-space.org/download/windows/usbdk/) - * Enables USB SPICE pass-through between the host and guest. + * All relevant drivers and services should be installed automatically. ### Regional versions diff --git a/quickget b/quickget index 676800d..3b65ad5 100755 --- a/quickget +++ b/quickget @@ -257,9 +257,29 @@ function unattended_windows() { msiexec /i E:\guest-agent\qemu-ga-x86_64.msi /quiet /passive /qn - + Install Virtio Guest Agent 1 + + curl.exe -L -o C:\Windows\TEMP\spice-webdavd-x64.msi https://www.spice-space.org/download/windows/spice-webdavd/spice-webdavd-x64-latest.msi + Download spice-webdavd file sharing agent + 2 + + + msiexec /i C:\Windows\TEMP\spice-webdavd-x64.msi /quiet /passive /qn + Install spice-webdavd file sharing agent + 3 + + + curl.exe -L -o C:\Windows\TEMP\usbdk-x64.msi https://www.spice-space.org/download/windows/usbdk/UsbDk_1.0.22_x64.msi + Download usbdk USB sharing agent + 4 + + + msiexec /i C:\Windows\TEMP\usbdk-x64.msi /quiet /passive /qn + Install usbdk USB sharing agent + 5 +