Unattended Install - No Update check
Hi there,
I've an issue with unattended installation of WinSCP 5.1.5.
I use the cmd winscp515setup.exe /SAVEINF="conf.inf" to generate a configuration file.
During the manual setup process, I disable auto updates :
<invalid hyperlink removed by admin>
Then I use the following script for silent installation :
The program is deployed to end users with Miscrofot SCCM 2007.
When I check the settings on users computers, the auto update setting is not disabled :
<invalid hyperlink removed by admin>
I checked in the registry, in noticed that there are keys related to updates settings in [HKEY_CURRENT_USER\Software\Martin Prikryl\WinSCP 2\Configuration\Interface\Updates]
but I don't get how to set the value of the keys to disable autou pdates.
How can I fix that ?
How can I disable updates check, and check for beta version for all users when installing ?
Thanks in advance,
Yours faithfully, mygwl
I've an issue with unattended installation of WinSCP 5.1.5.
I use the cmd winscp515setup.exe /SAVEINF="conf.inf" to generate a configuration file.
During the manual setup process, I disable auto updates :
<invalid hyperlink removed by admin>
Then I use the following script for silent installation :
"%~dp0winscp515setup.exe" /VERYSILENT /NORESTART /LOADINF="%~dp0conf.inf" /NOCANDY /LOG="C:\install\Logs\winscp.txt"
The program is deployed to end users with Miscrofot SCCM 2007.
When I check the settings on users computers, the auto update setting is not disabled :
<invalid hyperlink removed by admin>
I checked in the registry, in noticed that there are keys related to updates settings in [HKEY_CURRENT_USER\Software\Martin Prikryl\WinSCP 2\Configuration\Interface\Updates]
but I don't get how to set the value of the keys to disable autou pdates.
How can I fix that ?
How can I disable updates check, and check for beta version for all users when installing ?
Thanks in advance,
Yours faithfully, mygwl