473,667 Members | 2,748 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Application Updates

Hi All,

Forgive my lack of using the right terms here but I'm hoping someone
has an answer. I'm using VS 2005 C# Express and doing the following:
Right clicking the solution name and choosing properties, going under
the Publish tab on the left and clicking the 'Publish Wizard' button.
This launches the publish wizard and I am able to step through
resulting in my application being built and installable (I get four
files - a directory, two application manifests and the set up exe).
I'm not sure if this is a ClickOnce app, thus the confusion.

I want the application top check for updates and set the appropriate
file path in the wizard. Using the above mentioned process, what files
do I need to include in the directory that the update function looks
to? The updated source code files or an updated "built" version like
the one mentioned above?

Thanks in advance.

Jan 11 '08 #1
3 1854
Using ClickOnce deployment, you simply set the Updates property in the
Publish tab to check for updates for running.

You deploy the application, the user installs it.

You deploy it again later after making some changes to the same location.

When the user runs the application, it checks the version, sees there is a
new one, and asks the user if he wants to upgrade. When he says Yes, it
pulls the files that have changed, and upgrades.

If you are not setting the minimum version, the user can do Add/Remove
Programs on your app, and it will ask him if he wants to completely remove
it, or just go back one version.

If you set the minimum version equal to the version you are deploying, it
will not ask the user if he wants to accept the update, it will just update
it. And he will only be able to remove it, not revert one version.

RobinS.
GoldMail, Inc.
-----------------------------------
"Looch" <lu**********@y ahoo.comwrote in message
news:93******** *************** ***********@l32 g2000hse.google groups.com...
Hi All,

Forgive my lack of using the right terms here but I'm hoping someone
has an answer. I'm using VS 2005 C# Express and doing the following:
Right clicking the solution name and choosing properties, going under
the Publish tab on the left and clicking the 'Publish Wizard' button.
This launches the publish wizard and I am able to step through
resulting in my application being built and installable (I get four
files - a directory, two application manifests and the set up exe).
I'm not sure if this is a ClickOnce app, thus the confusion.

I want the application top check for updates and set the appropriate
file path in the wizard. Using the above mentioned process, what files
do I need to include in the directory that the update function looks
to? The updated source code files or an updated "built" version like
the one mentioned above?

Thanks in advance.
Jan 12 '08 #2
Ah, so the deploy directory and the update directory could be the same
directory - I think that's where I was getting confused.

Thanks

Jan 14 '08 #3
They don't have to be. If you look in the Updates... screen under the
Publish tab on the project properties, you CAN set a different location. We
don't do that; we just publish to the same URL. That way, new users also get
the latest version.

I think the primary purpose of that is if you are going to deploy on a CD or
from a network location, and want the updates picked up somewhere else, like
from a web server.

RobinS.
-------------------------------------
"Looch" <lu**********@y ahoo.comwrote in message
news:ff******** *************** ***********@k39 g2000hsf.google groups.com...
Ah, so the deploy directory and the update directory could be the same
directory - I think that's where I was getting confused.

Thanks
Jan 14 '08 #4

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

Similar topics

0
4996
by: Rhon Stewart via DotNetMonster.com | last post by:
Hi please visit this link : http://www.eggheadcafe.com/articles/pfc/selfupdater.asp I followed all the steps for listed on the link , when I execute the application it it gives me the following error on the log file: --- ApplicationUpdateManager.StartUpdater] : The Updater has started; the target application's name is 'SayHello'. Time started: 2005_03_01_14:33:21.
0
1695
by: Leo | last post by:
Hi, I'm running Windows XP professinal and have an application extension mapping in IIS that maps .xyz to aspnet_isapi. Everything works fine until I did some Windows Components Updates and installed those critical updates. Now I can not chaned or add any application extension mapping. When I try to change the .xyz extension in the Add/Edit Application Extension Mapping window, the extension input field is disabled. And when I try to add...
9
23068
by: Abhishek Srivastava | last post by:
Hello All, In IIS 6.0 We have a concept of worker processes and application pools. As I understand it, we can have multiple worker process per appliction pool. Each worker process is dedicated to a pool. If I assign only one application to a applicaton pool and have multiple worker processes assigned to that pool. Will my application be processed by many worker processes?
7
1875
by: Bobby C. | last post by:
My company is in the process of getting ready (well actually QTR 2 2004) to roll out a rewritten version of a vertical market application for the municipal market (small and medium sized cities). Software protection (keeping the honest people honest) hasn't ever been a problem but in this roll out we are going to be distributing the product through several firms in Asia. I would like to find an effective solution that would limit our...
1
1634
by: Venkat | last post by:
Hi, Can any one provide an example or resources about an application updater block? I have an application and I want to check for new updates available on server. If there any updates available then I want to update my local application assemblies. Thanks in advance.
0
2075
by: Velupula | last post by:
To make your ClickOnce application updates mandatory. You can configure your application for updates as outlined in the following steps: 1. Click the Updates button on the Publish pane of the Project Designer. This opens the Application Updates dialog box 2. Select The Application Should Check For Updates check box. 3.To choose when the application should check for updates, select Before The Application Starts, or After the...
0
958
by: ialien | last post by:
my application listens for socket connections. client can open socket connections and transmit messages. it connects to another server to get updates. each second my application get 300-400 data updates filters them and tranmits the updates to the connected clients same filterred 10 to 12 updates to each clients. When 500 clients connected to my application its cpu use was 40-80% memory use 15 MB but after 3 hours I get windows error. some...
60
3849
by: jim | last post by:
I am looking for an application that will wrap my .Net application (and any needed .Net parts) into a single exe. I know of Thinstall ($4,000 for application and per copy fees for your exes) and of Xenocode (~$1,500 plus ~ $12 per copy of your exe). But, I'd like something that is actually affordable for a hobbyist programmer. This capability (Thinstall's being able to wrap a .Net app and ship it as a single exe) would be a FANTASTIC...
3
4502
by: Lee | last post by:
Hi, I'm trying to programmatically restart my application after downloading updates, but I can't get the Application.Restart command to work correctly. It shuts down my program fine, but then doesn't start up again afterwards. I read about Click Once in the MSDN but couldn't fathom if CO was supposed to be a pre-requisite for getting it to work correctly. Does anyone have any experience with this that could help me out? Or even an
0
8458
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
8366
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8888
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8790
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
8565
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,...
1
6206
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
5677
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4372
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2017
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.