Changes

Jump to: navigation, search

WinSCP

153 bytes added, 17:11, 7 October 2011
Some tidy up, but needs a lot more
This is a silent installer and uninstaller for WinSCP an FPT, SFTP and SCP client. More infos from ([http://winscp.net/ herehttp://winscp.net/]), an FTP, SFTP and SCP client..
== WinSCP 4.2.5 x ==
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="winscp"
</package>
</packages>
</source>
The /NOCANDY parameter is necessary when ensures [http:/VERYSILENT flag is used/winscp.net/eng/docs/opencandy OpenCandy], the facility for servingadverts during installation, isn't included. Without it a dialog box containing ''Please choose an option'' text will pop up in versions of the installer that include OpenCandy and halt the whole installation process. I suspect this has something to do with inclusion Alternatively a version of PalTalk in the installercan be chosen that doesn't include OpenCandy.Note that WinSCP 4.3.5, at least at time of release, didn't include OpenCandy but this isn't the norm. A winscp.inf file can be generated by running:
winscp425setup.exe /SAVEINF="winscp.inf"
Attention (after After generating the inf via /SAVEINF): If , if you use a general installation script (like above), please edit the line "DIR=C:\Program Files (x86)\WinSCP" to "DIR=" in ordner order to force the intaller to install into its standard installation directory from setup installer.
Furthermore the "remove-action" should be edited.
== WinSCP 4 .1.x ==
Use the following XML file for silent installation:
<source lang="xml">
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package
id='WinSCP'
</source>
It is using WinSCP uses an InnoSetupinstaller. The installation is described on their in the WinSCP [http://winscp.net/eng/docs/installation#automating_installation Homepagedocumentation]. Basically you need to execute
<pre>
winscp406setup.exe /SAVEINF="default.inf"
577
edits

Navigation menu