473,803 Members | 3,886 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2121

"Steve" <St***@discussi ons.microsoft.c om> wrote in message
news:EA******** *************** ***********@mic rosoft.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***@discussi ons.microsoft.c om> wrote in message
news:EA******** *************** ***********@mic rosoft.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
3963
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 but could get Ent. Never having done this before, I'm not sure what I need to do in order to be able to distribute it. I'd like not to require other users to have Access installed (let alone 2003). For starters, I'm just looking to be able...
1
1675
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 don't want to have to distribute the .dll, I was hoping to continue this as a stand alone .exe
0
2633
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 all the merge modules added to the project and it's working fine. The question is about distributing my .RPT files. 1) Initial Setup Project inclusion of .rpt files: My folder of new .RPT files keeps growing. Is there a way to point
3
314
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 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...
4
1261
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 configuration is incorrect.
1
4069
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 files too, named blabla1.pyc and blabla2.pyc. Should I distribute these files (pyc files) to users? If I don't distribute them, and user installed my application into /usr (not writable by normal user) then run it as normal user, off course, the...
6
2534
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 Basic Express Edition but could not find one. I have even searched the help files and could not find anything useful for me. I want to simply package my application so that I may install it on another computer.
11
2704
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 still need to purchase a licence, yet it provides no links.. It also says that you need developer extensions to package it, but still no link! .Overall, I'm a bit confused and am wondering if anyone can set me on the right track.
2
1530
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 completely from their local personal computers. In other words, they will not need to access the Internet to run the application. I know I can use the redistributable MSSQL EMMSDE for the database part, but my problem is that I want users to run the site...
0
9700
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10310
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10292
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10068
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7603
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5498
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5627
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4275
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2970
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.