Differences
This shows you the differences between the selected revisions of the page.
| 2011-07-31 | 2013-04-08 | ||
| license (martin) | 5.2: stored session => site (martin) | ||
| Line 1: | Line 1: | ||
| ====== Custom Distribution ====== | ====== Custom Distribution ====== | ||
| This chapter includes hints for those who want to prepare custom distribution | This chapter includes hints for those who want to prepare custom distribution | ||
| - | of WinSCP with own configuration (typically [[session_configuration#stored|preconfigured sessions]]). | + | of WinSCP with own configuration (typically [[session_configuration#site|preconfigured sites]]). |
| ===== Creating Custom Installer ===== | ===== Creating Custom Installer ===== | ||
| Line 65: | Line 65: | ||
| </code> | </code> | ||
| - | ===== Preconfigured Session ===== | + | ===== Preconfigured Site ===== |
| - | You may have the installer pre-configure [[session_configuration#stored|stored sessions]], to make it easier for your users to connect to your server. | + | You may have the installer pre-configure [[session_configuration#site|sites]] (stored sessions), to make it easier for your users to connect to your server. &beta |
| The easiest way is to configure the session using GUI and then check the [[config|configuration storage]] to see how WinSCP stores the session settings. Then add corresponding commands to the installer script. | The easiest way is to configure the session using GUI and then check the [[config|configuration storage]] to see how WinSCP stores the session settings. Then add corresponding commands to the installer script. | ||