From c5cf3856143fe4e6ad34c3521a1506786cc95b28 Mon Sep 17 00:00:00 2001 From: John Garland Date: Sat, 21 Feb 2009 00:58:35 +0000 Subject: [PATCH] prototype now actually installs something --- win32/deluge.nsi | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/win32/deluge.nsi b/win32/deluge.nsi index 92b52424b..bac93b19b 100644 --- a/win32/deluge.nsi +++ b/win32/deluge.nsi @@ -15,10 +15,6 @@ ; Default install dir InstallDir "$PROGRAMFILES\Deluge" - ; Request privileges for Vista - RequestExecutionLevel user - - ; Interface Settings !define MUI_ABORTWARNING @@ -73,6 +69,7 @@ SectionEnd Section "Uninstall" + Delete "$INSTDIR\README" Delete "$INSTDIR\uninstall.exe" RMDir "$INSTDIR"