Results 1 to 5 of 5

Thread: Files to distribute

  1. #1

    Thread Starter
    Hyperactive Member DovyWeiss's Avatar
    Join Date
    Feb 2002
    Location
    Miami Beach, FL
    Posts
    366

    Post Files to distribute

    Hi again! I am about to distribute my Visual Basic application to someone, as a beta version, and I want to make sure exactly what files must be distributed. Am I correct in the following?

    1) The VB runtimes
    2) The OCXs/DLLs for any ActiveX control I use

    Is there only one file that is "the VB runtimes?" Is it the
    1)%Windows%\MSVBM60.DLL for VB6-compiled apps, and
    2)%Windows%\MSVBM50.DLL for VB5-compiled apps?

    Is this the only required file for the runtime?

    Maybe there are more files/things I should know about... can you tell me? Please answer all my questions if you can, by replying to this post or e-mailing me at [email protected] .

    Thanks a lot.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    Create a distrbution package using either the VB Package and Deployment Wizard, or some other third party distribution package, and it will determine what needs to be deployed.

    Prior to doing an actual customer installation, test what you have on a machine that does not have VB or your app installed. If the installation is successful, put you app through its paces to make sure that all necessary components are in place, and ready to rock.

  3. #3

    Thread Starter
    Hyperactive Member DovyWeiss's Avatar
    Join Date
    Feb 2002
    Location
    Miami Beach, FL
    Posts
    366
    Thanks, Hack! Problem is, using this I can create a setup program. Actually, I can see which files it needs and will install - but I can't see which file is the VB runtimes file, which was my original question.

    ("VB Runtimes and OLE Automation" does not show a source.)

    So, another answer from whoever is willing, please...

  4. #4
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344
    Originally posted by DovyWeiss
    Thanks, Hack! Problem is, using this I can create a setup program. Actually, I can see which files it needs and will install - but I can't see which file is the VB runtimes file, which was my original question.

    ("VB Runtimes and OLE Automation" does not show a source.)

    So, another answer from whoever is willing, please...
    The vb runtime files have the version in the name of the file i.e
    vb 5 would be mvsvbvm50.dll and 6 would be mvsvbvm60.dll.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  5. #5

    Thread Starter
    Hyperactive Member DovyWeiss's Avatar
    Join Date
    Feb 2002
    Location
    Miami Beach, FL
    Posts
    366
    Thanks Hack, that's what I thought.

    Thanks everyone!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width