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. Visual Basic
  4. deployment process in vb.net

deployment process in vb.net

Scheduled Pinned Locked Moved Visual Basic
csharphelpvisual-studiosysadmin
7 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.
  • S Offline
    S Offline
    Sonia Gupta
    wrote on last edited by
    #1

    I was doing the deployment in vb.net 2005 . There are few things that i want to incorporate into my setup. like my messages during the setup .As such .... I will not be able to do these implementation with the help of deployment wizard which is provided into the visual studio 2005 Can i do it manually .I want to start from the scratch.So which kind of knowledge should I acquire , so that i can accomplish this problem.

    C P 2 Replies Last reply
    0
    • S Sonia Gupta

      I was doing the deployment in vb.net 2005 . There are few things that i want to incorporate into my setup. like my messages during the setup .As such .... I will not be able to do these implementation with the help of deployment wizard which is provided into the visual studio 2005 Can i do it manually .I want to start from the scratch.So which kind of knowledge should I acquire , so that i can accomplish this problem.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      You need to write a C++ program that doesn't use .NET, so you know it will run on the target machine, which does the installation. You'll find it much easier to write a program which launches your MSI.

      Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      S 1 Reply Last reply
      0
      • C Christian Graus

        You need to write a C++ program that doesn't use .NET, so you know it will run on the target machine, which does the installation. You'll find it much easier to write a program which launches your MSI.

        Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

        S Offline
        S Offline
        Sonia Gupta
        wrote on last edited by
        #3

        Christian , What is MSI:confused:

        C 1 Reply Last reply
        0
        • S Sonia Gupta

          Christian , What is MSI:confused:

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          It's an installer program.

          Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

          S 1 Reply Last reply
          0
          • C Christian Graus

            It's an installer program.

            Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

            S Offline
            S Offline
            Sonia Gupta
            wrote on last edited by
            #5

            currently i am working in vb.net .U suggested to write a program in C++. If i am going to write the program at official timing then....boss will fire me.Bcos i am suppose to wite programs in vb.net Is there any other another way out . Does vb6 has anything to do with this problem.

            C 1 Reply Last reply
            0
            • S Sonia Gupta

              currently i am working in vb.net .U suggested to write a program in C++. If i am going to write the program at official timing then....boss will fire me.Bcos i am suppose to wite programs in vb.net Is there any other another way out . Does vb6 has anything to do with this problem.

              C Offline
              C Offline
              Christian Graus
              wrote on last edited by
              #6

              Nilish wrote:

              .U suggested to write a program in C++.

              Yes, a program that does the install would need to be C++.

              Nilish wrote:

              If i am going to write the program at official timing then....boss will fire me.Bcos i am suppose to wite programs in vb.net

              Then your boss is a moron.

              Nilish wrote:

              Is there any other another way out

              No, if you want to write your own program that does installation, it's a dumb idea to start with, but it needs to be in C++, unless you know for sure that all the machines you deploy to will have .NET installed

              Nilish wrote:

              Does vb6 has anything to do with this problem.

              No, why would it ? VB6 also requires a runtime AFAIK, but I never use it, it's worse than VB.NET. If it can make an exe that runs anywhere, you could use it. Your core idea is dumb tho, you should not write your own installer program, you should create an MSI. Writing an installer will take you a long time, if you do it properly.

              Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

              1 Reply Last reply
              0
              • S Sonia Gupta

                I was doing the deployment in vb.net 2005 . There are few things that i want to incorporate into my setup. like my messages during the setup .As such .... I will not be able to do these implementation with the help of deployment wizard which is provided into the visual studio 2005 Can i do it manually .I want to start from the scratch.So which kind of knowledge should I acquire , so that i can accomplish this problem.

                P Offline
                P Offline
                P P Vilsad
                wrote on last edited by
                #7

                well, there are articles about customizing your setup program in codeproject itself, try to search for those articles.

                Vilsad P P MCTS (Windows Applications) .Net 2.0

                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