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. Package Application

Package Application

Scheduled Pinned Locked Moved C#
questionworkspace
5 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.
  • G Offline
    G Offline
    Gavin_Mannion
    wrote on last edited by
    #1

    Hi All, I have just finished creating a small application and now am trying to package it into a setup program so that I can distribute it to the people concerned. Where is the nice easy package creator program? or what am I supposed to do now? Thanks,

    C L 2 Replies Last reply
    0
    • G Gavin_Mannion

      Hi All, I have just finished creating a small application and now am trying to package it into a setup program so that I can distribute it to the people concerned. Where is the nice easy package creator program? or what am I supposed to do now? Thanks,

      C Offline
      C Offline
      Cliff Dabrowski
      wrote on last edited by
      #2

      If you are using VS 6.0 then it comes with a version of InstallShield that you can use to package your distribution. If not then I would suggest getting a trial for any of the commercially available packages of trying the Windows MSI installer if your package warrants this complexity. Otherwise search google for shareware installer packages and give them a try. I have seen many over the years and it really depends on how complex your application is with regard to dependent components, license installation, registration, uninstall, user input and control of installation, etc. Success is measured by ones ability to mask complexity with simplicity.

      G 1 Reply Last reply
      0
      • C Cliff Dabrowski

        If you are using VS 6.0 then it comes with a version of InstallShield that you can use to package your distribution. If not then I would suggest getting a trial for any of the commercially available packages of trying the Windows MSI installer if your package warrants this complexity. Otherwise search google for shareware installer packages and give them a try. I have seen many over the years and it really depends on how complex your application is with regard to dependent components, license installation, registration, uninstall, user input and control of installation, etc. Success is measured by ones ability to mask complexity with simplicity.

        G Offline
        G Offline
        Gavin_Mannion
        wrote on last edited by
        #3

        Sorry forgot to mention that I am using C# and VS.NET Beta 2 (still waiting for my retail version to arrive in the UK). I have the package installer that comes with VS 6.0 but it doesn't accept my C# project as a project? Thanks,

        1 Reply Last reply
        0
        • G Gavin_Mannion

          Hi All, I have just finished creating a small application and now am trying to package it into a setup program so that I can distribute it to the people concerned. Where is the nice easy package creator program? or what am I supposed to do now? Thanks,

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

          Within VS.NET go to File -> Add Project -> New Project then select the Setup and Deployment option and choose Setup Project or the Setup Wizard. Follow the steps and it will create a MSI install package for you.

          G 1 Reply Last reply
          0
          • L Lost User

            Within VS.NET go to File -> Add Project -> New Project then select the Setup and Deployment option and choose Setup Project or the Setup Wizard. Follow the steps and it will create a MSI install package for you.

            G Offline
            G Offline
            Gavin_Mannion
            wrote on last edited by
            #5

            There we go, I knew there had to be a simple smart way :)... You have made my day.. Cheers

            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