Differences
This shows you the differences between the selected revisions of the page.
| 2014-10-01 | 2016-02-16 | ||
| discarding ~~TOC~~ tag (martin) | styling inno setup (martin) | ||
| Line 5: | Line 5: | ||
| ===== Creating Custom Installer ===== | ===== Creating Custom Installer ===== | ||
| - | WinSCP uses [[&url(innosetup)|Inno Setup]] as installer. The most simple InnoSetup script for WinSCP may look like the one below. For full WinSCP install script see file ''deployment/winscpsetup.iss'' in the source code. | + | WinSCP uses [[&url(innosetup)|Inno Setup]] as installer. The most simple Inno Setup script for WinSCP may look like the one below. For full WinSCP install script see file ''deployment/winscpsetup.iss'' in the source code. |
| <code iss> | <code iss> | ||
| Line 59: | Line 59: | ||
| </code> | </code> | ||
| - | Save the script into file (e.g. ''winscpsetup.iss''), put files ''WinSCP.exe'' and ''DragExt.dll'' to the same directory and run InnoSetup compiler: | + | Save the script into file (e.g. ''winscpsetup.iss''), put files ''WinSCP.exe'' and ''DragExt.dll'' to the same directory and run Inno Setup compiler: |
| <code> | <code> | ||