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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. The Lounge
  3. Software for Implement AutoUpdate

Software for Implement AutoUpdate

Scheduled Pinned Locked Moved The Lounge
help
2 Posts 2 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.
  • R Offline
    R Offline
    Richard Cue
    wrote on last edited by
    #1

    I am interested in implementing an software AutoUpdate mechanism much like that implemented in Windows or in programs such as Norton AntiVirus. What I am looking for is either a product to buy or some simple classes which will go to a web site, download the required components etc. Can anyone suggest any products or links to sample code. This problem must have been solved several times before and I want to avoid reinventing the wheel. Thanks

    L 1 Reply Last reply
    0
    • R Richard Cue

      I am interested in implementing an software AutoUpdate mechanism much like that implemented in Windows or in programs such as Norton AntiVirus. What I am looking for is either a product to buy or some simple classes which will go to a web site, download the required components etc. Can anyone suggest any products or links to sample code. This problem must have been solved several times before and I want to avoid reinventing the wheel. Thanks

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Wise Installer has this as a "addon" to your program (basically, a pre-crafted tiny install that downloads a file), and I'm pretty sure Install Shield has it too. You can do this yourself - it's not that hard, really. Conceptionally, you ftp a static file name at a static location (or http it down, your choice) and check the values in it, and perhaps have a reference to where the update is at. You can do this usin the wininet functions. or CHttpConnection/CFtpConnection in MFC.

      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