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. How to make the packaging?

How to make the packaging?

Scheduled Pinned Locked Moved Visual Basic
csharpvisual-studiohelptools
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.
  • R Offline
    R Offline
    rico cheah
    wrote on last edited by
    #1

    I currently work on VB.NET windows application. I have a difficulty in make an installation package for the windows application project I have done in VB.NET. According to what I know, in Visual Studio 6, it is included a packaging tools where help us to package the VB6 project file, including create .exe and so on, which can build out an installer. Anyway, in VS.NET, I can't find this packaging tools. Although, during execute (after compile), there is an .exe file created in the folder bin/. However, when I copy this .exe file to a PC which is not install VS.NET, then the .exe file cannot run. Do we need to use 3rd party packaging software to solve this problem, or actually I have left out something? If anyone know, please teach me... thanks.

    D 1 Reply Last reply
    0
    • R rico cheah

      I currently work on VB.NET windows application. I have a difficulty in make an installation package for the windows application project I have done in VB.NET. According to what I know, in Visual Studio 6, it is included a packaging tools where help us to package the VB6 project file, including create .exe and so on, which can build out an installer. Anyway, in VS.NET, I can't find this packaging tools. Although, during execute (after compile), there is an .exe file created in the folder bin/. However, when I copy this .exe file to a PC which is not install VS.NET, then the .exe file cannot run. Do we need to use 3rd party packaging software to solve this problem, or actually I have left out something? If anyone know, please teach me... thanks.

      D Offline
      D Offline
      Dave Sexton
      wrote on last edited by
      #2

      Which version of .NET are you using? There are deployment tools in all versions of Visual Studio however they are slightly different between versions.

      richocheah wrote:

      However, when I copy this .exe file to a PC which is not install VS.NET, then the .exe file cannot run.

      Have you included the .NET runtime? All .NET applications need the .NET framework to be installed on the machine where it will run.

      R 1 Reply Last reply
      0
      • D Dave Sexton

        Which version of .NET are you using? There are deployment tools in all versions of Visual Studio however they are slightly different between versions.

        richocheah wrote:

        However, when I copy this .exe file to a PC which is not install VS.NET, then the .exe file cannot run.

        Have you included the .NET runtime? All .NET applications need the .NET framework to be installed on the machine where it will run.

        R Offline
        R Offline
        rico cheah
        wrote on last edited by
        #3

        Can you provide me some guideline to use the deployment tools? I'm using .NET 2003 Enterprise Edition. How to include .NET runtime? Do you means the machine must install at least .NET Framework v1.1 or newer version? Please help me... thanks. -- modified at 3:42 Friday 17th November, 2006

        K R 2 Replies Last reply
        0
        • R rico cheah

          Can you provide me some guideline to use the deployment tools? I'm using .NET 2003 Enterprise Edition. How to include .NET runtime? Do you means the machine must install at least .NET Framework v1.1 or newer version? Please help me... thanks. -- modified at 3:42 Friday 17th November, 2006

          K Offline
          K Offline
          Kevin Nicol
          wrote on last edited by
          #4

          the .NET Runtime is a non-critical windows update, run windows update on the machine you wish to install this software on and it should work, also with visual studio 2003, there is a type of project. Setup and Deployment project. This is where you can create an installer or MSI. I suspect, though, that doing the update and adding the .net framework 1.1 or 2.0 you should then be able to run the EXE from the bin.

          1 Reply Last reply
          0
          • R rico cheah

            Can you provide me some guideline to use the deployment tools? I'm using .NET 2003 Enterprise Edition. How to include .NET runtime? Do you means the machine must install at least .NET Framework v1.1 or newer version? Please help me... thanks. -- modified at 3:42 Friday 17th November, 2006

            R Offline
            R Offline
            rico cheah
            wrote on last edited by
            #5

            Oh I see... I will have a try on the setup of the machine in order to execute the .exe file in /bin. Regarding the project deployment, so far I try my best to search through the menu(s) inside VS.NET and also all those included in the Start Menu, but I can't find the project deployment tools... :sigh: Anyway, thanks for telling me all these, I'm very much appreciated.

            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