Windows Remote Desktop Protocol in 1.1.5

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
luxor
Newbie
Newbie
Posts: 2
Joined: Mon Sep 22, 2008 7:09 am

Windows Remote Desktop Protocol in 1.1.5

Post by luxor »

Hello,
I have installed the version 1.1.5 over

Code: Select all

sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list


on my Ubuntu Hardy (8.04).
I would like to use the Windows Remote Desktop Protocol (6.0.2600.0).
But I can not find the mstsc.exe (from den appDB http://appdb.winehq.org/objectManager.p ... n&iId=4527) and i if install the client it says that the client is already installed is. What can I do?.

Thanks
TonyPursell
Level 2
Level 2
Posts: 10
Joined: Sun Jun 22, 2008 9:44 am

Remote Desktop Protocol in 1.1.5

Post by TonyPursell »

On Mon, 2008-09-22 at 07:18 -0500, luxor wrote:
Hello,
I have installed the version 1.1.5 over


Code:
sudo wget http://wine.budgetdedicated.com/apt/sou ... hardy.list -O /etc/apt/sources.list.d/winehq.list



on my Ubuntu Hardy (8.04).
I would like to use the Remote Desktop Protocol (6.0.2600.0).
But I can not find the mstsc.exe (from den appDB http://appdb.winehq.org/objectManager.p ... n&iId=4527) and i if install the client it says that the client is already installed is. What can I do?.

Thanks

Ubuntu has its own RDP client (Applications > Internet > Terminal Server
Client).

Tony
luxor
Newbie
Newbie
Posts: 2
Joined: Mon Sep 22, 2008 7:09 am

Post by luxor »

I know but I need the Windows Remote Desktop Protocol!
Sven Willenberger

Windows Remote Desktop Protocol in 1.1.5

Post by Sven Willenberger »

luxor presumably uttered the following on 09/22/08 10:00:
I know but I need the Windows Remote Desktop Protocol!



Why do you need the windows RDP client specifically? The linux version connects to
any windows machine running the RDP server.
jeffz
Level 5
Level 5
Posts: 345
Joined: Thu Mar 13, 2008 10:03 pm

Re: Windows Remote Desktop Protocol in 1.1.5

Post by jeffz »

luxor wrote:Hello,
I have installed the version 1.1.5 over

Code: Select all

sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list


on my Ubuntu Hardy (8.04).
I would like to use the Windows Remote Desktop Protocol (6.0.2600.0).
But I can not find the mstsc.exe (from den appDB http://appdb.winehq.org/objectManager.p ... n&iId=4527) and i if install the client it says that the client is already installed is. What can I do?.

Thanks
Seems like a bug in Wine. It used to work, but perhaps microsoft have changed the installer. You can file a bug report at http://bugs.winehq.org titled Microsoft Remote Desktop Client does not install.
Lewis Donofrio

Windows Remote Desktop Protocol in 1.1.5

Post by Lewis Donofrio »

On Mon, Sep 22, 2008 at 10:33 AM, Sven Willenberger <[email protected]>wrote:
luxor presumably uttered the following on 09/22/08 10:00:
I know but I need the Windows Remote Desktop Protocol!




Why do you need the windows RDP client specifically? The linux version
connects to any windows machine running the RDP server.

For cases like mine where we do not have X11 Client (no xdm screen) on the
iPhone but we do have the Server so if I ssh into my phone I can run xeyes
and rdesktop. I'd like to run mstsc inside of wine on my iPhone to remote
manage my servers.

--Also for corp vpn's that use activex controls to authd you.
___________________________________
Lewis Donofrio 734-355-0592
Sr. Windows / Unix Systems Administrator
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Windows Remote Desktop Protocol in 1.1.5

Post by vitamin »

Lewis Donofrio wrote:For cases like mine where we do not have X11 Client (no xdm screen) on the iPhone
And how do you want to run wine on that???
Locked