aboutsummaryrefslogtreecommitdiff
path: root/qga
diff options
context:
space:
mode:
authorKfir Manor <kfir@daynix.com>2023-02-09 10:50:02 +0200
committerKonstantin Kostiuk <kkostiuk@redhat.com>2023-03-08 18:26:49 +0200
commitfe67fc0eb47834840c54a065c99b55b5ff5120a6 (patch)
tree17c771e9dff0a0cfe706ce3cf6a3476d224425d9 /qga
parent07ce178a2b0768eb9e712bb5ad0cf6dc7fcf0158 (diff)
downloadqemu-fe67fc0eb47834840c54a065c99b55b5ff5120a6.zip
qemu-fe67fc0eb47834840c54a065c99b55b5ff5120a6.tar.gz
qemu-fe67fc0eb47834840c54a065c99b55b5ff5120a6.tar.bz2
qga/win/installer: add VssOption to installer
Adds registry value VssOption with value 1 to QEMU Guest Agent VSS Provider service registry key Signed-off-by: Kfir Manor <kfir@daynix.com> Reviewed-by: Konstantin Kostiuk <kkostiuk@redhat.com> Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
Diffstat (limited to 'qga')
-rw-r--r--qga/installer/qemu-ga.wxs4
1 files changed, 4 insertions, 0 deletions
diff --git a/qga/installer/qemu-ga.wxs b/qga/installer/qemu-ga.wxs
index 46ae9e7..df572ad 100644
--- a/qga/installer/qemu-ga.wxs
+++ b/qga/installer/qemu-ga.wxs
@@ -122,6 +122,10 @@
<RegistryValue Type="integer" Name="TypesSupported" Value="7" />
<RegistryValue Type="string" Name="EventMessageFile" Value="[qemu_ga_directory]qemu-ga.exe" />
</RegistryKey>
+ <RegistryKey Root="HKLM"
+ Key="System\CurrentControlSet\Services\QEMU Guest Agent VSS Provider">
+ <RegistryValue Type="integer" Name="VssOption" Value="1" />
+ </RegistryKey>
</Component>
</Directory>
</Directory>