473,396 Members | 1,998 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Would like to know if it is possible to run a windows application

I would like to know if there is a way to run a windows application on a
client computer without having to run the setup. I was wondering if it
could work to have the application on a file server and run it from the
client computer.

I know that the perfect thing here would be a web application. but the
windows application is already finished.

Thanks fon any suggestions.
Nov 21 '05 #1
3 955
Yes, you can store the Executable and any assembies on a File server
(or a directory on a web server) and simply create a shortcut to the
executable on the user's computer.

Take care,
Michelle

Nov 21 '05 #2
Eduardo78,

If the application is going to run on the client computer, then the .Net
framework needs to be installed on the client.

Once the framework is on the client, then the application can be pulled from
a file server, etc., but it is still going to execute on the client.

I suppose a product like Citrix or Microsoft Terminal Server would allow the
client to run a Windows application from a server without needing the .Net
framework.

Ofcourse, as you say, the straightforward way to not need any client setup
would be to use a web app.

Kerry Moorman
"Eduardo78" wrote:
I would like to know if there is a way to run a windows application on a
client computer without having to run the setup. I was wondering if it
could work to have the application on a file server and run it from the
client computer.

I know that the perfect thing here would be a web application. but the
windows application is already finished.

Thanks fon any suggestions.

Nov 21 '05 #3
"Eduardo78" <Ed*******@discussions.microsoft.com> wrote in message
news:E0**********************************@microsof t.com...
I was wondering if it could work to have the application on a
file server and run it from the client computer.


Definitely; Yes.

All the client computers need to have the .Net Framework installed,
but then you can do exactly as you suggest; executable(s) on the
file server, pulled down and run on each client.

HOWEVER ...

The default .Net Framework Security Policy will *not allow* your
program to run. It will "trust" any code [installed] on the local file
system but, by default, will prevent you running [.Net] code from
elsewhere, say, from your file server.
Use the ".Net FrameWork Configuration" utility (in Control Panel)
to allow your code to run or (more easily) use CasPol.exe to do the
same thing from a command prompt, something like (on one line)

caspol.exe
-ag 1.2
-url file://HostName/FileShare/SubDirectories/*
FullTrust
-name "Readible Name"

HTH,
Phill W.
Nov 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

20
by: Thomas Heller | last post by:
I'm currently working on a new version of py2exe, which will require Python 2.3 and later, because it uses the zipimport mechanism. Since py2exe is a distutils extension, and since C compilers...
0
by: Just D. | last post by:
Guys, I'm writing the Windows Application and one of the ideas is to use a RichText field to store/show some formatted text, probably with pictures. The problem is that this RichEdit control is...
10
by: guido.baumhoff | last post by:
Hello everybody, I am very confused: an last saturday my client has installed a new notebook system with the components, I have wish: Microsoft Windows XP, IIS 5.1, SQL MSDE with SP4, .NET...
11
by: Ray | last post by:
Hello, I've been reading MSDN to find out the answer for the question above, but I think I should ask in this newsgroup (since nearly everything I read in MSDN Seems to recommend me to move to...
0
by: anupamak | last post by:
Hello I am working on USB Project, I am searching for any of the API's method in windows , so that my application can sense that a file in the PC is being copied or moved onto the USB mass storage...
22
by: iKiLL | last post by:
Hi all I have been asked to develop a solution that is customisable by our clients. It is supposed to run on the Windows Mobile 5.0 CF2.0 environment using Merge Replication.
7
by: =?Utf-8?B?UHVjY2E=?= | last post by:
Hi, I'm using vs2005, .net 2 for windows application. I have 2 solutions that I would like to consolidate into and have just one installation .msi for them, is this possible? So I just just copy...
2
by: Sin Jeong-hun | last post by:
Since Windows 2000, all user setting files should be stored separately in the user's application settings directory. But some users still want all the files to be created in the application folder,...
3
by: Sin Jeong-hun | last post by:
I'm writing a very simple web server with C#. Since this is NOT for actual use, I won't permit connection from other than the computer it's running on. But, when I run it, Windows Firewall askes me...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.