summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinzenz Feenstra <vfeenstr@redhat.com>2016-06-22 12:12:40 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2016-06-22 16:28:08 +0200
commit54d538ae4a7f15591b4b45ec4072dc1d09efecb7 (patch)
tree40a9fb1cff082a881fd3b944693fb368f2648748
parent2c11ddc04e86ec1a9602329ca105423f407229cb (diff)
OVirtGuestService.exe is a File not a Directory to remove
Change-Id: Ie71a0164c33d41aa1945f6dfe6feb6e54d1806e1 Signed-off-by: Vinzenz Feenstra <vfeenstr@redhat.com>
-rw-r--r--win-guest-tools.nsis2
1 files changed, 1 insertions, 1 deletions
diff --git a/win-guest-tools.nsis b/win-guest-tools.nsis
index e4cd33d..17f1103 100644
--- a/win-guest-tools.nsis
+++ b/win-guest-tools.nsis
@@ -232,7 +232,7 @@ Section "Uninstall"
RMDir /rebootok "$INSTDIR\64"
RMDir /rebootok /r "$INSTDIR\drivers"
!ifdef OVIRT
- RMDir /rebootok "$INSTDIR\OVirtGuestService.exe"
+ Delete /rebootok "$INSTDIR\OVirtGuestService.exe"
RMDir /rebootok "$INSTDIR\hooks\after_hibernation"
RMDir /rebootok "$INSTDIR\hooks\before_hibernation"