[WINDOWS] Add spice vdagent

Signed-off-by: Dani Llewellyn <diddledani@ubuntu.com>
pull/111/head
Dani Llewellyn 3 years ago committed by Martin Wimpress
parent e009c3bfd5
commit 4a382c5273
  1. 10
      quickget

@ -280,6 +280,16 @@ function unattended_windows() {
<Description>Install usbdk USB sharing agent</Description>
<Order>5</Order>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>curl.exe -L -o C:\Windows\TEMP\spice-vdagent-x64.msi https://www.spice-space.org/download/windows/vdagent/vdagent-win-0.10.0/spice-vdagent-x64-0.10.0.msi</CommandLine>
<Description>Download spice-vdagent SPICE agent</Description>
<Order>6</Order>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>msiexec /i C:\Windows\TEMP\spice-vdagent-x64.msi /quiet /passive /qn</CommandLine>
<Description>Install spice-vdagent SPICE agent</Description>
<Order>7</Order>
</SynchronousCommand>
</FirstLogonCommands>
</component>
</settings>

Loading…
Cancel
Save