prototype now actually installs something

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

View file

@ -15,10 +15,6 @@
; Default install dir ; Default install dir
InstallDir "$PROGRAMFILES\Deluge" InstallDir "$PROGRAMFILES\Deluge"
; Request privileges for Vista
RequestExecutionLevel user
; Interface Settings ; Interface Settings
!define MUI_ABORTWARNING !define MUI_ABORTWARNING
@ -73,6 +69,7 @@ SectionEnd
Section "Uninstall" Section "Uninstall"
Delete "$INSTDIR\README"
Delete "$INSTDIR\uninstall.exe" Delete "$INSTDIR\uninstall.exe"
RMDir "$INSTDIR" RMDir "$INSTDIR"