From 91c022daf4750d1b9dda5f4e8816c20669e29576 Mon Sep 17 00:00:00 2001 From: Joel Reed Date: Sun, 3 Feb 2008 17:29:32 -0500 Subject: [PATCH] add.bot.to.windows.package --- tfs.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tfs.nsi b/tfs.nsi index a05f4a5..dfba73d 100755 --- a/tfs.nsi +++ b/tfs.nsi @@ -61,8 +61,8 @@ Section "Uninstall" Delete "$INSTDIR\Microsoft.TeamFoundation.dll" Delete "$INSTDIR\Microsoft.TeamFoundation.VersionControl.Client.dll" Delete "$INSTDIR\Microsoft.TeamFoundation.VersionControl.Common.dll" - Delete "$INSTDIR\tfsbot.exe - Delete "$INSTDIR\tfsbot.exe.config + Delete "$INSTDIR\tfsbot.exe" + Delete "$INSTDIR\tfsbot.exe.config" Delete "$INSTDIR\opentf.exe" Delete "$INSTDIR\Uninstall.exe" Delete "$INSTDIR\Mono.GetOptions.dll" -- 2.11.4.GIT