summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinzenz Feenstra <vfeenstr@redhat.com>2016-06-22 12:12:41 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2016-06-22 16:28:08 +0200
commitb5db9d7b383786c58c40a4c8ae4242f6fc9255e3 (patch)
tree8fd7dd981dec936cd43c664d23d39ff14cb5e2ab
parent54d538ae4a7f15591b4b45ec4072dc1d09efecb7 (diff)
ovirt: Remove all files install by the ovirt-guest-agent
Previously we left behind: - default.ini - default-logger.ini - ovirt-guest-agent.ini - vcredist_x86.exe Change-Id: If625ea358d0808bbee70bff9124d4f4e083157dc Signed-off-by: Vinzenz Feenstra <vfeenstr@redhat.com>
-rw-r--r--win-guest-tools.nsis5
1 files changed, 5 insertions, 0 deletions
diff --git a/win-guest-tools.nsis b/win-guest-tools.nsis
index 17f1103..0aa3409 100644
--- a/win-guest-tools.nsis
+++ b/win-guest-tools.nsis
@@ -234,6 +234,11 @@ Section "Uninstall"
!ifdef OVIRT
Delete /rebootok "$INSTDIR\OVirtGuestService.exe"
+ Delete /rebootok "$INSTDIR\default.ini"
+ Delete /rebootok "$INSTDIR\default-logger.ini"
+ Delete /rebootok "$INSTDIR\ovirt-guest-agent.ini"
+ Delete /rebootok "$INSTDIR\vcredist_x86.exe"
+
RMDir /rebootok "$INSTDIR\hooks\after_hibernation"
RMDir /rebootok "$INSTDIR\hooks\before_hibernation"
RMDir /rebootok "$INSTDIR\hooks\after_migration"