Bouhlal 1 Posted November 18, 2021 Hello Is there a Delphi component or a source example that allow windows application execution on server side from web browser on client pc. I explaine I have a server installed on it microsoft word I have a client pc does not have microsoft word installed The client open browser and type server ip adresse, he enter his login and password and he find a button word when he click he run microsoft word on browser Like citrix and www.tsplus.net Share this post Link to post
Rinzwind 26 Posted November 18, 2021 Absolutely nothing to do with Delphi. Where does it fit? Google javascript remote desktop client. Then again, could as well use buildin mstsc client... 1 Share this post Link to post
Tom Chamberlain 47 Posted November 18, 2021 Microsoft Remote Desktop Services RemoteApp does this, so does VMware ThinApp Virtual Applications. This has nothing to do with Delphi and would probably break some Microsoft license somewhere. 1 1 Share this post Link to post
Bouhlal 1 Posted November 18, 2021 The other programs take lot of time of configuration and most clients does not have knowledge i want to make somethink very simple www.tsplus.net is made with Delphi Please take a look on it Share this post Link to post
Rollo62 536 Posted November 18, 2021 Maybe Cybele Software is also interesting, if you look for a solution with Delphi. 1 Share this post Link to post
Bouhlal 1 Posted November 18, 2021 Yes i have checked it, the problem of it it allow you to virtualise only apps that you have source code of Delphi and i need to virtualise othrrs apps that i don't have source code Share this post Link to post
Bouhlal 1 Posted November 18, 2021 The idea is to create like terminal service that allow to share and execute apps via html5 Share this post Link to post
Rollo62 536 Posted November 18, 2021 12 minutes ago, Bouhlal said: Yes i have checked it, the problem of it it allow you to virtualise only apps that you have source code of Delphi and i need to virtualise othrrs apps that i don't have source code Right, I know this doesn't solve your issue directly. I thought of virtualizing your own Delphi app on the remote system, that maybe remotes Word locally somehow, but only you know what you need exaclty. 1 Share this post Link to post
mvanrijnen 123 Posted November 18, 2021 (edited) It probably is against the licensing to use MSWord like that, it can not be used on a server as for as i know. There are solution in azure to expose central installed apps to remote users desktop. Edited November 18, 2021 by mvanrijnen Share this post Link to post
Bouhlal 1 Posted November 18, 2021 it is not Microsoft word I just gave an example, the application i want to webify is developed with vb.net Share this post Link to post
Bouhlal 1 Posted November 18, 2021 it is like a CRM or ERP local developed Share this post Link to post
Lars Fosdal 1792 Posted November 19, 2021 The appropriate solution would be using RDP, as @Rinzwind pointed out. Share this post Link to post
Bouhlal 1 Posted November 19, 2021 I have found a very useful software with source code the bad news it is created with vb.net, not Delphi https://github.com/kimmknight/remoteapptool https://github.com/kimmknight/raweb https://github.com/kimmknight/rdpx this what i was looking for Hope someone port it to Delphi 1 Share this post Link to post
Bouhlal 1 Posted November 19, 2021 23 minutes ago, Lars Fosdal said: The appropriate solution would be using RDP, as @Rinzwind pointed out. the software is based rdp, i don't want to give full access to desktop via rdp i want to allow only run the application but not direct access to desktop Share this post Link to post
David Heffernan 2345 Posted November 19, 2021 1 hour ago, Bouhlal said: Hope someone port it to Delphi You could do that Share this post Link to post
Bouhlal 1 Posted November 19, 2021 i can't i don't know anything about vb Share this post Link to post
Fr0sT.Brutal 900 Posted November 22, 2021 On 11/19/2021 at 3:35 PM, Bouhlal said: Hope someone port it to Delphi AFAIU all it does is create RDP shortcut. This shouldn't be too hard to rewrite; moreover, this hardly needs to be rewritten - just use as is. BTW, had anyone tried it? I'm interested but all our Windows are Pro's that haven't got this feature 😞 1 Share this post Link to post
Rinzwind 26 Posted November 23, 2021 On 11/19/2021 at 7:37 PM, Bouhlal said: the software is based rdp, i don't want to give full access to desktop via rdp i want to allow only run the application but not direct access to desktop Well that too does ms, RemoteApp licensing is another matter... you seem to be looking for a configuration tool for existing technology? Why it has to be Delphi? Its setup and forget. Again, nothing to do with Delphi itself. Share this post Link to post
Stéphane Wierzbicki 45 Posted November 23, 2021 On 11/19/2021 at 1:37 PM, Bouhlal said: the software is based rdp, i don't want to give full access to desktop via rdp i want to allow only run the application but not direct access to desktop Are you aware that you can share "application" only instead of providing desktop? Share this post Link to post
Bouhlal 1 Posted February 1 On 11/23/2021 at 8:16 PM, Stéphane Wierzbicki said: Are you aware that you can share "application" only instead of providing desktop? how ? Share this post Link to post
Roger Cigol 103 Posted February 2 Also take a look at Supremo - this is remote desktop software that is very simple to configure and use. It is also, I believe, written in Delphi. License fee is very competitive when compared with other RemoteDesktop solutions. https://www.supremocontrol.com/ Share this post Link to post
shineworld 73 Posted February 2 (edited) For the Remote Support, you can choose a lot of tools (AnyDesk, Teamviewer, Supremo, etc.). In recent times a new actor has entered the scene: RustDesk. RustDesk is an open-source project made with Rust. RustDesk covers either client or server. So you can use default open servers or if you have an external server you can place your RusDesk server in your net service. https://github.com/rustdesk/rustdesk I'm used to placing some of them in my software (some customized with annual payment, and rust desk as an open system): End-users can so choose what remote support service prefer to use (and what does not have connection issues at that time). Edited February 2 by shineworld Share this post Link to post
Bouhlal 1 Posted February 2 Thank you @shineworld, @Roger Cigol, but I'm not looking for a remote control, but a RemoteAppp, if there is a source example in Delphi will be fine or a cheap license also will be fine Share this post Link to post
Bouhlal 1 Posted February 2 (edited) somethink similar to https://tsplus.net or https://demo.thinfinity.cloud Edited February 2 by Bouhlal Share this post Link to post