[WINDOWS] Add spice vdagent
Signed-off-by: Dani Llewellyn <diddledani@ubuntu.com>
This commit is contained in:
parent
e009c3bfd5
commit
4a382c5273
10
quickget
10
quickget
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user