[WINDOWS] Add spice vdagent

Signed-off-by: Dani Llewellyn <diddledani@ubuntu.com>
This commit is contained in:
Dani Llewellyn 2021-10-12 17:08:06 +01:00 committed by Martin Wimpress
parent e009c3bfd5
commit 4a382c5273

View File

@ -280,6 +280,16 @@ function unattended_windows() {
<Description>Install usbdk USB sharing agent</Description> <Description>Install usbdk USB sharing agent</Description>
<Order>5</Order> <Order>5</Order>
</SynchronousCommand> </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> </FirstLogonCommands>
</component> </component>
</settings> </settings>