There are no available options for this view.

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.42 by botg, Thu Feb 17 13:59:00 2005 UTC revision 1.43 by botg, Mon Mar 21 10:41:43 2005 UTC
# Line 129  Line 129 
129    ; Put file there    ; Put file there
130    File "..\Release\FileZilla Server.pdb"    File "..\Release\FileZilla Server.pdb"
131    File "..\Interface\Release\FileZilla Server Interface.exe"    File "..\Interface\Release\FileZilla Server Interface.exe"
132      File "libeay32.dll"
133      File "ssleay32.dll"
134    File "..\GFtp\Release\FzGss.dll"    File "..\GFtp\Release\FzGss.dll"
135    File "..\..\readme.htm"    File "..\..\readme.htm"
136    File "..\..\license.txt"    File "..\..\license.txt"
# Line 170  Line 172 
172    File "StartupOptions9x.ini"    File "StartupOptions9x.ini"
173    File "StartupOptions.ini"    File "StartupOptions.ini"
174    File "uninstall.ico"    File "uninstall.ico"
175      SetOutPath $INSTDIR\source\includes\openssl
176      File "..\includes\openssl\*.h"
177    StrCpy $0 "source"    StrCpy $0 "source"
178    
179  SectionEnd  SectionEnd
# Line 377  Line 381 
381    Delete "$INSTDIR\FileZilla Server.exe"    Delete "$INSTDIR\FileZilla Server.exe"
382    Delete "$INSTDIR\FileZilla Server Interface.exe"    Delete "$INSTDIR\FileZilla Server Interface.exe"
383    Delete "$INSTDIR\FileZilla Server.pdb"    Delete "$INSTDIR\FileZilla Server.pdb"
384      Delete "$INSTDIR\ssleay32.dll"
385      Delete "$INSTDIR\libeay32.dll"
386    Delete $INSTDIR\FzGss.dll    Delete $INSTDIR\FzGss.dll
387    Delete "$INSTDIR\dbghelp.dll"    Delete "$INSTDIR\dbghelp.dll"
388    Delete $INSTDIR\license.txt    Delete $INSTDIR\license.txt
# Line 405  Line 411 
411    Delete "$INSTDIR\source\install\FileZilla Server.nsi"    Delete "$INSTDIR\source\install\FileZilla Server.nsi"
412    Delete "$INSTDIR\source\install\StartupOptions.ini"    Delete "$INSTDIR\source\install\StartupOptions.ini"
413    Delete "$INSTDIR\source\install\StartupOptions9x.ini"    Delete "$INSTDIR\source\install\StartupOptions9x.ini"
414      Delete "$INSTDIR\source\includes\openssl\*.h"
415    
416    ; MUST REMOVE UNINSTALLER, too    ; MUST REMOVE UNINSTALLER, too
417    Delete $INSTDIR\uninstall.exe    Delete $INSTDIR\uninstall.exe
# Line 422  Line 429 
429    RMDir "$INSTDIR\source\interface\misc"    RMDir "$INSTDIR\source\interface\misc"
430    RMDir "$INSTDIR\source\interface"    RMDir "$INSTDIR\source\interface"
431    RMDir "$INSTDIR\source\install"    RMDir "$INSTDIR\source\install"
432      RMDir "$INSTDIR\source\includes\openssl"
433      RMDir "$INSTDIR\source\includes"
434    RMDir "$INSTDIR\source"    RMDir "$INSTDIR\source"
435    RMDir "$INSTDIR"    RMDir "$INSTDIR"
436    DeleteRegValue HKLM "Software\Microsoft\Windows\CurrentVersion\Run" "FileZilla Server"    DeleteRegValue HKLM "Software\Microsoft\Windows\CurrentVersion\Run" "FileZilla Server"

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43