473,413 Members | 1,875 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,413 software developers and data experts.

One .Exe File

Hello to All

I have one application in Vb.Net that is used by 11 users that operate
in 11 diferent pcs.
They All have the .exe file on there pc and they connect to an Sql
Server databse that "sits" on a Server. Can I have one .exe on the
server too and all the other pcs oparate on a shorcut of that .exe ?
Cause when i have an upgrade curently i have to go and overwrite
the .exe for all 11 pcs.

Thanks
Savvas

Sep 7 '07 #1
5 1542
On Sep 7, 8:53 am, "savvas...@nodalsoft.com.cy"
<savvas...@nodalsoft.com.cywrote:
Hello to All

I have one application in Vb.Net that is used by 11 users that operate
in 11 diferent pcs.
They All have the .exe file on there pc and they connect to an Sql
Server databse that "sits" on a Server. Can I have one .exe on the
server too and all the other pcs oparate on a shorcut of that .exe ?
Cause when i have an upgrade curently i have to go and overwrite
the .exe for all 11 pcs.

Thanks
Savvas
Yes you can have the application sit on a network share, but it will
be a horror getting all the permissions set up for the user as
application run from a network share have very, very limited rights. A
better solution would be to create a ClickOnce set up project for the
application and deploy it to the network, and have the users link to
this file. Then when it opens it will install itself on the client (or
update itself if it's already installed) with the necessary rights to
run the application. Then when you need to perform updates you just
have to update the ClickOnce file, and the next time a user opens it,
it will be the correct version.

Thanks,

Seth Rowe

Sep 7 '07 #2
sa*******@nodalsoft.com.cy wrote:
Can I have one .exe on the
server too and all the other pcs oparate on a shorcut of that .exe ?
Further to the problems Seth described, another reason why a
centrally-located application .exe that your users run can be a problem is
that while they are running, the .exe file will be locked. When you want to
update it you will need to get everyone to close the application
simultaneously. Sometimes this can be a real pain (especially when you have
situations like a user going on holiday and leaving the app running ...
grr!)

Seth's ClickOnce suggestion sounds like a much better approach.

--

(O)enone
Sep 7 '07 #3
On Sep 7, 9:38 am, "\(O\)enone" <oen...@nowhere.comwrote:
savvas...@nodalsoft.com.cy wrote:
Can I have one .exe on the
server too and all the other pcs oparate on a shorcut of that .exe ?

Further to the problems Seth described, another reason why a
centrally-located application .exe that your users run can be a problem is
that while they are running, the .exe file will be locked. When you want to
update it you will need to get everyone to close the application
simultaneously. Sometimes this can be a real pain (especially when you have
situations like a user going on holiday and leaving the app running ...
grr!)

Seth's ClickOnce suggestion sounds like a much better approach.

--

(O)enone
Actually, my last non-ClickOnce network deployed application I had to
add a kill mode for those types of users. With a change in my config
file it warned the user of impending doom and then shut them down
after so many seconds. This quickly took care of the "holiday" and
weekend users.

:-)

Thanks,

Seth Rowe

Sep 7 '07 #4
Or if they have access to a common network share you could update the
application if needed in their login script...

--
Patrice

<sa*******@nodalsoft.com.cya ecrit dans le message de news:
11**********************@d55g2000hsg.googlegroups. com...
Hello to All

I have one application in Vb.Net that is used by 11 users that operate
in 11 diferent pcs.
They All have the .exe file on there pc and they connect to an Sql
Server databse that "sits" on a Server. Can I have one .exe on the
server too and all the other pcs oparate on a shorcut of that .exe ?
Cause when i have an upgrade curently i have to go and overwrite
the .exe for all 11 pcs.

Thanks
Savvas

Sep 7 '07 #5
Use dXLoader to automatically update all 11 workstations when program
changes are need to propagate out to the users. www.dxloader.com

GS
<sa*******@nodalsoft.com.cywrote in message
news:11**********************@d55g2000hsg.googlegr oups.com...
Hello to All

I have one application in Vb.Net that is used by 11 users that operate
in 11 diferent pcs.
They All have the .exe file on there pc and they connect to an Sql
Server databse that "sits" on a Server. Can I have one .exe on the
server too and all the other pcs oparate on a shorcut of that .exe ?
Cause when i have an upgrade curently i have to go and overwrite
the .exe for all 11 pcs.

Thanks
Savvas
Sep 7 '07 #6

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

Similar topics

2
by: matt | last post by:
I have compiled some code, some written by me, some compiled from various sources online, and basically i've got a very simple flat file photo gallery. An upload form, to upload the photos and give...
5
by: Dave Smithz | last post by:
Hi There, I have a PHP script that sends an email with attachment and works great when provided the path to the file to send. However this file needs to be on the same server as the script. ...
7
by: Joseph | last post by:
Hi, I'm having bit of questions on recursive pointer. I have following code that supports upto 8K files but when i do a file like 12K i get a segment fault. I Know it is in this line of code. ...
3
by: StGo | last post by:
How can i read/write file's custom attributs(like subject,author...) in C#??? Thanks :))
0
by: Lokkju | last post by:
I am pretty much lost here - I am trying to create a managed c++ wrapper for this dll, so that I can use it from c#/vb.net, however, it does not conform to any standard style of coding I have seen....
13
by: Sky Sigal | last post by:
I have created an IHttpHandler that waits for uploads as attachments for a webmail interface, and saves it to a directory that is defined in config.xml. My question is the following: assuming...
1
by: Roy | last post by:
Hi, I have a problem that I have been working with for a while. I need to be able from server side (asp.net) to detect that the file i'm streaming down to the client is saved...
3
by: Shapper | last post by:
Hello, I created a script to upload a file. To determine the file type I am using userPostedFile.ContentType. For example, for a png image I get "image/png". My questions are: 1. Where can...
0
by: troutbum | last post by:
I am experiencing problems when one user has a document open through a share pointing to the web site. I use the dsolefile to read the contents of a particular directory and then display them in a...
0
by: thjwong | last post by:
I'm using WinXP with Microsoft Visual C++ .NET 69462-006-3405781-18776, Microsoft Development Environment 2003 Version 7.1.3088, Microsoft .NET Framework 1.1 Version 1.1.4322 SP1 Most developers...
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...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.