|
-
Jul 19th, 2009, 12:46 PM
#1
Thread Starter
Frenzied Member
[RESOLVED] Update Manager
Hello, I have a couple of applications written in C#. These applications are installed on several machines. Whenever i make a change to an application i have to re-install the application on each machine. I was thinking of making an Update Manager. The Update Manager will check for updates and download and install new versions of the software automaticly.
How would i do this? Is it possible to update software by replacing some of the Application Manifests files / DLLs?
What I really want to know is this:
How do you use the update feature built into Visual Studio? When you publish your application it asks you if you would like to specify and update location. What would you place in that location? The folder of the new version of the application? If and update is then found would it be downloaded and installed automaticly without user interaction?
-
Jul 28th, 2009, 05:20 AM
#2
Re: Update Manager
Hey,
If you deploy your application via ClickOnce, then the update functionality should work automatically:
http://msdn.microsoft.com/en-us/libr...3d(VS.80).aspx
Gary
-
Jul 28th, 2009, 07:50 PM
#3
Thread Starter
Frenzied Member
Re: Update Manager
That is what I thought, but it doesn't seem to work.
I am currently developing my own Update Manager to replace the ClickOnce feature.
-
Aug 8th, 2009, 06:07 PM
#4
Waiting for a full featured smart phone with out marrying a provider
Go Android
Go raiders 
-
Aug 9th, 2009, 10:28 PM
#5
Thread Starter
Frenzied Member
Re: Update Manager
 Originally Posted by isnoend07
Thanks just what I was looking for.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|