[Spice-devel] [NSIS] Correct path to QEMU GA MSI files

2016-06-22 Thread Vinzenz 'evilissimo'; Feenstra
From: Vinzenz Feenstra Previously the path to the qemu-ga-x{86,64}.msi files was incorrect. The files are installed into the drivers sub-directory. Change-Id: I697dccf37fb868c335b0113c6c09f628d2fcbe27 Signed-off-by: Vinzenz Feenstra --- win-guest-tools.nsis | 8 1 file changed, 4 inse

[Spice-devel] [NSIS v2 3/4] ovirt: Add service removal

2016-06-22 Thread Vinzenz 'evilissimo'; Feenstra
From: Vinzenz Feenstra Previously the service registration has not been removed during the uninstallation. This patch adds the removal code. Change-Id: I9e2f89b01468ea51fe64afb68a75c50eb21888c1 Signed-off-by: Vinzenz Feenstra --- win-guest-tools.nsis | 23 +++ 1 file change

[Spice-devel] [NSIS v2 1/4] OVirtGuestService.exe is a File not a Directory to remove

2016-06-22 Thread Vinzenz 'evilissimo'; Feenstra
From: Vinzenz Feenstra Change-Id: Ie71a0164c33d41aa1945f6dfe6feb6e54d1806e1 Signed-off-by: Vinzenz Feenstra --- win-guest-tools.nsis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win-guest-tools.nsis b/win-guest-tools.nsis index e4cd33d..17f1103 100644 --- a/win-guest-tool

[Spice-devel] [NSIS v2 2/4] ovirt: Remove all files install by the ovirt-guest-agent

2016-06-22 Thread Vinzenz 'evilissimo'; Feenstra
From: Vinzenz Feenstra Previously we left behind: - default.ini - default-logger.ini - ovirt-guest-agent.ini - vcredist_x86.exe Change-Id: If625ea358d0808bbee70bff9124d4f4e083157dc Signed-off-by: Vinzenz Feenstra --- win-guest-tools.nsis | 5 + 1 file changed, 5 insertions(+) diff --git a

[Spice-devel] [NSIS v2 4/4] ovirt: Add missing removal of hooks base directory

2016-06-22 Thread Vinzenz 'evilissimo'; Feenstra
From: Vinzenz Feenstra When the directories for the hooks have been introduced, the base folder has been left over during the uninstallation. This patch adds the removal of the hooks base directory. Change-Id: Ib48d2538c92e5e761ce4803c99a85ca0de2a47a4 Signed-off-by: Vinzenz Feenstra --- win-gu