[Spice-devel] [NSIS 4/8] packaging: Update installer to include new oVirt GA .ini files

Yedidyah Bar David didi at redhat.com
Thu Sep 10 05:14:11 PDT 2015


From: Lev Veyde <lveyde at redhat.com>

Recent version of oVirt Guest Agent added 2 new .ini conf files.
This patch modifies the installer, so these files are installed
as well.

Change-Id: I105ce0475d612a5b70ef354df07dbb59b76d1399
Signed-off-by: Lev Veyde <lveyde at redhat.com>
---
 win-guest-tools.nsis | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/win-guest-tools.nsis b/win-guest-tools.nsis
index d2f8483..a32b979 100644
--- a/win-guest-tools.nsis
+++ b/win-guest-tools.nsis
@@ -97,6 +97,8 @@ Section "install"
 !ifdef OVIRT
   File "bin/OVirtGuestService.exe"
   File "bin/ovirt-guest-agent.ini"
+  File "bin/default.ini"
+  File "bin/default-logger.ini"
 !endif
 
   SetOutPath "$INSTDIR\32"
-- 
2.1.4



More information about the Spice-devel mailing list