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. .NET (Core and Framework)
  4. Deploying a WinForm application

Deploying a WinForm application

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpjavacomsysadminquestion
3 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
    ralfoide
    wrote on last edited by
    #1

    Hi! I created a "thin client" for a web service -- basically a simple C# Windows Form that connects to the web service and let the user interact with it. Now I'd like to deploy that, but to make it easy for the client, I would prefer if they could simply download and execute the exec from a web page instead of having to install it using a Windows Installer (I used to create one using VS7 before). Basically I'd like to have an ActiveX-like or Java applet-like deployment style for my windows form. Does anybody think that is possible at all? R/

    A 1 Reply Last reply
    0
    • R ralfoide

      Hi! I created a "thin client" for a web service -- basically a simple C# Windows Form that connects to the web service and let the user interact with it. Now I'd like to deploy that, but to make it easy for the client, I would prefer if they could simply download and execute the exec from a web page instead of having to install it using a Windows Installer (I used to create one using VS7 before). Basically I'd like to have an ActiveX-like or Java applet-like deployment style for my windows form. Does anybody think that is possible at all? R/

      A Offline
      A Offline
      apferreira
      wrote on last edited by
      #2

      Yes it is possible. It is called no touch deployment See this article for more info http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbtchNo-TouchDeploymentInNETFramework.asp

      R 1 Reply Last reply
      0
      • A apferreira

        Yes it is possible. It is called no touch deployment See this article for more info http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbtchNo-TouchDeploymentInNETFramework.asp

        R Offline
        R Offline
        ralfoide
        wrote on last edited by
        #3

        Thanks, exactly what I needed! I love MSDN, there's a lot of material there, yet I fear it because there's too much interesting stuff to read :-)

        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