Results 1 to 5 of 5

Thread: [RESOLVED] Update Manager

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2008
    Posts
    1,754

    Resolved [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?

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    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

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2008
    Posts
    1,754

    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.

  4. #4
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    Re: Update Manager

    Waiting for a full featured smart phone with out marrying a provider
    Go Android
    Go raiders

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2008
    Posts
    1,754

    Re: Update Manager

    Quote Originally Posted by isnoend07 View Post
    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
  •  



Click Here to Expand Forum to Full Width