Link to home
Start Free TrialLog in
Avatar of shwelopo
shwelopo

asked on

installing

i'd like to install a program in a specific folder that i will create on a linux server and create a shortcut on a windows machine to access the windows program. Is it possible? and how do i do it?  pls help. thnx.
Avatar of John
John
Flag of Canada image

I am not entirely clear.

If you want an EXE on the Linux machine that a Windows machine will download and execute, put it in any accessible folder.

If you want the Windows program to run on the Linux machine, then you need to implement WINE for Linux which is a Windows Emulator. That will allow the program to run. A Windows machine should then be able to run the program.

... Thinkpads_User
Avatar of Gerwin Jansen
You could 'install' your Windows application on a shared Linux folder, no problem. But remember that typical Windows installers install dll ocx and other files into Windows system folders, create registry entries etc. So your program would only partly be installed on the Linux folder. Or you are talking about a portable application (portableapps.com) that would install just fine in a Linux shared folder.

What application are you trying to install btw? Knowing this would make it easier for us experts go answer your question.
Avatar of shwelopo
shwelopo

ASKER

how do i install wine in a clearos linux environment?  I tried ap-get install wine and it did not work.  Thanks.  It is a membership program.
ASKER CERTIFIED SOLUTION
Avatar of John
John
Flag of Canada 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
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
@shwelopo - Thanks and I was happy to offer assistance here.

.... Thinkpads_User