summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"