how to set up my program on another computer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bagstoper
    New Member
    • Feb 2007
    • 40

    how to set up my program on another computer

    do i just copy the .exe to another computer or do i have to have a set up thing like all of the other programs. if so how do i make one? is there a certain form i can add to my project that will let me do this?


    please help
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by bagstoper
    do i just copy the .exe to another computer or do i have to have a set up thing like all of the other programs. if so how do i make one? is there a certain form i can add to my project that will let me do this?
    The exact requirements will depend on what version of VB, but generally speaking you will need to create a package which can be installed on the other computers. It depends, though. If you don't use anything out of the ordinary (esoteric ActiveX controls, for example) and the other computer already has the VB runtime, you might be able to just copy and run.

    Comment

    • bagstoper
      New Member
      • Feb 2007
      • 40

      #3
      the other computers might not have VB. i want it to be like a setup file.

      Comment

      • Killer42
        Recognized Expert Expert
        • Oct 2006
        • 8429

        #4
        Originally posted by bagstoper
        the other computers might not have VB. i want it to be like a setup file.
        Then you probably need to use the Package and Deployment Wizard. At least that's what they call it in VB6 - don't know about the .Net version.

        Comment

        • bagstoper
          New Member
          • Feb 2007
          • 40

          #5
          i dont have the Package and Deployment Wizard. it gives me a message thet says missing .dll

          Comment

          • Killer42
            Recognized Expert Expert
            • Oct 2006
            • 8429

            #6
            Originally posted by bagstoper
            i dont have the Package and Deployment Wizard. it gives me a message thet says missing .dll
            Hm... you might need to consider reinstalling VB.

            Comment

            Working...