Skip to content

Commit

Permalink
Merge pull request #1817 from stratusjerry/winscp
Browse files Browse the repository at this point in the history
Winscp install hang fix and new versions
  • Loading branch information
twangboy authored Apr 1, 2021
2 parents a98879e + 2720103 commit c6911dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winscp.sls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ winscp:
'{{ version }}':
full_name: 'WinSCP {{ version }}'
installer: 'https://downloads.sourceforge.net/project/winscp/WinSCP/{{ version }}/WinSCP-{{ version }}-Setup.exe'
install_flags: '/SP- /verysilent /norestart'
install_flags: '/SP- /verysilent /SUPPRESSMSGBOXES /norestart'
uninstaller: '{{ PROGRAM_FILES }}\WinSCP\unins000.exe'
uninstall_flags: '/verysilent'
msiexec: False
Expand Down

0 comments on commit c6911dc

Please sign in to comment.