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. Downloading and Install

Downloading and Install

Scheduled Pinned Locked Moved C#
help
4 Posts 3 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
    psmukil
    wrote on last edited by
    #1

    Is it possible to make a web set up application which donwloads application from a website and install automatically in a single key press in a quite mode. Please any one help me out. Regards Mukilan

    V R 2 Replies Last reply
    0
    • P psmukil

      Is it possible to make a web set up application which donwloads application from a website and install automatically in a single key press in a quite mode. Please any one help me out. Regards Mukilan

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

      Mukilan, ActiveX Controls are designed that way. Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://www.dotnetjunkies.com/weblog/deepak/
      http://deepakvasudevan.blogspot.com/
      http://deepak.blogdrive.com/

      1 Reply Last reply
      0
      • P psmukil

        Is it possible to make a web set up application which donwloads application from a website and install automatically in a single key press in a quite mode. Please any one help me out. Regards Mukilan

        R Offline
        R Offline
        Rob Philpott
        wrote on last edited by
        #3

        If you're using .NET 2.0, take a look at Click Once deployment. Using this, you 'publish' your application to a website. Your users download the application from the website, and from that point forward when they run the application it automatically checks if there is a new version of itself available and fetches it if need be. There's very little you need to do to get this to work, and works well in an Intranet environment. Regards, Rob Philpott.

        P 1 Reply Last reply
        0
        • R Rob Philpott

          If you're using .NET 2.0, take a look at Click Once deployment. Using this, you 'publish' your application to a website. Your users download the application from the website, and from that point forward when they run the application it automatically checks if there is a new version of itself available and fetches it if need be. There's very little you need to do to get this to work, and works well in an Intranet environment. Regards, Rob Philpott.

          P Offline
          P Offline
          psmukil
          wrote on last edited by
          #4

          Thank you very much Rob, Its very much helpful for me. Is it possible to install the downloaded application in a quite mode. Using command line arguement "/q" we can install the application in a quite mode when we are installing the msi r exe file from the command prompt or from any other .Net application using the Process.Start with the arguement "/Q". Is it possible to do in the same way in the ClickOnce deployment. Is it possible to get the values an do some processing like, checking the Licencse key and getting the email id or pin from the user or client. Please reply me. Regards Mukilan.P.S

          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