Link to home
Start Free TrialLog in
Avatar of Sum Wum
Sum WumFlag for Denmark

asked on

Virtual programs

Hi,

On a remote location we have a couple of computers (which is not a part of our domain, but their computers are on our Network by VPN) that we would like to run our ERP-system.

This ERP-system is quite heavy, so we would like to run it as a virtual application.

What would be the best way to do this with a Microsoft product? I've seen App-V, Med-V etc., but i'm not quite sure which would suite us the best.
Avatar of E C
E C
Flag of United States of America image

Is your ERP solution client-server based? (In other words, the main application itself, along with the database, sits on your server, while the clients only use a lightweight app or a web browser to access the program?).

If so, why not keep the ERP app on your server, and just let the remote clients access it over the VPN?

This way all of the 'data' lives on your server, and you are simply giving them remote access to it.

Another option is to set up a Terminal Server on YOUR network. Your remote users do NOT have to install any part of the ERP software on their computer. Instead, they launch a remote session to your Terminal Server using Microsoft Remote Desktop. Once connected, they launch the ERP software (which is installed on your Terminal Server). When they are finished, they simply disconnect.
Avatar of Sum Wum

ASKER

We can install the ERP-application on their computer, but when it starts downloading all the information + tiff-pictures over the VPN tunnel, it starts going very slowly. We have tried with a remote desktop sessions which worked just fine, but we dont want them to have a another desktop etc.. That's why we would like to keep only the application virtual for them. Is it possible?
SOLUTION
Avatar of mi3er
mi3er
Flag of Lithuania image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sum Wum

ASKER

We used the RemoteApp on our Terminal Server, which is exactly what we want :). Thanks for input!