quote:
Originally posted by RileyM
Can anyone help me. I'm busy writing programs using Visual Basic 6, and use InstallShield (the one that come with Borland Delhpi 6). I would like to know if i can somehow include the Visual Basic runtime files in the installer, then the users will not need to download the runtime files.
I'd use
Inno Setup Installer, it's free and very powerful. Check out its website for more information on how to distribute VB runtimes. Anyways, I agree with Choli about this:
quote:
Originally posted by Choli
Anyway, I think that the best thing you can do is put a note in your current installation package that tells the user to download and install the vb runtime files if s/he doesn't have them. Put a link to the microsoft site and that would be ok: your package will be small and users that already have the vb files won't need to get / install them again.