Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Design and Architecture
  4. An application that will get the updates from server automatically

An application that will get the updates from server automatically

Scheduled Pinned Locked Moved Design and Architecture
designsysadmin
7 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    payback
    wrote on last edited by
    #1

    Hello all, We have to design an application which will run on client PC and can get the latest updates from the server(Publisher) automatically. Please share if you have any idea. Thanks much. Regards

    M V M 3 Replies Last reply
    0
    • P payback

      Hello all, We have to design an application which will run on client PC and can get the latest updates from the server(Publisher) automatically. Please share if you have any idea. Thanks much. Regards

      M Offline
      M Offline
      Mark Churchill
      wrote on last edited by
      #2

      Google for "clickonce".

      Mark Churchill Director Dunn & Churchill

      1 Reply Last reply
      0
      • P payback

        Hello all, We have to design an application which will run on client PC and can get the latest updates from the server(Publisher) automatically. Please share if you have any idea. Thanks much. Regards

        V Offline
        V Offline
        Vasudevan Deepak Kumar
        wrote on last edited by
        #3

        Did you consider BITS? http://dotnetjunkies.com/WebLog/stefandemetz/archive/2004/10/02/27439.aspx[^]

        Vasudevan Deepak Kumar Personal Homepage Tech Gossips

        1 Reply Last reply
        0
        • P payback

          Hello all, We have to design an application which will run on client PC and can get the latest updates from the server(Publisher) automatically. Please share if you have any idea. Thanks much. Regards

          M Offline
          M Offline
          Michael Sync
          wrote on last edited by
          #4

          I used ClickOnce in my application. ClickOnce is very easy to use.. but it's not able to give you the detailed information that you need...

          Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)

          M 1 Reply Last reply
          0
          • M Michael Sync

            I used ClickOnce in my application. ClickOnce is very easy to use.. but it's not able to give you the detailed information that you need...

            Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)

            M Offline
            M Offline
            Mark Churchill
            wrote on last edited by
            #5

            What did you find missing? I thought the sys deployment namespace covered a great deal of scenarios?

            Mark Churchill Director Dunn & Churchill

            M 1 Reply Last reply
            0
            • M Mark Churchill

              What did you find missing? I thought the sys deployment namespace covered a great deal of scenarios?

              Mark Churchill Director Dunn & Churchill

              M Offline
              M Offline
              Michael Sync
              wrote on last edited by
              #6

              I started using ClickOnce in my project last month.. I used the dynamic updates from code.. #1. No way to get the list of latest modules.. I was tying to implement the Firefox-Plugin auto-update style in my application.. I wanted to show the list of updated modules that suppose to be downloaded. Unfortunately, there is no way to get the list of updated modules through code.... My question posted in my MSDN Forum : http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2232226&SiteID=1[^] #2. The version of the whole application need to be updated if we wanna update just one module It's really suck about ClickOnce... If we wanna update just one module, we will need to change the version of application (e.g. "shell.application" ) and the version of manifest (shell.manifest)... i dont really like that thing.. #3. ClickOnce doesn't care about the version of assemblies. I don't understand why ClickOnce doesn't care about the version of assemblies. What it cares about the version of *.application, the verison of manifest and the file hash of each assemblies... I dont think that it's is very good idea... #4. DownloadFileGroup ("") works only if "optional" is checked. There is no way to download the group of file by force Why "optional" need to be checked in order to make DownloadFileGroup work..... What I wanna do is that I wanna the application ( all file groups) to be downloaded at the first time.. later, I wanna download a particular group of files by force.. if I can download the group of file by force, I don't need to change the version of the whole file for updating new module.. My question in MSDN forum. : http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2279424&SiteID=1[^]

              Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)

              M 1 Reply Last reply
              0
              • M Michael Sync

                I started using ClickOnce in my project last month.. I used the dynamic updates from code.. #1. No way to get the list of latest modules.. I was tying to implement the Firefox-Plugin auto-update style in my application.. I wanted to show the list of updated modules that suppose to be downloaded. Unfortunately, there is no way to get the list of updated modules through code.... My question posted in my MSDN Forum : http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2232226&SiteID=1[^] #2. The version of the whole application need to be updated if we wanna update just one module It's really suck about ClickOnce... If we wanna update just one module, we will need to change the version of application (e.g. "shell.application" ) and the version of manifest (shell.manifest)... i dont really like that thing.. #3. ClickOnce doesn't care about the version of assemblies. I don't understand why ClickOnce doesn't care about the version of assemblies. What it cares about the version of *.application, the verison of manifest and the file hash of each assemblies... I dont think that it's is very good idea... #4. DownloadFileGroup ("") works only if "optional" is checked. There is no way to download the group of file by force Why "optional" need to be checked in order to make DownloadFileGroup work..... What I wanna do is that I wanna the application ( all file groups) to be downloaded at the first time.. later, I wanna download a particular group of files by force.. if I can download the group of file by force, I don't need to change the version of the whole file for updating new module.. My question in MSDN forum. : http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2279424&SiteID=1[^]

                Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)

                M Offline
                M Offline
                Mark Churchill
                wrote on last edited by
                #7

                Thanks Michael :)

                Mark Churchill Director Dunn & Churchill

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups