prototype now actually installs something

This commit is contained in:
John Garland 2009-02-21 00:58:35 +00:00
parent eb8dcfe243
commit c5cf385614

View file

@ -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"