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. Making an Installation Wizard to my Project

Making an Installation Wizard to my Project

Scheduled Pinned Locked Moved C#
question
8 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.
  • S Offline
    S Offline
    Semion_N
    wrote on last edited by
    #1

    Hello again, I want to make an installation wizard to my project, I mean that if I run this installation file I'll see a nice installation wizard that will install my project on other computers. How can I do that?

    SnaidiS(Semion)

    S S 2 Replies Last reply
    0
    • S Semion_N

      Hello again, I want to make an installation wizard to my project, I mean that if I run this installation file I'll see a nice installation wizard that will install my project on other computers. How can I do that?

      SnaidiS(Semion)

      S Offline
      S Offline
      Stefan Troschuetz
      wrote on last edited by
      #2

      If you're using Visual Studio simply create a Setup project.


      "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

      www.troschuetz.de

      S 1 Reply Last reply
      0
      • S Stefan Troschuetz

        If you're using Visual Studio simply create a Setup project.


        "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

        www.troschuetz.de

        S Offline
        S Offline
        Semion_N
        wrote on last edited by
        #3

        Where can I find the setup project option?

        SnaidiS(Semion)

        S 1 Reply Last reply
        0
        • S Semion_N

          Hello again, I want to make an installation wizard to my project, I mean that if I run this installation file I'll see a nice installation wizard that will install my project on other computers. How can I do that?

          SnaidiS(Semion)

          S Offline
          S Offline
          Semion_N
          wrote on last edited by
          #4

          What if I have completed project and I want to make setup wizard-should I start again a new project and rewrite him there?

          SnaidiS(Semion)

          1 Reply Last reply
          0
          • S Semion_N

            Where can I find the setup project option?

            SnaidiS(Semion)

            S Offline
            S Offline
            Stefan Troschuetz
            wrote on last edited by
            #5

            In the menu "File>New>Project.." so the "New Project" wizard appears. On the left side there should be a project type called "Other project types" with nested project type "Setup and deployment". Choose this one and you should be able to create a setup project. Note: As I have a VS in german language the given names may not be 100% correct, but they should at least be similar to the actual ones.


            "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

            www.troschuetz.de

            S 1 Reply Last reply
            0
            • S Stefan Troschuetz

              In the menu "File>New>Project.." so the "New Project" wizard appears. On the left side there should be a project type called "Other project types" with nested project type "Setup and deployment". Choose this one and you should be able to create a setup project. Note: As I have a VS in german language the given names may not be 100% correct, but they should at least be similar to the actual ones.


              "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

              www.troschuetz.de

              S Offline
              S Offline
              Semion_N
              wrote on last edited by
              #6

              But if I already have preapared project should I write him again now?

              SnaidiS(Semion)

              S 1 Reply Last reply
              0
              • S Semion_N

                But if I already have preapared project should I write him again now?

                SnaidiS(Semion)

                S Offline
                S Offline
                Stefan Troschuetz
                wrote on last edited by
                #7

                No you do not need to write the project again. Create the setup project in the same solution as the project you want to deploy. Easiest way would be clicking on the solution item in the project explorer and in the opening context menu choose "Add>New Project..". The rest of the procedure is the same as described in my previous post. Also take a look at this link on MSDN to learn more about deploying your application with the help of VS: Deploying Applications[^]


                "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

                www.troschuetz.de

                S 1 Reply Last reply
                0
                • S Stefan Troschuetz

                  No you do not need to write the project again. Create the setup project in the same solution as the project you want to deploy. Easiest way would be clicking on the solution item in the project explorer and in the opening context menu choose "Add>New Project..". The rest of the procedure is the same as described in my previous post. Also take a look at this link on MSDN to learn more about deploying your application with the help of VS: Deploying Applications[^]


                  "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

                  www.troschuetz.de

                  S Offline
                  S Offline
                  Semion_N
                  wrote on last edited by
                  #8

                  Thanks you, it works fine :)

                  SnaidiS(Semion)

                  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