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. Windows Forms
  4. Distributing Small Windows Apps

Distributing Small Windows Apps

Scheduled Pinned Locked Moved Windows Forms
csharpdotnetvisual-studiotoolsquestion
5 Posts 4 Posters 4 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.
  • J Offline
    J Offline
    John Held
    wrote on last edited by
    #1

    Are there any good tools for distributing a small c# app which would set up the .NET framework on a clientPC if needed? Also, so much of Visual Studio seems focused on web development. Are writing desktop apps with c# a thriving concern, or would there be better tools out there? Thanks!

    John Held

    B K J K 4 Replies Last reply
    0
    • J John Held

      Are there any good tools for distributing a small c# app which would set up the .NET framework on a clientPC if needed? Also, so much of Visual Studio seems focused on web development. Are writing desktop apps with c# a thriving concern, or would there be better tools out there? Thanks!

      John Held

      B Offline
      B Offline
      But_Im_a_Lady
      wrote on last edited by
      #2

      In the past I have added a new project to my window app's, from the Other Project Types & Choose 'set up & deployment' type. This will create an .msi file & in here you can select pre-requisites like - checking for the .net framework. Hope this helps, Janet

      1 Reply Last reply
      0
      • J John Held

        Are there any good tools for distributing a small c# app which would set up the .NET framework on a clientPC if needed? Also, so much of Visual Studio seems focused on web development. Are writing desktop apps with c# a thriving concern, or would there be better tools out there? Thanks!

        John Held

        K Offline
        K Offline
        kubben
        wrote on last edited by
        #3

        I have written an article on creating setup projects. At the bottom of the article in the forum I added a note on how to install the .net framework as part of the setup. http://www.codeproject.com/dotnet/Win_App_Setup_Project.asp[^] Hope that helps. Ben

        1 Reply Last reply
        0
        • J John Held

          Are there any good tools for distributing a small c# app which would set up the .NET framework on a clientPC if needed? Also, so much of Visual Studio seems focused on web development. Are writing desktop apps with c# a thriving concern, or would there be better tools out there? Thanks!

          John Held

          J Offline
          J Offline
          John Held
          wrote on last edited by
          #4

          Thanks so much Janet and Ben! Your info really helps!

          John Held

          1 Reply Last reply
          0
          • J John Held

            Are there any good tools for distributing a small c# app which would set up the .NET framework on a clientPC if needed? Also, so much of Visual Studio seems focused on web development. Are writing desktop apps with c# a thriving concern, or would there be better tools out there? Thanks!

            John Held

            K Offline
            K Offline
            Kevin McFarlane
            wrote on last edited by
            #5

            John Held wrote:

            Are writing desktop apps with c# a thriving concern

            Well, there seem to be quite a few jobs out there which ask for this. But I suspect that most of these are for corporate applications rather than the mass market. However, Microsoft have a number of such apps. floating around, e.g., XML Notepad, Paint .NET; and much of the UI parts of recent apps. are Win Forms based.

            Kevin

            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