diff --git a/Tunnelier/Tunnelier.nuspec b/Tunnelier/Tunnelier.nuspec index 98954e5..657b241 100644 --- a/Tunnelier/Tunnelier.nuspec +++ b/Tunnelier/Tunnelier.nuspec @@ -3,7 +3,7 @@ Tunnelier Bitvise Tunnelier SSH client - 4.50 + 4.50.101012 BitVise Limited Ethan Brown Bitvise Tunnelier - Free SSH file transfer, terminal and tunneling! diff --git a/Tunnelier/tools/chocolateyInstall.ps1 b/Tunnelier/tools/chocolateyInstall.ps1 index e8f4eaf..1dc784c 100644 --- a/Tunnelier/tools/chocolateyInstall.ps1 +++ b/Tunnelier/tools/chocolateyInstall.ps1 @@ -7,7 +7,9 @@ try { ? { Test-Path $_ } | Select -First 1 $installDir = Join-Path $installDir 'Bitvise SSH Client' - $params = '-acceptEULA', '-force', "-installDir=`"$installDir`"" + # https://fogbugz.bitvise.com/default.asp?Tunnelier.2.11840.3 + $params = '-acceptEULA', '-force', "-installDir=`"$installDir`"", + '-noDesktopIcon' Install-ChocolateyPackage 'BvSshClient-Inst' 'exe' $params $url Write-ChocolateySuccess $package