Terminals-Origin / Terminals

Terminals is a secure, multi tab terminal services/remote desktop client. It uses Terminal Services ActiveX Client (mstscax.dll). The project started from the need of controlling multiple connections simultaneously. It is a complete replacement for the mstsc.exe (Terminal Services) client. This is official source moved from Codeplex.
Other
1.24k stars 234 forks source link

Add Webview2 support and update .NET Framework #266

Open Aaron-Junker opened 1 year ago

Aaron-Junker commented 1 year ago

The user has to have webview2 installed for the plugin to work.

jirkapok commented 1 year ago

Aaron, please try to replicate the pull request on 46-putty branch, since it is the current development and contains already upgrade of the .net framework. (i know i can do it my self, but any way) thanks.

Aaron-Junker commented 1 year ago

Aaron, please try to replicate the pull request on 46-putty branch, since it is the current development and contains already upgrade of the .net framework. (i know i can do it my self, but any way) thanks.

@jirkapok Sure I will do this.

Would it be possible that you could help me with including the new webview2 files + runtime in the installer? I have no idea how wix works.