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

How do I distribute my application?


I have a windows based job logging application. The database for this sits
on a central server. There are probably about 50-100 users, distributed
across our network but at various sites. When I build my application in
visual studio in Release mode, I get an executable. How do I distribute
this? Do I create an instal package, then run this on every machine in the
company that wants to run the app? Or can I install the executable onto the
central server, then create a shortcut to this executable on the server and
everyone runs this instance??

Initially I thought I would install on everyones machine, but then how do I
upgrade them? reinstall on everymachine??

Any suggestions please on best practice here?

Thanks

Steve
Sep 6 '05 #1
3 2072

"Steve" <St***@discussions.microsoft.com> wrote in message
news:EA**********************************@microsof t.com...

I have a windows based job logging application. The database for this
sits
on a central server. There are probably about 50-100 users, distributed
across our network but at various sites. When I build my application in
visual studio in Release mode, I get an executable. How do I distribute
this? Do I create an instal package, then run this on every machine in
the
company that wants to run the app? Or can I install the executable onto
the
central server, then create a shortcut to this executable on the server
and
everyone runs this instance??

Initially I thought I would install on everyones machine, but then how do
I
upgrade them? reinstall on everymachine??

Any suggestions please on best practice here?

Thanks

Steve


You don't mention which project type or template was employed, so this
article may help you decide:

http://msdn.microsoft.com/library/de...opywininst.asp
--
Peter [MVP Visual Developer]
Jack of all trades, master of none.
Sep 6 '05 #2

sorry, what do you mean by "which project type was employed"? I used a C#
Windows Application template initially to build the app with. Then I have
just built this in release mode to give me an .exe. I dont know which
method of install will be best, nor really how to achieve them.

1). Install the .exe onto a central server where the db is,a nd have users
point a shortcut at this exe. Is there going to be a massive performance hit
here,with the client having to pull the application across the network as
well as the data? Also then I have the whole business with strong naming to
deal with and local security policies
2). Have the users instal the application on each client machine
individually. In this case how do I upgrade these instals at a later date,
without physically going out to each client and rerunning an instal shield?
Is there a way of puting an upgrade somewhere centrally then when the user
logs in it checks this central location for a new relase, and if there is one
downlaod and instal??

Any suggestions here are most welcome!

Thanks

Steve

"Peter van der Goes" wrote:

"Steve" <St***@discussions.microsoft.com> wrote in message
news:EA**********************************@microsof t.com...

I have a windows based job logging application. The database for this
sits
on a central server. There are probably about 50-100 users, distributed
across our network but at various sites. When I build my application in
visual studio in Release mode, I get an executable. How do I distribute
this? Do I create an instal package, then run this on every machine in
the
company that wants to run the app? Or can I install the executable onto
the
central server, then create a shortcut to this executable on the server
and
everyone runs this instance??

Initially I thought I would install on everyones machine, but then how do
I
upgrade them? reinstall on everymachine??

Any suggestions please on best practice here?

Thanks

Steve


You don't mention which project type or template was employed, so this
article may help you decide:

http://msdn.microsoft.com/library/de...opywininst.asp
--
Peter [MVP Visual Developer]
Jack of all trades, master of none.

Sep 6 '05 #3
We have a similar issue here in my office. Currently we are migrating
from VFP to C# and reconsidering the entire opperation of our
application update procedures.

Currently we have our upgrade directory for each application, when we
make are nightly builds we place the new binary in the upgrade folder.
At midnight (all users are off the system by around 5:30-6pm) we have a
scheduled task that copies our applications to the branch offices.
These applications are simply accesses by Shortcuts on the client
machines. Each morning when they run their shortcut, it runs the newest
deployed build.

However, now that we are working in .Net (C#) we are looking at
implementing a wrapper application, or a launcher app. This application
checks their local application version against our build version data
and decides if the user needs to upgrade. At the point of them needing
an upgrade it informs them that the current application is out of date
and a new version is available.

We present them with a form that begins the download of the newest
binaries (executable and libraries) once this is completed the
application restarts and verifies that it is using the most recent
version, then allows the system to start.

Using the new method allows us to make critical changes durring the day
without the fuss of making sure everyone is off of the system. It will
simply notify them that a new version exists and they should complete
and transactions, save their data and restart their application (or
click an update button).

This may, or may not, be a valid solution for you, but in our
environment it is one that provides us with the most flexability and
consistancy.

Sep 6 '05 #4

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

Similar topics

4
by: Ed Landau | last post by:
Hi: I've just developped a really simple MS Access App. The VBA runs within the database. It uses some DLLs which I register with a script. It's on MS Access2003 (Office11). I've got 2003Pro...
1
by: Yogi_Bear_79 | last post by:
I recently some embedded GZIP files into my project. I added the sharpziplib.dllas a referance. But when I distribute the .exe it looks for the .dll. Did I do something wrong, or miss step? I...
0
by: Danny J. Lesandrini | last post by:
Didn't get any takers on this post this morning at dotnet.General, so I'm reposting here. First, this is _not_ a question about how to get Crystal Reports to run on a client machine. I've got...
3
by: Steve | last post by:
I have a windows based job logging application. The database for this sits on a central server. There are probably about 50-100 users, distributed across our network but at various sites. When I...
4
by: mike7411 | last post by:
Is there an easy way to tell which files I need to distribute with my Microsoft Visual Studio 2005 MFC application? I keep getting a vague message on my target computer saying the application...
1
by: akbar | last post by:
Hi, I am creating not-so-important opensource application written in python for Linux. I have two files python source in src directory, named blabla1.py and blabla2.py. There are byte compiled...
6
by: Salman | last post by:
I would like to know how I can distribute the application that I create with Visual C++ express edition. I checked the menu options to find a deploy option similar to the one found on the Visual...
11
by: jackbenimble999 | last post by:
Hello! I'd like to distribute an application developed in MS Access 2003. I've looked at the MS web site and it says although the ability to distribute is included with MS Office Retail, you...
2
by: sms1973 | last post by:
Hello, I have built an application web site using ASP.NET 2003 and MSSQL database server. I now need to distribute the entire application to customers on a CD to run the web application...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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...

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.