Just tried to silently install the latest stable version of WinSCP; v4.2.5.
Using the info in the faq, I've been using the /silent and /verysilent switches as well as the /loadinf-parameter to automate installations. This no longer works.
Error is I get a popup saying "Please chose an option" and offers me to click OK, whereupon the installer shuts down.
This is the line in the install script I use:
winscp425setup.exe" /VERYSILENT /NORESTART /LOADINF="winscp4.inf" /NOICONS /mergetasks="desktopicon\common"
I've also tried the bare-metal silent install with the same result:
"winscp425setup.exe" /SILENT /LOADINF="winscp4.inf"
The contents of winscp4.inf below. I use /saveinf with the installer to create the answer-file:
[Setup]
Lang=en
Dir=C:\Program Files\WinSCP
Group=WinSCP
NoIcons=1
Components=main,shellext,pageant,puttygen
Can you advise please? If I forgot any information pertinent to this, please let me know. Thanks.
/Adrian_vg