]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
qga/win/installer: add VssOption to installer
authorKfir Manor <kfir@daynix.com>
Thu, 9 Feb 2023 08:50:02 +0000 (10:50 +0200)
committerKonstantin Kostiuk <kkostiuk@redhat.com>
Wed, 8 Mar 2023 16:26:49 +0000 (18:26 +0200)
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>
qga/installer/qemu-ga.wxs

index 46ae9e7a13dff9567749dce2dce8ac5d04371af8..df572adb4ad53883c4b889cae46bdee1c2d5a9db 100644 (file)
               <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>