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