Results 1 to 4 of 4

Thread: what files are required?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,091
    Hi,

    When distributing a VB6 app, assuming the target computer does not and has never had any VB installed, what are the basic required files I need to distribute with my app, not including any additional controls? Just the bare minimum required..

    Thanks,

    Dan

  2. #2
    Guest
    The one file that HAS to be distributed with your app is MSVBVM60.DLL.
    Other files include the referrenced libraries and ActiveX controls.

  3. #3
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431
    If you don't want to use the Package and Deployment Wizard (or the Setup Wizard for VB5) to distribute your app, you should at least use one of them and create a dependency file which will list the most of the files you need. It may miss files such as your databases, but it will for sure list all the system files needed.

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,091
    That's why I asked the question initially.. I'm using ScriptMaker with Inno and if you have it automatically install needed VB files, it creates a whole long list of dll's and tlb's that I don't even need.. I just wanted to confirm that the bare min. I needed was the VB6 runtime and not all that other junk..

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