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

deployment

Scheduled Pinned Locked Moved Visual Basic
4 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.
  • V Offline
    V Offline
    vishal dhir
    wrote on last edited by
    #1

    hi to all!! can anybody tell me how to make executable set up for a project done in vb so that it can run on any machine thanks in advance!!!

    A 1 Reply Last reply
    0
    • V vishal dhir

      hi to all!! can anybody tell me how to make executable set up for a project done in vb so that it can run on any machine thanks in advance!!!

      A Offline
      A Offline
      A
      wrote on last edited by
      #2

      What version of vb.net are you using? FOR VB.NET 2003(any version) If you are using vb.net 2003 then the users computer will have to have .net1.1 framework installed(otherwise the program won't run) But if the users computer is connected to the internet then if the .net1.1 framework is not installed on the users computer then when the setup file for the project is run it will ask the user to install .net1.1 framework. FOR VB.NET 2005(any version) If you are using vb.net 2005 then the users computer will have to have .net2.0 framework installed(otherwise the program won't run) But if the users computer is connected to the internet then if the .net2.0 framework is not installed on the users computer then when the setup file for the project is run it will ask the user to install .net2.0 framework. Hope this helps!

      V 1 Reply Last reply
      0
      • A A

        What version of vb.net are you using? FOR VB.NET 2003(any version) If you are using vb.net 2003 then the users computer will have to have .net1.1 framework installed(otherwise the program won't run) But if the users computer is connected to the internet then if the .net1.1 framework is not installed on the users computer then when the setup file for the project is run it will ask the user to install .net1.1 framework. FOR VB.NET 2005(any version) If you are using vb.net 2005 then the users computer will have to have .net2.0 framework installed(otherwise the program won't run) But if the users computer is connected to the internet then if the .net2.0 framework is not installed on the users computer then when the setup file for the project is run it will ask the user to install .net2.0 framework. Hope this helps!

        V Offline
        V Offline
        vishal dhir
        wrote on last edited by
        #3

        sir it is visual basic 6.0

        A 1 Reply Last reply
        0
        • V vishal dhir

          sir it is visual basic 6.0

          A Offline
          A Offline
          A
          wrote on last edited by
          #4

          That changes things than i haven't used the setup project part in Vb6 but i know that most computers should have the Vb6 framework on them so you should be able to run your program on any computer no trouble.

          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