Win32-OpenSSH icon indicating copy to clipboard operation
Win32-OpenSSH copied to clipboard

Windows 7 msi not installed

Open kvonosan opened this issue 2 years ago • 2 comments

Troubleshooting steps https://github.com/PowerShell/Win32-OpenSSH/wiki/Troubleshooting-Steps

Terminal issue? please go through wiki https://github.com/PowerShell/Win32-OpenSSH/wiki/TTY-PTY-support-in-Windows-OpenSSH

Please answer the following

"OpenSSH for Windows" version ((Get-Item (Get-Command sshd).Source).VersionInfo.FileVersion)

Server OperatingSystem ((Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion\" -Name ProductName).ProductName)

Client OperatingSystem

What is failing OpenSSH-Win32-v8.9.1.0.msi Expected output

Actual output

kvonosan avatar May 13 '22 08:05 kvonosan

Hi @kvonosan - I can't repro this error. Can you provide us with more details of what happens when you run the msi? The executables should be installed under "C:\Program Files\OpenSSH". Notice that the PATH variable won't get updated by the MSI, so you should update it yourself for now.

vthiebaut10 avatar May 16 '22 17:05 vthiebaut10

Also using msiexec.exe /i C:\path\to\installer.msi /L*V C:\path\to\log.txt (as administrator) and sharing that log file will help greatly in trying to figure out what went wrong.

jborean93 avatar May 16 '22 19:05 jborean93