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. C#
  4. Program Auto-Updated

Program Auto-Updated

Scheduled Pinned Locked Moved C#
questioncsharpvisual-studiohelpannouncement
4 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.
  • K Offline
    K Offline
    Kee Won Hong
    wrote on last edited by
    #1

    I'm trying to create a launcher program that will automatically update files for another program and then launch that updated program. The launcher and the main app have already been created as seperate VS .Net projects(.exe). My question is would it be possible to build the main app as a dll, reference it in the other project and then have the launcher update the dll and launch it? Any sort of help would be greatly appreciated. Code first, ask questions later. ;P

    D 1 Reply Last reply
    0
    • K Kee Won Hong

      I'm trying to create a launcher program that will automatically update files for another program and then launch that updated program. The launcher and the main app have already been created as seperate VS .Net projects(.exe). My question is would it be possible to build the main app as a dll, reference it in the other project and then have the launcher update the dll and launch it? Any sort of help would be greatly appreciated. Code first, ask questions later. ;P

      D Offline
      D Offline
      David Rush
      wrote on last edited by
      #2

      Is this what you want to create? http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/updaterv2.asp?frame=true[^]

      K 1 Reply Last reply
      0
      • D David Rush

        Is this what you want to create? http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/updaterv2.asp?frame=true[^]

        K Offline
        K Offline
        Kee Won Hong
        wrote on last edited by
        #3

        Hm. This provides the same sort of functionality I'm looking for, but since I've already wrote the auto-updater I'm just wondering if there is an easy way to integrate two projects so one can open the other. Both are .exes right now, I would like the internal problem to be a .dll.

        D 1 Reply Last reply
        0
        • K Kee Won Hong

          Hm. This provides the same sort of functionality I'm looking for, but since I've already wrote the auto-updater I'm just wondering if there is an easy way to integrate two projects so one can open the other. Both are .exes right now, I would like the internal problem to be a .dll.

          D Offline
          D Offline
          David Rush
          wrote on last edited by
          #4

          What you want to do is called "late binding". Search on that term and you will find several articles.

          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